Blender Git Loki

Git Commits -> Revision 951a493

Revision 951a493 by Daniel Dunbar (master)
July 26, 2005, 02:44 (GMT)
- added wave modifier & removed old wave effect
- added decimate modifier & removed old decimate interface
(currently lacks warning about destroying data, and there needs
to be a way for modifiers to return errors back to the interface)
- allow applyModifier to return NULL to indicate error
- unfortunately new decimate modifier means it does not know exact
number of faces in mesh (other modifiers may come before) and so
instead interface uses a percentage. if people need exact face
count slider then I will have to think of some hack to fit this
in. note that it does display the output face count so its possible
to tweak the pct to get what you want regardless.
- removed python Wave object

If you are bored now how much easier it is to implement something
like decimate as a modifier. Very few changes to interface, very
few entry points.

Commit Details:

Full Hash: 951a4934b08ab2621a627b1adb74cdf518c53a19
SVN Revision: 4921
Parent Commit: ee8e41c
Lines Changed: +328, -1124

2 Deleted Paths:

/source/blender/python/api2_2x/Wave.c (+0, -605)
/source/blender/python/api2_2x/Wave.h (+0, -98)

18 Modified Paths:

/source/blender/blenkernel/BKE_effect.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/deform.c (+0, -17) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+10, -6) (Diff)
/source/blender/blenkernel/intern/effect.c (+0, -72) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/modifier.c (+248, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+22, -2) (Diff)
/source/blender/blenloader/intern/writefile.c (+0, -3) (Diff)
/source/blender/makesdna/DNA_effect_types.h (+0, -1) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+20, -0) (Diff)
/source/blender/python/api2_2x/Effect.c (+1, -13) (Diff)
/source/blender/python/api2_2x/Types.c (+0, -1) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)
/source/blender/python/SConscript (+0, -1) (Diff)
/source/blender/src/buttons_editing.c (+0, -250) (Diff)
/source/blender/src/buttons_object.c (+25, -25) (Diff)
/source/blender/src/drawobject.c (+1, -22) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021