From a46eb634556cc98b0161ef6484d0fca55d281198 Mon Sep 17 00:00:00 2001 From: karimmozlia Date: Mon, 18 Oct 2021 10:53:38 +0200 Subject: [PATCH] del extension text from schema --- openpype/hosts/nuke/api/lib.py | 17 ----------------- .../projects_schema/schema_project_nuke.json | 14 -------------- 2 files changed, 31 deletions(-) diff --git a/openpype/hosts/nuke/api/lib.py b/openpype/hosts/nuke/api/lib.py index 40701605e5..6fe9af744b 100644 --- a/openpype/hosts/nuke/api/lib.py +++ b/openpype/hosts/nuke/api/lib.py @@ -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 \ No newline at end of file diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json b/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json index 10026e3e53..e0b21f4037 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json @@ -100,20 +100,6 @@ } } ] - }, - { - "type": "dict", - "collapsible": false, - "key": "CreateModel", - "label": "CreateModel", - "is_group": true, - "children": [ - { - "type": "text", - "key": "extension", - "label": "Extension" - } - ] } ] },