Revision e2e139c by Arystanbek Dyussenov June 25, 2009, 13:33 (GMT) |
Added Mesh.active_uv_layer read-only property. |
Revision 8cda8ab by Ton Roosendaal June 25, 2009, 12:32 (GMT) |
Bugfix, testing venom's lab .blends Using LightGroups override for material doesn't work for preview renders. Code didn't correctly return correct light listbase then, crashing Blender on preview render. |
Revision 6510da4 by Joshua Leung June 25, 2009, 12:30 (GMT) |
NLA SoC: Fix transforms for transition strips. |
Revision 78110f2 by Chingiz Dyussenov June 25, 2009, 12:13 (GMT) |
Added very basic geometry import. Only <triangles> is supported. Found a bug in OpenCollada - <polylist> is treated as <polygon>. |
Revision 604d122 by Benoit Bolsee June 25, 2009, 11:57 (GMT) |
iTaSC: implement 2DoF Swing joint, connect iTaSC cache reset to BKE point cache. Fix bug in KDL on Vector2 Norm. Add Helper functions GetValue to get vector coordinates from KDL. |
Revision deffe4a by Joshua Leung June 25, 2009, 10:52 (GMT) |
NLA SoC: Armature Drawing Code Fixes * Compiling broke for some users on this file due to my scaling-fixes commit. Dunno why this didn't give any errors here (silly compiler!) * Restored code to make ghost poses (and supposedly paths) work again. This doesn't totally seem to be the case yet though. |
Revision d428ba1 by Campbell Barton June 25, 2009, 10:11 (GMT) |
PyAPI RNA/BGE * all mathutils types now have optional callbacks * PyRNA returns mathutils quat and euler types automatically when they have the rotation subtype. * PyRNA, reuse the BPy_StructRNA PyObject rather name making a new one for each function returned. * use more arithb.c functions for Mathutils quaternion type (less inline cruft). * BGE Mathutils integration mostly finished- KX_PyMath now converts to Mathutils types rather then lists. * make all mathutils types share the same header so they can share a number of functions - dealloc, getWrapped, getOwner. |
Revision a50be87 by Joshua Leung June 25, 2009, 05:05 (GMT) |
NLA SoC: Quick crash fix Pointer for accessing settings of active NLA-strip was not getting set. The code for this was accidentally removed during an earlier commit to clean up the poll callbacks here. |
Revision a1c5c50 by Joshua Leung June 25, 2009, 04:33 (GMT) |
At last... this merge should finally do the trick! 21073 to 21145 |
Revision 434a994 by Campbell Barton June 25, 2009, 01:37 (GMT) |
Mathutils quat1 * quat2 was broken, returned quat1*quat1 instead. |
Revision 122808b by Jens Ole Wund(bjornmose) June 24, 2009, 23:42 (GMT) |
bug fix SoftBody module vertex groups are not notified on deletion .. and other relevant changes .. sneak in Mass and Spring Painting |
Revision 7a357cb by Brecht Van Lommel June 24, 2009, 21:27 (GMT) |
2.5: File Selector: display operator properties in the side region, check Save Image or Export PLY operator for example. Also these code changes: * Added some RNA collection iterator macros to simplify code. * Fix bpy.props.BoolProperty not working correct. * Merge uiDefAutoButsRNA/uiDefAutoButsRNA_single into one. |
Revision edfb507 by Andre Susano Pinto June 24, 2009, 19:29 (GMT) |
*Fixed handling of HEMI and SUN lights shadows |
Revision 3f2fef5 by Arystanbek Dyussenov June 24, 2009, 19:23 (GMT) |
- added API functions: * Main.remove_object * Scene.add_object * Scene.remove_object * Object.convert_to_triface * Object.create_preview_mesh - a small tweak in set_mesh (blenkernel/inter/mesh.c) to make it work on objects having data == NULL |
Revision 169fdf9 by Brecht Van Lommel June 24, 2009, 18:39 (GMT) |
2.5: bug fixes for some erratice materials buttons drawing. |
Revision b6241e7 by Ton Roosendaal June 24, 2009, 17:57 (GMT) |
2.5 Bugfix: added refresh for modifiers for enable/disable |
Revision ee9c260 by Ton Roosendaal June 24, 2009, 17:22 (GMT) |
2.5 - Added ND_SHADING notifier on linking materials, so it gives refreshes in UI - Removed reduntant debug prints Crucial fixes in other code while checking warnings; - Particle buttons were assigned to short, whilst data was int - Filesel border select used float rect API, on an int rect. |
Revision 627abe0 by Ton Roosendaal June 24, 2009, 16:44 (GMT) |
2.5 Added support for icons in search menu. It already displays icons for saved materials etc. from old files. Have to add previewrenders for this still. |
Revision 5b26f52 by Brecht Van Lommel June 24, 2009, 14:16 (GMT) |
UI * Added SCROLL button type, use like a NUMSLI basically, with a1 used to define the scroller size. * Add scroll and toggle colors to the Theme (toggle was set to draw like radio in a recent commit, but it's the intention these look different). * Added rudimentary list template, used for object material slots, this is WIP though. * In popup menu, split text with line breaks over multiple lines, makes python errors display slightly nicer. |
Revision a379fdd by Brecht Van Lommel June 24, 2009, 14:07 (GMT) |
2.5: Object material slot operators add/remove/assign/select/deselect. |
|