Revision 36df48e by Brecht Van Lommel July 3, 2009, 19:56 (GMT) |
2.5: * Fix crash in python with enum properties, and don't throw error if no matching identifier is found. This shouldn't happen, but it should break a python script either, which is not at fault. * Fix a wrong variable initialization in fluidsim. |
Revision 83c0fd6 by Thomas Dinges July 3, 2009, 19:12 (GMT) |
2.5 Physic Buttons: * Added Fluid Buttons. |
Revision 3d06a10 by Andre Susano Pinto July 3, 2009, 18:16 (GMT) |
rayobject_octree fixed |
Revision 2a23fda by Arystanbek Dyussenov July 3, 2009, 17:44 (GMT) |
OBJ importer almost converted, except a few features (NURBS, NGON, FGON and sharp edges). Added to API: - Main.add_image - Material.z_transparency - two temporary properties: Image.depth and Image.has_data |
Revision 4a72557 by Andre Susano Pinto July 3, 2009, 17:10 (GMT) |
Fixed memory aligns for 64bits |
Revision 815fef5 by Nicholas Bishop July 3, 2009, 15:59 (GMT) |
2.5/Multires: Missed this somehow when merging the multires branch? Have to make sure that multires displacements are up-to-date before doing a modifier apply. |
Revision 9e71b73 by Nicholas Bishop July 3, 2009, 15:31 (GMT) |
2.5/Sculpt: Bugfix, mesh face normals not getting updated because a list was freed in the wrong place. |
Revision 9f33496 by Brecht Van Lommel July 3, 2009, 15:23 (GMT) |
2.5 * Lattices: properties editable, editmode operators, menus working again. As a bonus you can now edit u/v/w in editmode. * Shape Keys: some code cleanup, and added more buttons. The value/min/max buttons don't work correct yet though. * Fix issue with uv textures, vertex colors not being visible outside editmode, and a few other issue. Mesh.edit_mesh is now NULL when not in editmode. |
Revision c1dcaa5 by Thomas Dinges July 3, 2009, 14:32 (GMT) |
2.5 Physic Buttons: * Added some collision buttons. Patch by Wahooney. Thanks! |
Revision bcea99d by Thomas Dinges July 3, 2009, 14:11 (GMT) |
2.5 Physic Buttons: Don't show panels when object is not a mesh. |
Revision a7d6b6e by Ton Roosendaal July 3, 2009, 13:48 (GMT) |
2.5 Windows #ifdef code missed semicolon. |
Revision ea287fc by Ton Roosendaal July 3, 2009, 13:21 (GMT) |
2.5 More scroller work: - Added subtle arrow widgets to denote a scroller can zoom the view. - Made zoom symmetric (old convention to only zoom "one side" just worked badly) |
Revision 3c6f957 by Campbell Barton July 3, 2009, 11:46 (GMT) |
fix for own missing var in recent commit. |
Revision c12b279 by Joshua Leung July 3, 2009, 11:24 (GMT) |
2.5 - Additional warning fix |
Revision 74fc3a8 by Joshua Leung July 3, 2009, 11:22 (GMT) |
2.5 - Quick compiling fix for Ton's commit Patch (http://www.pasteall.org/6436/diff) by skejoe. Thanks. |
July 3, 2009, 11:03 (GMT) |
* Fixed a crazy memory leak in voxel data image sequence data source |
Revision d059fc6 by Ton Roosendaal July 3, 2009, 10:54 (GMT) |
2.5 Upgrading text editor to draw new scrollbar too. |
Revision b8042f5 by Joshua Leung July 3, 2009, 10:28 (GMT) |
NLA SoC: Muting and Graph-Editor Curve visibility for (Action) Groups Groups (the Action variety) can now be muted, and also be set to not be drawn in the Graph Editor. These settings get applied to all the F-Curves within the group, overriding any settings individual F-Curves might have, allowing users to quickly mute or hide groups of curves without having to go through clicking on all of them. Also, added a flag that can be used to set the curve visiblity on AnimData level too. This will be enabled in a future commit. |
July 3, 2009, 09:23 (GMT) |
* Fix for compiling with cmake on OS X. Hopefully this goes ok for other platforms too. |
Revision 861a0d2 by Chingiz Dyussenov July 3, 2009, 07:54 (GMT) |
Small fix - now import per-face materials should work properly. |
|