Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2007-12-20 13:27:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-20 13:27:13 +0300
commit5925fe36e0a176a73e65950f7ed5eef510c12f02 (patch)
treedc047e46e29c585820cd354704d2e7dc86188435 /source/blender/blenlib/BLI_boxpack2d.h
parent0a682cb50fe46a0e4327546cb74370c8e88fa231 (diff)
Render-farm and file utils for dealing with external data.
Useful to use before sending blend files to the renderfarm. * Make all Paths Relative - makes any absolute paths relative. * Report Missing Files - creates a textblock listing all missing files. * Find Missing Files - searches a directory recursively for filenames that dont exist at their current path. Added a path looper type and functions that currently loop on image, sound, font and external library paths.
Diffstat (limited to 'source/blender/blenlib/BLI_boxpack2d.h')
-rw-r--r--source/blender/blenlib/BLI_boxpack2d.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_boxpack2d.h b/source/blender/blenlib/BLI_boxpack2d.h
index b5cf9cd81e9..50b864df5f8 100644
--- a/source/blender/blenlib/BLI_boxpack2d.h
+++ b/source/blender/blenlib/BLI_boxpack2d.h
@@ -28,10 +28,7 @@
* Contributor(s): Campbell Barton
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
- *
- * The old math stuff from Ton. These will slowly phase out in favour
- * of MTC calls. (or even MoTO :) )
- * */
+ */
/* Box Packer */