mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
del extension text from schema
This commit is contained in:
parent
be11211256
commit
a46eb63455
2 changed files with 0 additions and 31 deletions
|
|
@ -1823,20 +1823,3 @@ def recreate_instance(origin_node, avalon_data=None):
|
|||
dn.setInput(0, new_node)
|
||||
|
||||
return new_node
|
||||
|
||||
|
||||
def extract_alembic(file,
|
||||
startFrame=None,
|
||||
endFrame=None):
|
||||
"""Extract an Alembic Geo.
|
||||
|
||||
This extracts an Alembic Geo .... what was Collected into the instance.
|
||||
|
||||
Arguments:
|
||||
|
||||
startFrame (float): Start frame of output.
|
||||
|
||||
endFrame (float): End frame of output.
|
||||
|
||||
"""
|
||||
pass
|
||||
|
|
@ -100,20 +100,6 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsible": false,
|
||||
"key": "CreateModel",
|
||||
"label": "CreateModel",
|
||||
"is_group": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "text",
|
||||
"key": "extension",
|
||||
"label": "Extension"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue