Revision 82b21ba by Nathan Letwory 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. |
Revision 9234cb6 by Nathan Letwory February 28, 2011, 13:18 (GMT) |
Make sure python.zip is extracted only once. This prevents erroring build on the unzip stage. |
Revision a40bb7e by Campbell Barton February 28, 2011, 12:05 (GMT) |
fix for inconsistency reported as bug [#26245] bpy.data.keys collides with the built-in func keys() |
Revision e62063b by Nathan Letwory February 28, 2011, 09:58 (GMT) |
Cleanup paths after move to dir. |
Revision 5ef65a0 by Campbell Barton 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) |
Revision e09189c by Campbell Barton 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. |
Revision ea5664c by Campbell Barton February 28, 2011, 03:17 (GMT) |
remove unused vars. |
Revision 3919c46 by Campbell Barton 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. |
Revision 1af13de by Nathan Letwory February 27, 2011, 20:46 (GMT) |
move doxygen files into own subdir. |
Revision 5fe1c42 by Nathan Letwory February 27, 2011, 20:44 (GMT) |
doxygen: update for tagged modules. |
Revision 9960f69 by Nathan Letwory February 27, 2011, 20:43 (GMT) |
doxygen: blender/avi tagged. |
Revision b9e70c7 by Nathan Letwory February 27, 2011, 20:42 (GMT) |
doxygen: blender/blenfont tagged. |
Revision 0ff06e2 by Nathan Letwory February 27, 2011, 20:40 (GMT) |
doxygen: blender/blenkernel tagged. |
Revision 7900b59 by Nathan Letwory February 27, 2011, 20:37 (GMT) |
doxygen: blender/blenlib tagged. |
Revision cfd5424 by Nathan Letwory February 27, 2011, 20:35 (GMT) |
doxygen: blender/blenloader tagged. |
Revision 1e14172 by Nathan Letwory February 27, 2011, 20:32 (GMT) |
doxygen: blender/blenpluginapi tagged. |
Revision caf9fb6 by Nathan Letwory February 27, 2011, 20:30 (GMT) |
doxygen: blender/collada tagged. |
Revision 95100af by Nathan Letwory February 27, 2011, 20:29 (GMT) |
doxygen: blender/editors tagged. |
Revision 93b1445 by Nathan Letwory February 27, 2011, 20:25 (GMT) |
doxygen: blender/gpu tagged. |
Revision 13a540a by Nathan Letwory February 27, 2011, 20:24 (GMT) |
doxygen: blender/ikplugin tagged. |
|