Blender Git Commit Log

Git Commits -> Revision b6771cc

Revision b6771cc by Bastien Montagne (master)
February 5, 2019, 09:53 (GMT)
BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.

Turns out most of our 'local working copy' cases can use same set of
flags.

Note that this commit adds LIB_ID_COPY_CACHES to all our local meshes
copying, however this is no-op since that flag is unused during mesh
copying... We may want to add another set of flags without that one at
some point, but for now it would not be useful imho.

Commit Details:

Full Hash: b6771ccaf6a547ae5463af7102fbe23a621c2bf2
Parent Commit: 7272421
Lines Changed: +22, -113

17 Modified Paths:

/source/blender/blenkernel/intern/displist.c (+2, -6) (Diff)
/source/blender/blenkernel/intern/mesh.c (+2, -7) (Diff)
/source/blender/blenkernel/intern/mesh_convert.c (+2, -12) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -3) (Diff)
/source/blender/blenkernel/intern/particle_distribute.c (+2, -12) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -6) (Diff)
/source/blender/collada/collada_utils.cpp (+1, -5) (Diff)
/source/blender/editors/physics/particle_object.c (+2, -12) (Diff)
/source/blender/modifiers/intern/MOD_boolean.c (+1, -5) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+1, -6) (Diff)
/source/blender/modifiers/intern/MOD_collision.c (+1, -6) (Diff)
/source/blender/modifiers/intern/MOD_datatransfer.c (+1, -6) (Diff)
/source/blender/modifiers/intern/MOD_normal_edit.c (+1, -6) (Diff)
/source/blender/modifiers/intern/MOD_ocean.c (+1, -5) (Diff)
/source/blender/modifiers/intern/MOD_surface.c (+1, -6) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -4) (Diff)
/source/blender/modifiers/intern/MOD_weighted_normal.c (+1, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021