[Bf-blender-cvs] [d4126238b4b] master: Cleanup/update comment on flag_legacy values

Dalai Felinto noreply at git.blender.org
Tue Apr 30 21:57:30 CEST 2019


Commit: d4126238b4b032e07aedce1fc91f2f09070db7ef
Author: Dalai Felinto
Date:   Tue Apr 30 16:45:09 2019 -0300
Branches: master
https://developer.blender.org/rBd4126238b4b032e07aedce1fc91f2f09070db7ef

Cleanup/update comment on flag_legacy values

===================================================================

M	source/blender/makesdna/DNA_object_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 781a2216029..1aeb4a2f4d2 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -573,8 +573,7 @@ enum {
 
 /* **************** BASE ********************* */
 
-/* also needed for base!!!!! or rather, they interfere....*/
-/* base->flag and ob->flag */
+/* base->flag_legacy */
 enum {
   BA_WAS_SEL = (1 << 1),
   /* NOTE: BA_HAS_RECALC_DATA can be re-used later if freed in readfile.c. */



More information about the Bf-blender-cvs mailing list