Revision bd1f548 by Campbell Barton November 21, 2009, 14:35 (GMT) |
fix for [#19655] Curve is a disaster when changing curve twist I assumed 2D curves would not need dir or quat values set, however these are used when getting a path from a curve. also added interp_v3_v3v3v3v3 |
Revision 09cf011 by Campbell Barton November 21, 2009, 13:47 (GMT) |
patch from Dave Plater which fixes some problems building the BGE with cmake |
Revision 455866e by Campbell Barton November 21, 2009, 13:01 (GMT) |
- added back Shift+Tab to toggle snap - added curve tilt and shrink/fatten buttons into the toolbar - fix typo in last commit for view3d snap header button |
Revision 3d4fff3 by Campbell Barton November 21, 2009, 12:44 (GMT) |
only show normal snap option in object mode |
Revision 684405e by Campbell Barton November 21, 2009, 11:26 (GMT) |
id properties for editbones and pose channels were not being freed in a number of cases, added free_pose_channel(pchan) and use this in all places that free pose bones |
Revision 6073bc9 by Campbell Barton November 21, 2009, 00:05 (GMT) |
pep8 cleanup & default select axis to negative (artist requst, make sense if you model the RHS and spend most time looping at the models front) |
November 20, 2009, 22:53 (GMT) |
* Made 'set active' vgroup menu fold out, rather than pop up new |
Revision d552c0e by Joshua Leung November 20, 2009, 21:17 (GMT) |
Nodes Editor: Restored 'Show Cyclic Dependencies' Operator (CKEY) |
Revision 03cfcc6 by Joshua Leung November 20, 2009, 21:04 (GMT) |
Node Editor - More Cleanups (Reshuffling): - removing duplicate chunks of code -> hide unused sockets now works - moving some functions to the files that they get called from -> view all/home - made duplicate a macro operator like the other places that work like this, eliminating the unnecessary transform-related property there still - removed a few chunks of unused code |
Revision acf0fbb by Campbell Barton November 20, 2009, 21:00 (GMT) |
left in print |
Revision 34e7eb1 by Campbell Barton November 20, 2009, 20:58 (GMT) |
use a metaclass to have operator attributes register and display in the order defined. |
Revision 19aa69f by Campbell Barton November 20, 2009, 20:53 (GMT) |
use negative boolean option no_zbuf -> use_zbuf |
Revision b751bc5 by Thomas Dinges November 20, 2009, 20:40 (GMT) |
* More small modifier improvements by nudelZ. * Code cleanup. |
Revision 86f02c1 by Roland Hess November 20, 2009, 19:18 (GMT) |
RNA doc update. the "no_zbuf" flag in Defocus node was incorrectly doc'ed as "Use Zbuffer" when it really should be "Ignore Zbuffer". |
Revision 525a4ec by Willian Padovani Germano November 20, 2009, 19:15 (GMT) |
Improvements to tab -> spaces conversions and use in the Text Editor: - A single undo removes all 4 inserted spaces at once. - Indent and unindent now use spaces. The number of spaces is still hardcoded as 4. PS: Campbell sharing a couple of the minor todo's with me, thanks :). |
Revision cb85365 by Thomas Dinges November 20, 2009, 18:01 (GMT) |
Modifier Layout improvements (single column and normal) by nudelZ. |
Revision e9a8db6 by Campbell Barton November 20, 2009, 16:07 (GMT) |
- dont define properties in the global script namespace - set __file__ when running scripts (filename or textblock name) |
Revision 9aa8d06 by Brecht Van Lommel November 20, 2009, 15:07 (GMT) |
Fix for unitialized variable and resulting render artifacts when setting project x/y/z to none with a procedural texture. |
Revision 854cc87 by Campbell Barton November 20, 2009, 15:01 (GMT) |
option to have scripts run on startup for per blendfile UI's |
Revision 320cc0f by William Reynish November 20, 2009, 12:26 (GMT) |
Small update to render properties. -Single column UI for Encoding panel -Removed bad align in performance panel -Made Quicktime's Quality percentage a slider |
|