User Tools

Site Tools


blender:baketool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blender:baketool [2017/11/10 23:32]
dwheele created
blender:baketool [2017/11/10 23:32] (current)
dwheele [Explanation sent to the manufactuer]
Line 10: Line 10:
 //I found a bug: In the file bt_cyclespake.py, at line 135, you are again iterating through Jobs. Unfortunately, you don't look that the Job is enabled before continuing on. On my PC, I had 4 jobs, and the 4th job had ATLAS, but I was running the 2nd job only. So because the code looked at all Jobs it sees that ATLAS setting and part of the code runs as the Settings.mode == ATLAS, but that is not what I needed, and the code crashes.// //I found a bug: In the file bt_cyclespake.py, at line 135, you are again iterating through Jobs. Unfortunately, you don't look that the Job is enabled before continuing on. On my PC, I had 4 jobs, and the 4th job had ATLAS, but I was running the 2nd job only. So because the code looked at all Jobs it sees that ATLAS setting and part of the code runs as the Settings.mode == ATLAS, but that is not what I needed, and the code crashes.//
  
-//The solution is to add a "continue" to skip disabled Jobs, like this (just like you have elsewhere):+//The solution is to add a "continue" to skip disabled Jobs, like this (just like you have elsewhere)://
  
 <code python> <code python>
blender/baketool.1510356758.txt.gz · Last modified: 2017/11/10 23:32 by dwheele