Revision ce86beb by Campbell Barton December 10, 2011, 18:24 (GMT) |
knife_project_v3 can call ED_view3d_project_float directly without having its own check for ortho |
Revision 33b1939 by Lukas Toenne December 10, 2011, 15:52 (GMT) |
In the node space context update function: Properly clear the snode->edittree pointer when no snode->nodetree is active. This would lead to crash in operators when switching from an existing node tree, since the usual poll function only tests for the edittree. Fixes bug #29566. |
Revision a912afd by Sergey Sharybin December 10, 2011, 14:45 (GMT) |
Fix #29516: Twist brush giving crazy results - Rotation now happens around initial stroke location rather than around scene origin - Added slider for rotation strength which helps in cases only few rotation is needed to be to increase the precision of such strokes |
Revision e9a0a42 by Sergey Sharybin December 10, 2011, 13:54 (GMT) |
Fixed for movieclips tag function which was tagging wrong list Pointed out by Lockal, thanks! |
Revision 65f3b93 by Campbell Barton December 10, 2011, 05:38 (GMT) |
svn merge ^/trunk/blender -r42521:42550 |
Revision a88b29c by Joshua Leung December 10, 2011, 03:37 (GMT) |
Bugfix [#29567] Second Hook Modifier fails on Curve Object This was broken in r.42515. In particular, rigs with Spline IK would break, since they often use curves with hook modifiers controlling the control-points of those curves. |
Revision 3f39fde by Joshua Leung December 10, 2011, 03:24 (GMT) |
Compile fix for r.42546 typo |
Revision 0cc887e by Morten Mikkelsen December 10, 2011, 01:14 (GMT) |
disabling DM_calc_auto_bump_scale() until after release |
Revision ae17390 by Campbell Barton December 10, 2011, 01:07 (GMT) |
picky edits & regen man page |
Revision 87ff925 by Campbell Barton December 10, 2011, 01:01 (GMT) |
fix for error in bpy_extras.image_utils.load_image() when the image file exists but cant be read (wrong permissions for eg). |
Revision 82b9e4d by Morten Mikkelsen December 10, 2011, 01:00 (GMT) |
verify existence of dm |
Revision 965c287 by Morten Mikkelsen December 9, 2011, 23:26 (GMT) |
fixes scale on derivative maps |
Revision 82480e9 by Campbell Barton December 9, 2011, 21:07 (GMT) |
fix for bpy_extras.image_utils.load_image() making a placeholder image when passed a path in bytes. made OBJ import fail when the image was missing. |
Revision 71ea408 by Campbell Barton December 9, 2011, 20:29 (GMT) |
check for weights outside of 0-1 range when validating weights |
Revision c804f40 by Sergey Sharybin December 9, 2011, 16:10 (GMT) |
Fix #29558: Selecting similar edges doesn't work Return OPERATOR_FINISHED from select grouped operator in any case so even if nothing were selected operator would be registered in redo panel and threshold can be adjusted there. |
Revision 3e90bfb by Sergey Sharybin December 9, 2011, 15:56 (GMT) |
Fix for recent rna rename of global to use_global |
Revision 707e0da by Sergey Sharybin December 9, 2011, 14:30 (GMT) |
Fix for select similar vertices operator: it's exec used to return selection count instead of OPERATOR_* return values which used to confuse operators system. |
Revision 9d807eb by Sergey Sharybin December 9, 2011, 11:46 (GMT) |
Mesh drawing optimization and fixes: - Pass MFace, MTface and OrigIndex arrays via userData to compareDrawParams callback rather than looking up for this layers for each face - This allowed to avoid massing DM to compare callback which seems like a bad-level pass - Fixed crashes on some video cards when assigning different materials to different faces in edit mode. Both of intel and nvidia cards in my laptop were affected by this error |
Revision 2827f57 by Campbell Barton December 9, 2011, 10:19 (GMT) |
global is python keyword so cant use as operator argument, also ran operator cheat sheet and made sure no syntax errors. + minor pep8 edits. |
Revision 3717a4a by Sergey Sharybin December 9, 2011, 10:02 (GMT) |
|
|
|


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