Depsgraph: Remove legacy recalc flag from DNA

This commit is contained in:
Sergey Sharybin
2017-12-01 12:26:32 +01:00
parent 3b706723ac
commit 92ff0d562c

View File

@@ -279,7 +279,7 @@ typedef struct Object {
struct BulletSoftBody *bsoft; /* settings for game engine bullet soft body */
char restrictflag; /* for restricting view, select, render etc. accessible in outliner */
char recalc; /* dependency flag */
char pad3;
short softflag; /* softbody settings */
float anisotropicFriction[3];