mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add comment on the condition on checking result variable
This commit is contained in:
parent
7b68bb8498
commit
dd11cf95ca
1 changed files with 1 additions and 0 deletions
|
|
@ -157,6 +157,7 @@ class SubstanceLoadProjectMesh(load.LoaderPlugin):
|
|||
result = SubstanceProjectConfigurationWindow.prompt(
|
||||
self.project_templates)
|
||||
if not result:
|
||||
# cancelling loader action
|
||||
return
|
||||
sp_settings = substance_painter.project.Settings(
|
||||
import_cameras=result["import_cameras"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue