Revision c1bfd01 by Campbell Barton December 13, 2009, 12:26 (GMT) |
* rna: memory leak fix for RNA_property_enum_value() * rigify: generate root-most bones before children, this makes parenting to dynamically created bones work. |
Revision 646575f by Campbell Barton December 13, 2009, 11:49 (GMT) |
clear loc/size/rot wasnt updating child transformations, also removed some warnings |
Revision b3f0325 by Campbell Barton December 13, 2009, 10:46 (GMT) |
use tp_getset rather then checking the string on getattr for 'id_data' attribute |
Revision a224803 by Campbell Barton December 13, 2009, 03:20 (GMT) |
Sequencer unique names for duplicates & metas and name new strips when the operator doesnt set them. |
Revision b6bf852 by Damien Plisson December 12, 2009, 08:45 (GMT) |
Reenable disabled window switching shortcuts in 10.4 builds |
Revision 86028a6 by Andrea Weikert December 11, 2009, 22:51 (GMT) |
Sequencer: Transform Strip updates (Durian wish) Removed the Start/End Settings and the effect_fader from the sequencer transform strip. The transform strip can now only be animated directly by keying the Scale X, Scale Y, Translate X, Translate Y and Rotation values. Caveat: The uniform scale re-uses the Scale X value, so when changing the animation on Scale X in the non-uniform scaling case, the uniform scaling will be affected too. This was done to not break files for Durian. Note: As much as I would have liked to clean up the TransformVars, it caused crashes of earlier versions of blender when opening the file. The rna identifiers were also kept as to not break any existing animation on those keys. |
December 11, 2009, 19:27 (GMT) |
Add include path to access gpu_buffers.h from pbvh.c. |
Revision b7a344c by Thomas Dinges December 11, 2009, 19:23 (GMT) |
*Missing notifier for Render Border. |
Revision 03634d4 by Andrea Weikert December 11, 2009, 18:02 (GMT) |
MSVC projectfiles * update for sculpt merge NOTE: BLI_blenlib now uses functions in BL_gpu - I added the necessary include path to make it compile, but I'm not sure if this dependency shouldn't be avoided. |
Revision cb4d9a7 by Brecht Van Lommel December 11, 2009, 16:59 (GMT) |
Sculpt: * Temporary workaround for sculpt not working well with small polygons, still seems to be some issues, but can at least paint now. * Small optimization avoiding local function variable aliasing. |
Revision 026364d by Campbell Barton December 11, 2009, 16:30 (GMT) |
rigify * optional default blend argument, use for better leg & arm defaults * way to define arbitrary options for bones that can then be passed to the generator function, only used to set elbow target parent at the moment. |
Revision ab18fe0 by Martin Poirier December 11, 2009, 16:01 (GMT) |
expand path for external player |
Revision 71a43e2 by Brecht Van Lommel December 11, 2009, 15:30 (GMT) |
2.5 Sculpt Branch Merge http://www.blender.org/development/release-logs/blender-250/sculpt-and-multiresolution/ Release logs are work in progress, also check missing items on that page, there's still a few things that need work. Quick summary of the changes: * Use BVH for optimizing sculpt mode, doing only editing and updates on nearby nodes. * Memory reduction by use of CCG grids for subsurf, own undo stack, no vertex-face map, no origindex, .. . * Multithreading for sculpting, multires, and subsurf. * Optional external file storage for multires displacements. * Various tweaks to brush behavior. |
Revision 3a9dcf1 by Brecht Van Lommel December 11, 2009, 14:38 (GMT) |
Revision 912877f by Brecht Van Lommel December 11, 2009, 14:34 (GMT) |
UV Editor: added proportional edit buttons to the header. |
Revision b056f8e by Damien Plisson December 11, 2009, 14:25 (GMT) |
Fix small mem leak in wm_window_get_size_ghost |
Revision fb28896 by Campbell Barton December 11, 2009, 14:16 (GMT) |
* added an armature submenu where python defined armatures can go. * bpy.utils.display_name(), which makes filenames and module names look nicer in menus eg... /home/me/foo_bar.py --> "Foo Bar" * missing rna_path --> data_path renaming |
Revision c6ffe23 by Brecht Van Lommel December 11, 2009, 14:16 (GMT) |
Sculpt Branch: * Added detection if VBO extension is supported. * Redraw other 3d views after sculpting. * Fix brush sometimes punching through mesh with very small polygons, added an extra epsilon to the ray-triangle intersection. |
Revision 4654afb by Arystanbek Dyussenov December 11, 2009, 13:54 (GMT) |
COLLADA branch: patch from Jan Diederich for bump-map export via <extra> tag. |
Revision 1105917 by Arystanbek Dyussenov December 11, 2009, 13:06 (GMT) |
COLLADA branch: small code clean-ups in bone anim export. Correct bone anim export is to be done yet. |
|