del extension text from schema

This commit is contained in:
karimmozlia 2021-10-18 10:53:38 +02:00
parent be11211256
commit a46eb63455
2 changed files with 0 additions and 31 deletions

View file

@ -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

View file

@ -100,20 +100,6 @@
}
}
]
},
{
"type": "dict",
"collapsible": false,
"key": "CreateModel",
"label": "CreateModel",
"is_group": true,
"children": [
{
"type": "text",
"key": "extension",
"label": "Extension"
}
]
}
]
},