Blender Git Commits

Blender Git "master" branch commits.

Page: 5048 / 5574

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.

September 6, 2007, 03:18 (GMT)
BugFix #7303

More fix to solaris build, patch by Vladimar Marek

September 5, 2007, 17:55 (GMT)
fix svn properties for line endings
fix a few no newlines at end of file warnings
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.

September 5, 2007, 01:02 (GMT)
constant name was wrong. possibly changed between blender versions
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 :)
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
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.
September 4, 2007, 15:53 (GMT)
more warning cleanup:
unused variables
undefined variables
discarded qualifiers
September 4, 2007, 07:26 (GMT)
Made ~ view all IPO's (similar to view all layers in the 3d view)
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.
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.

September 3, 2007, 16:00 (GMT)
another warning: no newline at end of file
September 3, 2007, 14:23 (GMT)
fix No newline at end of file
Revision 25438dd by Matt Ebb
September 3, 2007, 06:27 (GMT)
* Raised hardcoded limit for curve 'extrude' from 5 to 100.
September 3, 2007, 00:03 (GMT)
shell script that works with epydoc 3.0
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

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.

September 2, 2007, 17:47 (GMT)
Bugfix #7020

Buttons window, Object context, Anim Settings panel, "draw key"
did not work. Bug since year zero...

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021