ca94d97049
moved the boxpacker from PyAPI's Geometry to BLI_boxpack2d
...
made LSCM UV Unwrapper use boxpack2d
2007-03-21 17:06:02 +00:00
83a9a84498
BoxPack2D example in epydocs, small cleanup on Geometry.c
2007-03-20 12:07:02 +00:00
a51477093b
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.
2007-03-20 07:23:09 +00:00
Stephen Swaney
e3b72755cc
clean up some warnings. no executable changes.
2006-12-01 17:53:04 +00:00
30d207e650
Added python func Blender.Geometry.LineIntersect2D(v1,v2,v3,v4)
...
updated archimap and cookie cutter to use it, removed python version from BPyMathutils
archimap island merging is noticibly faster
2006-10-07 04:56:36 +00:00
156f2030fd
Adding new geometry module, at the moment it only contains polyfill.. more commits to come, moving from mathutils.
2006-07-02 15:25:37 +00:00