Revision 1ff595a by Roland Hess January 7, 2009, 13:10 (GMT) |
Conflicts resolved. Hadn't used the Resolve command last time. Brilliant. |
Revision fc12ec2 by Campbell Barton January 7, 2009, 11:27 (GMT) |
don't raise exceptions on some errors unless debugging |
Revision 5ef7b1f by Joshua Leung January 7, 2009, 09:41 (GMT) |
2.5 * Compiling fixes for RNA - removed duplicate RNA wrapping for posechannels, removed some irrelevant code, and fixed some errors. * Commented out/removed some evil old stuff from pose-code |
Revision a811d80 by Nicholas Bishop January 7, 2009, 04:38 (GMT) |
Changes/cleanup for sculptdata and brushes. Summary: * Removed texfade, wasn't a very useful option (same result can be created with the falloff curve) * Removed CurveMapping from sculptdata, moved instead to Brush * Removed rake field from sculptdata, moved to Brush.flag * Moved Anchored flag from sculpt to Brush, same for direction field * Removed BrushData, replaced usages with the regular Brush type * Removed hardcoded brushes and brush_type from sculptdata, replaced with a pointer to the current Brush * Made sculpt tool type settable in Brush * Changed symmetry and axis lock fields to flags |
Revision 23e3fdb by Roland Hess January 7, 2009, 04:06 (GMT) |
Finally committing useful rna for action types. This includes actions, action channels and action groups. I broke both pose channels and pose off into their own rna. Links also updated in Object rna for both Action and Pose stuff. |
Revision 5296928 by Campbell Barton January 7, 2009, 03:34 (GMT) |
confusion between Inline and externproto nodes |
Revision 9dca31e by Andrea Weikert January 6, 2009, 23:17 (GMT) |
2.5 filebrowser reverting unfinished code that accidentally was committed with last commit. |
Revision d0047ab by Nicholas Bishop January 6, 2009, 22:49 (GMT) |
Commented out a few more tablet functions. |
Revision 4ef6bb5 by Andrea Weikert January 6, 2009, 22:48 (GMT) |
2.5 filebrowser fixes for crashes that seem to have been introduced by changes in context handling. TODO: initialization for windowtype pupmenu if a previous SpaceFile was there. |
Revision cd6a919 by Nathan Letwory January 6, 2009, 22:42 (GMT) |
2.5 / Sculpt / SCons * add SConscript to have it build with this buildsystem too :) * commented out GHOST_Types.h - I guess any stuff that was used from it should be properly done through event system (WM). |
Revision ad3d552 by Andrea Weikert January 6, 2009, 22:41 (GMT) |
2.5 MSVC9 projectfiles update: editors/sculpt files |
Revision a2e645b by Nicholas Bishop January 6, 2009, 21:23 (GMT) |
Brought back sculpt code. Commented out a lot of things, so it compiles. Does nothing more impressive than that for now. |
Revision 3476db5 by Andrea Weikert January 6, 2009, 20:20 (GMT) |
2.5 filebrowser fix for error in sdna building, wrongly recognized struct and alignment fix. |
Revision 3813874 by Nicholas Bishop January 6, 2009, 20:15 (GMT) |
Added RNA for Multires modifier. |
Revision b01ed28 by Nicholas Bishop January 6, 2009, 19:59 (GMT) |
Fixed a warning (missing include) |
Revision 7ca7f8f by Martin Poirier January 6, 2009, 19:58 (GMT) |
2.5 3D view drawtype change operator No more pressing Z a couple of times for nothing. |
Revision 35f0149 by Ton Roosendaal January 6, 2009, 19:49 (GMT) |
2.5 Small context bug when switching screens, Context didn't get updated well. (solves crash in windows, on exit full screen file browser) |
Revision fc28d3c by Andrea Weikert January 6, 2009, 19:22 (GMT) |
2.5 filebrowser further cleanup: - moved struct FileList* back to SpaceFile - fix for memory related errors and freeing operator in file_free - removed wmSubWindowSet, we're not doing OpenGL select in filebrowser - removed drawing of load button when invoked from windowtype pupmenu 2.5 MSVC projectfiles: - slipped in removal of multires_firstlevel.c in blenkernel |
Revision 9b3727b by Martin Poirier January 6, 2009, 19:00 (GMT) |
Fix crasher on non-reset pointer. Mostly happened panning view while drawing. |
Revision 25e5765 by Nicholas Bishop January 6, 2009, 18:59 (GMT) |
Got rid of old multires code, brought in multires modifier from soc-2008-nicholasbishop branch. Note: any old code with multires_test() or multires_level1_test() can just be deleted, not needed by the multires modifier. |
|