Complete Soft Body modifier gap
This commit is contained in:
@@ -1691,7 +1691,7 @@ json modifier_stack_from_object(const ParsedBlend &blend,
|
||||
for (const json &target : parameters["targetObjectIds"]) depends_on.push_back(target);
|
||||
}
|
||||
const bool known_metadata = type == 1 || type == 2 || type == 3 || type == 4 || type == 5 ||
|
||||
type == 6 || type == 7 || type == 8 || type == 9 || type == 11 ||
|
||||
type == 6 || type == 7 || type == 8 || type == 9 || type == 10 || type == 11 ||
|
||||
type == 12 || type == 13 || type == 14 || type == 16 || type == 17 ||
|
||||
type == 18 || type == 24 || type == 25 || type == 28 || type == 42 || type == 33 ||
|
||||
type == 34 || type == 44 || type == 48 || type == 53 || type == 54 ||
|
||||
|
||||
Reference in New Issue
Block a user