Blender Git Commit Log
Git Commits -> Revision a514770
Revision a514770 by Campbell Barton (master) March 20, 2007, 07:23 (GMT) |
Geometry.c - rewrote my python box-packer algo in C, packing 2400 rectanges is about 38x faster. Use the C implimentation in uvcalc_lightmap and uvcalc_smart_project Blender.c - filename returning None raises errors with existing scripts, just return "" so string functions on the filename dont raise an error. |
Commit Details:
Full Hash: a51477093b93fdbca69b47165012c762c46c7e34
SVN Revision: 10310
Parent Commit: 1ebc28b
Lines Changed: +507, -22
6 Modified Paths:
/release/scripts/uvcalc_lightmap.py (+9, -8) (Diff)
/release/scripts/uvcalc_smart_project.py (+9, -12) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Geometry.py (+13, -1) (Diff)
/source/blender/python/api2_2x/Geometry.c (+442, -0) (Diff)
/source/blender/python/api2_2x/Geometry.h (+33, -0) (Diff)
/release/scripts/uvcalc_smart_project.py (+9, -12) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Geometry.py (+13, -1) (Diff)
/source/blender/python/api2_2x/Geometry.c (+442, -0) (Diff)
/source/blender/python/api2_2x/Geometry.h (+33, -0) (Diff)