Revision 7e7d28e by Campbell Barton April 21, 2012, 13:08 (GMT) |
fix [#31048] converting curve object to mesh makes object disapper from 3D view |
Revision 6701933 by Campbell Barton April 21, 2012, 12:51 (GMT) |
style cleanup |
Revision 96b0243 by Campbell Barton April 21, 2012, 12:14 (GMT) |
fix [#31047] ctrl+mouse select in edit-mode does not select external object fix [#30535] Shortest Path Select not working well in vertex mode. regression from after bmesh merge, Ctrl+Right mouse for selecting shortest path is meant for edge mode only. |
Revision f910aba by Campbell Barton April 21, 2012, 06:42 (GMT) |
fix error in recent rip refactor, also add comment. |
Revision cdbfd1d by Tamito Kajiyama April 21, 2012, 00:33 (GMT) |
Revision 15eb345 by Campbell Barton April 20, 2012, 18:50 (GMT) |
style cleanup: pep8, also quiet compiler warning. |
Revision 2e20d3d by Campbell Barton April 20, 2012, 18:34 (GMT) |
fix for error using uninitialized variable with shape key conversion. |
Revision 3dcd5a1 by Bastien Montagne April 20, 2012, 17:26 (GMT) |
Fix [#31008] IK armature resize goes ugly (Pose mode resize). This affected legacy solver. Note that even if I don't expect any, this fix *may* break some other IK setups, so animators, please check your IK rigs using legacy solver. ;) Easy to revert if needed, anyway. Note that iTaSC solver is also buggy with some scaled parent, but here IK'ed bones just canâ??t get scaled in any way (either from parent or from there own transformation)... Will try to find what's happenning, though the code is even harder than legacy solver to follow :/ |
Revision b26865b by Campbell Barton April 20, 2012, 16:55 (GMT) |
code cleanup: prefer BM_face/edge/vert_select_set() over BM_elem_select_set() when the type is known (saves switch statement check on the type). Add asserts so the correct types are ensured. |
Revision 91dc245 by Campbell Barton April 20, 2012, 16:17 (GMT) |
attempt to fix [#31033], cant redo the bug but button layout wasnt great - no more blank space under XYZ - scales with DPI |
Revision 6ef9f02 by Campbell Barton April 20, 2012, 15:06 (GMT) |
fix [#31036] image.gl_load() consistently segfault at gluBuild2DMipmaps incorrect argument to gluBuild2DMipmaps() |
Revision f627745 by Campbell Barton April 20, 2012, 14:59 (GMT) |
aparently `yards` are not used a lot, suppress their use in button display (input still knows about them) - was reported as a bug. also fix minor rip bug where active selection was lost. |
Revision cb3dc8f by Antonis Ryakiotakis April 20, 2012, 14:46 (GMT) |
Knife tool: Increase the header string length to avoid clipping the message. |
Revision 380e6c2 by Campbell Barton April 20, 2012, 14:36 (GMT) |
refactor rip tool out into vert/edge functions, was getting too unweildy having them mixed in. |
Revision ed81982 by Campbell Barton April 20, 2012, 13:45 (GMT) |
knife tool alpha values where being set to zero (intersection points weren't visible), error made when converting to theme colors. also minor bmesh style cleanup. |
Revision f380a54 by Sergey Sharybin April 20, 2012, 13:15 (GMT) |
Revision 71ac500 by Lukas Toenne April 20, 2012, 12:55 (GMT) |
Fix for particle dupli group relative offsets. The relative transforms of objects in the instanced group were not scaled according to the particle size, which would be expected when rendering as 'Whole Group'. Requested by Francesco Siddi (fsiddi) over IRC. |
Revision 90332f6 by Brecht Van Lommel April 20, 2012, 12:55 (GMT) |
Tomato branch: "persistent" parameter for addon_utils.enable(), so that we can enable addons from a startup script and keep them enabled after loading .blend files. |
Revision 5874106 by Campbell Barton April 20, 2012, 12:26 (GMT) |
style cleanup |
Revision 4d1faf1 by Campbell Barton April 20, 2012, 12:19 (GMT) |
knife tool: use the knife mouse cursor, dont store the context in the knife tool data, also rename struct camel case (follow own style guide) |
|