mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
remove print function
This commit is contained in:
parent
53627d34d3
commit
ca442c52cd
1 changed files with 1 additions and 1 deletions
|
|
@ -99,8 +99,8 @@ class SubstanceLoadProjectMesh(load.LoaderPlugin):
|
|||
project_templates = []
|
||||
|
||||
def load(self, context, name, namespace, options=None):
|
||||
|
||||
# Get user inputs
|
||||
print(self.project_templates)
|
||||
template_enum = [template["name"] for template in self.project_templates]
|
||||
window = SubstanceProjectConfigurationWindow(template_enum)
|
||||
window.exec_()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue