Blender Git Commit Log

Git Commits -> Revision 4b1588e

Revision 4b1588e by Daniel Dunbar (master)
July 27, 2005, 20:16 (GMT)
- update storage.c to use standard time codes (should fix issue
with MSVS 8)
- broke mesh_create_shadedColors out of shadeDispList, used to
build vertex colors for mesh in vpaint as well (also fixed
bug where they were not initialized correctly for subsurfs)
- added modifier_copyData and modifier_findByType functions
- change editmode modifiers to only calculate if Realtime and
Editmode bits are both set, makes more sense for copying
modifiers
- update object_copy to correctly copy modifiers
- removed duplicate redefinition of ME_ attributes in python,
this is a horrible idea, why was it done in the first place?
- update armature auto vertex group code to check for subsurf
in modifier stack
- fixed flip_subdivision to work with move to modifier stack
- added copymenu_modifiers, can copy all modifiers or just
data from first modifier of a certain type (not sure how
to deal with multiple modifiers of same type... not
a big issue though I think)

Commit Details:

Full Hash: 4b1588e277d6a6e6bc7dc9553652d2ca4aad2d73
SVN Revision: 4949
Parent Commit: 410512e
Lines Changed: +419, -209

16 Modified Paths:

/source/blender/blenkernel/BKE_displist.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_modifier.h (+9, -0) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/displist.c (+155, -118) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -2) (Diff)
/source/blender/blenkernel/intern/modifier.c (+91, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+8, -1) (Diff)
/source/blender/blenlib/intern/storage.c (+1, -6) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/include/BDR_editobject.h (+0, -4) (Diff)
/source/blender/python/api2_2x/NMesh.c (+11, -17) (Diff)
/source/blender/src/editarmature.c (+3, -1) (Diff)
/source/blender/src/editobject.c (+114, -14) (Diff)
/source/blender/src/header_view3d.c (+14, -12) (Diff)
/source/blender/src/toolbox.c (+1, -1) (Diff)
/source/blender/src/vpaint.c (+8, -32) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021