Revision b899114 by Sergey Sharybin September 3, 2015, 13:54 (GMT) |
Fix T45937: Cycles hair not rendered if children count set to zero |
Revision a4bcd9b by Sergey Sharybin September 3, 2015, 13:16 (GMT) |
Cycles: Fix missing packed images with newer versions of OSL This isn't really complete fix, complete fix would require calculating derivatives via OIIO API, but supporting this will either end up with some code duplication or will require some non really safe changes at this release cycle. |
Revision 0bc4bc2 by Sergey Sharybin September 3, 2015, 13:16 (GMT) |
Revision 2c2f075 by Sybren A. Stüvel September 3, 2015, 13:05 (GMT) |
BGE docs: resolution & fullscreen changes don't work in the embedded player The documentation for bge.render.{setWindowSize,setFullScreen,getFullScreen} did not mention that those functions are no-ops when using the Blender- embedded player. |
Revision 73b34ad by Campbell Barton September 3, 2015, 11:58 (GMT) |
PyAPI: tweak to ensure_ext don't lower entire path |
Revision 8383a2d by Sybren A. Stüvel September 3, 2015, 11:09 (GMT) |
Fix: Made bpy.path.ensure_ext compatible with compound extensions. Extensions such as ".tar.gz" are now also supported. Before this patch, ensure_ext('demo.tar.gz', '.tar.gz') would return 'demo.tar.tar.gz'. This results in issues with the `ExportHelper` mix-in class; clicking an existing file in the file dialogue warns about overwriting it (highlighting the input box in red), but then saves to a different file. Also added a unit test for the new behaviour. Reviewers: mont29, campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D1498 |
Revision e5e65b1 by Bastien Montagne September 3, 2015, 10:20 (GMT) |
Fix T45984: Setting custom normals properly requires multiple calls to normals_split_custom_set() The detection of needed sharp edges (based on given loop normals) would not fully work on first run in case we started with a complete smooth cyclic loop fan (edge between first and last loop of the fan would not get checked). |
Revision 357e749 by Sergey Sharybin September 3, 2015, 08:52 (GMT) |
Cycles: Fix nondeterministic pass ordering when using baker |
Revision f387fe2 by Sergey Sharybin September 3, 2015, 08:48 (GMT) |
Cycles: Fix for uninitialized closure data This might confuse closure merger. Spotted by Campbell Barton, thanks! |
Revision 8e75abd by Sergey Sharybin September 3, 2015, 07:49 (GMT) |
ImBuf: Fix crash generating preview for really huge image In fact, any user of IMB_scalefastImBuf() is now robust against working with really hires images. |
Revision 2ed4f98 by Sergey Sharybin September 3, 2015, 07:19 (GMT) |
Compositor: Support changing distortion models in movie distortion node Previously only polynomial model worked correct. now changing it to divisions will work nicely as well. |
Revision 6789d02 by Campbell Barton September 3, 2015, 02:28 (GMT) |
Revision 46d7316 by Campbell Barton September 2, 2015, 18:27 (GMT) |
Animplayer passed -a, then warned its unknown Also modify a copy of argv |
Revision 1f16b32 by Campbell Barton September 2, 2015, 18:15 (GMT) |
Revision 390bc05 by Sergey Sharybin September 2, 2015, 17:46 (GMT) |
Fix second part of T45987: Node preview was still using wrong color space |
Revision c8cc664 by Bastien Montagne September 2, 2015, 15:50 (GMT) |
Fix T45995: Auto-set preview range sets superfluous end key. get_keyframe_extents() would add an extra frame in case of mono-key fcurves in selected set... Now do the 'not same start/end frames' check later, and also use floor/ceil instead of round (we want to start at frame 3 if first key is at frame 3.8, reversed-same goes for end frame). |
Revision 5671611 by Campbell Barton September 2, 2015, 15:26 (GMT) |
CMake: use generator expressions |
Revision c8ebc87 by Campbell Barton September 2, 2015, 15:24 (GMT) |
CMake: Fix building w/o FindGit |
Revision 6f5d1e2 by Campbell Barton September 2, 2015, 13:23 (GMT) |
Add missing spin-lock to IMB_makeSingleUser |
Revision 525d7e0 by Bastien Montagne September 2, 2015, 11:10 (GMT) |
Fix T45991: Transfer Weight tool UI is inconsistent and crashes blender. Since data transfer when called from this tool has reversed behavior (it transfers **towards** active object, as previous tool), we have to also reverse source/destination layers selection options. Also fix 'reverse' option being saved, otherwise calling regular operator after 'transfer weights' would stay in reverse mode, ugly! |
|
|
|


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