Joseph Eagar
bb7339a7ae
merge with trunk at r31523
2010-09-04 05:31:25 +00:00
Campbell Barton
d1759639dc
- remove unused includes IMB_*, BIF_* & MEM_*
...
- remove MEM_guardedalloc.h from header files (include directly)
2010-08-16 05:46:10 +00:00
Joseph Eagar
c11c196efa
part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)
2010-07-19 04:44:37 +00:00
Campbell Barton
85590301a5
fix for crash when a register script sets material colors, also made some changes to modifier formatting.
2010-04-13 22:43:48 +00:00
Campbell Barton
4824e7eeeb
modifier include cleanup, this might need fixes on other systems but hard to avoid.
...
also removed unused stuff from cmake modifier file
2010-04-12 22:33:43 +00:00
Campbell Barton
8c3ab1c2a4
- use more inline math funcitons where possible
...
- swapped in less verbose math functons
- modifier include cleanup
2010-04-12 00:36:50 +00:00
Guillermo S. Romero
fbf8287ed1
SVN maintenance.
2010-04-11 23:20:03 +00:00
Campbell Barton
909493eac9
booleanops.c was moved to MOD_boolean_util.c, remove empty file.
2010-04-11 22:20:02 +00:00
Campbell Barton
3fdaf5cecc
[ #14437 ] Modifier Stack Refactor
...
patch by Ben Batt (artificer)
Updated patch for 6 or so modifiers added since the patch was written.
- tested with CMake and SCons
- fixed one error were flags were being added to the fluids type.
- remove BKE_simple_deform.h, simple_deform.c, move functions into MOD_simpledeform.c since there were problems with circular deps.
- moved some fluid and boolean functions used by modifiers too.
2010-04-11 22:12:30 +00:00