Skip to content

Commit 29056f8

Browse files
author
Roberto De Ioris
authored
Update WritingAColladaFactoryWithPython.md
1 parent 6b1a826 commit 29056f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/WritingAColladaFactoryWithPython.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Remember to change the FixMeshData function to honour the self.force_rotation va
391391

392392
## Persistent importer options: more subclassing
393393

394-
All should work fine, but it would be way cooler if the option we set in the importer wizard are remembered between imports.
394+
All should work fine, but it would be way cooler if the options we set in the importer wizard are remembered between imports.
395395

396396
We could obviously create a python class for storing values and mapping an instance of it to the ColladaFactory, but there is a better approach that will allow us to generate slate widgets automatically (without describing every single part of the interface).
397397

0 commit comments

Comments
 (0)