Revision 2ead178 by Joseph Eagar November 7, 2009, 23:10 (GMT) |
merge with trunk/2.5 at r24378 |
Revision 30c4c45 by Campbell Barton November 7, 2009, 22:12 (GMT) |
pedantic enum string consistancy |
Revision 4e61f8a by Campbell Barton November 7, 2009, 22:07 (GMT) |
pep8 whitespace commit bpy/rna api (no functionality change, just move getting the srna py base into a function) |
Revision 5bb8868 by Martin Poirier November 7, 2009, 17:47 (GMT) |
fluid cache need a +1 offset, their frame 0 is blender frame 1 (fun stuff) |
Revision 7b96bc0 by Arystanbek Dyussenov November 7, 2009, 14:34 (GMT) |
Merge -c 24393 (patch by Jan) from COLLADA branch. |
Revision 01b2059 by Arystanbek Dyussenov November 7, 2009, 14:28 (GMT) |
Patch by Jan Diederich for COLLADA exporter: translate invalid characters in Id names before using them as DAE ids (see bug report https://projects.blender.org/tracker/?func=detail&atid=498&aid=19787&group_id=9). Thanks! |
Revision 58e4446 by Arystanbek Dyussenov November 7, 2009, 14:21 (GMT) |
Revision f25bc95 by Campbell Barton November 7, 2009, 14:17 (GMT) |
missed committing this file (from Stani's patch) |
Revision ddeb9f8 by Campbell Barton November 6, 2009, 23:53 (GMT) |
- added console language type - separated python console from the interactive console - added shell console type (simple example) - console types are autodetected and can be selected in the menu |
Revision 6e47d9b by Campbell Barton November 6, 2009, 22:51 (GMT) |
- modal keymap for border select - revert circle select keys adjustments & view navigation while selecting (durian guys liked but allowed activating multiple circle select's at once) |
Revision e2f01e4 by Campbell Barton November 6, 2009, 22:42 (GMT) |
api changes suggested by Stani |
Revision 5a56469 by Brecht Van Lommel November 6, 2009, 22:10 (GMT) |
Fix for transform orientation fix, probably forgot to commit this? |
Revision f21d0ba by Brecht Van Lommel November 6, 2009, 21:41 (GMT) |
Bugfix: crash in posemode transform buttons with no active pose bone. |
Revision 0b027b4 by Martin Poirier November 6, 2009, 21:31 (GMT) |
Make orientation matrix access function public. Fix bug in previous code: passing 3x3 matrix to a function expecting a 4x4 (warnings are for something) |
Revision 5c3a365 by Thomas Dinges November 6, 2009, 21:10 (GMT) |
* Added "Align View to Selected" to the View > Align View menu. Patch by Jeff Doyle (nfz). Thanks! |
Revision 1327833 by Brecht Van Lommel November 6, 2009, 16:46 (GMT) |
Sculpt: WIP brush behavior changes * Draw/Inflate/Layer now keep working on the original mesh coordinates and normals from when the stroke started. This helps avoid the mesh blowing up, but can still be better. The old behavior is still available as "Accumulate" in the UI. * This requires some more memory usage for the BVH, would like to find a way to avoid that. * Smooth falloff is now the default. * Spacing is now enabled by default, with a value of 7.5. * Anchored now stores normals per node to save some memory. |
Revision 0ffdcfe by Brecht Van Lommel November 6, 2009, 14:46 (GMT) |
B.blend.c update. Only change is that brushes and panels are not saved, so that they will be recreated with defaults settings/order. |
Revision cfa4f32 by Joseph Eagar November 6, 2009, 12:59 (GMT) |
ctrl-alt-leftclick for adding new geometry works, but blocks zoom. we have got to fix this in 2.5. also made dissolving a 2-valence vert leave an edge behind. and fixed a bug or two. |
Revision 4e9699d by Campbell Barton November 6, 2009, 12:43 (GMT) |
experemental durian request, allow view manipulation while using circle select |
Revision aa7374e by Campbell Barton November 6, 2009, 12:27 (GMT) |
- removing the last particle system now exits particle edit mode. - py UI script used an undeclared variable |
|