Revision 2ffe037 by Dalai Felinto May 23, 2014, 01:39 (GMT) |
Bake-API: shows the baked image in the biggest SpaceImage around (just like Blender Internal) Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D544 |
Revision cab9bd2 by Campbell Barton May 23, 2014, 00:42 (GMT) |
Cleanup |
Revision 7f089af by Dalai Felinto May 23, 2014, 00:35 (GMT) |
Bake-API: relaxing in the check for scale uniformity It still warns the user that there may be an error, but the baking goes on. Also using the new is_uniform_scaled_m4() instead of float comparison. Reported and fix suggested by Campbell Barton as a concern over 2bfc3deb |
Revision dd96205 by Dalai Felinto May 22, 2014, 23:18 (GMT) |
fix T40323 Segfault on baking after rendering The remaining functions in blender_python.cpp changed from using the MACRO to use python_thread_state_save/python_thread_state_restore Since this bug only happens when 'Persistent Images' is on it was introduced in some of the early merges with master and I never caught it. Thanks Daniel Salazar for helping with the bug hunting. |
Revision 81b129d by Dalai Felinto May 22, 2014, 22:46 (GMT) |
Cycles-Bake: fix T40322 Glitch in baking a mixed SSS shader If we are using a mix node we still need to evaluate the BSDF lighting even if scattering is successful. Note: this was working for branched path (probably an oversight when branched path support was introduced for baking, a good oversight though ;) |
Revision d7e4a79 by Dalai Felinto May 22, 2014, 22:05 (GMT) |
Cycles-Bake: fix T40270 Combined Type fails to bake Emission node Main code and review by Brecht Van Lommel Differential Revision: https://developer.blender.org/D543 |
Revision 2bfc3de by Dalai Felinto May 22, 2014, 18:05 (GMT) |
Revision a8a5d68 by Dalai Felinto May 22, 2014, 18:05 (GMT) |
Bake-API: throws error if there is no UV |
Revision 12e47d0 by Shinsuke Irie May 22, 2014, 16:49 (GMT) |
Blender Internal: Fix texture influence panel not showing Displace/Warp sliders for volume materials. |
Revision 97d047a by Tamito Kajiyama May 22, 2014, 14:18 (GMT) |
Fix T40307: Crash with freestyle and particle hair. The scene file provided by the problem report has many degenerate faces coming from a particle system. These zero-area faces were not expected in the ray-casting line visibility algorithms of Freestyle. Now degenerate faces are properly excluded from the imported mesh data and not fed to the line visibility algorithms. |
Revision 7a86765 by Lukas Toenne May 22, 2014, 13:46 (GMT) |
Fix T40290: False (or malfunctioning) dependency-cycle warning when adding dupligroup objects to another group. The new recursion check for groups duplicating themselves has to un-set the LIB_DOIT flag after each object, otherwise it will prevent duplicating a (non-recursive) group multiple times. |
Revision c56bbcc by Sergey Sharybin May 22, 2014, 12:39 (GMT) |
Fix T39901: Crashes if the resolution % is changed while rendering an animation Copy render percentage. dimensions and border settings and use them for all the frames in the animation render. |
Revision 7ab602b by Bastien Montagne May 22, 2014, 12:03 (GMT) |
Correction to previous commit, sorry about that. :/ |
Revision 1dd9772 by Bastien Montagne May 22, 2014, 11:57 (GMT) |
PackedFiles: add (readonly for now) access to packed raw data (most useful for exporters). |
Revision cd14dcb by Nathan Letwory May 22, 2014, 09:34 (GMT) |
Revision 29dc825 by Campbell Barton May 22, 2014, 07:40 (GMT) |
Mistake naming in recent commit |
Revision c6de033 by Campbell Barton May 22, 2014, 07:11 (GMT) |
Fix T38493: ray_cast causes runtime error with no faces |
Revision 1cf5e95 by Tamito Kajiyama May 22, 2014, 07:03 (GMT) |
Freestyle: added missing forward declarations of referenced struct's. |
Revision 77153b3 by Tamito Kajiyama May 22, 2014, 07:03 (GMT) |
Freestyle: Fix for versioning code not working properly with new texture options. To get the versioning code properly work, the condition should have been: DNA_struct_elem_find(fd->filesdna, "FreestyleLineStyle", "MTex", "*mtex[18]") The present commit uses another new structure member instead, to avoid referring to the magic number 18 in the last string literal. |
Revision d27d982 by Campbell Barton May 22, 2014, 06:43 (GMT) |
Fix T40215: Boolean looses bevel width |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021