Blender Git Commits

Blender Git "master" branch commits.

Page: 4095 / 5574

February 27, 2011, 20:23 (GMT)
doxygen: blender/imbuf tagged.
February 27, 2011, 20:20 (GMT)
doxygen: blender/makesrna tagged.
February 27, 2011, 20:13 (GMT)
doxygen: blender/nodes tagged.
February 27, 2011, 20:10 (GMT)
doxygen: blender/python tagged.
February 27, 2011, 20:01 (GMT)
doxygen: blender/quicktime tagged.
February 27, 2011, 19:59 (GMT)
doxygen: blender/readblenfile tagged.
February 27, 2011, 19:31 (GMT)
doxygen: blender/render tagged.
February 27, 2011, 19:29 (GMT)
doxygen: fixes
February 27, 2011, 18:47 (GMT)
== CMake Win ==
* remove copying of libjack dll's, libjack is statically linked now.
February 27, 2011, 18:03 (GMT)
== UI icons ==
* Change ICON_NULL --> ICON_NONE to avoid two #defines with the same meaning.
February 27, 2011, 17:50 (GMT)
== UI icons ==
* Moved two #defines out of the enum to make code more readable.

February 27, 2011, 17:23 (GMT)
Bugfix, own collection.

Curve widget editing used bad pointer, unsure in which cases it
would crash though...

February 27, 2011, 17:11 (GMT)
Info > Help Menu:
Finally, the Blender icon can be used for the splash screen menu entry, on own todo for almost 1 year!
Thanks to elubie for fixing this in the code. :)
February 27, 2011, 16:58 (GMT)
== UI icons ==
* Moved ICON_BLENDER away from (0,0) spot in blenderbuttons, since ICON_BLENDER=0 define is conflicting ICON_NULL define as well as with logic checks for nonzero icon id.
* This solved bug where ICON_BLENDER can't be set from Python as well as when using new UI functions from within Blender.
February 27, 2011, 16:49 (GMT)
Fixes for undo when suclpting on deformed mesh:
- Invalid shape when deformation mesh was disabled befoe undoing
- Crash when deformation modifier was enabled before undoing

Still got problems with undoing multires changes when toggling modifiers.
February 27, 2011, 15:25 (GMT)
replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs)
February 27, 2011, 14:16 (GMT)
lazy load modules for more scripts.
February 27, 2011, 14:08 (GMT)
lazy load pydoc module. move help() replacement into console code rather then on startup since importing pydoc pulls in lots of other modules too.
February 27, 2011, 14:01 (GMT)
2.5 Transform Operator:
* Added a NC_OBJECT|ND_TRANSFORM notifier to it, so we get a refresh when using the operator from python console. Issue reported by calli in IRC.
February 27, 2011, 11:06 (GMT)
2.5 particle UI File:
* Code cleanup and some assignment names fixes.
We still have the code guidelines. http://wiki.blender.org/index.php/Dev:2.5/Py/Scripts/Guidelines/Layouts

So please only use subsub if absolutely necessary!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021