1 parent b99df18 commit fd2c3edCopy full SHA for fd2c3ed
1 file changed
model_resolver/tasks/structure.py
@@ -244,6 +244,7 @@ def resolve(self) -> Generator[Task, None, None]:
244
dynamic_textures=self.dynamic_textures,
245
images_override=images,
246
animation_duration=duration,
247
+ display_option=self.display_option,
248
)
249
yield task
250
tasks.append(task)
0 commit comments