Revision df059ac by Bastien Montagne May 14, 2013, 14:37 (GMT) |
Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P ) |
Revision e4921a9 by Lukas Toenne May 14, 2013, 11:18 (GMT) |
"Fix" for #35336. Added a warning in the doc string for nodetree.nodes.new() to point users at the recent API change from node.type enum identifiers to the generic node.bl_idname strings. Not really nice, but could prevent a few bug reports and make scripters' lifes easier. |
Revision bbea18f by Campbell Barton May 14, 2013, 10:56 (GMT) |
bridge tool: fix for error in recent commit. missed NULL check for example face. |
Revision bcf91e5 by Lukas Toenne May 14, 2013, 10:42 (GMT) |
Fix for #35349, multiple viewers nodes crashing during render. The condition for activating viewer nodes was completely overridden during renders. Changed this so viewer nodes are active only if both of these are true: 1) the node is tagged for recalc OR compo is in render mode 2) it is the currently active viewer (so only one viewer ever writes to the buffer) |
Revision 71d5320 by Brecht Van Lommel May 14, 2013, 10:20 (GMT) |
Code cleanup: fix confusing line of code with useless ||. |
Revision cfbf9c3 by Campbell Barton May 14, 2013, 06:58 (GMT) |
style cleanup |
Revision 5888830 by Campbell Barton May 14, 2013, 06:10 (GMT) |
tweak to r56784, no functional change, utility function worked confusingly. |
Revision 3b8b62e by Campbell Barton May 14, 2013, 04:55 (GMT) |
fix for problem where edge loop select would select too many vertices (extend selection too far), before & after: http://www.graphicall.org/ftp/ideasman42/edgeloop_select_fix.png |
Revision b31e03f by Campbell Barton May 14, 2013, 04:09 (GMT) |
refactor bmesh edge loop walker, was getting too complicated handing different cases at once, split out boundary case into its own branch. |
Revision ff1a587 by Campbell Barton May 14, 2013, 03:06 (GMT) |
update libmv stub. |
Revision c838b2d by Campbell Barton May 14, 2013, 02:56 (GMT) |
bmesh api: add 'is_boundary' attribute to verts. |
Revision 6ea2dec by Tamito Kajiyama May 13, 2013, 22:58 (GMT) |
Added support for WITH_CXX_GUARDEDALLOC build option to the Freestyle module. |
Revision 1a91af6 by Tamito Kajiyama May 13, 2013, 22:50 (GMT) |
Fix for a memory leak during Freestyle stroke shading. |
Revision cd3283f by Brecht Van Lommel May 13, 2013, 21:36 (GMT) |
Cycles CUDA: in case of cryptic error messages in the console, refer to wiki documentation for possible solutions. |
Revision 213408d by Brecht Van Lommel May 13, 2013, 21:19 (GMT) |
Fix #35340: 3D manipulator not working right after undoing with cmd+Z on OS X. Another issue with the recent Ghost changes here. For some reason key up events are not coming through when the command key is pressed. I can't figure out why, for now just always handle them, still fixes the original bug. |
Revision 3e07223 by Antonis Ryakiotakis May 13, 2013, 20:42 (GMT) |
The usual fix for blenderplayer. I didn't have time to test scons but looks like the missing library on CMake is already present there. |
Revision 3d3a4e8 by Juergen Herrmann May 13, 2013, 20:27 (GMT) |
Patch [#35234]: Fix GetWindowsLon and SetWindowsLong issues with VS2012 and Windows 8. Remove unneeded #ifdef block for GWL_WNDPROC and GWL_USERDATA |
Revision 92da979 by Campbell Barton May 13, 2013, 17:42 (GMT) |
fix for strange behavior with loop select involving ngons, when selecting a loop with quads on one side an ngon on another - never select the outer boundary edge of the ngon. |
Revision f4bb0a7 by Campbell Barton May 13, 2013, 16:35 (GMT) |
code cleanup: remove duplicate calls to 'BMW_current_state' |
Revision d76b758 by Thomas Dinges May 13, 2013, 15:31 (GMT) |
Cycles: * Fix compile error, when building with __KERNEL_SSE__ |
|
|
|


Master Commits
MiikaHweb | 2003-2021