Revision 1a237b0 by Geoffrey Bantle September 6, 2007, 20:49 (GMT) |
-> Delete Context Added deletion of verts/edges/faces based upon selection mode. Deleting a vertex will delete all the edges/faces associated with it and deleting an edge will delete all faces associated with it. |
Revision bd7ebb0 by Diego Borghetti September 6, 2007, 03:18 (GMT) |
BugFix #7303 More fix to solaris build, patch by Vladimar Marek |
Revision f0995e8 by Andrea Weikert September 5, 2007, 17:55 (GMT) |
fix svn properties for line endings fix a few no newlines at end of file warnings |
Revision 5116048 by Campbell Barton September 5, 2007, 04:17 (GMT) |
printing a pose's bone dict was limited to 4096 characters otherwise it would crash. malloc the string instead. |
Revision 9eb46e4 by Campbell Barton September 5, 2007, 01:02 (GMT) |
constant name was wrong. possibly changed between blender versions |
Revision bbc47e9 by Andrea Weikert September 4, 2007, 20:27 (GMT) |
== imagebrowser == - fix: deleting bookmark didn't update .Bfs file (see tracker #7298) - also fixed memleak, thanks to the guardedalloc :) |
Revision 72e8dd4 by Andrea Weikert September 4, 2007, 19:07 (GMT) |
== imagebrowser == - nicer drawing of highlight for bookmarks - fix slight positioning issue of bookmark highlight - resetting bookmark highlight when mouse outside bookmark area - cleaned up define that isn't needed anymore |
Revision 5b55a89 by Juho Vepsalainen September 4, 2007, 17:42 (GMT) |
Fix for bug [#7135] Compositor crash when adding a time node: This commit replaces the old function used to draw time node user interface with new one. This should fix the issue. The function can later be reused time node for material node system. |
Revision e20e3e9 by Stephen Swaney September 4, 2007, 15:53 (GMT) |
more warning cleanup: unused variables undefined variables discarded qualifiers |
Revision ee740fc by Campbell Barton September 4, 2007, 07:26 (GMT) |
Made ~ view all IPO's (similar to view all layers in the 3d view) |
Revision 3326d49 by Stephen Swaney September 3, 2007, 19:12 (GMT) |
more warning fixes. sprinkle a few 'const char*'s around to remove warnings about discarding qualifiers in imbuf code. |
Revision 1b35c1c by Stephen Swaney September 3, 2007, 17:28 (GMT) |
fix warning: no newline at end of file |
Revision 072c926 by Ken Hughes September 3, 2007, 16:56 (GMT) |
Update Python API to change to curve 'extrude' limit from 5 to 100. |
Revision cd99c7b by Stephen Swaney September 3, 2007, 16:00 (GMT) |
another warning: no newline at end of file |
Revision ca087fa by Stephen Swaney September 3, 2007, 14:23 (GMT) |
fix No newline at end of file |
September 3, 2007, 06:27 (GMT) |
* Raised hardcoded limit for curve 'extrude' from 5 to 100. |
Revision ca59cd6 by Campbell Barton September 3, 2007, 00:03 (GMT) |
shell script that works with epydoc 3.0 |
Revision 04a2eb2 by Campbell Barton September 2, 2007, 22:53 (GMT) |
adding 2 new functions Mat3ToScalef and Mat4ToScalef These return a floating point scale value which is the average of the 3 axies. Use this to adjust curve radius when applying scale/rot |
Revision b1c30df by Peter Schlaile September 2, 2007, 19:32 (GMT) |
== Sequencer == Bugfix: The mem cache limitor didn't take mmap-allocated memory into account, resulting in effectively disabling it, since all imbuf-data is currently allocated using mmap. |
Revision 30f1dec by Ton Roosendaal September 2, 2007, 17:47 (GMT) |
Bugfix #7020 Buttons window, Object context, Anim Settings panel, "draw key" did not work. Bug since year zero... |
|