Skip to content

Commit f98c447

Browse files
authored
Allow static meshes to have bodygroups
1 parent b82dc8b commit f98c447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/types/model_export/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def generate_qc(self):
231231
qc.write('}')
232232
qc.write('\n')
233233

234-
if self.bodygroups and not self.static:
234+
if self.bodygroups:
235235
for bodygroup in self.bodygroups.children:
236236
qc.write('\n')
237237
bodygroup_name = common.clean_filename(bodygroup.name)

0 commit comments

Comments
 (0)