158b4e61a0
Mesh Modifiers: refactor copying using a generic function
2013-12-22 04:37:26 +11:00
e648ca8862
use booleans for modifiers and api callbacks.
2013-06-02 03:59:19 +00:00
4f3ca854e1
Fix various warnings with clang build, and adjust cmake clang warnings flags
...
to include a few more that gcc is using too.
2013-02-26 21:58:06 +00:00
5c9d1ec080
fix for mesh-cache modifier deform-integration used with axis-flipping would fail.
2013-01-24 14:36:02 +00:00
c65c1958bd
code cleanup: minor edits to mesh-cache formatting.
2013-01-24 05:54:17 +00:00
296f91c4cc
add 'deform - integrate' option to mesh-cache,
...
This means the deformation on the input to the modifier can be re-applied ontop of the mesh cache.
In practice this is most useful for using corrective shape-keys with mesh-cache.
2013-01-24 04:02:30 +00:00
936b82802a
add bullet define & include for scons makesrna, also move meshcache utils into own file.
2013-01-24 02:14:39 +00:00
d760a86927
code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.
2013-01-21 18:45:31 +00:00
8cde4e5182
add an influence slider to mesh cache.
2013-01-21 16:43:04 +00:00
caac27dcbc
mesh-cache deform modifier,
...
supports MDD and PC2 formats.
see wiki docs:
http://wiki.blender.org/index.php/Doc:2.6/Manual/Modifiers/Deform/Mesh_Cache
2013-01-21 15:41:00 +00:00