Fix crash opening .blend files with palettes.

Palettes were incorrectly set as having animation data.
This commit is contained in:
2018-07-31 11:45:15 +02:00
parent d273f3ff71
commit b2193e020b

View File

@@ -104,7 +104,6 @@ bool id_type_can_have_animdata(const short id_type)
case ID_MSK: case ID_MSK:
case ID_GD: case ID_GD:
case ID_CF: case ID_CF:
case ID_PAL:
return true; return true;
/* no AnimData */ /* no AnimData */