Revision 2b9c9e3 by Sergey Sharybin February 14, 2011, 16:06 (GMT) |
First modifiers with deformMatrices callback used to be applied twice when building crazytspace. Not sure why this worked. |
Revision d845d63 by Campbell Barton February 14, 2011, 11:30 (GMT) |
comments for how py-rna calls api new classes. small speedup for StructRNA.__new__(...) used for creating new classes and corrected exception type. |
Revision a3c2ad3 by Campbell Barton February 14, 2011, 08:14 (GMT) |
improve py/rna exception messages. |
Revision a676528 by Campbell Barton February 14, 2011, 07:26 (GMT) |
py rna api: turn class.is_register into a class property rather then a class method. eg: if MySybclass.is_registered: ... |
Revision 44be05f by Campbell Barton February 14, 2011, 06:15 (GMT) |
convenience targets for makefile clean, test, package_debian, package_pacman |
Revision 665a0ff by Sergey Sharybin February 14, 2011, 06:04 (GMT) |
Revert incorrect fix for 26062 made in svn rev34828. |
February 14, 2011, 04:47 (GMT) |
SVN maintenance. |
Revision 72bc3f2 by Campbell Barton February 14, 2011, 04:15 (GMT) |
python api renaming and added headers for some files which didnt have one, no functionality change. |
Revision 54190dd by Joshua Leung February 14, 2011, 03:43 (GMT) |
Bone Colour Sets (theme ones) can now be edited from the User Preferences UI again |
Revision 0c20990 by Sergey Sharybin February 14, 2011, 03:36 (GMT) |
Active spline number should also be stored/restored by undo stack. It could point to nowhere otherwise. |
Revision 8ea0b46 by Campbell Barton February 14, 2011, 03:15 (GMT) |
misc small changes: - rename rna collection structs Main prefix to BlendData: eg, MainObjects --> BlendDataObjects - printing python collection now prints its type (when available) - renamed shadowed vars in bpy_rna.c. - when making functions static I also made debugging/test functions static, reverse and add definitions to headers instead. |
Revision 35abb67 by Joshua Leung February 14, 2011, 03:04 (GMT) |
Forgot NLA Editor support for this... |
Revision b8a19d3 by Joshua Leung February 14, 2011, 02:50 (GMT) |
Graph Editor part of the changes in the previous commit... |
Revision 52525a0 by Joshua Leung February 14, 2011, 02:30 (GMT) |
DopeSheet: Add menu entries and hotkeys to select all keyframes left/right to current frame in dope sheet This commit separates out this selection functionality out of the click-selection operator into a separate operator, so that hotkeys and menu entries can be assigned to it. This is based on an idea+patch (#23738) submitted by Torsten Rupp (rupp), though I've ultimately decided not to go with the suggested implementation as I don't think this fits that well under the "column" select operator. Todo: Graph Editor support will be coming shortly... |
Revision 6509169 by Campbell Barton February 14, 2011, 01:31 (GMT) |
fix for string copy error in own recent commit |
Revision 3789c39 by Tamito Kajiyama February 13, 2011, 23:47 (GMT) |
Merged changes in the trunk up to revision 34828. Conflicts resolved: source/blender/makesrna/RNA_enum_types.h |
Revision 4ca2905 by Sergey Sharybin February 13, 2011, 19:47 (GMT) |
Fix #26062: build_debian.sh gives unappropriate deb version Added subverison number to debian package version. Quick tests run ok, but haven't checked if deb version comparation also goes fine. |
Revision 3224f81 by Sergey Sharybin February 13, 2011, 19:04 (GMT) |
Fix #26072: ctrl+LMB on an empty curve make Blender crash Crash was caused by keeping active segment index even when this segment had been deleted. Fixed this and also changed behaviour of creating new CV for case nothing is selected: new segment with BEZIER type would be created. |
Revision 59f1640 by Campbell Barton February 13, 2011, 15:02 (GMT) |
warning cleanup. - fix mistake with grease pencil UI (&& was intended but & used). - use (void) rather then () across _all_ blenders code. - a few minor edits, don't shadow stack variables in roll calculation & avoid running memset() for VBO vertex map. |
Revision 0852278 by Ton Roosendaal February 13, 2011, 14:55 (GMT) |
Patch 26068 Fast-gauss node didn't respond to socket-input "Size" factor. Thanks Philipp Oeser for the fix! |
|