Complete Soft Body modifier gap
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-20 10:23:25 -04:00
parent 7fdf4ab027
commit fb5abd8e37
16 changed files with 370 additions and 13 deletions

View File

@@ -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 ||