Blender Git Commit Log

Git Commits -> Revision 65dbeb1

Revision 65dbeb1 by Bastien Montagne (master)
October 22, 2021, 10:35 (GMT)
Fix T90638: Inconsistent object data behavior when link-duplicating collections.

Camera, lattice and speaker object types were missing there own proper
`USER_DUP_` flags, leading to not properly handling duplication of their
object data.

NOTE: We could probably simply opions here, by using categories (like
'GEOMETRY', 'SHADING', etc.) instead of exact object types. But this is
beyond bugfix scope.

Commit Details:

Full Hash: 65dbeb1d81bff6c5742eb5f503b59207485041a9
Parent Commit: d092933
Lines Changed: +39, -9

7 Modified Paths:

/release/datafiles/userdef/userdef_default.c (+3, -3) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+7, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+3, -3) (Diff)
/source/blender/blenloader/intern/versioning_userdef.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021