Blender Git Commits

Blender Git "master" branch commits.

Page: 4094 / 5574

February 28, 2011, 14:24 (GMT)
Fix [#26213] Collada exporter id's not unique
Reported by Kevin Yoon

<material> could get same id as <node>, prevent that by suffixing -material.
February 28, 2011, 13:18 (GMT)
Make sure python.zip is extracted only once. This prevents erroring build on the unzip stage.
February 28, 2011, 12:05 (GMT)
fix for inconsistency reported as bug [#26245] bpy.data.keys collides with the built-in func keys()
February 28, 2011, 09:58 (GMT)
Cleanup paths after move to dir.
February 28, 2011, 05:59 (GMT)
build system now exclude config-*, turtledemo when copying system python.
also remove __pycache__ dirs when cleaning (new in python 3.2)
February 28, 2011, 04:37 (GMT)
complete lazy loading of py modules to use to a reduced set of pythons modules, gives ~40% speedup on cold & warm start (without netrender).
- use own OrderedDictMini class, pythons collections.OrderedDict is overkill, 179 sloc. replaced with own, 11 lines.
- remove code which stored the class file & line per RNA subclass, this was useful but would raise its own exception every time to generate a stack trace to get the class info so we could use of the class failed to register. the class stores its module & name which can be enough to find where it was defined.
February 28, 2011, 03:17 (GMT)
remove unused vars.
February 28, 2011, 03:17 (GMT)
minor change for image invert operator
- dirty var wasn't being used.
- only call IMB_rect_from_float if there was previously a rect buffer.
February 27, 2011, 20:46 (GMT)
move doxygen files into own subdir.
February 27, 2011, 20:44 (GMT)
doxygen: update for tagged modules.
February 27, 2011, 20:43 (GMT)
doxygen: blender/avi tagged.
February 27, 2011, 20:42 (GMT)
doxygen: blender/blenfont tagged.
February 27, 2011, 20:40 (GMT)
doxygen: blender/blenkernel tagged.
February 27, 2011, 20:37 (GMT)
doxygen: blender/blenlib tagged.
February 27, 2011, 20:35 (GMT)
doxygen: blender/blenloader tagged.
February 27, 2011, 20:32 (GMT)
doxygen: blender/blenpluginapi tagged.
February 27, 2011, 20:30 (GMT)
doxygen: blender/collada tagged.
February 27, 2011, 20:29 (GMT)
doxygen: blender/editors tagged.
February 27, 2011, 20:25 (GMT)
doxygen: blender/gpu tagged.
February 27, 2011, 20:24 (GMT)
doxygen: blender/ikplugin tagged.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021