Revision 9598990 by Campbell Barton January 30, 2014, 04:28 (GMT) |
UI API: don't use a text label when icon_only is set |
Revision b3bb50f by Campbell Barton January 30, 2014, 04:26 (GMT) |
Warnings: quiet unused define message |
Revision dd684f5 by Brecht Van Lommel January 29, 2014, 19:29 (GMT) |
Fix T38400: crash in image_listener accessing deleted object. Listeners should never dereference this pointer because the object may have been deleted, it can only be used for comparisons. |
Revision 77089a3 by Bastien Montagne January 29, 2014, 19:10 (GMT) |
Fix T38358: Face snapping fails on Orthographic view Issue is caused by start point of ray used to detect faces under the mouse is set rather far away in ortho 3dviews. The loss of precision on the ray location induced by this can lead to face snapping failures. Solution is to do the raycasting with a temp start point, much closer to the object we check, and add back to the found distance the diff to the real start point once detection is done (as we need all hit distances from all tested objects to be relative to a common point!). Note this commit only addresses the "face snapping on mesh" case, other kind of snapping do not seem to suffer from this issue. Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D268 |
Revision 95e153a by Brecht Van Lommel January 29, 2014, 18:02 (GMT) |
Fix T37661: color ramps and curve mapping editing not disabled for linked data. |
January 29, 2014, 17:29 (GMT) |
Code cleanup: remove redundant makesrna call with platform "linuxcross". Reviewed By: brecht Differential Revision: https://developer.blender.org/D235 |
Revision fa0d65d by Brecht Van Lommel January 29, 2014, 17:28 (GMT) |
Fix accidental description change in recent commit. |
Revision 6c32930 by Brecht Van Lommel January 29, 2014, 16:03 (GMT) |
Fix bone transform issue where the bone roll depends on intermediate mouse positions. It computed the roll compatible with the previous mouse position roll value, now it uses the initial roll value. |
Revision 26f3df5 by Jonathan Williamson January 29, 2014, 15:53 (GMT) |
Update Edit Mode tabs for mesh objects This greatly improves the mesh edit tabs after a few weeks of feedback, making the tabs more practical with less need to switch tabs often. Based on discussion on IRC and T37568. Reviewers: campbellbarton CC: campbellbarton, brecht Reviewers: campbellbarton Reviewed By: campbellbarton CC: campbellbarton, brecht Differential Revision: https://developer.blender.org/D269 |
Revision 289c5de by Brecht Van Lommel January 29, 2014, 15:50 (GMT) |
Fix T38359: incorrect display of material slot with pinned particle settings. Just hide it in this case, the material slot is not really valid without an object in the context. |
Revision 299180f by Brecht Van Lommel January 29, 2014, 15:49 (GMT) |
Fix T36955: API docs referred to sys.maxint which does not exist in Python 3. |
Revision be849f6 by Brecht Van Lommel January 29, 2014, 15:36 (GMT) |
Fix T37038: user preferences > input category names unnecessarily cut off. |
Revision 1e0654f by Brecht Van Lommel January 29, 2014, 15:14 (GMT) |
Fix T38393: bone roll not restored properly after cancelling rotation of bones. |
Revision 41ee052 by Gaia Clary January 29, 2014, 14:37 (GMT) |
renamed unclear API parameter |
Revision f17a1bd by Sergej Reich January 29, 2014, 14:03 (GMT) |
Fix T38388: Creating a new scene with full copy sets rigidbody collision shapes to box. Tweak world rebuilding logic, so it's not done before object data was updated. |
Revision 44cb138 by Brecht Van Lommel January 29, 2014, 13:50 (GMT) |
Fix sconscript syntax error when using python 2.x instead of 3.x. |
Revision ac27a1a by Thomas Dinges January 29, 2014, 12:29 (GMT) |
Scons: Some tweaks for f70d9660474c, we don't need SSE41 kernel for 32bit, nor vc2008 x64. |
Revision bc08cf5 by Thomas Dinges January 29, 2014, 12:29 (GMT) |
UI: Make "Lock Interface" a icon only button and pack into the Display row, we don't need a dedicated row for this option, also it looked quite bad for Cycles. |
Revision 9612433 by Campbell Barton January 29, 2014, 12:05 (GMT) |
UI: minor optimization for button lookup, break early when button found also reduce int/float conversion |
Revision 5c750b7 by Sergey Sharybin January 29, 2014, 11:48 (GMT) |
Move depsgraph debug print under --debug-depsgraph command line argument |
|
|
|


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