Skip to content

Commit 61c94e8

Browse files
author
Roberto De Ioris
authored
Update WritingAColladaFactoryWithPython.md
1 parent 59ef8e1 commit 61c94e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/WritingAColladaFactoryWithPython.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ feel free to run the previous code to obtain something like this (click on the b
278278

279279
![Slate demo](https://github.com/20tab/UnrealEnginePython/blob/master/tutorials/WritingAColladaFactoryWithPython_Assets/slate_demo.png)
280280

281+
Pay attention to the opening parenthesis at the end of the SWindow() line. It is important the first opening is on the same line to inform the python parser that the instruction is not ended. (this is only required for the first opening)
282+
281283
Now we want to create a modal window just after the dae file is parsed to ask the user to confirm the import and to specify the rotation to apply to the mesh:
282284

283285
```python

0 commit comments

Comments
 (0)