diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 7a1fe9d83e..e377773007 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -35,6 +35,9 @@ body:
label: Version
description: What version are you running? Look to OpenPype Tray
options:
+ - 3.17.6-nightly.2
+ - 3.17.6-nightly.1
+ - 3.17.5
- 3.17.5-nightly.3
- 3.17.5-nightly.2
- 3.17.5-nightly.1
@@ -132,9 +135,6 @@ body:
- 3.15.2-nightly.1
- 3.15.1
- 3.15.1-nightly.6
- - 3.15.1-nightly.5
- - 3.15.1-nightly.4
- - 3.15.1-nightly.3
validations:
required: true
- type: dropdown
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7432b33e24..b3daf581ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,463 @@
# Changelog
+## [3.17.5](https://github.com/ynput/OpenPype/tree/3.17.5)
+
+
+[Full Changelog](https://github.com/ynput/OpenPype/compare/3.17.4...3.17.5)
+
+### **🆕 New features**
+
+
+
+Fusion: Add USD loader #4896
+
+Add an OpenPype managed USD loader (`uLoader`) for Fusion.
+
+
+___
+
+
+
+
+
+Fusion: Resolution validator #5325
+
+Added a resolution validator.The code is from my old PR (https://github.com/ynput/OpenPype/pull/4921) that I closed because the PR also contained a frame range validator that no longer is needed.
+
+
+___
+
+
+
+
+
+Context Selection tool: Refactor Context tool (for AYON) #5766
+
+Context selection tool has AYON variant.
+
+
+___
+
+
+
+
+
+AYON: Use AYON username for user in template data #5842
+
+Use ayon username for template data in AYON mode.
+
+
+___
+
+
+
+
+
+Testing: app_group flag #5869
+
+`app_group` command flag. This is for changing which flavour of the host to launch. In the case of Maya, you can launch Maya and MayaPy, but it can be used for the Nuke family as well.Split from #5644
+
+
+___
+
+
+
+### **🚀 Enhancements**
+
+
+
+Enhancement: Fusion fix saver creation + minor Blender/Fusion logging tweaks #5558
+
+- Blender change logs to `debug` level in preparation for new publisher artist facing reports (note that it currently still uses the old publisher)
+- Fusion: Create Saver fix redeclaration of default_variants
+- Fusion: Fix saver being created in incorrect state without saving directly after create
+- Fusion: Allow reset frame range on render family
+- Fusion: Tweak logging level for artist-facing report
+
+
+___
+
+
+
+
+
+Resolve: load clip to timeline at set time #5665
+
+It is possible to load clip to correct place on timeline.
+
+
+___
+
+
+
+
+
+Nuke: Optional Deadline workfile dependency. #5732
+
+Adds option to add the workfile as dependency for the Deadline job.Think it used to have something like this, but it disappeared. Usecase is for remote workflow where the Nuke script needs to be synced before the job can start.
+
+
+___
+
+
+
+
+
+Enhancement/houdini rearrange ayon houdini settings files #5748
+
+Rearranging Houdini Settings to be more readable, easier to edit, update settings (include all families/product types)This PR is mainly for Ayon Settings to have more organized files. For Openpype, I'll make sure that each Houdini setting in Ayon has an equivalent in Openpype.
+- [x] update Ayon settings, fix typos and remove deprecated settings.
+- [x] Sync with Openpype
+- [x] Test in Openpype
+- [x] Test in Ayon
+
+
+___
+
+
+
+
+
+Chore: updating create ayon addon script #5822
+
+Adding developers environment options.
+
+
+___
+
+
+
+
+
+Max: Implement Validator for Properties/Attributes Value Check #5824
+
+Add optional validator which can check if the property attributes are valid in Max
+
+
+___
+
+
+
+
+
+Nuke: Remove unused 'get_render_path' function #5826
+
+Remove unused function `get_render_path` from nuke integration.
+
+
+___
+
+
+
+
+
+Chore: Limit current context template data function #5845
+
+Current implementation of `get_current_context_template_data` does return the same values as base template data function `get_template_data`.
+
+
+___
+
+
+
+
+
+Max: Make sure Collect Render not ignoring instance asset #5847
+
+- Make sure Collect Render is not always using asset from context.
+- Make sure Scene version being collected
+- Clean up unnecessary uses of code in the collector.
+
+
+___
+
+
+
+
+
+Ftrack: Events are not processed if project is not available in OpenPype #5853
+
+Events that happened on project which is not in OpenPype is not processed.
+
+
+___
+
+
+
+
+
+Nuke: Add Nuke 11.0 as default setting #5855
+
+Found I needed Nuke 11.0 in the default settings to help with unit testing.
+
+
+___
+
+
+
+
+
+TVPaint: Code cleanup #5857
+
+Removed unused import. Use `AYON` label in ayon mode. Removed unused data in publish context `"previous_context"`.
+
+
+___
+
+
+
+
+
+AYON settings: Use correct label for follow workfile version #5874
+
+Follow workfile version label was marked as Collect Anatomy Instance Data label.
+
+
+___
+
+
+
+### **🐛 Bug fixes**
+
+
+
+Nuke: Fix workfile template builder so representations get loaded next to each other #5061
+
+Refactor when the cleanup of the placeholder happens for the cases where multiple representations are loaded by a single placeholder.The existing code didn't take into account the case where a template placeholder can load multiple representations so it was trying to do the cleanup of the placeholder node and the re-arrangement of the imported nodes too early. I assume this was designed only for the cases where a single representation can load multiple nodes.
+
+
+___
+
+
+
+
+
+Nuke: Dont update node name on update #5704
+
+When updating `Image` containers the code is trying to set the name of the node. This results in a warning message from Nuke shown below;Suggesting to not change the node name when updating.
+
+
+___
+
+
+
+
+
+UIDefLabel can be unique #5827
+
+`UILabelDef` have implemented comparison and uniqueness.
+
+
+___
+
+
+
+
+
+AYON: Skip kitsu module when creating ayon addons #5828
+
+Create AYON packages is skipping kitsu module in creation of modules/addons and kitsu module is not loaded from modules on start. The addon already has it's repository https://github.com/ynput/ayon-kitsu.
+
+
+___
+
+
+
+
+
+Bugfix: Collect Rendered Files only collecting first instance #5832
+
+Collect all instances from the metadata file - don't return on first instance iteration.
+
+
+___
+
+
+
+
+
+Houdini: set frame range for the created composite ROP #5833
+
+Quick bug fix for created composite ROP, set its frame range to the frame range of the playbar.
+
+
+___
+
+
+
+
+
+Fix registering launcher actions from OpenPypeModules #5843
+
+Fix typo `actions_dir` -> `path` to fix register launcher actions fromm OpenPypeModule
+
+
+___
+
+
+
+
+
+Bugfix in houdini shelves manager and beautify settings #5844
+
+This PR fixes the problem in this PR https://github.com/ynput/OpenPype/issues/5457 by using the right function to load a pre-made houdini `.shelf` fileAlso, it beautifies houdini shelves settings to provide better guidance for users which helps with other issue https://github.com/ynput/OpenPype/issues/5458 , Rather adding default shelf and set names, I'll educate users how to use the tool correctly.Users now are able to select between the two options.| OpenPype | Ayon || -- | -- || | |
+
+
+___
+
+
+
+
+
+Blender: Fix missing Grease Pencils in review #5848
+
+Fix Grease Pencil missing in review when isolating objects.
+
+
+___
+
+
+
+
+
+Blender: Fix Render Settings in Ayon #5849
+
+Fix Render Settings in Ayon for Blender.
+
+
+___
+
+
+
+
+
+Bugfix: houdini tab menu working as expected #5850
+
+This PR:Tab menu name changes to Ayon when using ayon get_network_categories is checked in all creator plugins. | Product | Network Category | | -- | -- | | Alembic camera | rop, obj | | Arnold Ass | rop | | Arnold ROP | rop | | Bgeo | rop, sop | | composite sequence | cop2, rop | | hda | obj | | Karma ROP | rop | | Mantra ROP | rop | | ABC | rop, sop | | RS proxy | rop, sop| | RS ROP | rop | | Review | rop | | Static mesh | rop, obj, sop | | USD | lop, rop | | USD Render | rop | | VDB | rop, obj, sop | | V Ray | rop |
+
+
+___
+
+
+
+
+
+Bigfix: Houdini skip frame_range_validator if node has no 'trange' parameter #5851
+
+I faced a bug when publishing HDA instance as it has no `trange` parameter. As this PR title says : skip frame_range_validator if node has no 'trange' parameter
+
+
+___
+
+
+
+
+
+Bugfix: houdini image sequence loading and missing frames #5852
+
+I made this PR in to fix issues mentioned here https://github.com/ynput/OpenPype/pull/5833#issuecomment-1789207727in short:
+- image load doesn't work
+- publisher only publish one frame
+
+
+___
+
+
+
+
+
+Nuke: loaders' containers updating as nodes #5854
+
+Nuke loaded containers are updating correctly even they have been duplicating of originally loaded nodes. This had previously been removed duplicated nodes.
+
+
+___
+
+
+
+
+
+deadline: settings are not blocking extension input #5864
+
+Settings are not blocking user input.
+
+
+___
+
+
+
+
+
+Blender: Fix loading of blend layouts #5866
+
+Fix a problem with loading blend layouts.
+
+
+___
+
+
+
+
+
+AYON: Launcher refresh issues #5867
+
+Fixed refresh of projects issue in launcher tool. And renamed Qt models to contain `Qt` in their name (it was really hard to find out where were used). It is not possible to click on disabled item in launcher's projects view.
+
+
+___
+
+
+
+
+
+Fix the Wrong key words for tycache workfile template settings in AYON #5870
+
+Fix the wrong key words for the tycache workfile template settings in AYON(i.e. Instead of families, product_types should be used)
+
+
+___
+
+
+
+
+
+AYON tools: Handle empty icon definition #5876
+
+Ignore if passed icon definition is `None`.
+
+
+___
+
+
+
+### **🔀 Refactored code**
+
+
+
+Houdini: Remove on instance toggled callback #5860
+
+Remove on instance toggled callback which isn't relevant to the new publisher
+
+
+___
+
+
+
+
+
+Chore: Remove unused `instanceToggled` callbacks #5862
+
+The `instanceToggled` callbacks should be irrelevant for new publisher.
+
+
+___
+
+
+
+
+
+
## [3.17.4](https://github.com/ynput/OpenPype/tree/3.17.4)
diff --git a/openpype/cli.py b/openpype/cli.py
index 7422f32f13..f0fe550a1f 100644
--- a/openpype/cli.py
+++ b/openpype/cli.py
@@ -282,6 +282,9 @@ def run(script):
"--app_variant",
help="Provide specific app variant for test, empty for latest",
default=None)
+@click.option("--app_group",
+ help="Provide specific app group for test, empty for default",
+ default=None)
@click.option("-t",
"--timeout",
help="Provide specific timeout value for test case",
@@ -294,11 +297,11 @@ def run(script):
help="MongoDB for testing.",
default=None)
def runtests(folder, mark, pyargs, test_data_folder, persist, app_variant,
- timeout, setup_only, mongo_url):
+ timeout, setup_only, mongo_url, app_group):
"""Run all automatic tests after proper initialization via start.py"""
PypeCommands().run_tests(folder, mark, pyargs, test_data_folder,
persist, app_variant, timeout, setup_only,
- mongo_url)
+ mongo_url, app_group)
@main.command(help="DEPRECATED - run sync server")
diff --git a/openpype/client/__init__.py b/openpype/client/__init__.py
index 7831afd8ad..fe6dc97877 100644
--- a/openpype/client/__init__.py
+++ b/openpype/client/__init__.py
@@ -1,6 +1,7 @@
from .mongo import (
OpenPypeMongoConnection,
)
+from .server.utils import get_ayon_server_api_connection
from .entities import (
get_projects,
@@ -59,6 +60,8 @@ from .operations import (
__all__ = (
"OpenPypeMongoConnection",
+ "get_ayon_server_api_connection",
+
"get_projects",
"get_project",
"get_whole_project",
diff --git a/openpype/client/server/entities.py b/openpype/client/server/entities.py
index 16223d3d91..b41727a797 100644
--- a/openpype/client/server/entities.py
+++ b/openpype/client/server/entities.py
@@ -1,9 +1,8 @@
import collections
-from ayon_api import get_server_api_connection
-
from openpype.client.mongo.operations import CURRENT_THUMBNAIL_SCHEMA
+from .utils import get_ayon_server_api_connection
from .openpype_comp import get_folders_with_tasks
from .conversion_utils import (
project_fields_v3_to_v4,
@@ -37,7 +36,7 @@ def get_projects(active=True, inactive=False, library=None, fields=None):
elif inactive:
active = False
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = project_fields_v3_to_v4(fields, con)
for project in con.get_projects(active, library, fields=fields):
yield convert_v4_project_to_v3(project)
@@ -45,7 +44,7 @@ def get_projects(active=True, inactive=False, library=None, fields=None):
def get_project(project_name, active=True, inactive=False, fields=None):
# Skip if both are disabled
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = project_fields_v3_to_v4(fields, con)
return convert_v4_project_to_v3(
con.get_project(project_name, fields=fields)
@@ -66,7 +65,7 @@ def _get_subsets(
fields=None
):
# Convert fields and add minimum required fields
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = subset_fields_v3_to_v4(fields, con)
if fields is not None:
for key in (
@@ -102,7 +101,7 @@ def _get_versions(
active=None,
fields=None
):
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = version_fields_v3_to_v4(fields, con)
@@ -198,7 +197,7 @@ def get_assets(
if archived:
active = None
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = folder_fields_v3_to_v4(fields, con)
kwargs = dict(
folder_ids=asset_ids,
@@ -236,7 +235,7 @@ def get_archived_assets(
def get_asset_ids_with_subsets(project_name, asset_ids=None):
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.get_folder_ids_with_products(project_name, asset_ids)
@@ -282,7 +281,7 @@ def get_subsets(
def get_subset_families(project_name, subset_ids=None):
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.get_product_type_names(project_name, subset_ids)
@@ -430,7 +429,7 @@ def get_output_link_versions(project_name, version_id, fields=None):
if not version_id:
return []
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
version_links = con.get_version_links(
project_name, version_id, link_direction="out")
@@ -446,7 +445,7 @@ def get_output_link_versions(project_name, version_id, fields=None):
def version_is_latest(project_name, version_id):
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.version_is_latest(project_name, version_id)
@@ -501,7 +500,7 @@ def get_representations(
else:
active = None
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
fields = representation_fields_v3_to_v4(fields, con)
if fields and active is not None:
fields.add("active")
@@ -535,7 +534,7 @@ def get_representations_parents(project_name, representations):
repre["_id"]
for repre in representations
}
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
parents_by_repre_id = con.get_representations_parents(project_name,
repre_ids)
folder_ids = set()
@@ -677,7 +676,7 @@ def get_workfile_info(
if not asset_id or not task_name or not filename:
return None
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
task = con.get_task_by_name(
project_name, asset_id, task_name, fields=["id", "name", "folderId"]
)
diff --git a/openpype/client/server/entity_links.py b/openpype/client/server/entity_links.py
index d8395aabe7..368dcdcb9d 100644
--- a/openpype/client/server/entity_links.py
+++ b/openpype/client/server/entity_links.py
@@ -1,6 +1,4 @@
-import ayon_api
-from ayon_api import get_folder_links, get_versions_links
-
+from .utils import get_ayon_server_api_connection
from .entities import get_assets, get_representation_by_id
@@ -28,7 +26,8 @@ def get_linked_asset_ids(project_name, asset_doc=None, asset_id=None):
if not asset_id:
asset_id = asset_doc["_id"]
- links = get_folder_links(project_name, asset_id, link_direction="in")
+ con = get_ayon_server_api_connection()
+ links = con.get_folder_links(project_name, asset_id, link_direction="in")
return [
link["entityId"]
for link in links
@@ -115,6 +114,7 @@ def get_linked_representation_id(
if link_type:
link_types = [link_type]
+ con = get_ayon_server_api_connection()
# Store already found version ids to avoid recursion, and also to store
# output -> Don't forget to remove 'version_id' at the end!!!
linked_version_ids = {version_id}
@@ -124,7 +124,7 @@ def get_linked_representation_id(
if not versions_to_check:
break
- links = get_versions_links(
+ links = con.get_versions_links(
project_name,
versions_to_check,
link_types=link_types,
@@ -145,8 +145,8 @@ def get_linked_representation_id(
linked_version_ids.remove(version_id)
if not linked_version_ids:
return []
-
- representations = ayon_api.get_representations(
+ con = get_ayon_server_api_connection()
+ representations = con.get_representations(
project_name,
version_ids=linked_version_ids,
fields=["id"])
diff --git a/openpype/client/server/operations.py b/openpype/client/server/operations.py
index 5b38405c34..eddc1eaf60 100644
--- a/openpype/client/server/operations.py
+++ b/openpype/client/server/operations.py
@@ -5,7 +5,6 @@ import uuid
import datetime
from bson.objectid import ObjectId
-from ayon_api import get_server_api_connection
from openpype.client.operations_base import (
REMOVED_VALUE,
@@ -41,7 +40,7 @@ from .conversion_utils import (
convert_update_representation_to_v4,
convert_update_workfile_info_to_v4,
)
-from .utils import create_entity_id
+from .utils import create_entity_id, get_ayon_server_api_connection
def _create_or_convert_to_id(entity_id=None):
@@ -680,7 +679,7 @@ class OperationsSession(BaseOperationsSession):
def __init__(self, con=None, *args, **kwargs):
super(OperationsSession, self).__init__(*args, **kwargs)
if con is None:
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
self._con = con
self._project_cache = {}
self._nested_operations = collections.defaultdict(list)
@@ -858,7 +857,7 @@ def create_project(
"""
if con is None:
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.create_project(
project_name,
@@ -870,12 +869,12 @@ def create_project(
def delete_project(project_name, con=None):
if con is None:
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.delete_project(project_name)
def create_thumbnail(project_name, src_filepath, thumbnail_id=None, con=None):
if con is None:
- con = get_server_api_connection()
+ con = get_ayon_server_api_connection()
return con.create_thumbnail(project_name, src_filepath, thumbnail_id)
diff --git a/openpype/client/server/utils.py b/openpype/client/server/utils.py
index ed128cfad9..a9dcf539bd 100644
--- a/openpype/client/server/utils.py
+++ b/openpype/client/server/utils.py
@@ -1,8 +1,33 @@
+import os
import uuid
+import ayon_api
+
from openpype.client.operations_base import REMOVED_VALUE
+class _GlobalCache:
+ initialized = False
+
+
+def get_ayon_server_api_connection():
+ if _GlobalCache.initialized:
+ con = ayon_api.get_server_api_connection()
+ else:
+ from openpype.lib.local_settings import get_local_site_id
+
+ _GlobalCache.initialized = True
+ site_id = get_local_site_id()
+ version = os.getenv("AYON_VERSION")
+ if ayon_api.is_connection_created():
+ con = ayon_api.get_server_api_connection()
+ con.set_site_id(site_id)
+ con.set_client_version(version)
+ else:
+ con = ayon_api.create_connection(site_id, version)
+ return con
+
+
def create_entity_id():
return uuid.uuid1().hex
diff --git a/openpype/hosts/aftereffects/api/pipeline.py b/openpype/hosts/aftereffects/api/pipeline.py
index 8fc7a70dd8..e059f7c272 100644
--- a/openpype/hosts/aftereffects/api/pipeline.py
+++ b/openpype/hosts/aftereffects/api/pipeline.py
@@ -74,11 +74,6 @@ class AfterEffectsHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
register_loader_plugin_path(LOAD_PATH)
register_creator_plugin_path(CREATE_PATH)
- log.info(PUBLISH_PATH)
-
- pyblish.api.register_callback(
- "instanceToggled", on_pyblish_instance_toggled
- )
register_event_callback("application.launched", application_launch)
@@ -186,11 +181,6 @@ def application_launch():
check_inventory()
-def on_pyblish_instance_toggled(instance, old_value, new_value):
- """Toggle layer visibility on instance toggles."""
- instance[0].Visible = new_value
-
-
def ls():
"""Yields containers from active AfterEffects document.
diff --git a/openpype/hosts/blender/api/lib.py b/openpype/hosts/blender/api/lib.py
index 9bb560c364..1f68dd0839 100644
--- a/openpype/hosts/blender/api/lib.py
+++ b/openpype/hosts/blender/api/lib.py
@@ -266,9 +266,57 @@ def read(node: bpy.types.bpy_struct_meta_idprop):
return data
-def get_selection() -> List[bpy.types.Object]:
- """Return the selected objects from the current scene."""
- return [obj for obj in bpy.context.scene.objects if obj.select_get()]
+def get_selected_collections():
+ """
+ Returns a list of the currently selected collections in the outliner.
+
+ Raises:
+ RuntimeError: If the outliner cannot be found in the main Blender
+ window.
+
+ Returns:
+ list: A list of `bpy.types.Collection` objects that are currently
+ selected in the outliner.
+ """
+ try:
+ area = next(
+ area for area in bpy.context.window.screen.areas
+ if area.type == 'OUTLINER')
+ region = next(
+ region for region in area.regions
+ if region.type == 'WINDOW')
+ except StopIteration as e:
+ raise RuntimeError("Could not find outliner. An outliner space "
+ "must be in the main Blender window.") from e
+
+ with bpy.context.temp_override(
+ window=bpy.context.window,
+ area=area,
+ region=region,
+ screen=bpy.context.window.screen
+ ):
+ ids = bpy.context.selected_ids
+
+ return [id for id in ids if isinstance(id, bpy.types.Collection)]
+
+
+def get_selection(include_collections: bool = False) -> List[bpy.types.Object]:
+ """
+ Returns a list of selected objects in the current Blender scene.
+
+ Args:
+ include_collections (bool, optional): Whether to include selected
+ collections in the result. Defaults to False.
+
+ Returns:
+ List[bpy.types.Object]: A list of selected objects.
+ """
+ selection = [obj for obj in bpy.context.scene.objects if obj.select_get()]
+
+ if include_collections:
+ selection.extend(get_selected_collections())
+
+ return selection
@contextlib.contextmanager
diff --git a/openpype/hosts/blender/api/plugin.py b/openpype/hosts/blender/api/plugin.py
index fb87d08cce..2f940011ba 100644
--- a/openpype/hosts/blender/api/plugin.py
+++ b/openpype/hosts/blender/api/plugin.py
@@ -9,7 +9,10 @@ from openpype.pipeline import (
LegacyCreator,
LoaderPlugin,
)
-from .pipeline import AVALON_CONTAINERS
+from .pipeline import (
+ AVALON_CONTAINERS,
+ AVALON_PROPERTY,
+)
from .ops import (
MainThreadItem,
execute_in_main_thread
@@ -40,9 +43,16 @@ def get_unique_number(
avalon_container = bpy.data.collections.get(AVALON_CONTAINERS)
if not avalon_container:
return "01"
- asset_groups = avalon_container.all_objects
-
- container_names = [c.name for c in asset_groups if c.type == 'EMPTY']
+ # Check the names of both object and collection containers
+ obj_asset_groups = avalon_container.objects
+ obj_group_names = {
+ c.name for c in obj_asset_groups
+ if c.type == 'EMPTY' and c.get(AVALON_PROPERTY)}
+ coll_asset_groups = avalon_container.children
+ coll_group_names = {
+ c.name for c in coll_asset_groups
+ if c.get(AVALON_PROPERTY)}
+ container_names = obj_group_names.union(coll_group_names)
count = 1
name = f"{asset}_{count:0>2}_{subset}"
while name in container_names:
diff --git a/openpype/hosts/blender/plugins/create/create_blendScene.py b/openpype/hosts/blender/plugins/create/create_blendScene.py
index 63bcf212ff..bb57a16888 100644
--- a/openpype/hosts/blender/plugins/create/create_blendScene.py
+++ b/openpype/hosts/blender/plugins/create/create_blendScene.py
@@ -15,6 +15,8 @@ class CreateBlendScene(plugin.Creator):
family = "blendScene"
icon = "cubes"
+ maintain_selection = False
+
def process(self):
""" Run the creator on Blender main thread"""
mti = ops.MainThreadItem(self._process)
@@ -31,21 +33,20 @@ class CreateBlendScene(plugin.Creator):
asset = self.data["asset"]
subset = self.data["subset"]
name = plugin.asset_name(asset, subset)
- asset_group = bpy.data.objects.new(name=name, object_data=None)
- asset_group.empty_display_type = 'SINGLE_ARROW'
- instances.objects.link(asset_group)
+
+ # Create the new asset group as collection
+ asset_group = bpy.data.collections.new(name=name)
+ instances.children.link(asset_group)
self.data['task'] = get_current_task_name()
lib.imprint(asset_group, self.data)
- # Add selected objects to instance
if (self.options or {}).get("useSelection"):
- bpy.context.view_layer.objects.active = asset_group
- selected = lib.get_selection()
- for obj in selected:
- if obj.parent in selected:
- obj.select_set(False)
- continue
- selected.append(asset_group)
- bpy.ops.object.parent_set(keep_transform=True)
+ selection = lib.get_selection(include_collections=True)
+
+ for data in selection:
+ if isinstance(data, bpy.types.Collection):
+ asset_group.children.link(data)
+ elif isinstance(data, bpy.types.Object):
+ asset_group.objects.link(data)
return asset_group
diff --git a/openpype/hosts/blender/plugins/load/load_blend.py b/openpype/hosts/blender/plugins/load/load_blend.py
index 3d6b634916..f7bbc630de 100644
--- a/openpype/hosts/blender/plugins/load/load_blend.py
+++ b/openpype/hosts/blender/plugins/load/load_blend.py
@@ -20,7 +20,7 @@ from openpype.hosts.blender.api.pipeline import (
class BlendLoader(plugin.AssetLoader):
"""Load assets from a .blend file."""
- families = ["model", "rig", "layout", "camera", "blendScene"]
+ families = ["model", "rig", "layout", "camera"]
representations = ["blend"]
label = "Append Blend"
diff --git a/openpype/hosts/blender/plugins/load/load_blendscene.py b/openpype/hosts/blender/plugins/load/load_blendscene.py
new file mode 100644
index 0000000000..2c955af9e8
--- /dev/null
+++ b/openpype/hosts/blender/plugins/load/load_blendscene.py
@@ -0,0 +1,221 @@
+from typing import Dict, List, Optional
+from pathlib import Path
+
+import bpy
+
+from openpype.pipeline import (
+ get_representation_path,
+ AVALON_CONTAINER_ID,
+)
+from openpype.hosts.blender.api import plugin
+from openpype.hosts.blender.api.lib import imprint
+from openpype.hosts.blender.api.pipeline import (
+ AVALON_CONTAINERS,
+ AVALON_PROPERTY,
+)
+
+
+class BlendSceneLoader(plugin.AssetLoader):
+ """Load assets from a .blend file."""
+
+ families = ["blendScene"]
+ representations = ["blend"]
+
+ label = "Append Blend"
+ icon = "code-fork"
+ color = "orange"
+
+ @staticmethod
+ def _get_asset_container(collections):
+ for coll in collections:
+ parents = [c for c in collections if c.user_of_id(coll)]
+ if coll.get(AVALON_PROPERTY) and not parents:
+ return coll
+
+ return None
+
+ def _process_data(self, libpath, group_name, family):
+ # Append all the data from the .blend file
+ with bpy.data.libraries.load(
+ libpath, link=False, relative=False
+ ) as (data_from, data_to):
+ for attr in dir(data_to):
+ setattr(data_to, attr, getattr(data_from, attr))
+
+ members = []
+
+ # Rename the object to add the asset name
+ for attr in dir(data_to):
+ for data in getattr(data_to, attr):
+ data.name = f"{group_name}:{data.name}"
+ members.append(data)
+
+ container = self._get_asset_container(
+ data_to.collections)
+ assert container, "No asset group found"
+
+ container.name = group_name
+
+ # Link the group to the scene
+ bpy.context.scene.collection.children.link(container)
+
+ # Remove the library from the blend file
+ library = bpy.data.libraries.get(bpy.path.basename(libpath))
+ bpy.data.libraries.remove(library)
+
+ return container, members
+
+ def process_asset(
+ self, context: dict, name: str, namespace: Optional[str] = None,
+ options: Optional[Dict] = None
+ ) -> Optional[List]:
+ """
+ Arguments:
+ name: Use pre-defined name
+ namespace: Use pre-defined namespace
+ context: Full parenthood of representation to load
+ options: Additional settings dictionary
+ """
+ libpath = self.filepath_from_context(context)
+ asset = context["asset"]["name"]
+ subset = context["subset"]["name"]
+
+ try:
+ family = context["representation"]["context"]["family"]
+ except ValueError:
+ family = "model"
+
+ asset_name = plugin.asset_name(asset, subset)
+ unique_number = plugin.get_unique_number(asset, subset)
+ group_name = plugin.asset_name(asset, subset, unique_number)
+ namespace = namespace or f"{asset}_{unique_number}"
+
+ avalon_container = bpy.data.collections.get(AVALON_CONTAINERS)
+ if not avalon_container:
+ avalon_container = bpy.data.collections.new(name=AVALON_CONTAINERS)
+ bpy.context.scene.collection.children.link(avalon_container)
+
+ container, members = self._process_data(libpath, group_name, family)
+
+ avalon_container.children.link(container)
+
+ data = {
+ "schema": "openpype:container-2.0",
+ "id": AVALON_CONTAINER_ID,
+ "name": name,
+ "namespace": namespace or '',
+ "loader": str(self.__class__.__name__),
+ "representation": str(context["representation"]["_id"]),
+ "libpath": libpath,
+ "asset_name": asset_name,
+ "parent": str(context["representation"]["parent"]),
+ "family": context["representation"]["context"]["family"],
+ "objectName": group_name,
+ "members": members,
+ }
+
+ container[AVALON_PROPERTY] = data
+
+ objects = [
+ obj for obj in bpy.data.objects
+ if obj.name.startswith(f"{group_name}:")
+ ]
+
+ self[:] = objects
+ return objects
+
+ def exec_update(self, container: Dict, representation: Dict):
+ """
+ Update the loaded asset.
+ """
+ group_name = container["objectName"]
+ asset_group = bpy.data.collections.get(group_name)
+ libpath = Path(get_representation_path(representation)).as_posix()
+
+ assert asset_group, (
+ f"The asset is not loaded: {container['objectName']}"
+ )
+
+ # Get the parents of the members of the asset group, so we can
+ # re-link them after the update.
+ # Also gets the transform for each object to reapply after the update.
+ collection_parents = {}
+ member_transforms = {}
+ members = asset_group.get(AVALON_PROPERTY).get("members", [])
+ loaded_collections = {c for c in bpy.data.collections if c in members}
+ loaded_collections.add(bpy.data.collections.get(AVALON_CONTAINERS))
+ for member in members:
+ if isinstance(member, bpy.types.Object):
+ member_parents = set(member.users_collection)
+ member_transforms[member.name] = member.matrix_basis.copy()
+ elif isinstance(member, bpy.types.Collection):
+ member_parents = {
+ c for c in bpy.data.collections if c.user_of_id(member)}
+ else:
+ continue
+
+ member_parents = member_parents.difference(loaded_collections)
+ if member_parents:
+ collection_parents[member.name] = list(member_parents)
+
+ old_data = dict(asset_group.get(AVALON_PROPERTY))
+
+ self.exec_remove(container)
+
+ family = container["family"]
+ asset_group, members = self._process_data(libpath, group_name, family)
+
+ for member in members:
+ if member.name in collection_parents:
+ for parent in collection_parents[member.name]:
+ if isinstance(member, bpy.types.Object):
+ parent.objects.link(member)
+ elif isinstance(member, bpy.types.Collection):
+ parent.children.link(member)
+ if member.name in member_transforms and isinstance(
+ member, bpy.types.Object
+ ):
+ member.matrix_basis = member_transforms[member.name]
+
+ avalon_container = bpy.data.collections.get(AVALON_CONTAINERS)
+ avalon_container.children.link(asset_group)
+
+ # Restore the old data, but reset members, as they don't exist anymore
+ # This avoids a crash, because the memory addresses of those members
+ # are not valid anymore
+ old_data["members"] = []
+ asset_group[AVALON_PROPERTY] = old_data
+
+ new_data = {
+ "libpath": libpath,
+ "representation": str(representation["_id"]),
+ "parent": str(representation["parent"]),
+ "members": members,
+ }
+
+ imprint(asset_group, new_data)
+
+ def exec_remove(self, container: Dict) -> bool:
+ """
+ Remove an existing container from a Blender scene.
+ """
+ group_name = container["objectName"]
+ asset_group = bpy.data.collections.get(group_name)
+
+ members = set(asset_group.get(AVALON_PROPERTY).get("members", []))
+
+ if members:
+ for attr_name in dir(bpy.data):
+ attr = getattr(bpy.data, attr_name)
+ if not isinstance(attr, bpy.types.bpy_prop_collection):
+ continue
+
+ # ensure to make a list copy because we
+ # we remove members as we iterate
+ for data in list(attr):
+ if data not in members or data == asset_group:
+ continue
+
+ attr.remove(data)
+
+ bpy.data.collections.remove(asset_group)
diff --git a/openpype/hosts/blender/plugins/publish/collect_instances.py b/openpype/hosts/blender/plugins/publish/collect_instances.py
index ad2ce54147..2d56e5fd7b 100644
--- a/openpype/hosts/blender/plugins/publish/collect_instances.py
+++ b/openpype/hosts/blender/plugins/publish/collect_instances.py
@@ -1,4 +1,3 @@
-import json
from typing import Generator
import bpy
@@ -50,6 +49,7 @@ class CollectInstances(pyblish.api.ContextPlugin):
for group in asset_groups:
instance = self.create_instance(context, group)
+ instance.data["instance_group"] = group
members = []
if isinstance(group, bpy.types.Collection):
members = list(group.objects)
@@ -65,6 +65,6 @@ class CollectInstances(pyblish.api.ContextPlugin):
members.append(group)
instance[:] = members
- self.log.debug(json.dumps(instance.data, indent=4))
+ self.log.debug(instance.data)
for obj in instance:
self.log.debug(obj)
diff --git a/openpype/hosts/blender/plugins/publish/extract_blend.py b/openpype/hosts/blender/plugins/publish/extract_blend.py
index c8eeef7fd7..17e574c1be 100644
--- a/openpype/hosts/blender/plugins/publish/extract_blend.py
+++ b/openpype/hosts/blender/plugins/publish/extract_blend.py
@@ -25,19 +25,27 @@ class ExtractBlend(publish.Extractor):
data_blocks = set()
- for obj in instance:
- data_blocks.add(obj)
+ for data in instance:
+ data_blocks.add(data)
# Pack used images in the blend files.
- if obj.type == 'MESH':
- for material_slot in obj.material_slots:
- mat = material_slot.material
- if mat and mat.use_nodes:
- tree = mat.node_tree
- if tree.type == 'SHADER':
- for node in tree.nodes:
- if node.bl_idname == 'ShaderNodeTexImage':
- if node.image:
- node.image.pack()
+ if not (
+ isinstance(data, bpy.types.Object) and data.type == 'MESH'
+ ):
+ continue
+ for material_slot in data.material_slots:
+ mat = material_slot.material
+ if not (mat and mat.use_nodes):
+ continue
+ tree = mat.node_tree
+ if tree.type != 'SHADER':
+ continue
+ for node in tree.nodes:
+ if node.bl_idname != 'ShaderNodeTexImage':
+ continue
+ # Check if image is not packed already
+ # and pack it if not.
+ if node.image and node.image.packed_file is None:
+ node.image.pack()
bpy.data.libraries.write(filepath, data_blocks)
diff --git a/openpype/hosts/blender/plugins/publish/validate_instance_empty.py b/openpype/hosts/blender/plugins/publish/validate_instance_empty.py
new file mode 100644
index 0000000000..3ebc6515d3
--- /dev/null
+++ b/openpype/hosts/blender/plugins/publish/validate_instance_empty.py
@@ -0,0 +1,23 @@
+import bpy
+
+import pyblish.api
+
+
+class ValidateInstanceEmpty(pyblish.api.InstancePlugin):
+ """Validator to verify that the instance is not empty"""
+
+ order = pyblish.api.ValidatorOrder - 0.01
+ hosts = ["blender"]
+ families = ["model", "pointcache", "rig", "camera" "layout", "blendScene"]
+ label = "Validate Instance is not Empty"
+ optional = False
+
+ def process(self, instance):
+ asset_group = instance.data["instance_group"]
+
+ if isinstance(asset_group, bpy.types.Collection):
+ if not (asset_group.objects or asset_group.children):
+ raise RuntimeError(f"Instance {instance.name} is empty.")
+ elif isinstance(asset_group, bpy.types.Object):
+ if not asset_group.children:
+ raise RuntimeError(f"Instance {instance.name} is empty.")
diff --git a/openpype/hosts/max/api/preview_animation.py b/openpype/hosts/max/api/preview_animation.py
index 1bf99b86d0..6c7b8eaa80 100644
--- a/openpype/hosts/max/api/preview_animation.py
+++ b/openpype/hosts/max/api/preview_animation.py
@@ -23,27 +23,36 @@ def play_preview_when_done(has_autoplay):
@contextlib.contextmanager
-def viewport_camera(camera):
- """Set viewport camera during context
+def viewport_layout_and_camera(camera, layout="layout_1"):
+ """Set viewport layout and camera during context
***For 3dsMax 2024+
Args:
camera (str): viewport camera
+ layout (str): layout to use in viewport, defaults to `layout_1`
+ Use None to not change viewport layout during context.
"""
- original = rt.viewport.getCamera()
- if not original:
+ original_camera = rt.viewport.getCamera()
+ original_layout = rt.viewport.getLayout()
+ if not original_camera:
# if there is no original camera
# use the current camera as original
- original = rt.getNodeByName(camera)
+ original_camera = rt.getNodeByName(camera)
review_camera = rt.getNodeByName(camera)
try:
+ if layout is not None:
+ layout = rt.Name(layout)
+ if rt.viewport.getLayout() != layout:
+ rt.viewport.setLayout(layout)
rt.viewport.setCamera(review_camera)
yield
finally:
- rt.viewport.setCamera(original)
+ rt.viewport.setLayout(original_layout)
+ rt.viewport.setCamera(original_camera)
@contextlib.contextmanager
def viewport_preference_setting(general_viewport,
+ nitrous_manager,
nitrous_viewport,
vp_button_mgr):
"""Function to set viewport setting during context
@@ -51,6 +60,7 @@ def viewport_preference_setting(general_viewport,
Args:
camera (str): Viewport camera for review render
general_viewport (dict): General viewport setting
+ nitrous_manager (dict): Nitrous graphic manager
nitrous_viewport (dict): Nitrous setting for
preview animation
vp_button_mgr (dict): Viewport button manager Setting
@@ -64,6 +74,9 @@ def viewport_preference_setting(general_viewport,
vp_button_mgr_original = {
key: getattr(rt.ViewportButtonMgr, key) for key in vp_button_mgr
}
+ nitrous_manager_original = {
+ key: getattr(nitrousGraphicMgr, key) for key in nitrous_manager
+ }
nitrous_viewport_original = {
key: getattr(viewport_setting, key) for key in nitrous_viewport
}
@@ -73,6 +86,8 @@ def viewport_preference_setting(general_viewport,
rt.viewport.EnableSolidBackgroundColorMode(general_viewport["dspBkg"])
for key, value in vp_button_mgr.items():
setattr(rt.ViewportButtonMgr, key, value)
+ for key, value in nitrous_manager.items():
+ setattr(nitrousGraphicMgr, key, value)
for key, value in nitrous_viewport.items():
if nitrous_viewport[key] != nitrous_viewport_original[key]:
setattr(viewport_setting, key, value)
@@ -83,6 +98,8 @@ def viewport_preference_setting(general_viewport,
rt.viewport.EnableSolidBackgroundColorMode(orig_vp_bkg)
for key, value in vp_button_mgr_original.items():
setattr(rt.ViewportButtonMgr, key, value)
+ for key, value in nitrous_manager_original.items():
+ setattr(nitrousGraphicMgr, key, value)
for key, value in nitrous_viewport_original.items():
setattr(viewport_setting, key, value)
@@ -149,24 +166,27 @@ def _render_preview_animation_max_2024(
def _render_preview_animation_max_pre_2024(
- filepath, startFrame, endFrame, percentSize, ext):
+ filepath, startFrame, endFrame,
+ width, height, percentSize, ext):
"""Render viewport animation by creating bitmaps
***For 3dsMax Version <2024
Args:
filepath (str): filepath without frame numbers and extension
startFrame (int): start frame
endFrame (int): end frame
+ width (int): render resolution width
+ height (int): render resolution height
percentSize (float): render resolution multiplier by 100
e.g. 100.0 is 1x, 50.0 is 0.5x, 150.0 is 1.5x
ext (str): image extension
Returns:
list: Created filepaths
"""
+
# get the screenshot
percent = percentSize / 100.0
- res_width = int(round(rt.renderWidth * percent))
- res_height = int(round(rt.renderHeight * percent))
- viewportRatio = float(res_width / res_height)
+ res_width = width * percent
+ res_height = height * percent
frame_template = "{}.{{:04}}.{}".format(filepath, ext)
frame_template.replace("\\", "/")
files = []
@@ -178,23 +198,29 @@ def _render_preview_animation_max_pre_2024(
res_width, res_height, filename=filepath
)
dib = rt.gw.getViewportDib()
- dib_width = float(dib.width)
- dib_height = float(dib.height)
- renderRatio = float(dib_width / dib_height)
- if viewportRatio <= renderRatio:
+ dib_width = rt.renderWidth
+ dib_height = rt.renderHeight
+ # aspect ratio
+ viewportRatio = dib_width / dib_height
+ renderRatio = float(res_width / res_height)
+ if viewportRatio < renderRatio:
heightCrop = (dib_width / renderRatio)
topEdge = int((dib_height - heightCrop) / 2.0)
tempImage_bmp = rt.bitmap(dib_width, heightCrop)
src_box_value = rt.Box2(0, topEdge, dib_width, heightCrop)
- else:
+ rt.pasteBitmap(dib, tempImage_bmp, src_box_value, rt.Point2(0, 0))
+ rt.copy(tempImage_bmp, preview_res)
+ rt.close(tempImage_bmp)
+ elif viewportRatio > renderRatio:
widthCrop = dib_height * renderRatio
leftEdge = int((dib_width - widthCrop) / 2.0)
tempImage_bmp = rt.bitmap(widthCrop, dib_height)
- src_box_value = rt.Box2(0, leftEdge, dib_width, dib_height)
- rt.pasteBitmap(dib, tempImage_bmp, src_box_value, rt.Point2(0, 0))
- # copy the bitmap and close it
- rt.copy(tempImage_bmp, preview_res)
- rt.close(tempImage_bmp)
+ src_box_value = rt.Box2(leftEdge, 0, widthCrop, dib_height)
+ rt.pasteBitmap(dib, tempImage_bmp, src_box_value, rt.Point2(0, 0))
+ rt.copy(tempImage_bmp, preview_res)
+ rt.close(tempImage_bmp)
+ else:
+ rt.copy(dib, preview_res)
rt.save(preview_res)
rt.close(preview_res)
rt.close(dib)
@@ -243,22 +269,25 @@ def render_preview_animation(
if viewport_options is None:
viewport_options = viewport_options_for_preview_animation()
with play_preview_when_done(False):
- with viewport_camera(camera):
- with render_resolution(width, height):
- if int(get_max_version()) < 2024:
- with viewport_preference_setting(
- viewport_options["general_viewport"],
- viewport_options["nitrous_viewport"],
- viewport_options["vp_btn_mgr"]
- ):
- return _render_preview_animation_max_pre_2024(
- filepath,
- start_frame,
- end_frame,
- percentSize,
- ext
- )
- else:
+ with viewport_layout_and_camera(camera):
+ if int(get_max_version()) < 2024:
+ with viewport_preference_setting(
+ viewport_options["general_viewport"],
+ viewport_options["nitrous_manager"],
+ viewport_options["nitrous_viewport"],
+ viewport_options["vp_btn_mgr"]
+ ):
+ return _render_preview_animation_max_pre_2024(
+ filepath,
+ start_frame,
+ end_frame,
+ width,
+ height,
+ percentSize,
+ ext
+ )
+ else:
+ with render_resolution(width, height):
return _render_preview_animation_max_2024(
filepath,
start_frame,
@@ -299,6 +328,9 @@ def viewport_options_for_preview_animation():
"dspBkg": True,
"dspGrid": False
}
+ viewport_options["nitrous_manager"] = {
+ "AntialiasingQuality": "None"
+ }
viewport_options["nitrous_viewport"] = {
"VisualStyleMode": "defaultshading",
"ViewportPreset": "highquality",
diff --git a/openpype/hosts/max/plugins/create/create_review.py b/openpype/hosts/max/plugins/create/create_review.py
index 8052b74f06..331d2f30ea 100644
--- a/openpype/hosts/max/plugins/create/create_review.py
+++ b/openpype/hosts/max/plugins/create/create_review.py
@@ -23,6 +23,7 @@ class CreateReview(plugin.MaxCreator):
"percentSize",
"visualStyleMode",
"viewportPreset",
+ "antialiasingQuality",
"vpTexture"]:
if key in pre_create_data:
creator_attributes[key] = pre_create_data[key]
@@ -33,7 +34,7 @@ class CreateReview(plugin.MaxCreator):
pre_create_data)
def get_instance_attr_defs(self):
- image_format_enum = ["exr", "jpg", "png"]
+ image_format_enum = ["exr", "jpg", "png", "tga"]
visual_style_preset_enum = [
"Realistic", "Shaded", "Facets",
@@ -45,6 +46,7 @@ class CreateReview(plugin.MaxCreator):
preview_preset_enum = [
"Quality", "Standard", "Performance",
"DXMode", "Customize"]
+ anti_aliasing_enum = ["None", "2X", "4X", "8X"]
return [
NumberDef("review_width",
@@ -77,6 +79,10 @@ class CreateReview(plugin.MaxCreator):
preview_preset_enum,
default="Quality",
label="Pre-View Preset"),
+ EnumDef("antialiasingQuality",
+ anti_aliasing_enum,
+ default="None",
+ label="Anti-aliasing Quality"),
BoolDef("vpTexture",
label="Viewport Texture",
default=False)
diff --git a/openpype/hosts/max/plugins/publish/collect_review.py b/openpype/hosts/max/plugins/publish/collect_review.py
index b1d9c2d25e..e7e957e6f1 100644
--- a/openpype/hosts/max/plugins/publish/collect_review.py
+++ b/openpype/hosts/max/plugins/publish/collect_review.py
@@ -90,6 +90,9 @@ class CollectReview(pyblish.api.InstancePlugin,
"dspBkg": attr_values.get("dspBkg"),
"dspGrid": attr_values.get("dspGrid")
}
+ nitrous_manager = {
+ "AntialiasingQuality": creator_attrs["antialiasingQuality"],
+ }
nitrous_viewport = {
"VisualStyleMode": creator_attrs["visualStyleMode"],
"ViewportPreset": creator_attrs["viewportPreset"],
@@ -97,6 +100,7 @@ class CollectReview(pyblish.api.InstancePlugin,
}
preview_data = {
"general_viewport": general_viewport,
+ "nitrous_manager": nitrous_manager,
"nitrous_viewport": nitrous_viewport,
"vp_btn_mgr": {"EnableButtons": False}
}
diff --git a/openpype/hosts/maya/api/fbx.py b/openpype/hosts/maya/api/fbx.py
index dbb3578f08..c8f4050bc1 100644
--- a/openpype/hosts/maya/api/fbx.py
+++ b/openpype/hosts/maya/api/fbx.py
@@ -156,7 +156,7 @@ class FBXExtractor:
# Parse export options
options = self.default_options
options = self.parse_overrides(instance, options)
- self.log.info("Export options: {0}".format(options))
+ self.log.debug("Export options: {0}".format(options))
# Collect the start and end including handles
start = instance.data.get("frameStartHandle") or \
@@ -186,7 +186,7 @@ class FBXExtractor:
template = "FBXExport{0} {1}" if key == "UpAxis" else \
"FBXExport{0} -v {1}" # noqa
cmd = template.format(key, value)
- self.log.info(cmd)
+ self.log.debug(cmd)
mel.eval(cmd)
# Never show the UI or generate a log
diff --git a/openpype/hosts/maya/api/lib_rendersettings.py b/openpype/hosts/maya/api/lib_rendersettings.py
index 42cf29d0a7..20264c2cdf 100644
--- a/openpype/hosts/maya/api/lib_rendersettings.py
+++ b/openpype/hosts/maya/api/lib_rendersettings.py
@@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
"""Class for handling Render Settings."""
-from maya import cmds # noqa
-import maya.mel as mel
import six
import sys
@@ -63,6 +61,10 @@ class RenderSettings(object):
def set_default_renderer_settings(self, renderer=None):
"""Set basic settings based on renderer."""
+ # Not all hosts can import this module.
+ from maya import cmds
+ import maya.mel as mel
+
if not renderer:
renderer = cmds.getAttr(
'defaultRenderGlobals.currentRenderer').lower()
diff --git a/openpype/hosts/maya/api/plugin.py b/openpype/hosts/maya/api/plugin.py
index 3b54954c8a..07167a9a32 100644
--- a/openpype/hosts/maya/api/plugin.py
+++ b/openpype/hosts/maya/api/plugin.py
@@ -771,7 +771,8 @@ class ReferenceLoader(Loader):
"ma": "mayaAscii",
"mb": "mayaBinary",
"abc": "Alembic",
- "fbx": "FBX"
+ "fbx": "FBX",
+ "usd": "USD Import"
}.get(representation["name"])
assert file_type, "Unsupported representation: %s" % representation
diff --git a/openpype/hosts/maya/plugins/load/load_reference.py b/openpype/hosts/maya/plugins/load/load_reference.py
index 4b704fa706..0d7f08d3c3 100644
--- a/openpype/hosts/maya/plugins/load/load_reference.py
+++ b/openpype/hosts/maya/plugins/load/load_reference.py
@@ -1,7 +1,9 @@
import os
import difflib
import contextlib
+
from maya import cmds
+import qargparse
from openpype.settings import get_project_settings
import openpype.hosts.maya.api.plugin
@@ -128,6 +130,12 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
if not attach_to_root:
group_name = namespace
+ kwargs = {}
+ if "file_options" in options:
+ kwargs["options"] = options["file_options"]
+ if "file_type" in options:
+ kwargs["type"] = options["file_type"]
+
path = self.filepath_from_context(context)
with maintained_selection():
cmds.loadPlugin("AbcImport.mll", quiet=True)
@@ -139,7 +147,8 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
reference=True,
returnNewNodes=True,
groupReference=attach_to_root,
- groupName=group_name)
+ groupName=group_name,
+ **kwargs)
shapes = cmds.ls(nodes, shapes=True, long=True)
@@ -251,3 +260,92 @@ class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
else:
self.log.warning("This version of Maya does not support locking of"
" transforms of cameras.")
+
+
+class MayaUSDReferenceLoader(ReferenceLoader):
+ """Reference USD file to native Maya nodes using MayaUSDImport reference"""
+
+ families = ["usd"]
+ representations = ["usd"]
+ extensions = {"usd", "usda", "usdc"}
+
+ options = ReferenceLoader.options + [
+ qargparse.Boolean(
+ "readAnimData",
+ label="Load anim data",
+ default=True,
+ help="Load animation data from USD file"
+ ),
+ qargparse.Boolean(
+ "useAsAnimationCache",
+ label="Use as animation cache",
+ default=True,
+ help=(
+ "Imports geometry prims with time-sampled point data using a "
+ "point-based deformer that references the imported "
+ "USD file.\n"
+ "This provides better import and playback performance when "
+ "importing time-sampled geometry from USD, and should "
+ "reduce the weight of the resulting Maya scene."
+ )
+ ),
+ qargparse.Boolean(
+ "importInstances",
+ label="Import instances",
+ default=True,
+ help=(
+ "Import USD instanced geometries as Maya instanced shapes. "
+ "Will flatten the scene otherwise."
+ )
+ ),
+ qargparse.String(
+ "primPath",
+ label="Prim Path",
+ default="/",
+ help=(
+ "Name of the USD scope where traversing will begin.\n"
+ "The prim at the specified primPath (including the prim) will "
+ "be imported.\n"
+ "Specifying the pseudo-root (/) means you want "
+ "to import everything in the file.\n"
+ "If the passed prim path is empty, it will first try to "
+ "import the defaultPrim for the rootLayer if it exists.\n"
+ "Otherwise, it will behave as if the pseudo-root was passed "
+ "in."
+ )
+ )
+ ]
+
+ file_type = "USD Import"
+
+ def process_reference(self, context, name, namespace, options):
+ cmds.loadPlugin("mayaUsdPlugin", quiet=True)
+
+ def bool_option(key, default):
+ # Shorthand for getting optional boolean file option from options
+ value = int(bool(options.get(key, default)))
+ return "{}={}".format(key, value)
+
+ def string_option(key, default):
+ # Shorthand for getting optional string file option from options
+ value = str(options.get(key, default))
+ return "{}={}".format(key, value)
+
+ options["file_options"] = ";".join([
+ string_option("primPath", default="/"),
+ bool_option("importInstances", default=True),
+ bool_option("useAsAnimationCache", default=True),
+ bool_option("readAnimData", default=True),
+ # TODO: Expose more parameters
+ # "preferredMaterial=none",
+ # "importRelativeTextures=Automatic",
+ # "useCustomFrameRange=0",
+ # "startTime=0",
+ # "endTime=0",
+ # "importUSDZTextures=0"
+ ])
+ options["file_type"] = self.file_type
+
+ return super(MayaUSDReferenceLoader, self).process_reference(
+ context, name, namespace, options
+ )
diff --git a/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py b/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py
index 8288bc9329..756158d4f0 100644
--- a/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py
+++ b/openpype/hosts/maya/plugins/publish/extract_fbx_animation.py
@@ -42,6 +42,16 @@ class ExtractFBXAnimation(publish.Extractor):
# Export from the rig's namespace so that the exported
# FBX does not include the namespace but preserves the node
# names as existing in the rig workfile
+ if not out_members:
+ skeleton_set = [
+ i for i in instance
+ if i.endswith("skeletonAnim_SET")
+ ]
+ self.log.debug(
+ "Top group of animated skeleton not found in "
+ "{}.\nSkipping fbx animation extraction.".format(skeleton_set))
+ return
+
namespace = get_namespace(out_members[0])
relative_out_members = [
strip_namespace(node, namespace) for node in out_members
diff --git a/openpype/hosts/nuke/api/pipeline.py b/openpype/hosts/nuke/api/pipeline.py
index f6ba33f00f..ba4d66ab63 100644
--- a/openpype/hosts/nuke/api/pipeline.py
+++ b/openpype/hosts/nuke/api/pipeline.py
@@ -129,9 +129,6 @@ class NukeHost(
register_event_callback("workio.open_file", check_inventory_versions)
register_event_callback("taskChanged", change_context_label)
- pyblish.api.register_callback(
- "instanceToggled", on_pyblish_instance_toggled)
-
_install_menu()
# add script menu
@@ -402,25 +399,6 @@ def add_shortcuts_from_presets():
log.error(e)
-def on_pyblish_instance_toggled(instance, old_value, new_value):
- """Toggle node passthrough states on instance toggles."""
-
- log.info("instance toggle: {}, old_value: {}, new_value:{} ".format(
- instance, old_value, new_value))
-
- # Whether instances should be passthrough based on new value
-
- with viewer_update_and_undo_stop():
- n = instance[0]
- try:
- n["publish"].value()
- except ValueError:
- n = add_publish_knob(n)
- log.info(" `Publish` knob was added to write node..")
-
- n["publish"].setValue(new_value)
-
-
def containerise(node,
name,
namespace,
diff --git a/openpype/hosts/photoshop/api/pipeline.py b/openpype/hosts/photoshop/api/pipeline.py
index 56ae2a4c25..4e0dbcad06 100644
--- a/openpype/hosts/photoshop/api/pipeline.py
+++ b/openpype/hosts/photoshop/api/pipeline.py
@@ -48,11 +48,6 @@ class PhotoshopHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
pyblish.api.register_plugin_path(PUBLISH_PATH)
register_loader_plugin_path(LOAD_PATH)
register_creator_plugin_path(CREATE_PATH)
- log.info(PUBLISH_PATH)
-
- pyblish.api.register_callback(
- "instanceToggled", on_pyblish_instance_toggled
- )
register_event_callback("application.launched", on_application_launch)
@@ -177,11 +172,6 @@ def on_application_launch():
check_inventory()
-def on_pyblish_instance_toggled(instance, old_value, new_value):
- """Toggle layer visibility on instance toggles."""
- instance[0].Visible = new_value
-
-
def ls():
"""Yields containers from active Photoshop document
diff --git a/openpype/hosts/resolve/api/menu.py b/openpype/hosts/resolve/api/menu.py
index 34a63eb89f..9c6fe4957c 100644
--- a/openpype/hosts/resolve/api/menu.py
+++ b/openpype/hosts/resolve/api/menu.py
@@ -1,9 +1,10 @@
import os
import sys
-from qtpy import QtWidgets, QtCore
+from qtpy import QtWidgets, QtCore, QtGui
from openpype.tools.utils import host_tools
+from openpype.pipeline import registered_host
def load_stylesheet():
@@ -49,6 +50,7 @@ class OpenPypeMenu(QtWidgets.QWidget):
)
self.setWindowTitle("OpenPype")
+ save_current_btn = QtWidgets.QPushButton("Save current file", self)
workfiles_btn = QtWidgets.QPushButton("Workfiles ...", self)
create_btn = QtWidgets.QPushButton("Create ...", self)
publish_btn = QtWidgets.QPushButton("Publish ...", self)
@@ -70,6 +72,10 @@ class OpenPypeMenu(QtWidgets.QWidget):
layout = QtWidgets.QVBoxLayout(self)
layout.setContentsMargins(10, 20, 10, 20)
+ layout.addWidget(save_current_btn)
+
+ layout.addWidget(Spacer(15, self))
+
layout.addWidget(workfiles_btn)
layout.addWidget(create_btn)
layout.addWidget(publish_btn)
@@ -94,6 +100,8 @@ class OpenPypeMenu(QtWidgets.QWidget):
self.setLayout(layout)
+ save_current_btn.clicked.connect(self.on_save_current_clicked)
+ save_current_btn.setShortcut(QtGui.QKeySequence.Save)
workfiles_btn.clicked.connect(self.on_workfile_clicked)
create_btn.clicked.connect(self.on_create_clicked)
publish_btn.clicked.connect(self.on_publish_clicked)
@@ -106,6 +114,18 @@ class OpenPypeMenu(QtWidgets.QWidget):
# reset_resolution_btn.clicked.connect(self.on_set_resolution_clicked)
experimental_btn.clicked.connect(self.on_experimental_clicked)
+ def on_save_current_clicked(self):
+ host = registered_host()
+ current_file = host.get_current_workfile()
+ if not current_file:
+ print("Current project is not saved. "
+ "Please save once first via workfiles tool.")
+ host_tools.show_workfiles()
+ return
+
+ print(f"Saving current file to: {current_file}")
+ host.save_workfile(current_file)
+
def on_workfile_clicked(self):
print("Clicked Workfile")
host_tools.show_workfiles()
diff --git a/openpype/hosts/tvpaint/api/pipeline.py b/openpype/hosts/tvpaint/api/pipeline.py
index a84f196f09..c125da1533 100644
--- a/openpype/hosts/tvpaint/api/pipeline.py
+++ b/openpype/hosts/tvpaint/api/pipeline.py
@@ -84,10 +84,6 @@ class TVPaintHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost):
register_loader_plugin_path(load_dir)
register_creator_plugin_path(create_dir)
- registered_callbacks = (
- pyblish.api.registered_callbacks().get("instanceToggled") or []
- )
-
register_event_callback("application.launched", self.initial_launch)
register_event_callback("application.exit", self.application_exit)
diff --git a/openpype/lib/local_settings.py b/openpype/lib/local_settings.py
index 9b780fd88a..ea42d2f0b5 100644
--- a/openpype/lib/local_settings.py
+++ b/openpype/lib/local_settings.py
@@ -36,6 +36,7 @@ from openpype.settings import (
)
from openpype.client.mongo import validate_mongo_connection
+from openpype.client import get_ayon_server_api_connection
_PLACEHOLDER = object()
@@ -613,9 +614,8 @@ def get_openpype_username():
"""
if AYON_SERVER_ENABLED:
- import ayon_api
-
- return ayon_api.get_user()["name"]
+ con = get_ayon_server_api_connection()
+ return con.get_user()["name"]
username = os.environ.get("OPENPYPE_USERNAME")
if not username:
diff --git a/openpype/modules/base.py b/openpype/modules/base.py
index e8b85d0e93..4636906cec 100644
--- a/openpype/modules/base.py
+++ b/openpype/modules/base.py
@@ -16,9 +16,9 @@ from abc import ABCMeta, abstractmethod
import six
import appdirs
-import ayon_api
from openpype import AYON_SERVER_ENABLED
+from openpype.client import get_ayon_server_api_connection
from openpype.settings import (
get_system_settings,
SYSTEM_SETTINGS_KEY,
@@ -106,7 +106,7 @@ class _ModuleClass(object):
if attr_name in self.__attributes__:
self.log.warning(
"Duplicated name \"{}\" in {}. Overriding.".format(
- self.name, attr_name
+ attr_name, self.name
)
)
self.__attributes__[attr_name] = value
@@ -319,8 +319,11 @@ def load_modules(force=False):
def _get_ayon_bundle_data():
+ con = get_ayon_server_api_connection()
+ bundles = con.get_bundles()["bundles"]
+
bundle_name = os.getenv("AYON_BUNDLE_NAME")
- bundles = ayon_api.get_bundles()["bundles"]
+
return next(
(
bundle
@@ -345,7 +348,8 @@ def _get_ayon_addons_information(bundle_info):
output = []
bundle_addons = bundle_info["addons"]
- addons = ayon_api.get_addons_info()["addons"]
+ con = get_ayon_server_api_connection()
+ addons = con.get_addons_info()["addons"]
for addon in addons:
name = addon["name"]
versions = addon.get("versions")
@@ -408,6 +412,10 @@ def _load_ayon_addons(openpype_modules, modules_key, log):
addon_name = addon_info["name"]
addon_version = addon_info["version"]
+ # OpenPype addon does not have any addon object
+ if addon_name == "openpype":
+ continue
+
dev_addon_info = dev_addons_info.get(addon_name, {})
use_dev_path = dev_addon_info.get("enabled", False)
@@ -438,7 +446,7 @@ def _load_ayon_addons(openpype_modules, modules_key, log):
# Ignore of files is implemented to be able to run code from code
# where usually is more files than just the addon
# Ignore start and setup scripts
- if name in ("setup.py", "start.py"):
+ if name in ("setup.py", "start.py", "__pycache__"):
continue
path = os.path.join(addon_dir, name)
@@ -454,7 +462,15 @@ def _load_ayon_addons(openpype_modules, modules_key, log):
try:
mod = __import__(basename, fromlist=("",))
- imported_modules.append(mod)
+ for attr_name in dir(mod):
+ attr = getattr(mod, attr_name)
+ if (
+ inspect.isclass(attr)
+ and issubclass(attr, OpenPypeModule)
+ ):
+ imported_modules.append(mod)
+ break
+
except BaseException:
log.warning(
"Failed to import \"{}\"".format(basename),
@@ -467,19 +483,26 @@ def _load_ayon_addons(openpype_modules, modules_key, log):
))
continue
- if len(imported_modules) == 1:
- mod = imported_modules[0]
- addon_alias = getattr(mod, "V3_ALIAS", None)
- if not addon_alias:
- addon_alias = addon_name
- v3_addons_to_skip.append(addon_alias)
- new_import_str = "{}.{}".format(modules_key, addon_alias)
+ if len(imported_modules) > 1:
+ log.warning((
+ "Skipping addon '{}'."
+ " Multiple modules were found ({}) in dir {}."
+ ).format(
+ addon_name,
+ ", ".join([m.__name__ for m in imported_modules]),
+ addon_dir,
+ ))
+ continue
- sys.modules[new_import_str] = mod
- setattr(openpype_modules, addon_alias, mod)
+ mod = imported_modules[0]
+ addon_alias = getattr(mod, "V3_ALIAS", None)
+ if not addon_alias:
+ addon_alias = addon_name
+ v3_addons_to_skip.append(addon_alias)
+ new_import_str = "{}.{}".format(modules_key, addon_alias)
- else:
- log.info("More then one module was imported")
+ sys.modules[new_import_str] = mod
+ setattr(openpype_modules, addon_alias, mod)
return v3_addons_to_skip
@@ -997,7 +1020,18 @@ class ModulesManager:
continue
method = getattr(module, method_name)
- paths = method(*args, **kwargs)
+ try:
+ paths = method(*args, **kwargs)
+ except Exception:
+ self.log.warning(
+ (
+ "Failed to get plugin paths from module"
+ " '{}' using '{}'."
+ ).format(module.__class__.__name__, method_name),
+ exc_info=True
+ )
+ continue
+
if paths:
# Convert to list if value is not list
if not isinstance(paths, (list, tuple, set)):
diff --git a/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py b/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py
index 9b4f89c129..1d3dad769f 100644
--- a/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py
+++ b/openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py
@@ -5,8 +5,6 @@ This is resolving index of server lists stored in `deadlineServers` instance
attribute or using default server if that attribute doesn't exists.
"""
-from maya import cmds
-
import pyblish.api
from openpype.pipeline.publish import KnownPublishError
@@ -44,7 +42,8 @@ class CollectDeadlineServerFromInstance(pyblish.api.InstancePlugin):
str: Selected Deadline Webservice URL.
"""
-
+ # Not all hosts can import this module.
+ from maya import cmds
deadline_settings = (
render_instance.context.data
["system_settings"]
diff --git a/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py b/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py
index 4a7497b075..094f2b1821 100644
--- a/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_blender_deadline.py
@@ -6,8 +6,6 @@ import getpass
import attr
from datetime import datetime
-import bpy
-
from openpype.lib import is_running_from_build
from openpype.pipeline import legacy_io
from openpype.pipeline.farm.tools import iter_expected_files
@@ -142,6 +140,9 @@ class BlenderSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
return job_info
def get_plugin_info(self):
+ # Not all hosts can import this module.
+ import bpy
+
plugin_info = BlenderPluginInfo(
SceneFile=self.scene_path,
Version=bpy.app.version_string,
diff --git a/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py b/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py
index 39c0c3afe4..0bee42c4cb 100644
--- a/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py
+++ b/openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py
@@ -3,7 +3,6 @@ import json
from datetime import datetime
import requests
-import hou
import pyblish.api
@@ -31,6 +30,8 @@ class HoudiniSubmitPublishDeadline(pyblish.api.ContextPlugin):
targets = ["deadline"]
def process(self, context):
+ # Not all hosts can import this module.
+ import hou
# Ensure no errors so far
assert all(
diff --git a/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py b/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py
index 6f885c578a..abc650204b 100644
--- a/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py
@@ -1,9 +1,8 @@
-import hou
-
import os
import attr
import getpass
from datetime import datetime
+
import pyblish.api
from openpype.pipeline import legacy_io
@@ -119,6 +118,8 @@ class HoudiniSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline):
return job_info
def get_plugin_info(self):
+ # Not all hosts can import this module.
+ import hou
instance = self._instance
context = instance.context
diff --git a/openpype/modules/deadline/plugins/publish/submit_max_deadline.py b/openpype/modules/deadline/plugins/publish/submit_max_deadline.py
index 073da3019a..23d4183132 100644
--- a/openpype/modules/deadline/plugins/publish/submit_max_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_max_deadline.py
@@ -1,8 +1,8 @@
import os
import getpass
import copy
-
import attr
+
from openpype.lib import (
TextDef,
BoolDef,
@@ -15,11 +15,6 @@ from openpype.pipeline import (
from openpype.pipeline.publish.lib import (
replace_with_published_scene_path
)
-from openpype.hosts.max.api.lib import (
- get_current_renderer,
- get_multipass_setting
-)
-from openpype.hosts.max.api.lib_rendersettings import RenderSettings
from openpype_modules.deadline import abstract_submit_deadline
from openpype_modules.deadline.abstract_submit_deadline import DeadlineJobInfo
from openpype.lib import is_running_from_build
@@ -191,6 +186,13 @@ class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
self.submit(self.assemble_payload(job_info, plugin_info))
def _use_published_name(self, data, project_settings):
+ # Not all hosts can import these modules.
+ from openpype.hosts.max.api.lib import (
+ get_current_renderer,
+ get_multipass_setting
+ )
+ from openpype.hosts.max.api.lib_rendersettings import RenderSettings
+
instance = self._instance
job_info = copy.deepcopy(self.job_info)
plugin_info = copy.deepcopy(self.plugin_info)
diff --git a/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py b/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py
index 7775191b12..7d532923ff 100644
--- a/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py
@@ -28,8 +28,6 @@ from collections import OrderedDict
import attr
-from maya import cmds
-
from openpype.pipeline import (
legacy_io,
OpenPypePyblishPluginMixin
@@ -246,6 +244,8 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
return job_info
def get_plugin_info(self):
+ # Not all hosts can import this module.
+ from maya import cmds
instance = self._instance
context = instance.context
@@ -288,7 +288,7 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
return plugin_payload
def process_submission(self):
-
+ from maya import cmds
instance = self._instance
filepath = self.scene_path # publish if `use_publish` else workfile
@@ -675,7 +675,7 @@ class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline,
str
"""
-
+ from maya import cmds
# "vrayscene//_/"
vray_settings = cmds.ls(type="VRaySettingsNode")
node = vray_settings[0]
diff --git a/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py b/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py
index 0d23f44333..41a2a64ab5 100644
--- a/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py
@@ -2,8 +2,6 @@ import os
import attr
from datetime import datetime
-from maya import cmds
-
from openpype import AYON_SERVER_ENABLED
from openpype.pipeline import legacy_io, PublishXmlValidationError
from openpype.tests.lib import is_in_tests
@@ -127,7 +125,8 @@ class MayaSubmitRemotePublishDeadline(
job_info.EnvironmentKeyValue[key] = value
def get_plugin_info(self):
-
+ # Not all hosts can import this module.
+ from maya import cmds
scene = self._instance.context.data["currentFile"]
plugin_info = MayaPluginInfo()
diff --git a/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py b/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
index 0e57c54959..fb3ab2710d 100644
--- a/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
+++ b/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py
@@ -7,8 +7,6 @@ from datetime import datetime
import requests
import pyblish.api
-import nuke
-
from openpype import AYON_SERVER_ENABLED
from openpype.pipeline import legacy_io
from openpype.pipeline.publish import (
@@ -498,6 +496,9 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin,
Returning:
list: captured groups list
"""
+ # Not all hosts can import this module.
+ import nuke
+
captured_groups = []
for lg_name, list_node_class in self.limit_groups.items():
for node_class in list_node_class:
diff --git a/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py b/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py
index 8ef333effd..2ac02f233e 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py
@@ -1,3 +1,6 @@
+import collections
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -73,8 +76,21 @@ class FirstVersionStatus(BaseEvent):
if not self.task_status_map:
return
- entities_info = self.filter_event_ents(event)
- if not entities_info:
+ filtered_entities_info = self.filter_entities_info(event)
+ if not filtered_entities_info:
+ return
+
+ for project_id, entities_info in filtered_entities_info.items():
+ self.process_by_project(session, event, project_id, entities_info)
+
+ def process_by_project(self, session, event, project_id, entities_info):
+ project_name = self.get_project_name_from_event(
+ session, event, project_id
+ )
+ if get_project(project_name) is None:
+ self.log.debug(
+ f"Project '{project_name}' not found in OpenPype. Skipping"
+ )
return
entity_ids = []
@@ -154,18 +170,18 @@ class FirstVersionStatus(BaseEvent):
exc_info=True
)
- def filter_event_ents(self, event):
- filtered_ents = []
- for entity in event["data"].get("entities", []):
+ def filter_entities_info(self, event):
+ filtered_entities_info = collections.defaultdict(list)
+ for entity_info in event["data"].get("entities", []):
# Care only about add actions
- if entity.get("action") != "add":
+ if entity_info.get("action") != "add":
continue
# Filter AssetVersions
- if entity["entityType"] != "assetversion":
+ if entity_info["entityType"] != "assetversion":
continue
- entity_changes = entity.get("changes") or {}
+ entity_changes = entity_info.get("changes") or {}
# Check if version of Asset Version is `1`
version_num = entity_changes.get("version", {}).get("new")
@@ -177,9 +193,18 @@ class FirstVersionStatus(BaseEvent):
if not task_id:
continue
- filtered_ents.append(entity)
+ project_id = None
+ for parent_item in reversed(entity_info["parents"]):
+ if parent_item["entityType"] == "show":
+ project_id = parent_item["entityId"]
+ break
- return filtered_ents
+ if project_id is None:
+ continue
+
+ filtered_entities_info[project_id].append(entity_info)
+
+ return filtered_entities_info
def register(session):
diff --git a/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py b/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py
index a100c34f67..07a8ff433e 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py
@@ -1,4 +1,6 @@
import collections
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -99,6 +101,10 @@ class NextTaskUpdate(BaseEvent):
project_name = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return
+
# Load settings
project_settings = self.get_project_settings_from_event(
event, project_name
diff --git a/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py b/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py
index ed630ad59d..65c3c1a69a 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py
@@ -3,6 +3,8 @@ import copy
from typing import Any
import ftrack_api
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import (
BaseEvent,
query_custom_attributes,
@@ -139,6 +141,10 @@ class PushHierValuesToNonHierEvent(BaseEvent):
project_name: str = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return set(), set()
+
# Load settings
project_settings: dict[str, Any] = (
self.get_project_settings_from_event(event, project_name)
diff --git a/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py b/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py
index 25fa3b0535..d2b395a1a3 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py
@@ -1,4 +1,6 @@
import collections
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -60,6 +62,10 @@ class TaskStatusToParent(BaseEvent):
project_name = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return
+
# Load settings
project_settings = self.get_project_settings_from_event(
event, project_name
diff --git a/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py b/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py
index b77849c678..91ee2410d7 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py
@@ -1,4 +1,6 @@
import collections
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -102,6 +104,10 @@ class TaskToVersionStatus(BaseEvent):
project_name = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return
+
# Load settings
project_settings = self.get_project_settings_from_event(
event, project_name
diff --git a/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py b/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py
index 64673f792c..318e69f414 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py
@@ -1,4 +1,6 @@
import collections
+
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -22,6 +24,10 @@ class ThumbnailEvents(BaseEvent):
project_name = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return
+
# Load settings
project_settings = self.get_project_settings_from_event(
event, project_name
diff --git a/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py b/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py
index fb40fd6417..fbe44bcba7 100644
--- a/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py
+++ b/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py
@@ -1,3 +1,4 @@
+from openpype.client import get_project
from openpype_modules.ftrack.lib import BaseEvent
@@ -50,6 +51,10 @@ class VersionToTaskStatus(BaseEvent):
project_name = self.get_project_name_from_event(
session, event, project_id
)
+ if get_project(project_name) is None:
+ self.log.debug("Project not found in OpenPype. Skipping")
+ return
+
# Load settings
project_settings = self.get_project_settings_from_event(
event, project_name
diff --git a/openpype/pipeline/anatomy.py b/openpype/pipeline/anatomy.py
index 029b5cc1ff..0e5ab1d42e 100644
--- a/openpype/pipeline/anatomy.py
+++ b/openpype/pipeline/anatomy.py
@@ -5,7 +5,6 @@ import platform
import collections
import numbers
-import ayon_api
import six
import time
@@ -16,7 +15,7 @@ from openpype.settings.lib import (
from openpype.settings.constants import (
DEFAULT_PROJECT_KEY
)
-from openpype.client import get_project
+from openpype.client import get_project, get_ayon_server_api_connection
from openpype.lib import Logger, get_local_site_id
from openpype.lib.path_templates import (
TemplateUnsolved,
@@ -479,7 +478,8 @@ class Anatomy(BaseAnatomy):
if AYON_SERVER_ENABLED:
if not project_name:
return
- return ayon_api.get_project_roots_for_site(
+ con = get_ayon_server_api_connection()
+ return con.get_project_roots_for_site(
project_name, get_local_site_id()
)
diff --git a/openpype/pipeline/context_tools.py b/openpype/pipeline/context_tools.py
index 5afdb30f7b..034bbc0070 100644
--- a/openpype/pipeline/context_tools.py
+++ b/openpype/pipeline/context_tools.py
@@ -11,12 +11,14 @@ import pyblish.api
from pyblish.lib import MessageHandler
import openpype
+from openpype import AYON_SERVER_ENABLED
from openpype.host import HostBase
from openpype.client import (
get_project,
get_asset_by_id,
get_asset_by_name,
version_is_latest,
+ get_ayon_server_api_connection,
)
from openpype.lib.events import emit_event
from openpype.modules import load_modules, ModulesManager
@@ -105,6 +107,10 @@ def install_host(host):
_is_installed = True
+ # Make sure global AYON connection has set site id and version
+ if AYON_SERVER_ENABLED:
+ get_ayon_server_api_connection()
+
legacy_io.install()
modules_manager = _get_modules_manager()
diff --git a/openpype/pipeline/thumbnail.py b/openpype/pipeline/thumbnail.py
index 63c55d0c19..14fb8b06fc 100644
--- a/openpype/pipeline/thumbnail.py
+++ b/openpype/pipeline/thumbnail.py
@@ -4,7 +4,7 @@ import logging
from openpype import AYON_SERVER_ENABLED
from openpype.lib import Logger
-from openpype.client import get_project
+from openpype.client import get_project, get_ayon_server_api_connection
from . import legacy_io
from .anatomy import Anatomy
from .plugin_discover import (
@@ -153,8 +153,6 @@ class ServerThumbnailResolver(ThumbnailResolver):
if not entity_type or not entity_id:
return None
- import ayon_api
-
project_name = self.dbcon.active_project()
thumbnail_id = thumbnail_entity["_id"]
@@ -169,7 +167,7 @@ class ServerThumbnailResolver(ThumbnailResolver):
# NOTE Use 'get_server_api_connection' because public function
# 'get_thumbnail_by_id' does not return output of 'ServerAPI'
# method.
- con = ayon_api.get_server_api_connection()
+ con = get_ayon_server_api_connection()
if hasattr(con, "get_thumbnail_by_id"):
result = con.get_thumbnail_by_id(thumbnail_id)
if result.is_valid:
diff --git a/openpype/plugins/publish/collect_otio_frame_ranges.py b/openpype/plugins/publish/collect_otio_frame_ranges.py
index 9a68b6e43d..4b130b0e03 100644
--- a/openpype/plugins/publish/collect_otio_frame_ranges.py
+++ b/openpype/plugins/publish/collect_otio_frame_ranges.py
@@ -5,15 +5,9 @@ Requires:
masterLayer -> instance data attribute
otioClipRange -> instance data attribute
"""
-# import os
-import opentimelineio as otio
-import pyblish.api
from pprint import pformat
-from openpype.pipeline.editorial import (
- get_media_range_with_retimes,
- otio_range_to_frame_range,
- otio_range_with_handles
-)
+
+import pyblish.api
class CollectOtioFrameRanges(pyblish.api.InstancePlugin):
@@ -27,6 +21,14 @@ class CollectOtioFrameRanges(pyblish.api.InstancePlugin):
hosts = ["resolve", "hiero", "flame", "traypublisher"]
def process(self, instance):
+ # Not all hosts can import these modules.
+ import opentimelineio as otio
+ from openpype.pipeline.editorial import (
+ get_media_range_with_retimes,
+ otio_range_to_frame_range,
+ otio_range_with_handles
+ )
+
# get basic variables
otio_clip = instance.data["otioClip"]
workfile_start = instance.data["workfileFrameStart"]
diff --git a/openpype/plugins/publish/collect_otio_review.py b/openpype/plugins/publish/collect_otio_review.py
index f0157282a1..0e4d596213 100644
--- a/openpype/plugins/publish/collect_otio_review.py
+++ b/openpype/plugins/publish/collect_otio_review.py
@@ -11,10 +11,10 @@ Provides:
instance -> families (adding ["review", "ftrack"])
"""
-import opentimelineio as otio
-import pyblish.api
from pprint import pformat
+import pyblish.api
+
class CollectOtioReview(pyblish.api.InstancePlugin):
"""Get matching otio track from defined review layer"""
@@ -25,6 +25,9 @@ class CollectOtioReview(pyblish.api.InstancePlugin):
hosts = ["resolve", "hiero", "flame"]
def process(self, instance):
+ # Not all hosts can import this module.
+ import opentimelineio as otio
+
# get basic variables
otio_review_clips = []
otio_timeline = instance.context.data["otioTimeline"]
diff --git a/openpype/plugins/publish/collect_otio_subset_resources.py b/openpype/plugins/publish/collect_otio_subset_resources.py
index f659791d95..739f5bb726 100644
--- a/openpype/plugins/publish/collect_otio_subset_resources.py
+++ b/openpype/plugins/publish/collect_otio_subset_resources.py
@@ -6,18 +6,15 @@ Provides:
instance -> otioReviewClips
"""
import os
+
import clique
-import opentimelineio as otio
import pyblish.api
-from openpype.pipeline.editorial import (
- get_media_range_with_retimes,
- range_from_frames,
- make_sequence_collection
-)
+
from openpype.pipeline.publish import (
get_publish_template_name
)
+
class CollectOtioSubsetResources(pyblish.api.InstancePlugin):
"""Get Resources for a subset version"""
@@ -26,8 +23,14 @@ class CollectOtioSubsetResources(pyblish.api.InstancePlugin):
families = ["clip"]
hosts = ["resolve", "hiero", "flame"]
-
def process(self, instance):
+ # Not all hosts can import these modules.
+ import opentimelineio as otio
+ from openpype.pipeline.editorial import (
+ get_media_range_with_retimes,
+ range_from_frames,
+ make_sequence_collection
+ )
if "audio" in instance.data["family"]:
return
diff --git a/openpype/plugins/publish/extract_otio_audio_tracks.py b/openpype/plugins/publish/extract_otio_audio_tracks.py
index 4f17731452..4b73321f02 100644
--- a/openpype/plugins/publish/extract_otio_audio_tracks.py
+++ b/openpype/plugins/publish/extract_otio_audio_tracks.py
@@ -1,11 +1,12 @@
import os
+import tempfile
+
import pyblish
+
from openpype.lib import (
get_ffmpeg_tool_args,
run_subprocess
)
-import tempfile
-import opentimelineio as otio
class ExtractOtioAudioTracks(pyblish.api.ContextPlugin):
@@ -155,6 +156,9 @@ class ExtractOtioAudioTracks(pyblish.api.ContextPlugin):
Returns:
list: list of audio clip dictionaries
"""
+ # Not all hosts can import this module.
+ import opentimelineio as otio
+
output = []
# go trough all audio tracks
for otio_track in otio_timeline.tracks:
diff --git a/openpype/plugins/publish/extract_otio_file.py b/openpype/plugins/publish/extract_otio_file.py
index 1a6a82117d..7f1cac33d7 100644
--- a/openpype/plugins/publish/extract_otio_file.py
+++ b/openpype/plugins/publish/extract_otio_file.py
@@ -1,6 +1,6 @@
import os
+
import pyblish.api
-import opentimelineio as otio
from openpype.pipeline import publish
@@ -16,6 +16,9 @@ class ExtractOTIOFile(publish.Extractor):
hosts = ["resolve", "hiero", "traypublisher"]
def process(self, instance):
+ # Not all hosts can import this module.
+ import opentimelineio as otio
+
if not instance.context.data.get("otioTimeline"):
return
# create representation data
diff --git a/openpype/plugins/publish/extract_otio_review.py b/openpype/plugins/publish/extract_otio_review.py
index 699207df8a..ad4c807091 100644
--- a/openpype/plugins/publish/extract_otio_review.py
+++ b/openpype/plugins/publish/extract_otio_review.py
@@ -15,8 +15,8 @@ Provides:
"""
import os
+
import clique
-import opentimelineio as otio
from pyblish import api
from openpype.lib import (
@@ -24,13 +24,6 @@ from openpype.lib import (
run_subprocess,
)
from openpype.pipeline import publish
-from openpype.pipeline.editorial import (
- otio_range_to_frame_range,
- trim_media_range,
- range_from_frames,
- frames_to_seconds,
- make_sequence_collection
-)
class ExtractOTIOReview(publish.Extractor):
@@ -62,6 +55,13 @@ class ExtractOTIOReview(publish.Extractor):
output_ext = ".jpg"
def process(self, instance):
+ # Not all hosts can import these modules.
+ import opentimelineio as otio
+ from openpype.pipeline.editorial import (
+ otio_range_to_frame_range,
+ make_sequence_collection
+ )
+
# TODO: convert resulting image sequence to mp4
# get otio clip and other time info from instance clip
@@ -281,6 +281,12 @@ class ExtractOTIOReview(publish.Extractor):
Returns:
otio.time.TimeRange: trimmed available range
"""
+ # Not all hosts can import these modules.
+ from openpype.pipeline.editorial import (
+ trim_media_range,
+ range_from_frames
+ )
+
avl_start = int(avl_range.start_time.value)
src_start = int(avl_start + start)
avl_durtation = int(avl_range.duration.value)
@@ -338,6 +344,8 @@ class ExtractOTIOReview(publish.Extractor):
Returns:
otio.time.TimeRange: trimmed available range
"""
+ # Not all hosts can import this module.
+ from openpype.pipeline.editorial import frames_to_seconds
# create path and frame start to destination
output_path, out_frame_start = self._get_ffmpeg_output()
diff --git a/openpype/plugins/publish/extract_otio_trimming_video.py b/openpype/plugins/publish/extract_otio_trimming_video.py
index 67ff6c538c..2020fcde93 100644
--- a/openpype/plugins/publish/extract_otio_trimming_video.py
+++ b/openpype/plugins/publish/extract_otio_trimming_video.py
@@ -15,7 +15,6 @@ from openpype.lib import (
run_subprocess,
)
from openpype.pipeline import publish
-from openpype.pipeline.editorial import frames_to_seconds
class ExtractOTIOTrimmingVideo(publish.Extractor):
@@ -75,6 +74,8 @@ class ExtractOTIOTrimmingVideo(publish.Extractor):
otio_range (opentime.TimeRange): range to trim to
"""
+ # Not all hosts can import this module.
+ from openpype.pipeline.editorial import frames_to_seconds
# create path to destination
output_path = self._get_ffmpeg_output(input_file_path)
diff --git a/openpype/plugins/publish/extract_review.py b/openpype/plugins/publish/extract_review.py
index 0ae941511c..db8a030dfa 100644
--- a/openpype/plugins/publish/extract_review.py
+++ b/openpype/plugins/publish/extract_review.py
@@ -68,7 +68,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
]
# Supported extensions
- image_exts = ["exr", "jpg", "jpeg", "png", "dpx"]
+ image_exts = ["exr", "jpg", "jpeg", "png", "dpx", "tga"]
video_exts = ["mov", "mp4"]
supported_exts = image_exts + video_exts
diff --git a/openpype/pype_commands.py b/openpype/pype_commands.py
index 071ecfffd2..b5828d3dfe 100644
--- a/openpype/pype_commands.py
+++ b/openpype/pype_commands.py
@@ -214,7 +214,7 @@ class PypeCommands:
def run_tests(self, folder, mark, pyargs,
test_data_folder, persist, app_variant, timeout, setup_only,
- mongo_url):
+ mongo_url, app_group):
"""
Runs tests from 'folder'
@@ -260,6 +260,9 @@ class PypeCommands:
if persist:
args.extend(["--persist", persist])
+ if app_group:
+ args.extend(["--app_group", app_group])
+
if app_variant:
args.extend(["--app_variant", app_variant])
diff --git a/openpype/settings/ayon_settings.py b/openpype/settings/ayon_settings.py
index a31c8a04e0..4664153786 100644
--- a/openpype/settings/ayon_settings.py
+++ b/openpype/settings/ayon_settings.py
@@ -20,7 +20,8 @@ import copy
import time
import six
-import ayon_api
+
+from openpype.client import get_ayon_server_api_connection
def _convert_color(color_value):
@@ -641,13 +642,14 @@ def _convert_3dsmax_project_settings(ayon_settings, output):
ayon_max["PointCloud"]["attribute"] = new_point_cloud_attribute
# --- Publish (START) ---
ayon_publish = ayon_max["publish"]
- try:
- attributes = json.loads(
- ayon_publish["ValidateAttributes"]["attributes"]
- )
- except ValueError:
- attributes = {}
- ayon_publish["ValidateAttributes"]["attributes"] = attributes
+ if "ValidateAttributes" in ayon_publish:
+ try:
+ attributes = json.loads(
+ ayon_publish["ValidateAttributes"]["attributes"]
+ )
+ except ValueError:
+ attributes = {}
+ ayon_publish["ValidateAttributes"]["attributes"] = attributes
output["max"] = ayon_max
@@ -1020,10 +1022,14 @@ def _convert_traypublisher_project_settings(ayon_settings, output):
item["family"] = item.pop("product_type")
shot_add_tasks = ayon_editorial_simple["shot_add_tasks"]
+
+ # TODO: backward compatibility and remove in future
if isinstance(shot_add_tasks, dict):
shot_add_tasks = []
+
+ # aggregate shot_add_tasks items
new_shot_add_tasks = {
- item["name"]: item["task_type"]
+ item["name"]: {"type": item["task_type"]}
for item in shot_add_tasks
}
ayon_editorial_simple["shot_add_tasks"] = new_shot_add_tasks
@@ -1444,8 +1450,12 @@ class _AyonSettingsCache:
@classmethod
def _use_bundles(cls):
if _AyonSettingsCache.use_bundles is None:
- major, minor, _, _, _ = ayon_api.get_server_version_tuple()
- _AyonSettingsCache.use_bundles = major == 0 and minor >= 3
+ con = get_ayon_server_api_connection()
+ major, minor, _, _, _ = con.get_server_version_tuple()
+ use_bundles = True
+ if (major, minor) < (0, 3):
+ use_bundles = False
+ _AyonSettingsCache.use_bundles = use_bundles
return _AyonSettingsCache.use_bundles
@classmethod
@@ -1458,7 +1468,13 @@ class _AyonSettingsCache:
variant = cls._get_dev_mode_settings_variant()
elif is_staging_enabled():
variant = "staging"
+
+ # Cache variant
_AyonSettingsCache.variant = variant
+
+ # Set the variant to global ayon api connection
+ con = get_ayon_server_api_connection()
+ con.set_default_settings_variant(variant)
return _AyonSettingsCache.variant
@classmethod
@@ -1473,10 +1489,11 @@ class _AyonSettingsCache:
str: Name of settings variant.
"""
- bundles = ayon_api.get_bundles()
- user = ayon_api.get_user()
+ con = get_ayon_server_api_connection()
+ bundles = con.get_bundles()
+ user = con.get_user()
username = user["name"]
- for bundle in bundles:
+ for bundle in bundles["bundles"]:
if (
bundle.get("isDev")
and bundle.get("activeUser") == username
@@ -1490,20 +1507,23 @@ class _AyonSettingsCache:
def get_value_by_project(cls, project_name):
cache_item = _AyonSettingsCache.cache_by_project_name[project_name]
if cache_item.is_outdated:
+ con = get_ayon_server_api_connection()
if cls._use_bundles():
- value = ayon_api.get_addons_settings(
+ value = con.get_addons_settings(
bundle_name=cls._get_bundle_name(),
- project_name=project_name
+ project_name=project_name,
+ variant=cls._get_variant()
)
else:
- value = ayon_api.get_addons_settings(project_name)
+ value = con.get_addons_settings(project_name)
cache_item.update_value(value)
return cache_item.get_value()
@classmethod
def _get_addon_versions_from_bundle(cls):
+ con = get_ayon_server_api_connection()
expected_bundle = cls._get_bundle_name()
- bundles = ayon_api.get_bundles()["bundles"]
+ bundles = con.get_bundles()["bundles"]
bundle = next(
(
bundle
@@ -1523,8 +1543,11 @@ class _AyonSettingsCache:
if cls._use_bundles():
addons = cls._get_addon_versions_from_bundle()
else:
- settings_data = ayon_api.get_addons_settings(
- only_values=False, variant=cls._get_variant())
+ con = get_ayon_server_api_connection()
+ settings_data = con.get_addons_settings(
+ only_values=False,
+ variant=cls._get_variant()
+ )
addons = settings_data["versions"]
cache_item.update_value(addons)
diff --git a/openpype/settings/defaults/project_settings/blender.json b/openpype/settings/defaults/project_settings/blender.json
index 7fb8c333a6..385e97ef91 100644
--- a/openpype/settings/defaults/project_settings/blender.json
+++ b/openpype/settings/defaults/project_settings/blender.json
@@ -71,6 +71,11 @@
"optional": false,
"active": true
},
+ "ValidateInstanceEmpty": {
+ "enabled": true,
+ "optional": false,
+ "active": true
+ },
"ExtractBlend": {
"enabled": true,
"optional": true,
diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json
index b84c663e6c..e4f1096223 100644
--- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json
+++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_blender_publish.json
@@ -79,6 +79,22 @@
}
]
},
+ {
+ "type": "collapsible-wrap",
+ "label": "BlendScene",
+ "children": [
+ {
+ "type": "schema_template",
+ "name": "template_publish_plugin",
+ "template_data": [
+ {
+ "key": "ValidateInstanceEmpty",
+ "label": "Validate Instance is not Empty"
+ }
+ ]
+ }
+ ]
+ },
{
"type": "collapsible-wrap",
"label": "Render",
diff --git a/openpype/tools/ayon_sceneinventory/models/site_sync.py b/openpype/tools/ayon_sceneinventory/models/site_sync.py
index b8c9443230..1297137cb0 100644
--- a/openpype/tools/ayon_sceneinventory/models/site_sync.py
+++ b/openpype/tools/ayon_sceneinventory/models/site_sync.py
@@ -40,9 +40,9 @@ class SiteSyncModel:
dict[str, str]: Path by provider name.
"""
- site_sync = self._get_sync_server_module()
- if site_sync is None:
+ if not self.is_sync_server_enabled():
return {}
+ site_sync = self._get_sync_server_module()
return site_sync.get_site_icons()
def get_sites_information(self):
diff --git a/openpype/tools/ayon_utils/widgets/utils.py b/openpype/tools/ayon_utils/widgets/utils.py
index 8bc3b1ea9b..2817b5efc0 100644
--- a/openpype/tools/ayon_utils/widgets/utils.py
+++ b/openpype/tools/ayon_utils/widgets/utils.py
@@ -54,6 +54,8 @@ class _IconsCache:
@classmethod
def get_icon(cls, icon_def):
+ if not icon_def:
+ return None
icon_type = icon_def["type"]
cache_key = cls._get_cache_key(icon_def)
cache = cls._cache.get(cache_key)
diff --git a/openpype/tools/publisher/widgets/widgets.py b/openpype/tools/publisher/widgets/widgets.py
index 1bbe73381f..6dbeaad821 100644
--- a/openpype/tools/publisher/widgets/widgets.py
+++ b/openpype/tools/publisher/widgets/widgets.py
@@ -579,6 +579,10 @@ class AssetsField(BaseClickableFrame):
"""Change to asset names set with last `set_selected_items` call."""
self.set_selected_items(self._origin_value)
+ def confirm_value(self):
+ self._origin_value = copy.deepcopy(self._selected_items)
+ self._has_value_changed = False
+
class TasksComboboxProxy(QtCore.QSortFilterProxyModel):
def __init__(self, *args, **kwargs):
@@ -785,6 +789,15 @@ class TasksCombobox(QtWidgets.QComboBox):
self._set_is_valid(is_valid)
+ def confirm_value(self, asset_names):
+ new_task_name = self._selected_items[0]
+ self._origin_value = [
+ (asset_name, new_task_name)
+ for asset_name in asset_names
+ ]
+ self._origin_selection = copy.deepcopy(self._selected_items)
+ self._has_value_changed = False
+
def set_selected_items(self, asset_task_combinations=None):
"""Set items for selected instances.
@@ -919,6 +932,10 @@ class VariantInputWidget(PlaceholderLineEdit):
"""Change text of multiselection."""
self._multiselection_text = text
+ def confirm_value(self):
+ self._origin_value = copy.deepcopy(self._current_value)
+ self._has_value_changed = False
+
def _set_is_valid(self, valid):
if valid == self._is_valid:
return
@@ -1110,6 +1127,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
btns_layout = QtWidgets.QHBoxLayout()
btns_layout.setContentsMargins(0, 0, 0, 0)
btns_layout.addStretch(1)
+ btns_layout.setSpacing(5)
btns_layout.addWidget(submit_btn)
btns_layout.addWidget(cancel_btn)
@@ -1160,6 +1178,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
subset_names = set()
invalid_tasks = False
+ asset_names = []
for instance in self._current_instances:
new_variant_value = instance.get("variant")
new_asset_name = instance.get("asset")
@@ -1173,6 +1192,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
if task_name is not None:
new_task_name = task_name
+ asset_names.append(new_asset_name)
try:
new_subset_name = self._controller.get_subset_name(
instance.creator_identifier,
@@ -1210,6 +1230,15 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
self._set_btns_enabled(False)
self._set_btns_visible(invalid_tasks)
+ if variant_value is not None:
+ self.variant_input.confirm_value()
+
+ if asset_name is not None:
+ self.asset_value_widget.confirm_value()
+
+ if task_name is not None:
+ self.task_value_widget.confirm_value(asset_names)
+
self.instance_context_changed.emit()
def _on_cancel(self):
diff --git a/openpype/tools/publisher/window.py b/openpype/tools/publisher/window.py
index 312cf1dd5c..2416763c27 100644
--- a/openpype/tools/publisher/window.py
+++ b/openpype/tools/publisher/window.py
@@ -15,6 +15,7 @@ from openpype.tools.utils import (
MessageOverlayObject,
PixmapLabel,
)
+from openpype.tools.utils.lib import center_window
from .constants import ResetKeySequence
from .publish_report_viewer import PublishReportViewerWidget
@@ -529,6 +530,7 @@ class PublisherWindow(QtWidgets.QDialog):
def _on_first_show(self):
self.resize(self.default_width, self.default_height)
self.setStyleSheet(style.load_stylesheet())
+ center_window(self)
self._reset_on_show = self._reset_on_first_show
def _on_show_timer(self):
diff --git a/openpype/version.py b/openpype/version.py
index c6ebd65e9c..611fdc82ce 100644
--- a/openpype/version.py
+++ b/openpype/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
-__version__ = "3.17.5-nightly.3"
+__version__ = "3.17.6-nightly.2"
diff --git a/pyproject.toml b/pyproject.toml
index 633dafece1..c6f4880cdd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPype"
-version = "3.17.4" # OpenPype
+version = "3.17.5" # OpenPype
description = "Open VFX and Animation pipeline with support."
authors = ["OpenPype Team "]
license = "MIT License"
diff --git a/server_addon/blender/server/settings/publish_plugins.py b/server_addon/blender/server/settings/publish_plugins.py
index 27dc0b232f..1c4ad0c6fd 100644
--- a/server_addon/blender/server/settings/publish_plugins.py
+++ b/server_addon/blender/server/settings/publish_plugins.py
@@ -61,26 +61,20 @@ class PublishPuginsModel(BaseSettingsModel):
ValidateCameraZeroKeyframe: ValidatePluginModel = Field(
default_factory=ValidatePluginModel,
title="Validate Camera Zero Keyframe",
- section="Validators"
+ section="General Validators"
)
ValidateFileSaved: ValidateFileSavedModel = Field(
default_factory=ValidateFileSavedModel,
title="Validate File Saved",
- section="Validators"
)
- ValidateRenderCameraIsSet: ValidatePluginModel = Field(
+ ValidateInstanceEmpty: ValidatePluginModel = Field(
default_factory=ValidatePluginModel,
- title="Validate Render Camera Is Set",
- section="Validators"
- )
- ValidateDeadlinePublish: ValidatePluginModel = Field(
- default_factory=ValidatePluginModel,
- title="Validate Render Output for Deadline",
- section="Validators"
+ title="Validate Instance is not Empty"
)
ValidateMeshHasUvs: ValidatePluginModel = Field(
default_factory=ValidatePluginModel,
- title="Validate Mesh Has Uvs"
+ title="Validate Mesh Has Uvs",
+ section="Model Validators"
)
ValidateMeshNoNegativeScale: ValidatePluginModel = Field(
default_factory=ValidatePluginModel,
@@ -94,6 +88,15 @@ class PublishPuginsModel(BaseSettingsModel):
default_factory=ValidatePluginModel,
title="Validate No Colons In Name"
)
+ ValidateRenderCameraIsSet: ValidatePluginModel = Field(
+ default_factory=ValidatePluginModel,
+ title="Validate Render Camera Is Set",
+ section="Render Validators"
+ )
+ ValidateDeadlinePublish: ValidatePluginModel = Field(
+ default_factory=ValidatePluginModel,
+ title="Validate Render Output for Deadline",
+ )
ExtractBlend: ExtractBlendModel = Field(
default_factory=ExtractBlendModel,
title="Extract Blend",
@@ -179,6 +182,11 @@ DEFAULT_BLENDER_PUBLISH_SETTINGS = {
"optional": False,
"active": True
},
+ "ValidateInstanceEmpty": {
+ "enabled": True,
+ "optional": False,
+ "active": True
+ },
"ExtractBlend": {
"enabled": True,
"optional": True,
diff --git a/server_addon/blender/server/version.py b/server_addon/blender/server/version.py
index bbab0242f6..1276d0254f 100644
--- a/server_addon/blender/server/version.py
+++ b/server_addon/blender/server/version.py
@@ -1 +1 @@
-__version__ = "0.1.4"
+__version__ = "0.1.5"
diff --git a/server_addon/core/server/settings/publish_plugins.py b/server_addon/core/server/settings/publish_plugins.py
index 69a759465e..93d8db964d 100644
--- a/server_addon/core/server/settings/publish_plugins.py
+++ b/server_addon/core/server/settings/publish_plugins.py
@@ -21,7 +21,7 @@ class ValidateBaseModel(BaseSettingsModel):
class CollectAnatomyInstanceDataModel(BaseSettingsModel):
_isGroup = True
follow_workfile_version: bool = Field(
- True, title="Collect Anatomy Instance Data"
+ True, title="Follow workfile version"
)
diff --git a/server_addon/core/server/settings/tools.py b/server_addon/core/server/settings/tools.py
index d7c7b367b7..0dd9d396ae 100644
--- a/server_addon/core/server/settings/tools.py
+++ b/server_addon/core/server/settings/tools.py
@@ -489,7 +489,7 @@ DEFAULT_TOOLS_VALUES = {
"template_name": "publish_online"
},
{
- "families": [
+ "product_types": [
"tycache"
],
"hosts": [
diff --git a/server_addon/houdini/server/settings/create.py b/server_addon/houdini/server/settings/create.py
index 81b871e83f..e8db917849 100644
--- a/server_addon/houdini/server/settings/create.py
+++ b/server_addon/houdini/server/settings/create.py
@@ -26,7 +26,7 @@ class CreateStaticMeshModel(BaseSettingsModel):
default_factory=list,
title="Default Products"
)
- static_mesh_prefixes: str = Field("S", title="Static Mesh Prefix")
+ static_mesh_prefix: str = Field("S", title="Static Mesh Prefix")
collision_prefixes: list[str] = Field(
default_factory=list,
title="Collision Prefixes"
diff --git a/server_addon/houdini/server/settings/publish.py b/server_addon/houdini/server/settings/publish.py
index 342bf957c1..92a676b0d0 100644
--- a/server_addon/houdini/server/settings/publish.py
+++ b/server_addon/houdini/server/settings/publish.py
@@ -33,9 +33,9 @@ class BasicValidateModel(BaseSettingsModel):
class PublishPluginsModel(BaseSettingsModel):
- CollectRopFrameRange: CollectRopFrameRangeModel = Field(
- default_factory=CollectRopFrameRangeModel,
- title="Collect Rop Frame Range.",
+ CollectAssetHandles: CollectAssetHandlesModel = Field(
+ default_factory=CollectAssetHandlesModel,
+ title="Collect Asset Handles.",
section="Collectors"
)
ValidateContainers: BasicValidateModel = Field(
@@ -60,7 +60,7 @@ class PublishPluginsModel(BaseSettingsModel):
DEFAULT_HOUDINI_PUBLISH_SETTINGS = {
- "CollectRopFrameRange": {
+ "CollectAssetHandles": {
"use_asset_handles": True
},
"ValidateContainers": {
diff --git a/server_addon/maya/server/settings/creators.py b/server_addon/maya/server/settings/creators.py
index 84e873589d..34a54832af 100644
--- a/server_addon/maya/server/settings/creators.py
+++ b/server_addon/maya/server/settings/creators.py
@@ -27,7 +27,7 @@ class CreateUnrealStaticMeshModel(BaseSettingsModel):
default_factory=list,
title="Default Products"
)
- static_mesh_prefixes: str = Field("S", title="Static Mesh Prefix")
+ static_mesh_prefix: str = Field("S", title="Static Mesh Prefix")
collision_prefixes: list[str] = Field(
default_factory=list,
title="Collision Prefixes"
diff --git a/server_addon/maya/server/version.py b/server_addon/maya/server/version.py
index 90ce344d3e..805897cda3 100644
--- a/server_addon/maya/server/version.py
+++ b/server_addon/maya/server/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring addon version."""
-__version__ = "0.1.5"
+__version__ = "0.1.6"
diff --git a/server_addon/traypublisher/server/settings/editorial_creators.py b/server_addon/traypublisher/server/settings/editorial_creators.py
index 4111f22576..ac0ff0afc7 100644
--- a/server_addon/traypublisher/server/settings/editorial_creators.py
+++ b/server_addon/traypublisher/server/settings/editorial_creators.py
@@ -5,19 +5,17 @@ from ayon_server.settings import BaseSettingsModel, task_types_enum
class ClipNameTokenizerItem(BaseSettingsModel):
_layout = "expanded"
- # TODO was 'dict-modifiable', is list of dicts now, must be fixed in code
- name: str = Field("#TODO", title="Tokenizer name")
+ name: str = Field("", title="Tokenizer name")
regex: str = Field("", title="Tokenizer regex")
class ShotAddTasksItem(BaseSettingsModel):
_layout = "expanded"
- # TODO was 'dict-modifiable', is list of dicts now, must be fixed in code
name: str = Field('', title="Key")
- task_type: list[str] = Field(
+ task_type: str = Field(
title="Task type",
- default_factory=list,
- enum_resolver=task_types_enum)
+ enum_resolver=task_types_enum
+ )
class ShotRenameSubmodel(BaseSettingsModel):
@@ -54,7 +52,7 @@ class TokenToParentConvertorItem(BaseSettingsModel):
)
-class ShotHierchySubmodel(BaseSettingsModel):
+class ShotHierarchySubmodel(BaseSettingsModel):
enabled: bool = True
parents_path: str = Field(
"",
@@ -102,9 +100,9 @@ class EditorialSimpleCreatorPlugin(BaseSettingsModel):
title="Shot Rename",
default_factory=ShotRenameSubmodel
)
- shot_hierarchy: ShotHierchySubmodel = Field(
+ shot_hierarchy: ShotHierarchySubmodel = Field(
title="Shot Hierarchy",
- default_factory=ShotHierchySubmodel
+ default_factory=ShotHierarchySubmodel
)
shot_add_tasks: list[ShotAddTasksItem] = Field(
title="Add tasks to shot",
diff --git a/server_addon/traypublisher/server/version.py b/server_addon/traypublisher/server/version.py
index df0c92f1e2..e57ad00718 100644
--- a/server_addon/traypublisher/server/version.py
+++ b/server_addon/traypublisher/server/version.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring addon version."""
-__version__ = "0.1.2"
+__version__ = "0.1.3"
diff --git a/tests/conftest.py b/tests/conftest.py
index 6e82c9917d..a862030fff 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -14,6 +14,11 @@ def pytest_addoption(parser):
help="True - keep test_db, test_openpype, outputted test files"
)
+ parser.addoption(
+ "--app_group", action="store", default=None,
+ help="Keep empty to use default application or explicit"
+ )
+
parser.addoption(
"--app_variant", action="store", default=None,
help="Keep empty to locate latest installed variant or explicit"
@@ -45,6 +50,11 @@ def persist(request):
return request.config.getoption("--persist")
+@pytest.fixture(scope="module")
+def app_group(request):
+ return request.config.getoption("--app_group")
+
+
@pytest.fixture(scope="module")
def app_variant(request):
return request.config.getoption("--app_variant")
diff --git a/tests/integration/README.md b/tests/integration/README.md
index eef8141127..7b9b7cd706 100644
--- a/tests/integration/README.md
+++ b/tests/integration/README.md
@@ -14,23 +14,52 @@ How to run
- run in cmd
`{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py runtests {OPENPYPE_ROOT}/tests/integration`
- add `hosts/APP_NAME` after integration part to limit only on specific app (eg. `{OPENPYPE_ROOT}/tests/integration/hosts/maya`)
-
-OR can use built executables
+
+OR can use built executables
`openpype_console runtests {ABS_PATH}/tests/integration`
+Command line arguments
+----------------------
+ - "--mark" - "Run tests marked by",
+ - "--pyargs" - "Run tests from package",
+ - "--test_data_folder" - "Unzipped directory path of test file",
+ - "--persist" - "Persist test DB and published files after test end",
+ - "--app_variant" - "Provide specific app variant for test, empty for latest",
+ - "--app_group" - "Provide specific app group for test, empty for default",
+ - "--timeout" - "Provide specific timeout value for test case",
+ - "--setup_only" - "Only create dbs, do not run tests",
+ - "--mongo_url" - "MongoDB for testing.",
+
+Run Tray for test
+-----------------
+In case of failed test you might want to run it manually and visually debug what happened.
+For that:
+- run tests that is failing
+- add environment variables (to command line process or your IDE)
+ - OPENPYPE_DATABASE_NAME = openpype_tests
+ - AVALON_DB = avalon_tests
+- run tray as usual
+ - `{OPENPYPE_ROOT}/.venv/Scripts/python.exe {OPENPYPE_ROOT}/start.py run tray --debug`
+
+You should see only test asset and state of databases for that particular use case.
+
How to check logs/errors from app
--------------------------------
-Keep PERSIST to True in the class and check `test_openpype.logs` collection.
+Keep PERSIST to True in the class and check `test_openpype.logs` collection.
How to create test for publishing from host
------------------------------------------
- Extend PublishTest in `tests/lib/testing_classes.py`
- Use `resources\test_data.zip` skeleton file as a template for testing input data
-- Put workfile into `test_data.zip/input/workfile`
-- If you require other than base DB dumps provide them to `test_data.zip/input/dumps`
+- Create subfolder `test_data` with matching name to your test file containing you test class
+ - (see `tests/integration/hosts/maya/test_publish_in_maya` and `test_publish_in_maya.py`)
+- Put this subfolder name into TEST_FILES [(HASH_ID, FILE_NAME, MD5_OPTIONAL)]
+ - at first position, all others may be ""
+- Put workfile into `test_data/input/workfile`
+- If you require other than base DB dumps provide them to `test_data/input/dumps`
-- (Check commented code in `db_handler.py` how to dump specific DB. Currently all collections will be dumped.)
-- Implement `last_workfile_path`
-- `startup_scripts` - must contain pointing host to startup script saved into `test_data.zip/input/startup`
+- Implement `last_workfile_path`
+- `startup_scripts` - must contain pointing host to startup script saved into `test_data/input/startup`
-- Script must contain something like (pseudocode)
```
import openpype
@@ -39,7 +68,7 @@ from avalon import api, HOST
from openpype.api import Logger
log = Logger().get_logger(__name__)
-
+
api.install(HOST)
log_lines = []
for result in pyblish.util.publish_iter():
@@ -54,18 +83,20 @@ for result in pyblish.util.publish_iter():
EXIT_APP (command to exit host)
```
(Install and publish methods must be triggered only AFTER host app is fully initialized!)
-- If you would like add any command line arguments for your host app add it to `test_data.zip/input/app_args/app_args.json` (as a json list)
-- Provide any required environment variables to `test_data.zip/input/env_vars/env_vars.json` (as a json dictionary)
-- Zip `test_data.zip`, named it with descriptive name, upload it to Google Drive, right click - `Get link`, copy hash id (file must be accessible to anyone with a link!)
-- Put this hash id and zip file name into TEST_FILES [(HASH_ID, FILE_NAME, MD5_OPTIONAL)]. If you want to check MD5 of downloaded
-file, provide md5 value of zipped file.
+- If you would like add any command line arguments for your host app add it to `test_data/input/app_args/app_args.json` (as a json list)
+- Provide any required environment variables to `test_data/input/env_vars/env_vars.json` (as a json dictionary)
- Implement any assert checks you need in extended class
- Run test class manually (via Pycharm or pytest runner (TODO))
- If you want test to visually compare expected files to published one, set PERSIST to True, run test manually
-- Locate temporary `publish` subfolder of temporary folder (found in debugging console log)
- -- Copy whole folder content into .zip file into `expected` subfolder
+ -- Copy whole folder content into .zip file into `expected` subfolder
-- By default tests are comparing only structure of `expected` and published format (eg. if you want to save space, replace published files with empty files, but with expected names!)
-- Zip and upload again, change PERSIST to False
-
+
- Use `TEST_DATA_FOLDER` variable in your class to reuse existing downloaded and unzipped test data (for faster creation of tests)
-- Keep `APP_VARIANT` empty if you want to trigger test on latest version of app, or provide explicit value (as '2022' for Photoshop for example)
\ No newline at end of file
+- Keep `APP_VARIANT` empty if you want to trigger test on latest version of app, or provide explicit value (as '2022' for Photoshop for example)
+
+For storing test zip files on Google Drive:
+- Zip `test_data.zip`, named it with descriptive name, upload it to Google Drive, right click - `Get link`, copy hash id (file must be accessible to anyone with a link!)
+- Put this hash id and zip file name into TEST_FILES [(HASH_ID, FILE_NAME, MD5_OPTIONAL)]. If you want to check MD5 of downloaded
+file, provide md5 value of zipped file.
diff --git a/tests/integration/hosts/maya/lib.py b/tests/integration/hosts/maya/lib.py
index f27d516605..ab5bcbbd36 100644
--- a/tests/integration/hosts/maya/lib.py
+++ b/tests/integration/hosts/maya/lib.py
@@ -16,27 +16,34 @@ class MayaHostFixtures(HostFixtures):
Maya expects workfile in proper folder, so copy is done first.
"""
- src_path = os.path.join(download_test_data,
- "input",
- "workfile",
- "test_project_test_asset_test_task_v001.mb")
- dest_folder = os.path.join(output_folder_url,
- self.PROJECT,
- self.ASSET,
- "work",
- self.TASK)
+ src_path = os.path.join(
+ download_test_data,
+ "input",
+ "workfile",
+ "test_project_test_asset_test_task_v001.ma"
+ )
+ dest_folder = os.path.join(
+ output_folder_url,
+ self.PROJECT,
+ self.ASSET,
+ "work",
+ self.TASK
+ )
+
os.makedirs(dest_folder)
- dest_path = os.path.join(dest_folder,
- "test_project_test_asset_test_task_v001.mb")
+
+ dest_path = os.path.join(
+ dest_folder, "test_project_test_asset_test_task_v001.ma"
+ )
shutil.copy(src_path, dest_path)
yield dest_path
@pytest.fixture(scope="module")
- def startup_scripts(self, monkeypatch_session):
+ def startup_scripts(self, monkeypatch_session, download_test_data):
"""Points Maya to userSetup file from input data"""
startup_path = os.path.join(
- os.path.dirname(__file__), "input", "startup"
+ download_test_data, "input", "startup"
)
original_pythonpath = os.environ.get("PYTHONPATH")
monkeypatch_session.setenv(
@@ -44,6 +51,11 @@ class MayaHostFixtures(HostFixtures):
"{}{}{}".format(startup_path, os.pathsep, original_pythonpath)
)
+ monkeypatch_session.setenv(
+ "MAYA_CMD_FILE_OUTPUT",
+ os.path.join(download_test_data, "output.log")
+ )
+
@pytest.fixture(scope="module")
def skip_compare_folders(self):
yield []
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya.py b/tests/integration/hosts/maya/test_deadline_publish_in_maya.py
index 9332177944..c2ef342600 100644
--- a/tests/integration/hosts/maya/test_deadline_publish_in_maya.py
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya.py
@@ -24,8 +24,7 @@ class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass):
PERSIST = True
TEST_FILES = [
- ("1dDY7CbdFXfRksGVoiuwjhnPoTRCCf5ea",
- "test_maya_deadline_publish.zip", "")
+ ("test_deadline_publish_in_maya", "", "")
]
APP_GROUP = "maya"
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/README.md b/tests/integration/hosts/maya/test_deadline_publish_in_maya/README.md
new file mode 100644
index 0000000000..929bfcd666
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/README.md
@@ -0,0 +1,17 @@
+Test data
+---------
+Each class implementing `TestCase` can provide test file(s) by adding them to
+TEST_FILES ('GDRIVE_FILE_ID', 'ACTUAL_FILE_NAME', 'MD5HASH')
+
+GDRIVE_FILE_ID can be pulled from shareable link from Google Drive app.
+
+Currently it is expected that test file will be zip file with structure:
+- expected - expected files (not implemented yet)
+- input
+ - data - test data (workfiles, images etc)
+ - dumps - folder for BSOn dumps from (`mongodump`)
+ - env_vars
+ env_vars.json - dictionary with environment variables {key:value}
+
+ - sql - sql files to load with `mongoimport` (human readable)
+ - startup - scripts that should run in the host on its startup
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc
new file mode 100644
index 0000000000..d9e5425996
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma
new file mode 100644
index 0000000000..9ee588337e
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma
@@ -0,0 +1,1208 @@
+//Maya ASCII 2020 scene
+//Name: modelMain.ma
+//Last modified: Mon, Oct 24, 2022 02:57:47 PM
+//Codeset: 1252
+requires maya "2020";
+requires "mtoa" "4.1.1";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2020";
+fileInfo "version" "2020";
+fileInfo "cutIdentifier" "202011110415-b1e20b88e2";
+fileInfo "osv" "Microsoft Windows 10 Technical Preview (Build 19044)\n";
+fileInfo "UUID" "A787A358-4FE7-6E55-0C81-61BFEB0C2726";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+ setAttr ".rlio[0]" 1 yes 0;
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr -s 439 ".uvst[0].uvsp";
+ setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0 0.050000001 0.050000001 0.050000001
+ 0.1 0.050000001 0.15000001 0.050000001 0.2 0.050000001 0.25 0.050000001 0.30000001
+ 0.050000001 0.35000002 0.050000001 0.40000004 0.050000001 0.45000005 0.050000001
+ 0.50000006 0.050000001 0.55000007 0.050000001 0.60000008 0.050000001 0.6500001 0.050000001
+ 0.70000011 0.050000001 0.75000012 0.050000001 0.80000013 0.050000001 0.85000014 0.050000001
+ 0.90000015 0.050000001 0.95000017 0.050000001 1.000000119209 0.050000001 0 0.1 0.050000001
+ 0.1 0.1 0.1 0.15000001 0.1 0.2 0.1 0.25 0.1 0.30000001 0.1 0.35000002 0.1 0.40000004
+ 0.1 0.45000005 0.1 0.50000006 0.1 0.55000007 0.1 0.60000008 0.1 0.6500001 0.1 0.70000011
+ 0.1 0.75000012 0.1 0.80000013 0.1 0.85000014 0.1 0.90000015 0.1 0.95000017 0.1 1.000000119209
+ 0.1 0 0.15000001 0.050000001 0.15000001 0.1 0.15000001 0.15000001 0.15000001 0.2
+ 0.15000001 0.25 0.15000001 0.30000001 0.15000001 0.35000002 0.15000001 0.40000004
+ 0.15000001 0.45000005 0.15000001 0.50000006 0.15000001 0.55000007 0.15000001 0.60000008
+ 0.15000001 0.6500001 0.15000001 0.70000011 0.15000001 0.75000012 0.15000001 0.80000013
+ 0.15000001 0.85000014 0.15000001 0.90000015 0.15000001 0.95000017 0.15000001 1.000000119209
+ 0.15000001 0 0.2 0.050000001 0.2 0.1 0.2 0.15000001 0.2 0.2 0.2 0.25 0.2 0.30000001
+ 0.2 0.35000002 0.2 0.40000004 0.2 0.45000005 0.2 0.50000006 0.2 0.55000007 0.2 0.60000008
+ 0.2 0.6500001 0.2 0.70000011 0.2 0.75000012 0.2 0.80000013 0.2 0.85000014 0.2 0.90000015
+ 0.2 0.95000017 0.2 1.000000119209 0.2 0 0.25 0.050000001 0.25 0.1 0.25 0.15000001
+ 0.25 0.2 0.25 0.25 0.25 0.30000001 0.25 0.35000002 0.25 0.40000004 0.25 0.45000005
+ 0.25 0.50000006 0.25 0.55000007 0.25 0.60000008 0.25 0.6500001 0.25 0.70000011 0.25
+ 0.75000012 0.25 0.80000013 0.25 0.85000014 0.25 0.90000015 0.25 0.95000017 0.25 1.000000119209
+ 0.25 0 0.30000001 0.050000001 0.30000001 0.1 0.30000001 0.15000001 0.30000001 0.2
+ 0.30000001 0.25 0.30000001 0.30000001 0.30000001 0.35000002 0.30000001 0.40000004
+ 0.30000001 0.45000005 0.30000001 0.50000006 0.30000001 0.55000007 0.30000001 0.60000008
+ 0.30000001 0.6500001 0.30000001 0.70000011 0.30000001 0.75000012 0.30000001 0.80000013
+ 0.30000001 0.85000014 0.30000001 0.90000015 0.30000001 0.95000017 0.30000001 1.000000119209
+ 0.30000001 0 0.35000002 0.050000001 0.35000002 0.1 0.35000002 0.15000001 0.35000002
+ 0.2 0.35000002 0.25 0.35000002 0.30000001 0.35000002 0.35000002 0.35000002 0.40000004
+ 0.35000002 0.45000005 0.35000002 0.50000006 0.35000002 0.55000007 0.35000002 0.60000008
+ 0.35000002 0.6500001 0.35000002 0.70000011 0.35000002 0.75000012 0.35000002 0.80000013
+ 0.35000002 0.85000014 0.35000002 0.90000015 0.35000002 0.95000017 0.35000002 1.000000119209
+ 0.35000002 0 0.40000004 0.050000001 0.40000004 0.1 0.40000004 0.15000001 0.40000004
+ 0.2 0.40000004 0.25 0.40000004 0.30000001 0.40000004 0.35000002 0.40000004 0.40000004
+ 0.40000004 0.45000005 0.40000004 0.50000006 0.40000004 0.55000007 0.40000004 0.60000008
+ 0.40000004 0.6500001 0.40000004 0.70000011 0.40000004 0.75000012 0.40000004 0.80000013
+ 0.40000004 0.85000014 0.40000004 0.90000015 0.40000004 0.95000017 0.40000004 1.000000119209
+ 0.40000004 0 0.45000005 0.050000001 0.45000005 0.1 0.45000005 0.15000001 0.45000005
+ 0.2 0.45000005 0.25 0.45000005 0.30000001 0.45000005 0.35000002 0.45000005 0.40000004
+ 0.45000005 0.45000005 0.45000005 0.50000006 0.45000005 0.55000007 0.45000005 0.60000008
+ 0.45000005 0.6500001 0.45000005 0.70000011 0.45000005 0.75000012 0.45000005 0.80000013
+ 0.45000005 0.85000014 0.45000005 0.90000015 0.45000005 0.95000017 0.45000005 1.000000119209
+ 0.45000005 0 0.50000006 0.050000001 0.50000006 0.1 0.50000006 0.15000001 0.50000006
+ 0.2 0.50000006 0.25 0.50000006 0.30000001 0.50000006 0.35000002 0.50000006 0.40000004
+ 0.50000006 0.45000005 0.50000006 0.50000006 0.50000006 0.55000007 0.50000006 0.60000008
+ 0.50000006 0.6500001 0.50000006 0.70000011 0.50000006 0.75000012 0.50000006 0.80000013
+ 0.50000006 0.85000014 0.50000006 0.90000015 0.50000006 0.95000017 0.50000006 1.000000119209
+ 0.50000006 0 0.55000007 0.050000001 0.55000007 0.1 0.55000007 0.15000001 0.55000007
+ 0.2 0.55000007 0.25 0.55000007 0.30000001 0.55000007 0.35000002 0.55000007 0.40000004
+ 0.55000007 0.45000005 0.55000007 0.50000006 0.55000007 0.55000007 0.55000007 0.60000008
+ 0.55000007 0.6500001 0.55000007 0.70000011 0.55000007 0.75000012 0.55000007 0.80000013
+ 0.55000007 0.85000014 0.55000007 0.90000015 0.55000007 0.95000017 0.55000007 1.000000119209
+ 0.55000007 0 0.60000008 0.050000001 0.60000008 0.1 0.60000008 0.15000001 0.60000008
+ 0.2 0.60000008 0.25 0.60000008 0.30000001 0.60000008 0.35000002 0.60000008 0.40000004
+ 0.60000008 0.45000005 0.60000008 0.50000006 0.60000008 0.55000007 0.60000008 0.60000008
+ 0.60000008 0.6500001 0.60000008 0.70000011 0.60000008 0.75000012 0.60000008 0.80000013
+ 0.60000008 0.85000014 0.60000008 0.90000015 0.60000008;
+ setAttr ".uvst[0].uvsp[250:438]" 0.95000017 0.60000008 1.000000119209 0.60000008
+ 0 0.6500001 0.050000001 0.6500001 0.1 0.6500001 0.15000001 0.6500001 0.2 0.6500001
+ 0.25 0.6500001 0.30000001 0.6500001 0.35000002 0.6500001 0.40000004 0.6500001 0.45000005
+ 0.6500001 0.50000006 0.6500001 0.55000007 0.6500001 0.60000008 0.6500001 0.6500001
+ 0.6500001 0.70000011 0.6500001 0.75000012 0.6500001 0.80000013 0.6500001 0.85000014
+ 0.6500001 0.90000015 0.6500001 0.95000017 0.6500001 1.000000119209 0.6500001 0 0.70000011
+ 0.050000001 0.70000011 0.1 0.70000011 0.15000001 0.70000011 0.2 0.70000011 0.25 0.70000011
+ 0.30000001 0.70000011 0.35000002 0.70000011 0.40000004 0.70000011 0.45000005 0.70000011
+ 0.50000006 0.70000011 0.55000007 0.70000011 0.60000008 0.70000011 0.6500001 0.70000011
+ 0.70000011 0.70000011 0.75000012 0.70000011 0.80000013 0.70000011 0.85000014 0.70000011
+ 0.90000015 0.70000011 0.95000017 0.70000011 1.000000119209 0.70000011 0 0.75000012
+ 0.050000001 0.75000012 0.1 0.75000012 0.15000001 0.75000012 0.2 0.75000012 0.25 0.75000012
+ 0.30000001 0.75000012 0.35000002 0.75000012 0.40000004 0.75000012 0.45000005 0.75000012
+ 0.50000006 0.75000012 0.55000007 0.75000012 0.60000008 0.75000012 0.6500001 0.75000012
+ 0.70000011 0.75000012 0.75000012 0.75000012 0.80000013 0.75000012 0.85000014 0.75000012
+ 0.90000015 0.75000012 0.95000017 0.75000012 1.000000119209 0.75000012 0 0.80000013
+ 0.050000001 0.80000013 0.1 0.80000013 0.15000001 0.80000013 0.2 0.80000013 0.25 0.80000013
+ 0.30000001 0.80000013 0.35000002 0.80000013 0.40000004 0.80000013 0.45000005 0.80000013
+ 0.50000006 0.80000013 0.55000007 0.80000013 0.60000008 0.80000013 0.6500001 0.80000013
+ 0.70000011 0.80000013 0.75000012 0.80000013 0.80000013 0.80000013 0.85000014 0.80000013
+ 0.90000015 0.80000013 0.95000017 0.80000013 1.000000119209 0.80000013 0 0.85000014
+ 0.050000001 0.85000014 0.1 0.85000014 0.15000001 0.85000014 0.2 0.85000014 0.25 0.85000014
+ 0.30000001 0.85000014 0.35000002 0.85000014 0.40000004 0.85000014 0.45000005 0.85000014
+ 0.50000006 0.85000014 0.55000007 0.85000014 0.60000008 0.85000014 0.6500001 0.85000014
+ 0.70000011 0.85000014 0.75000012 0.85000014 0.80000013 0.85000014 0.85000014 0.85000014
+ 0.90000015 0.85000014 0.95000017 0.85000014 1.000000119209 0.85000014 0 0.90000015
+ 0.050000001 0.90000015 0.1 0.90000015 0.15000001 0.90000015 0.2 0.90000015 0.25 0.90000015
+ 0.30000001 0.90000015 0.35000002 0.90000015 0.40000004 0.90000015 0.45000005 0.90000015
+ 0.50000006 0.90000015 0.55000007 0.90000015 0.60000008 0.90000015 0.6500001 0.90000015
+ 0.70000011 0.90000015 0.75000012 0.90000015 0.80000013 0.90000015 0.85000014 0.90000015
+ 0.90000015 0.90000015 0.95000017 0.90000015 1.000000119209 0.90000015 0 0.95000017
+ 0.050000001 0.95000017 0.1 0.95000017 0.15000001 0.95000017 0.2 0.95000017 0.25 0.95000017
+ 0.30000001 0.95000017 0.35000002 0.95000017 0.40000004 0.95000017 0.45000005 0.95000017
+ 0.50000006 0.95000017 0.55000007 0.95000017 0.60000008 0.95000017 0.6500001 0.95000017
+ 0.70000011 0.95000017 0.75000012 0.95000017 0.80000013 0.95000017 0.85000014 0.95000017
+ 0.90000015 0.95000017 0.95000017 0.95000017 1.000000119209 0.95000017 0.025 0 0.075000003
+ 0 0.125 0 0.17500001 0 0.22500001 0 0.27500001 0 0.32500002 0 0.375 0 0.42500001
+ 0 0.47500002 0 0.52499998 0 0.57499999 0 0.625 0 0.67500001 0 0.72499996 0 0.77499998
+ 0 0.82499999 0 0.875 0 0.92500001 0 0.97499996 0 0.025 1 0.075000003 1 0.125 1 0.17500001
+ 1 0.22500001 1 0.27500001 1 0.32500002 1 0.375 1 0.42500001 1 0.47500002 1 0.52499998
+ 1 0.57499999 1 0.625 1 0.67500001 1 0.72499996 1 0.77499998 1 0.82499999 1 0.875
+ 1 0.92500001 1 0.97499996 1;
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr -s 382 ".vt";
+ setAttr ".vt[0:165]" 0.14877813 -0.98768836 -0.048340943 0.12655823 -0.98768836 -0.091949932
+ 0.091949932 -0.98768836 -0.12655823 0.048340935 -0.98768836 -0.14877811 0 -0.98768836 -0.15643455
+ -0.048340935 -0.98768836 -0.1487781 -0.091949917 -0.98768836 -0.1265582 -0.12655818 -0.98768836 -0.091949902
+ -0.14877807 -0.98768836 -0.048340924 -0.15643452 -0.98768836 0 -0.14877807 -0.98768836 0.048340924
+ -0.12655818 -0.98768836 0.091949895 -0.091949895 -0.98768836 0.12655817 -0.048340924 -0.98768836 0.14877805
+ -4.6621107e-09 -0.98768836 0.15643449 0.048340909 -0.98768836 0.14877804 0.09194988 -0.98768836 0.12655815
+ 0.12655815 -0.98768836 0.091949888 0.14877804 -0.98768836 0.048340913 0.15643448 -0.98768836 0
+ 0.29389283 -0.95105654 -0.095491566 0.25000018 -0.95105654 -0.18163574 0.18163574 -0.95105654 -0.25000015
+ 0.095491551 -0.95105654 -0.2938928 0 -0.95105654 -0.30901715 -0.095491551 -0.95105654 -0.29389277
+ -0.18163571 -0.95105654 -0.25000009 -0.25000009 -0.95105654 -0.18163569 -0.29389271 -0.95105654 -0.095491529
+ -0.30901706 -0.95105654 0 -0.29389271 -0.95105654 0.095491529 -0.25000006 -0.95105654 0.18163568
+ -0.18163568 -0.95105654 0.25000006 -0.095491529 -0.95105654 0.29389268 -9.2094243e-09 -0.95105654 0.30901703
+ 0.095491499 -0.95105654 0.29389265 0.18163563 -0.95105654 0.25000003 0.25 -0.95105654 0.18163565
+ 0.29389265 -0.95105654 0.095491506 0.309017 -0.95105654 0 0.43177092 -0.89100653 -0.14029087
+ 0.36728629 -0.89100653 -0.2668491 0.2668491 -0.89100653 -0.36728626 0.14029086 -0.89100653 -0.43177086
+ 0 -0.89100653 -0.45399073 -0.14029086 -0.89100653 -0.43177083 -0.26684904 -0.89100653 -0.36728618
+ -0.36728615 -0.89100653 -0.26684901 -0.43177077 -0.89100653 -0.14029081 -0.45399064 -0.89100653 0
+ -0.43177077 -0.89100653 0.14029081 -0.36728612 -0.89100653 0.26684898 -0.26684898 -0.89100653 0.36728612
+ -0.14029081 -0.89100653 0.43177071 -1.3529972e-08 -0.89100653 0.45399058 0.14029078 -0.89100653 0.43177068
+ 0.26684892 -0.89100653 0.36728609 0.36728606 -0.89100653 0.26684895 0.43177065 -0.89100653 0.1402908
+ 0.45399052 -0.89100653 0 0.55901736 -0.809017 -0.18163574 0.47552857 -0.809017 -0.34549171
+ 0.34549171 -0.809017 -0.47552854 0.18163572 -0.809017 -0.5590173 0 -0.809017 -0.58778554
+ -0.18163572 -0.809017 -0.55901724 -0.34549165 -0.809017 -0.47552842 -0.47552839 -0.809017 -0.34549159
+ -0.55901712 -0.809017 -0.18163566 -0.58778536 -0.809017 0 -0.55901712 -0.809017 0.18163566
+ -0.47552836 -0.809017 0.34549156 -0.34549156 -0.809017 0.47552833 -0.18163566 -0.809017 0.55901706
+ -1.7517365e-08 -0.809017 0.5877853 0.18163562 -0.809017 0.55901706 0.3454915 -0.809017 0.4755283
+ 0.47552827 -0.809017 0.34549153 0.559017 -0.809017 0.18163563 0.58778524 -0.809017 0
+ 0.67249894 -0.70710677 -0.21850814 0.57206178 -0.70710677 -0.41562718 0.41562718 -0.70710677 -0.57206172
+ 0.21850812 -0.70710677 -0.67249888 0 -0.70710677 -0.70710713 -0.21850812 -0.70710677 -0.67249882
+ -0.41562709 -0.70710677 -0.5720616 -0.57206154 -0.70710677 -0.41562706 -0.6724987 -0.70710677 -0.21850805
+ -0.70710695 -0.70710677 0 -0.6724987 -0.70710677 0.21850805 -0.57206154 -0.70710677 0.415627
+ -0.415627 -0.70710677 0.57206148 -0.21850805 -0.70710677 0.67249858 -2.1073424e-08 -0.70710677 0.70710683
+ 0.21850799 -0.70710677 0.67249858 0.41562691 -0.70710677 0.57206142 0.57206142 -0.70710677 0.41562697
+ 0.67249852 -0.70710677 0.21850802 0.70710677 -0.70710677 0 0.7694214 -0.58778524 -0.25000015
+ 0.65450895 -0.58778524 -0.47552854 0.47552854 -0.58778524 -0.65450889 0.25000012 -0.58778524 -0.76942128
+ 0 -0.58778524 -0.80901736 -0.25000012 -0.58778524 -0.76942122 -0.47552845 -0.58778524 -0.65450877
+ -0.65450871 -0.58778524 -0.47552839 -0.7694211 -0.58778524 -0.25000006 -0.80901718 -0.58778524 0
+ -0.7694211 -0.58778524 0.25000006 -0.65450865 -0.58778524 0.47552836 -0.47552836 -0.58778524 0.65450859
+ -0.25000006 -0.58778524 0.76942098 -2.4110586e-08 -0.58778524 0.80901712 0.24999999 -0.58778524 0.76942098
+ 0.47552827 -0.58778524 0.65450853 0.65450853 -0.58778524 0.4755283 0.76942092 -0.58778524 0.25
+ 0.809017 -0.58778524 0 0.8473981 -0.45399052 -0.27533633 0.72083992 -0.45399052 -0.5237208
+ 0.5237208 -0.45399052 -0.72083986 0.2753363 -0.45399052 -0.84739798 0 -0.45399052 -0.89100695
+ -0.2753363 -0.45399052 -0.84739798 -0.52372068 -0.45399052 -0.72083968 -0.72083962 -0.45399052 -0.52372062
+ -0.8473978 -0.45399052 -0.27533621 -0.89100677 -0.45399052 0 -0.8473978 -0.45399052 0.27533621
+ -0.72083962 -0.45399052 0.52372062 -0.52372062 -0.45399052 0.72083956 -0.27533621 -0.45399052 0.84739769
+ -2.6554064e-08 -0.45399052 0.89100665 0.27533615 -0.45399052 0.84739763 0.5237205 -0.45399052 0.7208395
+ 0.72083944 -0.45399052 0.52372056 0.84739757 -0.45399052 0.27533618 0.89100653 -0.45399052 0
+ 0.90450913 -0.30901697 -0.2938928 0.7694214 -0.30901697 -0.55901736 0.55901736 -0.30901697 -0.76942134
+ 0.29389277 -0.30901697 -0.90450901 0 -0.30901697 -0.95105702 -0.29389277 -0.30901697 -0.90450895
+ -0.55901724 -0.30901697 -0.76942122 -0.76942116 -0.30901697 -0.55901718 -0.90450877 -0.30901697 -0.29389271
+ -0.95105678 -0.30901697 0 -0.90450877 -0.30901697 0.29389271 -0.7694211 -0.30901697 0.55901712
+ -0.55901712 -0.30901697 0.76942104 -0.29389271 -0.30901697 0.90450865 -2.8343694e-08 -0.30901697 0.95105666
+ 0.29389262 -0.30901697 0.90450859 0.559017 -0.30901697 0.76942098 0.76942092 -0.30901697 0.55901706
+ 0.90450853 -0.30901697 0.29389265 0.95105654 -0.30901697 0 0.93934804 -0.15643437 -0.30521268
+ 0.79905719 -0.15643437 -0.580549 0.580549 -0.15643437 -0.79905713 0.30521265 -0.15643437 -0.93934792
+ 0 -0.15643437 -0.98768884 -0.30521265 -0.15643437 -0.93934786;
+ setAttr ".vt[166:331]" -0.58054888 -0.15643437 -0.79905695 -0.79905689 -0.15643437 -0.58054882
+ -0.93934768 -0.15643437 -0.30521256 -0.9876886 -0.15643437 0 -0.93934768 -0.15643437 0.30521256
+ -0.79905683 -0.15643437 0.58054876 -0.58054876 -0.15643437 0.79905677 -0.30521256 -0.15643437 0.93934757
+ -2.9435407e-08 -0.15643437 0.98768848 0.30521247 -0.15643437 0.93934757 0.58054864 -0.15643437 0.79905671
+ 0.79905665 -0.15643437 0.5805487 0.93934751 -0.15643437 0.3052125 0.98768836 -0.15643437 0
+ 0.95105714 0 -0.30901718 0.80901754 0 -0.5877856 0.5877856 0 -0.80901748 0.30901715 0 -0.95105702
+ 0 0 -1.000000476837 -0.30901715 0 -0.95105696 -0.58778548 0 -0.8090173 -0.80901724 0 -0.58778542
+ -0.95105678 0 -0.30901706 -1.000000238419 0 0 -0.95105678 0 0.30901706 -0.80901718 0 0.58778536
+ -0.58778536 0 0.80901712 -0.30901706 0 0.95105666 -2.9802322e-08 0 1.000000119209
+ 0.30901697 0 0.9510566 0.58778524 0 0.80901706 0.809017 0 0.5877853 0.95105654 0 0.309017
+ 1 0 0 0.93934804 0.15643437 -0.30521268 0.79905719 0.15643437 -0.580549 0.580549 0.15643437 -0.79905713
+ 0.30521265 0.15643437 -0.93934792 0 0.15643437 -0.98768884 -0.30521265 0.15643437 -0.93934786
+ -0.58054888 0.15643437 -0.79905695 -0.79905689 0.15643437 -0.58054882 -0.93934768 0.15643437 -0.30521256
+ -0.9876886 0.15643437 0 -0.93934768 0.15643437 0.30521256 -0.79905683 0.15643437 0.58054876
+ -0.58054876 0.15643437 0.79905677 -0.30521256 0.15643437 0.93934757 -2.9435407e-08 0.15643437 0.98768848
+ 0.30521247 0.15643437 0.93934757 0.58054864 0.15643437 0.79905671 0.79905665 0.15643437 0.5805487
+ 0.93934751 0.15643437 0.3052125 0.98768836 0.15643437 0 0.90450913 0.30901697 -0.2938928
+ 0.7694214 0.30901697 -0.55901736 0.55901736 0.30901697 -0.76942134 0.29389277 0.30901697 -0.90450901
+ 0 0.30901697 -0.95105702 -0.29389277 0.30901697 -0.90450895 -0.55901724 0.30901697 -0.76942122
+ -0.76942116 0.30901697 -0.55901718 -0.90450877 0.30901697 -0.29389271 -0.95105678 0.30901697 0
+ -0.90450877 0.30901697 0.29389271 -0.7694211 0.30901697 0.55901712 -0.55901712 0.30901697 0.76942104
+ -0.29389271 0.30901697 0.90450865 -2.8343694e-08 0.30901697 0.95105666 0.29389262 0.30901697 0.90450859
+ 0.559017 0.30901697 0.76942098 0.76942092 0.30901697 0.55901706 0.90450853 0.30901697 0.29389265
+ 0.95105654 0.30901697 0 0.8473981 0.45399052 -0.27533633 0.72083992 0.45399052 -0.5237208
+ 0.5237208 0.45399052 -0.72083986 0.2753363 0.45399052 -0.84739798 0 0.45399052 -0.89100695
+ -0.2753363 0.45399052 -0.84739798 -0.52372068 0.45399052 -0.72083968 -0.72083962 0.45399052 -0.52372062
+ -0.8473978 0.45399052 -0.27533621 -0.89100677 0.45399052 0 -0.8473978 0.45399052 0.27533621
+ -0.72083962 0.45399052 0.52372062 -0.52372062 0.45399052 0.72083956 -0.27533621 0.45399052 0.84739769
+ -2.6554064e-08 0.45399052 0.89100665 0.27533615 0.45399052 0.84739763 0.5237205 0.45399052 0.7208395
+ 0.72083944 0.45399052 0.52372056 0.84739757 0.45399052 0.27533618 0.89100653 0.45399052 0
+ 0.7694214 0.58778524 -0.25000015 0.65450895 0.58778524 -0.47552854 0.47552854 0.58778524 -0.65450889
+ 0.25000012 0.58778524 -0.76942128 0 0.58778524 -0.80901736 -0.25000012 0.58778524 -0.76942122
+ -0.47552845 0.58778524 -0.65450877 -0.65450871 0.58778524 -0.47552839 -0.7694211 0.58778524 -0.25000006
+ -0.80901718 0.58778524 0 -0.7694211 0.58778524 0.25000006 -0.65450865 0.58778524 0.47552836
+ -0.47552836 0.58778524 0.65450859 -0.25000006 0.58778524 0.76942098 -2.4110586e-08 0.58778524 0.80901712
+ 0.24999999 0.58778524 0.76942098 0.47552827 0.58778524 0.65450853 0.65450853 0.58778524 0.4755283
+ 0.76942092 0.58778524 0.25 0.809017 0.58778524 0 0.67249894 0.70710677 -0.21850814
+ 0.57206178 0.70710677 -0.41562718 0.41562718 0.70710677 -0.57206172 0.21850812 0.70710677 -0.67249888
+ 0 0.70710677 -0.70710713 -0.21850812 0.70710677 -0.67249882 -0.41562709 0.70710677 -0.5720616
+ -0.57206154 0.70710677 -0.41562706 -0.6724987 0.70710677 -0.21850805 -0.70710695 0.70710677 0
+ -0.6724987 0.70710677 0.21850805 -0.57206154 0.70710677 0.415627 -0.415627 0.70710677 0.57206148
+ -0.21850805 0.70710677 0.67249858 -2.1073424e-08 0.70710677 0.70710683 0.21850799 0.70710677 0.67249858
+ 0.41562691 0.70710677 0.57206142 0.57206142 0.70710677 0.41562697 0.67249852 0.70710677 0.21850802
+ 0.70710677 0.70710677 0 0.55901736 0.809017 -0.18163574 0.47552857 0.809017 -0.34549171
+ 0.34549171 0.809017 -0.47552854 0.18163572 0.809017 -0.5590173 0 0.809017 -0.58778554
+ -0.18163572 0.809017 -0.55901724 -0.34549165 0.809017 -0.47552842 -0.47552839 0.809017 -0.34549159
+ -0.55901712 0.809017 -0.18163566 -0.58778536 0.809017 0 -0.55901712 0.809017 0.18163566
+ -0.47552836 0.809017 0.34549156 -0.34549156 0.809017 0.47552833 -0.18163566 0.809017 0.55901706
+ -1.7517365e-08 0.809017 0.5877853 0.18163562 0.809017 0.55901706 0.3454915 0.809017 0.4755283
+ 0.47552827 0.809017 0.34549153 0.559017 0.809017 0.18163563 0.58778524 0.809017 0
+ 0.43177092 0.89100653 -0.14029087 0.36728629 0.89100653 -0.2668491 0.2668491 0.89100653 -0.36728626
+ 0.14029086 0.89100653 -0.43177086 0 0.89100653 -0.45399073 -0.14029086 0.89100653 -0.43177083
+ -0.26684904 0.89100653 -0.36728618 -0.36728615 0.89100653 -0.26684901 -0.43177077 0.89100653 -0.14029081
+ -0.45399064 0.89100653 0 -0.43177077 0.89100653 0.14029081 -0.36728612 0.89100653 0.26684898;
+ setAttr ".vt[332:381]" -0.26684898 0.89100653 0.36728612 -0.14029081 0.89100653 0.43177071
+ -1.3529972e-08 0.89100653 0.45399058 0.14029078 0.89100653 0.43177068 0.26684892 0.89100653 0.36728609
+ 0.36728606 0.89100653 0.26684895 0.43177065 0.89100653 0.1402908 0.45399052 0.89100653 0
+ 0.29389283 0.95105654 -0.095491566 0.25000018 0.95105654 -0.18163574 0.18163574 0.95105654 -0.25000015
+ 0.095491551 0.95105654 -0.2938928 0 0.95105654 -0.30901715 -0.095491551 0.95105654 -0.29389277
+ -0.18163571 0.95105654 -0.25000009 -0.25000009 0.95105654 -0.18163569 -0.29389271 0.95105654 -0.095491529
+ -0.30901706 0.95105654 0 -0.29389271 0.95105654 0.095491529 -0.25000006 0.95105654 0.18163568
+ -0.18163568 0.95105654 0.25000006 -0.095491529 0.95105654 0.29389268 -9.2094243e-09 0.95105654 0.30901703
+ 0.095491499 0.95105654 0.29389265 0.18163563 0.95105654 0.25000003 0.25 0.95105654 0.18163565
+ 0.29389265 0.95105654 0.095491506 0.309017 0.95105654 0 0.14877813 0.98768836 -0.048340943
+ 0.12655823 0.98768836 -0.091949932 0.091949932 0.98768836 -0.12655823 0.048340935 0.98768836 -0.14877811
+ 0 0.98768836 -0.15643455 -0.048340935 0.98768836 -0.1487781 -0.091949917 0.98768836 -0.1265582
+ -0.12655818 0.98768836 -0.091949902 -0.14877807 0.98768836 -0.048340924 -0.15643452 0.98768836 0
+ -0.14877807 0.98768836 0.048340924 -0.12655818 0.98768836 0.091949895 -0.091949895 0.98768836 0.12655817
+ -0.048340924 0.98768836 0.14877805 -4.6621107e-09 0.98768836 0.15643449 0.048340909 0.98768836 0.14877804
+ 0.09194988 0.98768836 0.12655815 0.12655815 0.98768836 0.091949888 0.14877804 0.98768836 0.048340913
+ 0.15643448 0.98768836 0 0 -1 0 0 1 0;
+ setAttr -s 780 ".ed";
+ setAttr ".ed[0:165]" 0 1 1 1 2 1 2 3 1 3 4 1 4 5 1 5 6 1 6 7 1 7 8 1 8 9 1
+ 9 10 1 10 11 1 11 12 1 12 13 1 13 14 1 14 15 1 15 16 1 16 17 1 17 18 1 18 19 1 19 0 1
+ 20 21 1 21 22 1 22 23 1 23 24 1 24 25 1 25 26 1 26 27 1 27 28 1 28 29 1 29 30 1 30 31 1
+ 31 32 1 32 33 1 33 34 1 34 35 1 35 36 1 36 37 1 37 38 1 38 39 1 39 20 1 40 41 1 41 42 1
+ 42 43 1 43 44 1 44 45 1 45 46 1 46 47 1 47 48 1 48 49 1 49 50 1 50 51 1 51 52 1 52 53 1
+ 53 54 1 54 55 1 55 56 1 56 57 1 57 58 1 58 59 1 59 40 1 60 61 1 61 62 1 62 63 1 63 64 1
+ 64 65 1 65 66 1 66 67 1 67 68 1 68 69 1 69 70 1 70 71 1 71 72 1 72 73 1 73 74 1 74 75 1
+ 75 76 1 76 77 1 77 78 1 78 79 1 79 60 1 80 81 1 81 82 1 82 83 1 83 84 1 84 85 1 85 86 1
+ 86 87 1 87 88 1 88 89 1 89 90 1 90 91 1 91 92 1 92 93 1 93 94 1 94 95 1 95 96 1 96 97 1
+ 97 98 1 98 99 1 99 80 1 100 101 1 101 102 1 102 103 1 103 104 1 104 105 1 105 106 1
+ 106 107 1 107 108 1 108 109 1 109 110 1 110 111 1 111 112 1 112 113 1 113 114 1 114 115 1
+ 115 116 1 116 117 1 117 118 1 118 119 1 119 100 1 120 121 1 121 122 1 122 123 1 123 124 1
+ 124 125 1 125 126 1 126 127 1 127 128 1 128 129 1 129 130 1 130 131 1 131 132 1 132 133 1
+ 133 134 1 134 135 1 135 136 1 136 137 1 137 138 1 138 139 1 139 120 1 140 141 1 141 142 1
+ 142 143 1 143 144 1 144 145 1 145 146 1 146 147 1 147 148 1 148 149 1 149 150 1 150 151 1
+ 151 152 1 152 153 1 153 154 1 154 155 1 155 156 1 156 157 1 157 158 1 158 159 1 159 140 1
+ 160 161 1 161 162 1 162 163 1 163 164 1 164 165 1 165 166 1;
+ setAttr ".ed[166:331]" 166 167 1 167 168 1 168 169 1 169 170 1 170 171 1 171 172 1
+ 172 173 1 173 174 1 174 175 1 175 176 1 176 177 1 177 178 1 178 179 1 179 160 1 180 181 1
+ 181 182 1 182 183 1 183 184 1 184 185 1 185 186 1 186 187 1 187 188 1 188 189 1 189 190 1
+ 190 191 1 191 192 1 192 193 1 193 194 1 194 195 1 195 196 1 196 197 1 197 198 1 198 199 1
+ 199 180 1 200 201 1 201 202 1 202 203 1 203 204 1 204 205 1 205 206 1 206 207 1 207 208 1
+ 208 209 1 209 210 1 210 211 1 211 212 1 212 213 1 213 214 1 214 215 1 215 216 1 216 217 1
+ 217 218 1 218 219 1 219 200 1 220 221 1 221 222 1 222 223 1 223 224 1 224 225 1 225 226 1
+ 226 227 1 227 228 1 228 229 1 229 230 1 230 231 1 231 232 1 232 233 1 233 234 1 234 235 1
+ 235 236 1 236 237 1 237 238 1 238 239 1 239 220 1 240 241 1 241 242 1 242 243 1 243 244 1
+ 244 245 1 245 246 1 246 247 1 247 248 1 248 249 1 249 250 1 250 251 1 251 252 1 252 253 1
+ 253 254 1 254 255 1 255 256 1 256 257 1 257 258 1 258 259 1 259 240 1 260 261 1 261 262 1
+ 262 263 1 263 264 1 264 265 1 265 266 1 266 267 1 267 268 1 268 269 1 269 270 1 270 271 1
+ 271 272 1 272 273 1 273 274 1 274 275 1 275 276 1 276 277 1 277 278 1 278 279 1 279 260 1
+ 280 281 1 281 282 1 282 283 1 283 284 1 284 285 1 285 286 1 286 287 1 287 288 1 288 289 1
+ 289 290 1 290 291 1 291 292 1 292 293 1 293 294 1 294 295 1 295 296 1 296 297 1 297 298 1
+ 298 299 1 299 280 1 300 301 1 301 302 1 302 303 1 303 304 1 304 305 1 305 306 1 306 307 1
+ 307 308 1 308 309 1 309 310 1 310 311 1 311 312 1 312 313 1 313 314 1 314 315 1 315 316 1
+ 316 317 1 317 318 1 318 319 1 319 300 1 320 321 1 321 322 1 322 323 1 323 324 1 324 325 1
+ 325 326 1 326 327 1 327 328 1 328 329 1 329 330 1 330 331 1 331 332 1;
+ setAttr ".ed[332:497]" 332 333 1 333 334 1 334 335 1 335 336 1 336 337 1 337 338 1
+ 338 339 1 339 320 1 340 341 1 341 342 1 342 343 1 343 344 1 344 345 1 345 346 1 346 347 1
+ 347 348 1 348 349 1 349 350 1 350 351 1 351 352 1 352 353 1 353 354 1 354 355 1 355 356 1
+ 356 357 1 357 358 1 358 359 1 359 340 1 360 361 1 361 362 1 362 363 1 363 364 1 364 365 1
+ 365 366 1 366 367 1 367 368 1 368 369 1 369 370 1 370 371 1 371 372 1 372 373 1 373 374 1
+ 374 375 1 375 376 1 376 377 1 377 378 1 378 379 1 379 360 1 0 20 1 1 21 1 2 22 1
+ 3 23 1 4 24 1 5 25 1 6 26 1 7 27 1 8 28 1 9 29 1 10 30 1 11 31 1 12 32 1 13 33 1
+ 14 34 1 15 35 1 16 36 1 17 37 1 18 38 1 19 39 1 20 40 1 21 41 1 22 42 1 23 43 1 24 44 1
+ 25 45 1 26 46 1 27 47 1 28 48 1 29 49 1 30 50 1 31 51 1 32 52 1 33 53 1 34 54 1 35 55 1
+ 36 56 1 37 57 1 38 58 1 39 59 1 40 60 1 41 61 1 42 62 1 43 63 1 44 64 1 45 65 1 46 66 1
+ 47 67 1 48 68 1 49 69 1 50 70 1 51 71 1 52 72 1 53 73 1 54 74 1 55 75 1 56 76 1 57 77 1
+ 58 78 1 59 79 1 60 80 1 61 81 1 62 82 1 63 83 1 64 84 1 65 85 1 66 86 1 67 87 1 68 88 1
+ 69 89 1 70 90 1 71 91 1 72 92 1 73 93 1 74 94 1 75 95 1 76 96 1 77 97 1 78 98 1 79 99 1
+ 80 100 1 81 101 1 82 102 1 83 103 1 84 104 1 85 105 1 86 106 1 87 107 1 88 108 1
+ 89 109 1 90 110 1 91 111 1 92 112 1 93 113 1 94 114 1 95 115 1 96 116 1 97 117 1
+ 98 118 1 99 119 1 100 120 1 101 121 1 102 122 1 103 123 1 104 124 1 105 125 1 106 126 1
+ 107 127 1 108 128 1 109 129 1 110 130 1 111 131 1 112 132 1 113 133 1 114 134 1 115 135 1
+ 116 136 1 117 137 1;
+ setAttr ".ed[498:663]" 118 138 1 119 139 1 120 140 1 121 141 1 122 142 1 123 143 1
+ 124 144 1 125 145 1 126 146 1 127 147 1 128 148 1 129 149 1 130 150 1 131 151 1 132 152 1
+ 133 153 1 134 154 1 135 155 1 136 156 1 137 157 1 138 158 1 139 159 1 140 160 1 141 161 1
+ 142 162 1 143 163 1 144 164 1 145 165 1 146 166 1 147 167 1 148 168 1 149 169 1 150 170 1
+ 151 171 1 152 172 1 153 173 1 154 174 1 155 175 1 156 176 1 157 177 1 158 178 1 159 179 1
+ 160 180 1 161 181 1 162 182 1 163 183 1 164 184 1 165 185 1 166 186 1 167 187 1 168 188 1
+ 169 189 1 170 190 1 171 191 1 172 192 1 173 193 1 174 194 1 175 195 1 176 196 1 177 197 1
+ 178 198 1 179 199 1 180 200 1 181 201 1 182 202 1 183 203 1 184 204 1 185 205 1 186 206 1
+ 187 207 1 188 208 1 189 209 1 190 210 1 191 211 1 192 212 1 193 213 1 194 214 1 195 215 1
+ 196 216 1 197 217 1 198 218 1 199 219 1 200 220 1 201 221 1 202 222 1 203 223 1 204 224 1
+ 205 225 1 206 226 1 207 227 1 208 228 1 209 229 1 210 230 1 211 231 1 212 232 1 213 233 1
+ 214 234 1 215 235 1 216 236 1 217 237 1 218 238 1 219 239 1 220 240 1 221 241 1 222 242 1
+ 223 243 1 224 244 1 225 245 1 226 246 1 227 247 1 228 248 1 229 249 1 230 250 1 231 251 1
+ 232 252 1 233 253 1 234 254 1 235 255 1 236 256 1 237 257 1 238 258 1 239 259 1 240 260 1
+ 241 261 1 242 262 1 243 263 1 244 264 1 245 265 1 246 266 1 247 267 1 248 268 1 249 269 1
+ 250 270 1 251 271 1 252 272 1 253 273 1 254 274 1 255 275 1 256 276 1 257 277 1 258 278 1
+ 259 279 1 260 280 1 261 281 1 262 282 1 263 283 1 264 284 1 265 285 1 266 286 1 267 287 1
+ 268 288 1 269 289 1 270 290 1 271 291 1 272 292 1 273 293 1 274 294 1 275 295 1 276 296 1
+ 277 297 1 278 298 1 279 299 1 280 300 1 281 301 1 282 302 1 283 303 1;
+ setAttr ".ed[664:779]" 284 304 1 285 305 1 286 306 1 287 307 1 288 308 1 289 309 1
+ 290 310 1 291 311 1 292 312 1 293 313 1 294 314 1 295 315 1 296 316 1 297 317 1 298 318 1
+ 299 319 1 300 320 1 301 321 1 302 322 1 303 323 1 304 324 1 305 325 1 306 326 1 307 327 1
+ 308 328 1 309 329 1 310 330 1 311 331 1 312 332 1 313 333 1 314 334 1 315 335 1 316 336 1
+ 317 337 1 318 338 1 319 339 1 320 340 1 321 341 1 322 342 1 323 343 1 324 344 1 325 345 1
+ 326 346 1 327 347 1 328 348 1 329 349 1 330 350 1 331 351 1 332 352 1 333 353 1 334 354 1
+ 335 355 1 336 356 1 337 357 1 338 358 1 339 359 1 340 360 1 341 361 1 342 362 1 343 363 1
+ 344 364 1 345 365 1 346 366 1 347 367 1 348 368 1 349 369 1 350 370 1 351 371 1 352 372 1
+ 353 373 1 354 374 1 355 375 1 356 376 1 357 377 1 358 378 1 359 379 1 380 0 1 380 1 1
+ 380 2 1 380 3 1 380 4 1 380 5 1 380 6 1 380 7 1 380 8 1 380 9 1 380 10 1 380 11 1
+ 380 12 1 380 13 1 380 14 1 380 15 1 380 16 1 380 17 1 380 18 1 380 19 1 360 381 1
+ 361 381 1 362 381 1 363 381 1 364 381 1 365 381 1 366 381 1 367 381 1 368 381 1 369 381 1
+ 370 381 1 371 381 1 372 381 1 373 381 1 374 381 1 375 381 1 376 381 1 377 381 1 378 381 1
+ 379 381 1;
+ setAttr -s 400 -ch 1560 ".fc[0:399]" -type "polyFaces"
+ f 4 0 381 -21 -381
+ mu 0 4 0 1 22 21
+ f 4 1 382 -22 -382
+ mu 0 4 1 2 23 22
+ f 4 2 383 -23 -383
+ mu 0 4 2 3 24 23
+ f 4 3 384 -24 -384
+ mu 0 4 3 4 25 24
+ f 4 4 385 -25 -385
+ mu 0 4 4 5 26 25
+ f 4 5 386 -26 -386
+ mu 0 4 5 6 27 26
+ f 4 6 387 -27 -387
+ mu 0 4 6 7 28 27
+ f 4 7 388 -28 -388
+ mu 0 4 7 8 29 28
+ f 4 8 389 -29 -389
+ mu 0 4 8 9 30 29
+ f 4 9 390 -30 -390
+ mu 0 4 9 10 31 30
+ f 4 10 391 -31 -391
+ mu 0 4 10 11 32 31
+ f 4 11 392 -32 -392
+ mu 0 4 11 12 33 32
+ f 4 12 393 -33 -393
+ mu 0 4 12 13 34 33
+ f 4 13 394 -34 -394
+ mu 0 4 13 14 35 34
+ f 4 14 395 -35 -395
+ mu 0 4 14 15 36 35
+ f 4 15 396 -36 -396
+ mu 0 4 15 16 37 36
+ f 4 16 397 -37 -397
+ mu 0 4 16 17 38 37
+ f 4 17 398 -38 -398
+ mu 0 4 17 18 39 38
+ f 4 18 399 -39 -399
+ mu 0 4 18 19 40 39
+ f 4 19 380 -40 -400
+ mu 0 4 19 20 41 40
+ f 4 20 401 -41 -401
+ mu 0 4 21 22 43 42
+ f 4 21 402 -42 -402
+ mu 0 4 22 23 44 43
+ f 4 22 403 -43 -403
+ mu 0 4 23 24 45 44
+ f 4 23 404 -44 -404
+ mu 0 4 24 25 46 45
+ f 4 24 405 -45 -405
+ mu 0 4 25 26 47 46
+ f 4 25 406 -46 -406
+ mu 0 4 26 27 48 47
+ f 4 26 407 -47 -407
+ mu 0 4 27 28 49 48
+ f 4 27 408 -48 -408
+ mu 0 4 28 29 50 49
+ f 4 28 409 -49 -409
+ mu 0 4 29 30 51 50
+ f 4 29 410 -50 -410
+ mu 0 4 30 31 52 51
+ f 4 30 411 -51 -411
+ mu 0 4 31 32 53 52
+ f 4 31 412 -52 -412
+ mu 0 4 32 33 54 53
+ f 4 32 413 -53 -413
+ mu 0 4 33 34 55 54
+ f 4 33 414 -54 -414
+ mu 0 4 34 35 56 55
+ f 4 34 415 -55 -415
+ mu 0 4 35 36 57 56
+ f 4 35 416 -56 -416
+ mu 0 4 36 37 58 57
+ f 4 36 417 -57 -417
+ mu 0 4 37 38 59 58
+ f 4 37 418 -58 -418
+ mu 0 4 38 39 60 59
+ f 4 38 419 -59 -419
+ mu 0 4 39 40 61 60
+ f 4 39 400 -60 -420
+ mu 0 4 40 41 62 61
+ f 4 40 421 -61 -421
+ mu 0 4 42 43 64 63
+ f 4 41 422 -62 -422
+ mu 0 4 43 44 65 64
+ f 4 42 423 -63 -423
+ mu 0 4 44 45 66 65
+ f 4 43 424 -64 -424
+ mu 0 4 45 46 67 66
+ f 4 44 425 -65 -425
+ mu 0 4 46 47 68 67
+ f 4 45 426 -66 -426
+ mu 0 4 47 48 69 68
+ f 4 46 427 -67 -427
+ mu 0 4 48 49 70 69
+ f 4 47 428 -68 -428
+ mu 0 4 49 50 71 70
+ f 4 48 429 -69 -429
+ mu 0 4 50 51 72 71
+ f 4 49 430 -70 -430
+ mu 0 4 51 52 73 72
+ f 4 50 431 -71 -431
+ mu 0 4 52 53 74 73
+ f 4 51 432 -72 -432
+ mu 0 4 53 54 75 74
+ f 4 52 433 -73 -433
+ mu 0 4 54 55 76 75
+ f 4 53 434 -74 -434
+ mu 0 4 55 56 77 76
+ f 4 54 435 -75 -435
+ mu 0 4 56 57 78 77
+ f 4 55 436 -76 -436
+ mu 0 4 57 58 79 78
+ f 4 56 437 -77 -437
+ mu 0 4 58 59 80 79
+ f 4 57 438 -78 -438
+ mu 0 4 59 60 81 80
+ f 4 58 439 -79 -439
+ mu 0 4 60 61 82 81
+ f 4 59 420 -80 -440
+ mu 0 4 61 62 83 82
+ f 4 60 441 -81 -441
+ mu 0 4 63 64 85 84
+ f 4 61 442 -82 -442
+ mu 0 4 64 65 86 85
+ f 4 62 443 -83 -443
+ mu 0 4 65 66 87 86
+ f 4 63 444 -84 -444
+ mu 0 4 66 67 88 87
+ f 4 64 445 -85 -445
+ mu 0 4 67 68 89 88
+ f 4 65 446 -86 -446
+ mu 0 4 68 69 90 89
+ f 4 66 447 -87 -447
+ mu 0 4 69 70 91 90
+ f 4 67 448 -88 -448
+ mu 0 4 70 71 92 91
+ f 4 68 449 -89 -449
+ mu 0 4 71 72 93 92
+ f 4 69 450 -90 -450
+ mu 0 4 72 73 94 93
+ f 4 70 451 -91 -451
+ mu 0 4 73 74 95 94
+ f 4 71 452 -92 -452
+ mu 0 4 74 75 96 95
+ f 4 72 453 -93 -453
+ mu 0 4 75 76 97 96
+ f 4 73 454 -94 -454
+ mu 0 4 76 77 98 97
+ f 4 74 455 -95 -455
+ mu 0 4 77 78 99 98
+ f 4 75 456 -96 -456
+ mu 0 4 78 79 100 99
+ f 4 76 457 -97 -457
+ mu 0 4 79 80 101 100
+ f 4 77 458 -98 -458
+ mu 0 4 80 81 102 101
+ f 4 78 459 -99 -459
+ mu 0 4 81 82 103 102
+ f 4 79 440 -100 -460
+ mu 0 4 82 83 104 103
+ f 4 80 461 -101 -461
+ mu 0 4 84 85 106 105
+ f 4 81 462 -102 -462
+ mu 0 4 85 86 107 106
+ f 4 82 463 -103 -463
+ mu 0 4 86 87 108 107
+ f 4 83 464 -104 -464
+ mu 0 4 87 88 109 108
+ f 4 84 465 -105 -465
+ mu 0 4 88 89 110 109
+ f 4 85 466 -106 -466
+ mu 0 4 89 90 111 110
+ f 4 86 467 -107 -467
+ mu 0 4 90 91 112 111
+ f 4 87 468 -108 -468
+ mu 0 4 91 92 113 112
+ f 4 88 469 -109 -469
+ mu 0 4 92 93 114 113
+ f 4 89 470 -110 -470
+ mu 0 4 93 94 115 114
+ f 4 90 471 -111 -471
+ mu 0 4 94 95 116 115
+ f 4 91 472 -112 -472
+ mu 0 4 95 96 117 116
+ f 4 92 473 -113 -473
+ mu 0 4 96 97 118 117
+ f 4 93 474 -114 -474
+ mu 0 4 97 98 119 118
+ f 4 94 475 -115 -475
+ mu 0 4 98 99 120 119
+ f 4 95 476 -116 -476
+ mu 0 4 99 100 121 120
+ f 4 96 477 -117 -477
+ mu 0 4 100 101 122 121
+ f 4 97 478 -118 -478
+ mu 0 4 101 102 123 122
+ f 4 98 479 -119 -479
+ mu 0 4 102 103 124 123
+ f 4 99 460 -120 -480
+ mu 0 4 103 104 125 124
+ f 4 100 481 -121 -481
+ mu 0 4 105 106 127 126
+ f 4 101 482 -122 -482
+ mu 0 4 106 107 128 127
+ f 4 102 483 -123 -483
+ mu 0 4 107 108 129 128
+ f 4 103 484 -124 -484
+ mu 0 4 108 109 130 129
+ f 4 104 485 -125 -485
+ mu 0 4 109 110 131 130
+ f 4 105 486 -126 -486
+ mu 0 4 110 111 132 131
+ f 4 106 487 -127 -487
+ mu 0 4 111 112 133 132
+ f 4 107 488 -128 -488
+ mu 0 4 112 113 134 133
+ f 4 108 489 -129 -489
+ mu 0 4 113 114 135 134
+ f 4 109 490 -130 -490
+ mu 0 4 114 115 136 135
+ f 4 110 491 -131 -491
+ mu 0 4 115 116 137 136
+ f 4 111 492 -132 -492
+ mu 0 4 116 117 138 137
+ f 4 112 493 -133 -493
+ mu 0 4 117 118 139 138
+ f 4 113 494 -134 -494
+ mu 0 4 118 119 140 139
+ f 4 114 495 -135 -495
+ mu 0 4 119 120 141 140
+ f 4 115 496 -136 -496
+ mu 0 4 120 121 142 141
+ f 4 116 497 -137 -497
+ mu 0 4 121 122 143 142
+ f 4 117 498 -138 -498
+ mu 0 4 122 123 144 143
+ f 4 118 499 -139 -499
+ mu 0 4 123 124 145 144
+ f 4 119 480 -140 -500
+ mu 0 4 124 125 146 145
+ f 4 120 501 -141 -501
+ mu 0 4 126 127 148 147
+ f 4 121 502 -142 -502
+ mu 0 4 127 128 149 148
+ f 4 122 503 -143 -503
+ mu 0 4 128 129 150 149
+ f 4 123 504 -144 -504
+ mu 0 4 129 130 151 150
+ f 4 124 505 -145 -505
+ mu 0 4 130 131 152 151
+ f 4 125 506 -146 -506
+ mu 0 4 131 132 153 152
+ f 4 126 507 -147 -507
+ mu 0 4 132 133 154 153
+ f 4 127 508 -148 -508
+ mu 0 4 133 134 155 154
+ f 4 128 509 -149 -509
+ mu 0 4 134 135 156 155
+ f 4 129 510 -150 -510
+ mu 0 4 135 136 157 156
+ f 4 130 511 -151 -511
+ mu 0 4 136 137 158 157
+ f 4 131 512 -152 -512
+ mu 0 4 137 138 159 158
+ f 4 132 513 -153 -513
+ mu 0 4 138 139 160 159
+ f 4 133 514 -154 -514
+ mu 0 4 139 140 161 160
+ f 4 134 515 -155 -515
+ mu 0 4 140 141 162 161
+ f 4 135 516 -156 -516
+ mu 0 4 141 142 163 162
+ f 4 136 517 -157 -517
+ mu 0 4 142 143 164 163
+ f 4 137 518 -158 -518
+ mu 0 4 143 144 165 164
+ f 4 138 519 -159 -519
+ mu 0 4 144 145 166 165
+ f 4 139 500 -160 -520
+ mu 0 4 145 146 167 166
+ f 4 140 521 -161 -521
+ mu 0 4 147 148 169 168
+ f 4 141 522 -162 -522
+ mu 0 4 148 149 170 169
+ f 4 142 523 -163 -523
+ mu 0 4 149 150 171 170
+ f 4 143 524 -164 -524
+ mu 0 4 150 151 172 171
+ f 4 144 525 -165 -525
+ mu 0 4 151 152 173 172
+ f 4 145 526 -166 -526
+ mu 0 4 152 153 174 173
+ f 4 146 527 -167 -527
+ mu 0 4 153 154 175 174
+ f 4 147 528 -168 -528
+ mu 0 4 154 155 176 175
+ f 4 148 529 -169 -529
+ mu 0 4 155 156 177 176
+ f 4 149 530 -170 -530
+ mu 0 4 156 157 178 177
+ f 4 150 531 -171 -531
+ mu 0 4 157 158 179 178
+ f 4 151 532 -172 -532
+ mu 0 4 158 159 180 179
+ f 4 152 533 -173 -533
+ mu 0 4 159 160 181 180
+ f 4 153 534 -174 -534
+ mu 0 4 160 161 182 181
+ f 4 154 535 -175 -535
+ mu 0 4 161 162 183 182
+ f 4 155 536 -176 -536
+ mu 0 4 162 163 184 183
+ f 4 156 537 -177 -537
+ mu 0 4 163 164 185 184
+ f 4 157 538 -178 -538
+ mu 0 4 164 165 186 185
+ f 4 158 539 -179 -539
+ mu 0 4 165 166 187 186
+ f 4 159 520 -180 -540
+ mu 0 4 166 167 188 187
+ f 4 160 541 -181 -541
+ mu 0 4 168 169 190 189
+ f 4 161 542 -182 -542
+ mu 0 4 169 170 191 190
+ f 4 162 543 -183 -543
+ mu 0 4 170 171 192 191
+ f 4 163 544 -184 -544
+ mu 0 4 171 172 193 192
+ f 4 164 545 -185 -545
+ mu 0 4 172 173 194 193
+ f 4 165 546 -186 -546
+ mu 0 4 173 174 195 194
+ f 4 166 547 -187 -547
+ mu 0 4 174 175 196 195
+ f 4 167 548 -188 -548
+ mu 0 4 175 176 197 196
+ f 4 168 549 -189 -549
+ mu 0 4 176 177 198 197
+ f 4 169 550 -190 -550
+ mu 0 4 177 178 199 198
+ f 4 170 551 -191 -551
+ mu 0 4 178 179 200 199
+ f 4 171 552 -192 -552
+ mu 0 4 179 180 201 200
+ f 4 172 553 -193 -553
+ mu 0 4 180 181 202 201
+ f 4 173 554 -194 -554
+ mu 0 4 181 182 203 202
+ f 4 174 555 -195 -555
+ mu 0 4 182 183 204 203
+ f 4 175 556 -196 -556
+ mu 0 4 183 184 205 204
+ f 4 176 557 -197 -557
+ mu 0 4 184 185 206 205
+ f 4 177 558 -198 -558
+ mu 0 4 185 186 207 206
+ f 4 178 559 -199 -559
+ mu 0 4 186 187 208 207
+ f 4 179 540 -200 -560
+ mu 0 4 187 188 209 208
+ f 4 180 561 -201 -561
+ mu 0 4 189 190 211 210
+ f 4 181 562 -202 -562
+ mu 0 4 190 191 212 211
+ f 4 182 563 -203 -563
+ mu 0 4 191 192 213 212
+ f 4 183 564 -204 -564
+ mu 0 4 192 193 214 213
+ f 4 184 565 -205 -565
+ mu 0 4 193 194 215 214
+ f 4 185 566 -206 -566
+ mu 0 4 194 195 216 215
+ f 4 186 567 -207 -567
+ mu 0 4 195 196 217 216
+ f 4 187 568 -208 -568
+ mu 0 4 196 197 218 217
+ f 4 188 569 -209 -569
+ mu 0 4 197 198 219 218
+ f 4 189 570 -210 -570
+ mu 0 4 198 199 220 219
+ f 4 190 571 -211 -571
+ mu 0 4 199 200 221 220
+ f 4 191 572 -212 -572
+ mu 0 4 200 201 222 221
+ f 4 192 573 -213 -573
+ mu 0 4 201 202 223 222
+ f 4 193 574 -214 -574
+ mu 0 4 202 203 224 223
+ f 4 194 575 -215 -575
+ mu 0 4 203 204 225 224
+ f 4 195 576 -216 -576
+ mu 0 4 204 205 226 225
+ f 4 196 577 -217 -577
+ mu 0 4 205 206 227 226
+ f 4 197 578 -218 -578
+ mu 0 4 206 207 228 227
+ f 4 198 579 -219 -579
+ mu 0 4 207 208 229 228
+ f 4 199 560 -220 -580
+ mu 0 4 208 209 230 229
+ f 4 200 581 -221 -581
+ mu 0 4 210 211 232 231
+ f 4 201 582 -222 -582
+ mu 0 4 211 212 233 232
+ f 4 202 583 -223 -583
+ mu 0 4 212 213 234 233
+ f 4 203 584 -224 -584
+ mu 0 4 213 214 235 234
+ f 4 204 585 -225 -585
+ mu 0 4 214 215 236 235
+ f 4 205 586 -226 -586
+ mu 0 4 215 216 237 236
+ f 4 206 587 -227 -587
+ mu 0 4 216 217 238 237
+ f 4 207 588 -228 -588
+ mu 0 4 217 218 239 238
+ f 4 208 589 -229 -589
+ mu 0 4 218 219 240 239
+ f 4 209 590 -230 -590
+ mu 0 4 219 220 241 240
+ f 4 210 591 -231 -591
+ mu 0 4 220 221 242 241
+ f 4 211 592 -232 -592
+ mu 0 4 221 222 243 242
+ f 4 212 593 -233 -593
+ mu 0 4 222 223 244 243
+ f 4 213 594 -234 -594
+ mu 0 4 223 224 245 244
+ f 4 214 595 -235 -595
+ mu 0 4 224 225 246 245
+ f 4 215 596 -236 -596
+ mu 0 4 225 226 247 246
+ f 4 216 597 -237 -597
+ mu 0 4 226 227 248 247
+ f 4 217 598 -238 -598
+ mu 0 4 227 228 249 248
+ f 4 218 599 -239 -599
+ mu 0 4 228 229 250 249
+ f 4 219 580 -240 -600
+ mu 0 4 229 230 251 250
+ f 4 220 601 -241 -601
+ mu 0 4 231 232 253 252
+ f 4 221 602 -242 -602
+ mu 0 4 232 233 254 253
+ f 4 222 603 -243 -603
+ mu 0 4 233 234 255 254
+ f 4 223 604 -244 -604
+ mu 0 4 234 235 256 255
+ f 4 224 605 -245 -605
+ mu 0 4 235 236 257 256
+ f 4 225 606 -246 -606
+ mu 0 4 236 237 258 257
+ f 4 226 607 -247 -607
+ mu 0 4 237 238 259 258
+ f 4 227 608 -248 -608
+ mu 0 4 238 239 260 259
+ f 4 228 609 -249 -609
+ mu 0 4 239 240 261 260
+ f 4 229 610 -250 -610
+ mu 0 4 240 241 262 261
+ f 4 230 611 -251 -611
+ mu 0 4 241 242 263 262
+ f 4 231 612 -252 -612
+ mu 0 4 242 243 264 263
+ f 4 232 613 -253 -613
+ mu 0 4 243 244 265 264
+ f 4 233 614 -254 -614
+ mu 0 4 244 245 266 265
+ f 4 234 615 -255 -615
+ mu 0 4 245 246 267 266
+ f 4 235 616 -256 -616
+ mu 0 4 246 247 268 267
+ f 4 236 617 -257 -617
+ mu 0 4 247 248 269 268
+ f 4 237 618 -258 -618
+ mu 0 4 248 249 270 269
+ f 4 238 619 -259 -619
+ mu 0 4 249 250 271 270
+ f 4 239 600 -260 -620
+ mu 0 4 250 251 272 271
+ f 4 240 621 -261 -621
+ mu 0 4 252 253 274 273
+ f 4 241 622 -262 -622
+ mu 0 4 253 254 275 274
+ f 4 242 623 -263 -623
+ mu 0 4 254 255 276 275
+ f 4 243 624 -264 -624
+ mu 0 4 255 256 277 276
+ f 4 244 625 -265 -625
+ mu 0 4 256 257 278 277
+ f 4 245 626 -266 -626
+ mu 0 4 257 258 279 278
+ f 4 246 627 -267 -627
+ mu 0 4 258 259 280 279
+ f 4 247 628 -268 -628
+ mu 0 4 259 260 281 280
+ f 4 248 629 -269 -629
+ mu 0 4 260 261 282 281
+ f 4 249 630 -270 -630
+ mu 0 4 261 262 283 282
+ f 4 250 631 -271 -631
+ mu 0 4 262 263 284 283
+ f 4 251 632 -272 -632
+ mu 0 4 263 264 285 284
+ f 4 252 633 -273 -633
+ mu 0 4 264 265 286 285
+ f 4 253 634 -274 -634
+ mu 0 4 265 266 287 286
+ f 4 254 635 -275 -635
+ mu 0 4 266 267 288 287
+ f 4 255 636 -276 -636
+ mu 0 4 267 268 289 288
+ f 4 256 637 -277 -637
+ mu 0 4 268 269 290 289
+ f 4 257 638 -278 -638
+ mu 0 4 269 270 291 290
+ f 4 258 639 -279 -639
+ mu 0 4 270 271 292 291
+ f 4 259 620 -280 -640
+ mu 0 4 271 272 293 292
+ f 4 260 641 -281 -641
+ mu 0 4 273 274 295 294
+ f 4 261 642 -282 -642
+ mu 0 4 274 275 296 295
+ f 4 262 643 -283 -643
+ mu 0 4 275 276 297 296
+ f 4 263 644 -284 -644
+ mu 0 4 276 277 298 297
+ f 4 264 645 -285 -645
+ mu 0 4 277 278 299 298
+ f 4 265 646 -286 -646
+ mu 0 4 278 279 300 299
+ f 4 266 647 -287 -647
+ mu 0 4 279 280 301 300
+ f 4 267 648 -288 -648
+ mu 0 4 280 281 302 301
+ f 4 268 649 -289 -649
+ mu 0 4 281 282 303 302
+ f 4 269 650 -290 -650
+ mu 0 4 282 283 304 303
+ f 4 270 651 -291 -651
+ mu 0 4 283 284 305 304
+ f 4 271 652 -292 -652
+ mu 0 4 284 285 306 305
+ f 4 272 653 -293 -653
+ mu 0 4 285 286 307 306
+ f 4 273 654 -294 -654
+ mu 0 4 286 287 308 307
+ f 4 274 655 -295 -655
+ mu 0 4 287 288 309 308
+ f 4 275 656 -296 -656
+ mu 0 4 288 289 310 309
+ f 4 276 657 -297 -657
+ mu 0 4 289 290 311 310
+ f 4 277 658 -298 -658
+ mu 0 4 290 291 312 311
+ f 4 278 659 -299 -659
+ mu 0 4 291 292 313 312
+ f 4 279 640 -300 -660
+ mu 0 4 292 293 314 313
+ f 4 280 661 -301 -661
+ mu 0 4 294 295 316 315
+ f 4 281 662 -302 -662
+ mu 0 4 295 296 317 316
+ f 4 282 663 -303 -663
+ mu 0 4 296 297 318 317
+ f 4 283 664 -304 -664
+ mu 0 4 297 298 319 318
+ f 4 284 665 -305 -665
+ mu 0 4 298 299 320 319
+ f 4 285 666 -306 -666
+ mu 0 4 299 300 321 320
+ f 4 286 667 -307 -667
+ mu 0 4 300 301 322 321
+ f 4 287 668 -308 -668
+ mu 0 4 301 302 323 322
+ f 4 288 669 -309 -669
+ mu 0 4 302 303 324 323
+ f 4 289 670 -310 -670
+ mu 0 4 303 304 325 324
+ f 4 290 671 -311 -671
+ mu 0 4 304 305 326 325
+ f 4 291 672 -312 -672
+ mu 0 4 305 306 327 326
+ f 4 292 673 -313 -673
+ mu 0 4 306 307 328 327
+ f 4 293 674 -314 -674
+ mu 0 4 307 308 329 328
+ f 4 294 675 -315 -675
+ mu 0 4 308 309 330 329
+ f 4 295 676 -316 -676
+ mu 0 4 309 310 331 330
+ f 4 296 677 -317 -677
+ mu 0 4 310 311 332 331
+ f 4 297 678 -318 -678
+ mu 0 4 311 312 333 332
+ f 4 298 679 -319 -679
+ mu 0 4 312 313 334 333
+ f 4 299 660 -320 -680
+ mu 0 4 313 314 335 334
+ f 4 300 681 -321 -681
+ mu 0 4 315 316 337 336
+ f 4 301 682 -322 -682
+ mu 0 4 316 317 338 337
+ f 4 302 683 -323 -683
+ mu 0 4 317 318 339 338
+ f 4 303 684 -324 -684
+ mu 0 4 318 319 340 339
+ f 4 304 685 -325 -685
+ mu 0 4 319 320 341 340
+ f 4 305 686 -326 -686
+ mu 0 4 320 321 342 341
+ f 4 306 687 -327 -687
+ mu 0 4 321 322 343 342
+ f 4 307 688 -328 -688
+ mu 0 4 322 323 344 343
+ f 4 308 689 -329 -689
+ mu 0 4 323 324 345 344
+ f 4 309 690 -330 -690
+ mu 0 4 324 325 346 345
+ f 4 310 691 -331 -691
+ mu 0 4 325 326 347 346
+ f 4 311 692 -332 -692
+ mu 0 4 326 327 348 347
+ f 4 312 693 -333 -693
+ mu 0 4 327 328 349 348
+ f 4 313 694 -334 -694
+ mu 0 4 328 329 350 349
+ f 4 314 695 -335 -695
+ mu 0 4 329 330 351 350
+ f 4 315 696 -336 -696
+ mu 0 4 330 331 352 351
+ f 4 316 697 -337 -697
+ mu 0 4 331 332 353 352
+ f 4 317 698 -338 -698
+ mu 0 4 332 333 354 353
+ f 4 318 699 -339 -699
+ mu 0 4 333 334 355 354
+ f 4 319 680 -340 -700
+ mu 0 4 334 335 356 355
+ f 4 320 701 -341 -701
+ mu 0 4 336 337 358 357
+ f 4 321 702 -342 -702
+ mu 0 4 337 338 359 358
+ f 4 322 703 -343 -703
+ mu 0 4 338 339 360 359
+ f 4 323 704 -344 -704
+ mu 0 4 339 340 361 360
+ f 4 324 705 -345 -705
+ mu 0 4 340 341 362 361
+ f 4 325 706 -346 -706
+ mu 0 4 341 342 363 362
+ f 4 326 707 -347 -707
+ mu 0 4 342 343 364 363
+ f 4 327 708 -348 -708
+ mu 0 4 343 344 365 364
+ f 4 328 709 -349 -709
+ mu 0 4 344 345 366 365
+ f 4 329 710 -350 -710
+ mu 0 4 345 346 367 366
+ f 4 330 711 -351 -711
+ mu 0 4 346 347 368 367
+ f 4 331 712 -352 -712
+ mu 0 4 347 348 369 368
+ f 4 332 713 -353 -713
+ mu 0 4 348 349 370 369
+ f 4 333 714 -354 -714
+ mu 0 4 349 350 371 370
+ f 4 334 715 -355 -715
+ mu 0 4 350 351 372 371
+ f 4 335 716 -356 -716
+ mu 0 4 351 352 373 372
+ f 4 336 717 -357 -717
+ mu 0 4 352 353 374 373
+ f 4 337 718 -358 -718
+ mu 0 4 353 354 375 374
+ f 4 338 719 -359 -719
+ mu 0 4 354 355 376 375
+ f 4 339 700 -360 -720
+ mu 0 4 355 356 377 376
+ f 4 340 721 -361 -721
+ mu 0 4 357 358 379 378
+ f 4 341 722 -362 -722
+ mu 0 4 358 359 380 379
+ f 4 342 723 -363 -723
+ mu 0 4 359 360 381 380
+ f 4 343 724 -364 -724
+ mu 0 4 360 361 382 381
+ f 4 344 725 -365 -725
+ mu 0 4 361 362 383 382
+ f 4 345 726 -366 -726
+ mu 0 4 362 363 384 383
+ f 4 346 727 -367 -727
+ mu 0 4 363 364 385 384
+ f 4 347 728 -368 -728
+ mu 0 4 364 365 386 385
+ f 4 348 729 -369 -729
+ mu 0 4 365 366 387 386
+ f 4 349 730 -370 -730
+ mu 0 4 366 367 388 387
+ f 4 350 731 -371 -731
+ mu 0 4 367 368 389 388
+ f 4 351 732 -372 -732
+ mu 0 4 368 369 390 389
+ f 4 352 733 -373 -733
+ mu 0 4 369 370 391 390
+ f 4 353 734 -374 -734
+ mu 0 4 370 371 392 391
+ f 4 354 735 -375 -735
+ mu 0 4 371 372 393 392
+ f 4 355 736 -376 -736
+ mu 0 4 372 373 394 393
+ f 4 356 737 -377 -737
+ mu 0 4 373 374 395 394
+ f 4 357 738 -378 -738
+ mu 0 4 374 375 396 395
+ f 4 358 739 -379 -739
+ mu 0 4 375 376 397 396
+ f 4 359 720 -380 -740
+ mu 0 4 376 377 398 397
+ f 3 -1 -741 741
+ mu 0 3 1 0 399
+ f 3 -2 -742 742
+ mu 0 3 2 1 400
+ f 3 -3 -743 743
+ mu 0 3 3 2 401
+ f 3 -4 -744 744
+ mu 0 3 4 3 402
+ f 3 -5 -745 745
+ mu 0 3 5 4 403
+ f 3 -6 -746 746
+ mu 0 3 6 5 404
+ f 3 -7 -747 747
+ mu 0 3 7 6 405
+ f 3 -8 -748 748
+ mu 0 3 8 7 406
+ f 3 -9 -749 749
+ mu 0 3 9 8 407
+ f 3 -10 -750 750
+ mu 0 3 10 9 408
+ f 3 -11 -751 751
+ mu 0 3 11 10 409
+ f 3 -12 -752 752
+ mu 0 3 12 11 410
+ f 3 -13 -753 753
+ mu 0 3 13 12 411
+ f 3 -14 -754 754
+ mu 0 3 14 13 412
+ f 3 -15 -755 755
+ mu 0 3 15 14 413
+ f 3 -16 -756 756
+ mu 0 3 16 15 414
+ f 3 -17 -757 757
+ mu 0 3 17 16 415
+ f 3 -18 -758 758
+ mu 0 3 18 17 416
+ f 3 -19 -759 759
+ mu 0 3 19 18 417
+ f 3 -20 -760 740
+ mu 0 3 20 19 418
+ f 3 360 761 -761
+ mu 0 3 378 379 419
+ f 3 361 762 -762
+ mu 0 3 379 380 420
+ f 3 362 763 -763
+ mu 0 3 380 381 421
+ f 3 363 764 -764
+ mu 0 3 381 382 422
+ f 3 364 765 -765
+ mu 0 3 382 383 423
+ f 3 365 766 -766
+ mu 0 3 383 384 424
+ f 3 366 767 -767
+ mu 0 3 384 385 425
+ f 3 367 768 -768
+ mu 0 3 385 386 426
+ f 3 368 769 -769
+ mu 0 3 386 387 427
+ f 3 369 770 -770
+ mu 0 3 387 388 428
+ f 3 370 771 -771
+ mu 0 3 388 389 429
+ f 3 371 772 -772
+ mu 0 3 389 390 430
+ f 3 372 773 -773
+ mu 0 3 390 391 431
+ f 3 373 774 -774
+ mu 0 3 391 392 432
+ f 3 374 775 -775
+ mu 0 3 392 393 433
+ f 3 375 776 -776
+ mu 0 3 393 394 434
+ f 3 376 777 -777
+ mu 0 3 394 395 435
+ f 3 377 778 -778
+ mu 0 3 395 396 436
+ f 3 378 779 -779
+ mu 0 3 396 397 437
+ f 3 379 760 -780
+ mu 0 3 397 398 438;
+ setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ;
+ setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ;
+ setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ;
+ setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ;
+ setAttr ".dr" 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of modelMain.ma
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc
new file mode 100644
index 0000000000..d9e5425996
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma
new file mode 100644
index 0000000000..9ee588337e
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma
@@ -0,0 +1,1208 @@
+//Maya ASCII 2020 scene
+//Name: modelMain.ma
+//Last modified: Mon, Oct 24, 2022 02:57:47 PM
+//Codeset: 1252
+requires maya "2020";
+requires "mtoa" "4.1.1";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2020";
+fileInfo "version" "2020";
+fileInfo "cutIdentifier" "202011110415-b1e20b88e2";
+fileInfo "osv" "Microsoft Windows 10 Technical Preview (Build 19044)\n";
+fileInfo "UUID" "A787A358-4FE7-6E55-0C81-61BFEB0C2726";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+ setAttr ".rlio[0]" 1 yes 0;
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr -s 439 ".uvst[0].uvsp";
+ setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0 0.050000001 0.050000001 0.050000001
+ 0.1 0.050000001 0.15000001 0.050000001 0.2 0.050000001 0.25 0.050000001 0.30000001
+ 0.050000001 0.35000002 0.050000001 0.40000004 0.050000001 0.45000005 0.050000001
+ 0.50000006 0.050000001 0.55000007 0.050000001 0.60000008 0.050000001 0.6500001 0.050000001
+ 0.70000011 0.050000001 0.75000012 0.050000001 0.80000013 0.050000001 0.85000014 0.050000001
+ 0.90000015 0.050000001 0.95000017 0.050000001 1.000000119209 0.050000001 0 0.1 0.050000001
+ 0.1 0.1 0.1 0.15000001 0.1 0.2 0.1 0.25 0.1 0.30000001 0.1 0.35000002 0.1 0.40000004
+ 0.1 0.45000005 0.1 0.50000006 0.1 0.55000007 0.1 0.60000008 0.1 0.6500001 0.1 0.70000011
+ 0.1 0.75000012 0.1 0.80000013 0.1 0.85000014 0.1 0.90000015 0.1 0.95000017 0.1 1.000000119209
+ 0.1 0 0.15000001 0.050000001 0.15000001 0.1 0.15000001 0.15000001 0.15000001 0.2
+ 0.15000001 0.25 0.15000001 0.30000001 0.15000001 0.35000002 0.15000001 0.40000004
+ 0.15000001 0.45000005 0.15000001 0.50000006 0.15000001 0.55000007 0.15000001 0.60000008
+ 0.15000001 0.6500001 0.15000001 0.70000011 0.15000001 0.75000012 0.15000001 0.80000013
+ 0.15000001 0.85000014 0.15000001 0.90000015 0.15000001 0.95000017 0.15000001 1.000000119209
+ 0.15000001 0 0.2 0.050000001 0.2 0.1 0.2 0.15000001 0.2 0.2 0.2 0.25 0.2 0.30000001
+ 0.2 0.35000002 0.2 0.40000004 0.2 0.45000005 0.2 0.50000006 0.2 0.55000007 0.2 0.60000008
+ 0.2 0.6500001 0.2 0.70000011 0.2 0.75000012 0.2 0.80000013 0.2 0.85000014 0.2 0.90000015
+ 0.2 0.95000017 0.2 1.000000119209 0.2 0 0.25 0.050000001 0.25 0.1 0.25 0.15000001
+ 0.25 0.2 0.25 0.25 0.25 0.30000001 0.25 0.35000002 0.25 0.40000004 0.25 0.45000005
+ 0.25 0.50000006 0.25 0.55000007 0.25 0.60000008 0.25 0.6500001 0.25 0.70000011 0.25
+ 0.75000012 0.25 0.80000013 0.25 0.85000014 0.25 0.90000015 0.25 0.95000017 0.25 1.000000119209
+ 0.25 0 0.30000001 0.050000001 0.30000001 0.1 0.30000001 0.15000001 0.30000001 0.2
+ 0.30000001 0.25 0.30000001 0.30000001 0.30000001 0.35000002 0.30000001 0.40000004
+ 0.30000001 0.45000005 0.30000001 0.50000006 0.30000001 0.55000007 0.30000001 0.60000008
+ 0.30000001 0.6500001 0.30000001 0.70000011 0.30000001 0.75000012 0.30000001 0.80000013
+ 0.30000001 0.85000014 0.30000001 0.90000015 0.30000001 0.95000017 0.30000001 1.000000119209
+ 0.30000001 0 0.35000002 0.050000001 0.35000002 0.1 0.35000002 0.15000001 0.35000002
+ 0.2 0.35000002 0.25 0.35000002 0.30000001 0.35000002 0.35000002 0.35000002 0.40000004
+ 0.35000002 0.45000005 0.35000002 0.50000006 0.35000002 0.55000007 0.35000002 0.60000008
+ 0.35000002 0.6500001 0.35000002 0.70000011 0.35000002 0.75000012 0.35000002 0.80000013
+ 0.35000002 0.85000014 0.35000002 0.90000015 0.35000002 0.95000017 0.35000002 1.000000119209
+ 0.35000002 0 0.40000004 0.050000001 0.40000004 0.1 0.40000004 0.15000001 0.40000004
+ 0.2 0.40000004 0.25 0.40000004 0.30000001 0.40000004 0.35000002 0.40000004 0.40000004
+ 0.40000004 0.45000005 0.40000004 0.50000006 0.40000004 0.55000007 0.40000004 0.60000008
+ 0.40000004 0.6500001 0.40000004 0.70000011 0.40000004 0.75000012 0.40000004 0.80000013
+ 0.40000004 0.85000014 0.40000004 0.90000015 0.40000004 0.95000017 0.40000004 1.000000119209
+ 0.40000004 0 0.45000005 0.050000001 0.45000005 0.1 0.45000005 0.15000001 0.45000005
+ 0.2 0.45000005 0.25 0.45000005 0.30000001 0.45000005 0.35000002 0.45000005 0.40000004
+ 0.45000005 0.45000005 0.45000005 0.50000006 0.45000005 0.55000007 0.45000005 0.60000008
+ 0.45000005 0.6500001 0.45000005 0.70000011 0.45000005 0.75000012 0.45000005 0.80000013
+ 0.45000005 0.85000014 0.45000005 0.90000015 0.45000005 0.95000017 0.45000005 1.000000119209
+ 0.45000005 0 0.50000006 0.050000001 0.50000006 0.1 0.50000006 0.15000001 0.50000006
+ 0.2 0.50000006 0.25 0.50000006 0.30000001 0.50000006 0.35000002 0.50000006 0.40000004
+ 0.50000006 0.45000005 0.50000006 0.50000006 0.50000006 0.55000007 0.50000006 0.60000008
+ 0.50000006 0.6500001 0.50000006 0.70000011 0.50000006 0.75000012 0.50000006 0.80000013
+ 0.50000006 0.85000014 0.50000006 0.90000015 0.50000006 0.95000017 0.50000006 1.000000119209
+ 0.50000006 0 0.55000007 0.050000001 0.55000007 0.1 0.55000007 0.15000001 0.55000007
+ 0.2 0.55000007 0.25 0.55000007 0.30000001 0.55000007 0.35000002 0.55000007 0.40000004
+ 0.55000007 0.45000005 0.55000007 0.50000006 0.55000007 0.55000007 0.55000007 0.60000008
+ 0.55000007 0.6500001 0.55000007 0.70000011 0.55000007 0.75000012 0.55000007 0.80000013
+ 0.55000007 0.85000014 0.55000007 0.90000015 0.55000007 0.95000017 0.55000007 1.000000119209
+ 0.55000007 0 0.60000008 0.050000001 0.60000008 0.1 0.60000008 0.15000001 0.60000008
+ 0.2 0.60000008 0.25 0.60000008 0.30000001 0.60000008 0.35000002 0.60000008 0.40000004
+ 0.60000008 0.45000005 0.60000008 0.50000006 0.60000008 0.55000007 0.60000008 0.60000008
+ 0.60000008 0.6500001 0.60000008 0.70000011 0.60000008 0.75000012 0.60000008 0.80000013
+ 0.60000008 0.85000014 0.60000008 0.90000015 0.60000008;
+ setAttr ".uvst[0].uvsp[250:438]" 0.95000017 0.60000008 1.000000119209 0.60000008
+ 0 0.6500001 0.050000001 0.6500001 0.1 0.6500001 0.15000001 0.6500001 0.2 0.6500001
+ 0.25 0.6500001 0.30000001 0.6500001 0.35000002 0.6500001 0.40000004 0.6500001 0.45000005
+ 0.6500001 0.50000006 0.6500001 0.55000007 0.6500001 0.60000008 0.6500001 0.6500001
+ 0.6500001 0.70000011 0.6500001 0.75000012 0.6500001 0.80000013 0.6500001 0.85000014
+ 0.6500001 0.90000015 0.6500001 0.95000017 0.6500001 1.000000119209 0.6500001 0 0.70000011
+ 0.050000001 0.70000011 0.1 0.70000011 0.15000001 0.70000011 0.2 0.70000011 0.25 0.70000011
+ 0.30000001 0.70000011 0.35000002 0.70000011 0.40000004 0.70000011 0.45000005 0.70000011
+ 0.50000006 0.70000011 0.55000007 0.70000011 0.60000008 0.70000011 0.6500001 0.70000011
+ 0.70000011 0.70000011 0.75000012 0.70000011 0.80000013 0.70000011 0.85000014 0.70000011
+ 0.90000015 0.70000011 0.95000017 0.70000011 1.000000119209 0.70000011 0 0.75000012
+ 0.050000001 0.75000012 0.1 0.75000012 0.15000001 0.75000012 0.2 0.75000012 0.25 0.75000012
+ 0.30000001 0.75000012 0.35000002 0.75000012 0.40000004 0.75000012 0.45000005 0.75000012
+ 0.50000006 0.75000012 0.55000007 0.75000012 0.60000008 0.75000012 0.6500001 0.75000012
+ 0.70000011 0.75000012 0.75000012 0.75000012 0.80000013 0.75000012 0.85000014 0.75000012
+ 0.90000015 0.75000012 0.95000017 0.75000012 1.000000119209 0.75000012 0 0.80000013
+ 0.050000001 0.80000013 0.1 0.80000013 0.15000001 0.80000013 0.2 0.80000013 0.25 0.80000013
+ 0.30000001 0.80000013 0.35000002 0.80000013 0.40000004 0.80000013 0.45000005 0.80000013
+ 0.50000006 0.80000013 0.55000007 0.80000013 0.60000008 0.80000013 0.6500001 0.80000013
+ 0.70000011 0.80000013 0.75000012 0.80000013 0.80000013 0.80000013 0.85000014 0.80000013
+ 0.90000015 0.80000013 0.95000017 0.80000013 1.000000119209 0.80000013 0 0.85000014
+ 0.050000001 0.85000014 0.1 0.85000014 0.15000001 0.85000014 0.2 0.85000014 0.25 0.85000014
+ 0.30000001 0.85000014 0.35000002 0.85000014 0.40000004 0.85000014 0.45000005 0.85000014
+ 0.50000006 0.85000014 0.55000007 0.85000014 0.60000008 0.85000014 0.6500001 0.85000014
+ 0.70000011 0.85000014 0.75000012 0.85000014 0.80000013 0.85000014 0.85000014 0.85000014
+ 0.90000015 0.85000014 0.95000017 0.85000014 1.000000119209 0.85000014 0 0.90000015
+ 0.050000001 0.90000015 0.1 0.90000015 0.15000001 0.90000015 0.2 0.90000015 0.25 0.90000015
+ 0.30000001 0.90000015 0.35000002 0.90000015 0.40000004 0.90000015 0.45000005 0.90000015
+ 0.50000006 0.90000015 0.55000007 0.90000015 0.60000008 0.90000015 0.6500001 0.90000015
+ 0.70000011 0.90000015 0.75000012 0.90000015 0.80000013 0.90000015 0.85000014 0.90000015
+ 0.90000015 0.90000015 0.95000017 0.90000015 1.000000119209 0.90000015 0 0.95000017
+ 0.050000001 0.95000017 0.1 0.95000017 0.15000001 0.95000017 0.2 0.95000017 0.25 0.95000017
+ 0.30000001 0.95000017 0.35000002 0.95000017 0.40000004 0.95000017 0.45000005 0.95000017
+ 0.50000006 0.95000017 0.55000007 0.95000017 0.60000008 0.95000017 0.6500001 0.95000017
+ 0.70000011 0.95000017 0.75000012 0.95000017 0.80000013 0.95000017 0.85000014 0.95000017
+ 0.90000015 0.95000017 0.95000017 0.95000017 1.000000119209 0.95000017 0.025 0 0.075000003
+ 0 0.125 0 0.17500001 0 0.22500001 0 0.27500001 0 0.32500002 0 0.375 0 0.42500001
+ 0 0.47500002 0 0.52499998 0 0.57499999 0 0.625 0 0.67500001 0 0.72499996 0 0.77499998
+ 0 0.82499999 0 0.875 0 0.92500001 0 0.97499996 0 0.025 1 0.075000003 1 0.125 1 0.17500001
+ 1 0.22500001 1 0.27500001 1 0.32500002 1 0.375 1 0.42500001 1 0.47500002 1 0.52499998
+ 1 0.57499999 1 0.625 1 0.67500001 1 0.72499996 1 0.77499998 1 0.82499999 1 0.875
+ 1 0.92500001 1 0.97499996 1;
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr -s 382 ".vt";
+ setAttr ".vt[0:165]" 0.14877813 -0.98768836 -0.048340943 0.12655823 -0.98768836 -0.091949932
+ 0.091949932 -0.98768836 -0.12655823 0.048340935 -0.98768836 -0.14877811 0 -0.98768836 -0.15643455
+ -0.048340935 -0.98768836 -0.1487781 -0.091949917 -0.98768836 -0.1265582 -0.12655818 -0.98768836 -0.091949902
+ -0.14877807 -0.98768836 -0.048340924 -0.15643452 -0.98768836 0 -0.14877807 -0.98768836 0.048340924
+ -0.12655818 -0.98768836 0.091949895 -0.091949895 -0.98768836 0.12655817 -0.048340924 -0.98768836 0.14877805
+ -4.6621107e-09 -0.98768836 0.15643449 0.048340909 -0.98768836 0.14877804 0.09194988 -0.98768836 0.12655815
+ 0.12655815 -0.98768836 0.091949888 0.14877804 -0.98768836 0.048340913 0.15643448 -0.98768836 0
+ 0.29389283 -0.95105654 -0.095491566 0.25000018 -0.95105654 -0.18163574 0.18163574 -0.95105654 -0.25000015
+ 0.095491551 -0.95105654 -0.2938928 0 -0.95105654 -0.30901715 -0.095491551 -0.95105654 -0.29389277
+ -0.18163571 -0.95105654 -0.25000009 -0.25000009 -0.95105654 -0.18163569 -0.29389271 -0.95105654 -0.095491529
+ -0.30901706 -0.95105654 0 -0.29389271 -0.95105654 0.095491529 -0.25000006 -0.95105654 0.18163568
+ -0.18163568 -0.95105654 0.25000006 -0.095491529 -0.95105654 0.29389268 -9.2094243e-09 -0.95105654 0.30901703
+ 0.095491499 -0.95105654 0.29389265 0.18163563 -0.95105654 0.25000003 0.25 -0.95105654 0.18163565
+ 0.29389265 -0.95105654 0.095491506 0.309017 -0.95105654 0 0.43177092 -0.89100653 -0.14029087
+ 0.36728629 -0.89100653 -0.2668491 0.2668491 -0.89100653 -0.36728626 0.14029086 -0.89100653 -0.43177086
+ 0 -0.89100653 -0.45399073 -0.14029086 -0.89100653 -0.43177083 -0.26684904 -0.89100653 -0.36728618
+ -0.36728615 -0.89100653 -0.26684901 -0.43177077 -0.89100653 -0.14029081 -0.45399064 -0.89100653 0
+ -0.43177077 -0.89100653 0.14029081 -0.36728612 -0.89100653 0.26684898 -0.26684898 -0.89100653 0.36728612
+ -0.14029081 -0.89100653 0.43177071 -1.3529972e-08 -0.89100653 0.45399058 0.14029078 -0.89100653 0.43177068
+ 0.26684892 -0.89100653 0.36728609 0.36728606 -0.89100653 0.26684895 0.43177065 -0.89100653 0.1402908
+ 0.45399052 -0.89100653 0 0.55901736 -0.809017 -0.18163574 0.47552857 -0.809017 -0.34549171
+ 0.34549171 -0.809017 -0.47552854 0.18163572 -0.809017 -0.5590173 0 -0.809017 -0.58778554
+ -0.18163572 -0.809017 -0.55901724 -0.34549165 -0.809017 -0.47552842 -0.47552839 -0.809017 -0.34549159
+ -0.55901712 -0.809017 -0.18163566 -0.58778536 -0.809017 0 -0.55901712 -0.809017 0.18163566
+ -0.47552836 -0.809017 0.34549156 -0.34549156 -0.809017 0.47552833 -0.18163566 -0.809017 0.55901706
+ -1.7517365e-08 -0.809017 0.5877853 0.18163562 -0.809017 0.55901706 0.3454915 -0.809017 0.4755283
+ 0.47552827 -0.809017 0.34549153 0.559017 -0.809017 0.18163563 0.58778524 -0.809017 0
+ 0.67249894 -0.70710677 -0.21850814 0.57206178 -0.70710677 -0.41562718 0.41562718 -0.70710677 -0.57206172
+ 0.21850812 -0.70710677 -0.67249888 0 -0.70710677 -0.70710713 -0.21850812 -0.70710677 -0.67249882
+ -0.41562709 -0.70710677 -0.5720616 -0.57206154 -0.70710677 -0.41562706 -0.6724987 -0.70710677 -0.21850805
+ -0.70710695 -0.70710677 0 -0.6724987 -0.70710677 0.21850805 -0.57206154 -0.70710677 0.415627
+ -0.415627 -0.70710677 0.57206148 -0.21850805 -0.70710677 0.67249858 -2.1073424e-08 -0.70710677 0.70710683
+ 0.21850799 -0.70710677 0.67249858 0.41562691 -0.70710677 0.57206142 0.57206142 -0.70710677 0.41562697
+ 0.67249852 -0.70710677 0.21850802 0.70710677 -0.70710677 0 0.7694214 -0.58778524 -0.25000015
+ 0.65450895 -0.58778524 -0.47552854 0.47552854 -0.58778524 -0.65450889 0.25000012 -0.58778524 -0.76942128
+ 0 -0.58778524 -0.80901736 -0.25000012 -0.58778524 -0.76942122 -0.47552845 -0.58778524 -0.65450877
+ -0.65450871 -0.58778524 -0.47552839 -0.7694211 -0.58778524 -0.25000006 -0.80901718 -0.58778524 0
+ -0.7694211 -0.58778524 0.25000006 -0.65450865 -0.58778524 0.47552836 -0.47552836 -0.58778524 0.65450859
+ -0.25000006 -0.58778524 0.76942098 -2.4110586e-08 -0.58778524 0.80901712 0.24999999 -0.58778524 0.76942098
+ 0.47552827 -0.58778524 0.65450853 0.65450853 -0.58778524 0.4755283 0.76942092 -0.58778524 0.25
+ 0.809017 -0.58778524 0 0.8473981 -0.45399052 -0.27533633 0.72083992 -0.45399052 -0.5237208
+ 0.5237208 -0.45399052 -0.72083986 0.2753363 -0.45399052 -0.84739798 0 -0.45399052 -0.89100695
+ -0.2753363 -0.45399052 -0.84739798 -0.52372068 -0.45399052 -0.72083968 -0.72083962 -0.45399052 -0.52372062
+ -0.8473978 -0.45399052 -0.27533621 -0.89100677 -0.45399052 0 -0.8473978 -0.45399052 0.27533621
+ -0.72083962 -0.45399052 0.52372062 -0.52372062 -0.45399052 0.72083956 -0.27533621 -0.45399052 0.84739769
+ -2.6554064e-08 -0.45399052 0.89100665 0.27533615 -0.45399052 0.84739763 0.5237205 -0.45399052 0.7208395
+ 0.72083944 -0.45399052 0.52372056 0.84739757 -0.45399052 0.27533618 0.89100653 -0.45399052 0
+ 0.90450913 -0.30901697 -0.2938928 0.7694214 -0.30901697 -0.55901736 0.55901736 -0.30901697 -0.76942134
+ 0.29389277 -0.30901697 -0.90450901 0 -0.30901697 -0.95105702 -0.29389277 -0.30901697 -0.90450895
+ -0.55901724 -0.30901697 -0.76942122 -0.76942116 -0.30901697 -0.55901718 -0.90450877 -0.30901697 -0.29389271
+ -0.95105678 -0.30901697 0 -0.90450877 -0.30901697 0.29389271 -0.7694211 -0.30901697 0.55901712
+ -0.55901712 -0.30901697 0.76942104 -0.29389271 -0.30901697 0.90450865 -2.8343694e-08 -0.30901697 0.95105666
+ 0.29389262 -0.30901697 0.90450859 0.559017 -0.30901697 0.76942098 0.76942092 -0.30901697 0.55901706
+ 0.90450853 -0.30901697 0.29389265 0.95105654 -0.30901697 0 0.93934804 -0.15643437 -0.30521268
+ 0.79905719 -0.15643437 -0.580549 0.580549 -0.15643437 -0.79905713 0.30521265 -0.15643437 -0.93934792
+ 0 -0.15643437 -0.98768884 -0.30521265 -0.15643437 -0.93934786;
+ setAttr ".vt[166:331]" -0.58054888 -0.15643437 -0.79905695 -0.79905689 -0.15643437 -0.58054882
+ -0.93934768 -0.15643437 -0.30521256 -0.9876886 -0.15643437 0 -0.93934768 -0.15643437 0.30521256
+ -0.79905683 -0.15643437 0.58054876 -0.58054876 -0.15643437 0.79905677 -0.30521256 -0.15643437 0.93934757
+ -2.9435407e-08 -0.15643437 0.98768848 0.30521247 -0.15643437 0.93934757 0.58054864 -0.15643437 0.79905671
+ 0.79905665 -0.15643437 0.5805487 0.93934751 -0.15643437 0.3052125 0.98768836 -0.15643437 0
+ 0.95105714 0 -0.30901718 0.80901754 0 -0.5877856 0.5877856 0 -0.80901748 0.30901715 0 -0.95105702
+ 0 0 -1.000000476837 -0.30901715 0 -0.95105696 -0.58778548 0 -0.8090173 -0.80901724 0 -0.58778542
+ -0.95105678 0 -0.30901706 -1.000000238419 0 0 -0.95105678 0 0.30901706 -0.80901718 0 0.58778536
+ -0.58778536 0 0.80901712 -0.30901706 0 0.95105666 -2.9802322e-08 0 1.000000119209
+ 0.30901697 0 0.9510566 0.58778524 0 0.80901706 0.809017 0 0.5877853 0.95105654 0 0.309017
+ 1 0 0 0.93934804 0.15643437 -0.30521268 0.79905719 0.15643437 -0.580549 0.580549 0.15643437 -0.79905713
+ 0.30521265 0.15643437 -0.93934792 0 0.15643437 -0.98768884 -0.30521265 0.15643437 -0.93934786
+ -0.58054888 0.15643437 -0.79905695 -0.79905689 0.15643437 -0.58054882 -0.93934768 0.15643437 -0.30521256
+ -0.9876886 0.15643437 0 -0.93934768 0.15643437 0.30521256 -0.79905683 0.15643437 0.58054876
+ -0.58054876 0.15643437 0.79905677 -0.30521256 0.15643437 0.93934757 -2.9435407e-08 0.15643437 0.98768848
+ 0.30521247 0.15643437 0.93934757 0.58054864 0.15643437 0.79905671 0.79905665 0.15643437 0.5805487
+ 0.93934751 0.15643437 0.3052125 0.98768836 0.15643437 0 0.90450913 0.30901697 -0.2938928
+ 0.7694214 0.30901697 -0.55901736 0.55901736 0.30901697 -0.76942134 0.29389277 0.30901697 -0.90450901
+ 0 0.30901697 -0.95105702 -0.29389277 0.30901697 -0.90450895 -0.55901724 0.30901697 -0.76942122
+ -0.76942116 0.30901697 -0.55901718 -0.90450877 0.30901697 -0.29389271 -0.95105678 0.30901697 0
+ -0.90450877 0.30901697 0.29389271 -0.7694211 0.30901697 0.55901712 -0.55901712 0.30901697 0.76942104
+ -0.29389271 0.30901697 0.90450865 -2.8343694e-08 0.30901697 0.95105666 0.29389262 0.30901697 0.90450859
+ 0.559017 0.30901697 0.76942098 0.76942092 0.30901697 0.55901706 0.90450853 0.30901697 0.29389265
+ 0.95105654 0.30901697 0 0.8473981 0.45399052 -0.27533633 0.72083992 0.45399052 -0.5237208
+ 0.5237208 0.45399052 -0.72083986 0.2753363 0.45399052 -0.84739798 0 0.45399052 -0.89100695
+ -0.2753363 0.45399052 -0.84739798 -0.52372068 0.45399052 -0.72083968 -0.72083962 0.45399052 -0.52372062
+ -0.8473978 0.45399052 -0.27533621 -0.89100677 0.45399052 0 -0.8473978 0.45399052 0.27533621
+ -0.72083962 0.45399052 0.52372062 -0.52372062 0.45399052 0.72083956 -0.27533621 0.45399052 0.84739769
+ -2.6554064e-08 0.45399052 0.89100665 0.27533615 0.45399052 0.84739763 0.5237205 0.45399052 0.7208395
+ 0.72083944 0.45399052 0.52372056 0.84739757 0.45399052 0.27533618 0.89100653 0.45399052 0
+ 0.7694214 0.58778524 -0.25000015 0.65450895 0.58778524 -0.47552854 0.47552854 0.58778524 -0.65450889
+ 0.25000012 0.58778524 -0.76942128 0 0.58778524 -0.80901736 -0.25000012 0.58778524 -0.76942122
+ -0.47552845 0.58778524 -0.65450877 -0.65450871 0.58778524 -0.47552839 -0.7694211 0.58778524 -0.25000006
+ -0.80901718 0.58778524 0 -0.7694211 0.58778524 0.25000006 -0.65450865 0.58778524 0.47552836
+ -0.47552836 0.58778524 0.65450859 -0.25000006 0.58778524 0.76942098 -2.4110586e-08 0.58778524 0.80901712
+ 0.24999999 0.58778524 0.76942098 0.47552827 0.58778524 0.65450853 0.65450853 0.58778524 0.4755283
+ 0.76942092 0.58778524 0.25 0.809017 0.58778524 0 0.67249894 0.70710677 -0.21850814
+ 0.57206178 0.70710677 -0.41562718 0.41562718 0.70710677 -0.57206172 0.21850812 0.70710677 -0.67249888
+ 0 0.70710677 -0.70710713 -0.21850812 0.70710677 -0.67249882 -0.41562709 0.70710677 -0.5720616
+ -0.57206154 0.70710677 -0.41562706 -0.6724987 0.70710677 -0.21850805 -0.70710695 0.70710677 0
+ -0.6724987 0.70710677 0.21850805 -0.57206154 0.70710677 0.415627 -0.415627 0.70710677 0.57206148
+ -0.21850805 0.70710677 0.67249858 -2.1073424e-08 0.70710677 0.70710683 0.21850799 0.70710677 0.67249858
+ 0.41562691 0.70710677 0.57206142 0.57206142 0.70710677 0.41562697 0.67249852 0.70710677 0.21850802
+ 0.70710677 0.70710677 0 0.55901736 0.809017 -0.18163574 0.47552857 0.809017 -0.34549171
+ 0.34549171 0.809017 -0.47552854 0.18163572 0.809017 -0.5590173 0 0.809017 -0.58778554
+ -0.18163572 0.809017 -0.55901724 -0.34549165 0.809017 -0.47552842 -0.47552839 0.809017 -0.34549159
+ -0.55901712 0.809017 -0.18163566 -0.58778536 0.809017 0 -0.55901712 0.809017 0.18163566
+ -0.47552836 0.809017 0.34549156 -0.34549156 0.809017 0.47552833 -0.18163566 0.809017 0.55901706
+ -1.7517365e-08 0.809017 0.5877853 0.18163562 0.809017 0.55901706 0.3454915 0.809017 0.4755283
+ 0.47552827 0.809017 0.34549153 0.559017 0.809017 0.18163563 0.58778524 0.809017 0
+ 0.43177092 0.89100653 -0.14029087 0.36728629 0.89100653 -0.2668491 0.2668491 0.89100653 -0.36728626
+ 0.14029086 0.89100653 -0.43177086 0 0.89100653 -0.45399073 -0.14029086 0.89100653 -0.43177083
+ -0.26684904 0.89100653 -0.36728618 -0.36728615 0.89100653 -0.26684901 -0.43177077 0.89100653 -0.14029081
+ -0.45399064 0.89100653 0 -0.43177077 0.89100653 0.14029081 -0.36728612 0.89100653 0.26684898;
+ setAttr ".vt[332:381]" -0.26684898 0.89100653 0.36728612 -0.14029081 0.89100653 0.43177071
+ -1.3529972e-08 0.89100653 0.45399058 0.14029078 0.89100653 0.43177068 0.26684892 0.89100653 0.36728609
+ 0.36728606 0.89100653 0.26684895 0.43177065 0.89100653 0.1402908 0.45399052 0.89100653 0
+ 0.29389283 0.95105654 -0.095491566 0.25000018 0.95105654 -0.18163574 0.18163574 0.95105654 -0.25000015
+ 0.095491551 0.95105654 -0.2938928 0 0.95105654 -0.30901715 -0.095491551 0.95105654 -0.29389277
+ -0.18163571 0.95105654 -0.25000009 -0.25000009 0.95105654 -0.18163569 -0.29389271 0.95105654 -0.095491529
+ -0.30901706 0.95105654 0 -0.29389271 0.95105654 0.095491529 -0.25000006 0.95105654 0.18163568
+ -0.18163568 0.95105654 0.25000006 -0.095491529 0.95105654 0.29389268 -9.2094243e-09 0.95105654 0.30901703
+ 0.095491499 0.95105654 0.29389265 0.18163563 0.95105654 0.25000003 0.25 0.95105654 0.18163565
+ 0.29389265 0.95105654 0.095491506 0.309017 0.95105654 0 0.14877813 0.98768836 -0.048340943
+ 0.12655823 0.98768836 -0.091949932 0.091949932 0.98768836 -0.12655823 0.048340935 0.98768836 -0.14877811
+ 0 0.98768836 -0.15643455 -0.048340935 0.98768836 -0.1487781 -0.091949917 0.98768836 -0.1265582
+ -0.12655818 0.98768836 -0.091949902 -0.14877807 0.98768836 -0.048340924 -0.15643452 0.98768836 0
+ -0.14877807 0.98768836 0.048340924 -0.12655818 0.98768836 0.091949895 -0.091949895 0.98768836 0.12655817
+ -0.048340924 0.98768836 0.14877805 -4.6621107e-09 0.98768836 0.15643449 0.048340909 0.98768836 0.14877804
+ 0.09194988 0.98768836 0.12655815 0.12655815 0.98768836 0.091949888 0.14877804 0.98768836 0.048340913
+ 0.15643448 0.98768836 0 0 -1 0 0 1 0;
+ setAttr -s 780 ".ed";
+ setAttr ".ed[0:165]" 0 1 1 1 2 1 2 3 1 3 4 1 4 5 1 5 6 1 6 7 1 7 8 1 8 9 1
+ 9 10 1 10 11 1 11 12 1 12 13 1 13 14 1 14 15 1 15 16 1 16 17 1 17 18 1 18 19 1 19 0 1
+ 20 21 1 21 22 1 22 23 1 23 24 1 24 25 1 25 26 1 26 27 1 27 28 1 28 29 1 29 30 1 30 31 1
+ 31 32 1 32 33 1 33 34 1 34 35 1 35 36 1 36 37 1 37 38 1 38 39 1 39 20 1 40 41 1 41 42 1
+ 42 43 1 43 44 1 44 45 1 45 46 1 46 47 1 47 48 1 48 49 1 49 50 1 50 51 1 51 52 1 52 53 1
+ 53 54 1 54 55 1 55 56 1 56 57 1 57 58 1 58 59 1 59 40 1 60 61 1 61 62 1 62 63 1 63 64 1
+ 64 65 1 65 66 1 66 67 1 67 68 1 68 69 1 69 70 1 70 71 1 71 72 1 72 73 1 73 74 1 74 75 1
+ 75 76 1 76 77 1 77 78 1 78 79 1 79 60 1 80 81 1 81 82 1 82 83 1 83 84 1 84 85 1 85 86 1
+ 86 87 1 87 88 1 88 89 1 89 90 1 90 91 1 91 92 1 92 93 1 93 94 1 94 95 1 95 96 1 96 97 1
+ 97 98 1 98 99 1 99 80 1 100 101 1 101 102 1 102 103 1 103 104 1 104 105 1 105 106 1
+ 106 107 1 107 108 1 108 109 1 109 110 1 110 111 1 111 112 1 112 113 1 113 114 1 114 115 1
+ 115 116 1 116 117 1 117 118 1 118 119 1 119 100 1 120 121 1 121 122 1 122 123 1 123 124 1
+ 124 125 1 125 126 1 126 127 1 127 128 1 128 129 1 129 130 1 130 131 1 131 132 1 132 133 1
+ 133 134 1 134 135 1 135 136 1 136 137 1 137 138 1 138 139 1 139 120 1 140 141 1 141 142 1
+ 142 143 1 143 144 1 144 145 1 145 146 1 146 147 1 147 148 1 148 149 1 149 150 1 150 151 1
+ 151 152 1 152 153 1 153 154 1 154 155 1 155 156 1 156 157 1 157 158 1 158 159 1 159 140 1
+ 160 161 1 161 162 1 162 163 1 163 164 1 164 165 1 165 166 1;
+ setAttr ".ed[166:331]" 166 167 1 167 168 1 168 169 1 169 170 1 170 171 1 171 172 1
+ 172 173 1 173 174 1 174 175 1 175 176 1 176 177 1 177 178 1 178 179 1 179 160 1 180 181 1
+ 181 182 1 182 183 1 183 184 1 184 185 1 185 186 1 186 187 1 187 188 1 188 189 1 189 190 1
+ 190 191 1 191 192 1 192 193 1 193 194 1 194 195 1 195 196 1 196 197 1 197 198 1 198 199 1
+ 199 180 1 200 201 1 201 202 1 202 203 1 203 204 1 204 205 1 205 206 1 206 207 1 207 208 1
+ 208 209 1 209 210 1 210 211 1 211 212 1 212 213 1 213 214 1 214 215 1 215 216 1 216 217 1
+ 217 218 1 218 219 1 219 200 1 220 221 1 221 222 1 222 223 1 223 224 1 224 225 1 225 226 1
+ 226 227 1 227 228 1 228 229 1 229 230 1 230 231 1 231 232 1 232 233 1 233 234 1 234 235 1
+ 235 236 1 236 237 1 237 238 1 238 239 1 239 220 1 240 241 1 241 242 1 242 243 1 243 244 1
+ 244 245 1 245 246 1 246 247 1 247 248 1 248 249 1 249 250 1 250 251 1 251 252 1 252 253 1
+ 253 254 1 254 255 1 255 256 1 256 257 1 257 258 1 258 259 1 259 240 1 260 261 1 261 262 1
+ 262 263 1 263 264 1 264 265 1 265 266 1 266 267 1 267 268 1 268 269 1 269 270 1 270 271 1
+ 271 272 1 272 273 1 273 274 1 274 275 1 275 276 1 276 277 1 277 278 1 278 279 1 279 260 1
+ 280 281 1 281 282 1 282 283 1 283 284 1 284 285 1 285 286 1 286 287 1 287 288 1 288 289 1
+ 289 290 1 290 291 1 291 292 1 292 293 1 293 294 1 294 295 1 295 296 1 296 297 1 297 298 1
+ 298 299 1 299 280 1 300 301 1 301 302 1 302 303 1 303 304 1 304 305 1 305 306 1 306 307 1
+ 307 308 1 308 309 1 309 310 1 310 311 1 311 312 1 312 313 1 313 314 1 314 315 1 315 316 1
+ 316 317 1 317 318 1 318 319 1 319 300 1 320 321 1 321 322 1 322 323 1 323 324 1 324 325 1
+ 325 326 1 326 327 1 327 328 1 328 329 1 329 330 1 330 331 1 331 332 1;
+ setAttr ".ed[332:497]" 332 333 1 333 334 1 334 335 1 335 336 1 336 337 1 337 338 1
+ 338 339 1 339 320 1 340 341 1 341 342 1 342 343 1 343 344 1 344 345 1 345 346 1 346 347 1
+ 347 348 1 348 349 1 349 350 1 350 351 1 351 352 1 352 353 1 353 354 1 354 355 1 355 356 1
+ 356 357 1 357 358 1 358 359 1 359 340 1 360 361 1 361 362 1 362 363 1 363 364 1 364 365 1
+ 365 366 1 366 367 1 367 368 1 368 369 1 369 370 1 370 371 1 371 372 1 372 373 1 373 374 1
+ 374 375 1 375 376 1 376 377 1 377 378 1 378 379 1 379 360 1 0 20 1 1 21 1 2 22 1
+ 3 23 1 4 24 1 5 25 1 6 26 1 7 27 1 8 28 1 9 29 1 10 30 1 11 31 1 12 32 1 13 33 1
+ 14 34 1 15 35 1 16 36 1 17 37 1 18 38 1 19 39 1 20 40 1 21 41 1 22 42 1 23 43 1 24 44 1
+ 25 45 1 26 46 1 27 47 1 28 48 1 29 49 1 30 50 1 31 51 1 32 52 1 33 53 1 34 54 1 35 55 1
+ 36 56 1 37 57 1 38 58 1 39 59 1 40 60 1 41 61 1 42 62 1 43 63 1 44 64 1 45 65 1 46 66 1
+ 47 67 1 48 68 1 49 69 1 50 70 1 51 71 1 52 72 1 53 73 1 54 74 1 55 75 1 56 76 1 57 77 1
+ 58 78 1 59 79 1 60 80 1 61 81 1 62 82 1 63 83 1 64 84 1 65 85 1 66 86 1 67 87 1 68 88 1
+ 69 89 1 70 90 1 71 91 1 72 92 1 73 93 1 74 94 1 75 95 1 76 96 1 77 97 1 78 98 1 79 99 1
+ 80 100 1 81 101 1 82 102 1 83 103 1 84 104 1 85 105 1 86 106 1 87 107 1 88 108 1
+ 89 109 1 90 110 1 91 111 1 92 112 1 93 113 1 94 114 1 95 115 1 96 116 1 97 117 1
+ 98 118 1 99 119 1 100 120 1 101 121 1 102 122 1 103 123 1 104 124 1 105 125 1 106 126 1
+ 107 127 1 108 128 1 109 129 1 110 130 1 111 131 1 112 132 1 113 133 1 114 134 1 115 135 1
+ 116 136 1 117 137 1;
+ setAttr ".ed[498:663]" 118 138 1 119 139 1 120 140 1 121 141 1 122 142 1 123 143 1
+ 124 144 1 125 145 1 126 146 1 127 147 1 128 148 1 129 149 1 130 150 1 131 151 1 132 152 1
+ 133 153 1 134 154 1 135 155 1 136 156 1 137 157 1 138 158 1 139 159 1 140 160 1 141 161 1
+ 142 162 1 143 163 1 144 164 1 145 165 1 146 166 1 147 167 1 148 168 1 149 169 1 150 170 1
+ 151 171 1 152 172 1 153 173 1 154 174 1 155 175 1 156 176 1 157 177 1 158 178 1 159 179 1
+ 160 180 1 161 181 1 162 182 1 163 183 1 164 184 1 165 185 1 166 186 1 167 187 1 168 188 1
+ 169 189 1 170 190 1 171 191 1 172 192 1 173 193 1 174 194 1 175 195 1 176 196 1 177 197 1
+ 178 198 1 179 199 1 180 200 1 181 201 1 182 202 1 183 203 1 184 204 1 185 205 1 186 206 1
+ 187 207 1 188 208 1 189 209 1 190 210 1 191 211 1 192 212 1 193 213 1 194 214 1 195 215 1
+ 196 216 1 197 217 1 198 218 1 199 219 1 200 220 1 201 221 1 202 222 1 203 223 1 204 224 1
+ 205 225 1 206 226 1 207 227 1 208 228 1 209 229 1 210 230 1 211 231 1 212 232 1 213 233 1
+ 214 234 1 215 235 1 216 236 1 217 237 1 218 238 1 219 239 1 220 240 1 221 241 1 222 242 1
+ 223 243 1 224 244 1 225 245 1 226 246 1 227 247 1 228 248 1 229 249 1 230 250 1 231 251 1
+ 232 252 1 233 253 1 234 254 1 235 255 1 236 256 1 237 257 1 238 258 1 239 259 1 240 260 1
+ 241 261 1 242 262 1 243 263 1 244 264 1 245 265 1 246 266 1 247 267 1 248 268 1 249 269 1
+ 250 270 1 251 271 1 252 272 1 253 273 1 254 274 1 255 275 1 256 276 1 257 277 1 258 278 1
+ 259 279 1 260 280 1 261 281 1 262 282 1 263 283 1 264 284 1 265 285 1 266 286 1 267 287 1
+ 268 288 1 269 289 1 270 290 1 271 291 1 272 292 1 273 293 1 274 294 1 275 295 1 276 296 1
+ 277 297 1 278 298 1 279 299 1 280 300 1 281 301 1 282 302 1 283 303 1;
+ setAttr ".ed[664:779]" 284 304 1 285 305 1 286 306 1 287 307 1 288 308 1 289 309 1
+ 290 310 1 291 311 1 292 312 1 293 313 1 294 314 1 295 315 1 296 316 1 297 317 1 298 318 1
+ 299 319 1 300 320 1 301 321 1 302 322 1 303 323 1 304 324 1 305 325 1 306 326 1 307 327 1
+ 308 328 1 309 329 1 310 330 1 311 331 1 312 332 1 313 333 1 314 334 1 315 335 1 316 336 1
+ 317 337 1 318 338 1 319 339 1 320 340 1 321 341 1 322 342 1 323 343 1 324 344 1 325 345 1
+ 326 346 1 327 347 1 328 348 1 329 349 1 330 350 1 331 351 1 332 352 1 333 353 1 334 354 1
+ 335 355 1 336 356 1 337 357 1 338 358 1 339 359 1 340 360 1 341 361 1 342 362 1 343 363 1
+ 344 364 1 345 365 1 346 366 1 347 367 1 348 368 1 349 369 1 350 370 1 351 371 1 352 372 1
+ 353 373 1 354 374 1 355 375 1 356 376 1 357 377 1 358 378 1 359 379 1 380 0 1 380 1 1
+ 380 2 1 380 3 1 380 4 1 380 5 1 380 6 1 380 7 1 380 8 1 380 9 1 380 10 1 380 11 1
+ 380 12 1 380 13 1 380 14 1 380 15 1 380 16 1 380 17 1 380 18 1 380 19 1 360 381 1
+ 361 381 1 362 381 1 363 381 1 364 381 1 365 381 1 366 381 1 367 381 1 368 381 1 369 381 1
+ 370 381 1 371 381 1 372 381 1 373 381 1 374 381 1 375 381 1 376 381 1 377 381 1 378 381 1
+ 379 381 1;
+ setAttr -s 400 -ch 1560 ".fc[0:399]" -type "polyFaces"
+ f 4 0 381 -21 -381
+ mu 0 4 0 1 22 21
+ f 4 1 382 -22 -382
+ mu 0 4 1 2 23 22
+ f 4 2 383 -23 -383
+ mu 0 4 2 3 24 23
+ f 4 3 384 -24 -384
+ mu 0 4 3 4 25 24
+ f 4 4 385 -25 -385
+ mu 0 4 4 5 26 25
+ f 4 5 386 -26 -386
+ mu 0 4 5 6 27 26
+ f 4 6 387 -27 -387
+ mu 0 4 6 7 28 27
+ f 4 7 388 -28 -388
+ mu 0 4 7 8 29 28
+ f 4 8 389 -29 -389
+ mu 0 4 8 9 30 29
+ f 4 9 390 -30 -390
+ mu 0 4 9 10 31 30
+ f 4 10 391 -31 -391
+ mu 0 4 10 11 32 31
+ f 4 11 392 -32 -392
+ mu 0 4 11 12 33 32
+ f 4 12 393 -33 -393
+ mu 0 4 12 13 34 33
+ f 4 13 394 -34 -394
+ mu 0 4 13 14 35 34
+ f 4 14 395 -35 -395
+ mu 0 4 14 15 36 35
+ f 4 15 396 -36 -396
+ mu 0 4 15 16 37 36
+ f 4 16 397 -37 -397
+ mu 0 4 16 17 38 37
+ f 4 17 398 -38 -398
+ mu 0 4 17 18 39 38
+ f 4 18 399 -39 -399
+ mu 0 4 18 19 40 39
+ f 4 19 380 -40 -400
+ mu 0 4 19 20 41 40
+ f 4 20 401 -41 -401
+ mu 0 4 21 22 43 42
+ f 4 21 402 -42 -402
+ mu 0 4 22 23 44 43
+ f 4 22 403 -43 -403
+ mu 0 4 23 24 45 44
+ f 4 23 404 -44 -404
+ mu 0 4 24 25 46 45
+ f 4 24 405 -45 -405
+ mu 0 4 25 26 47 46
+ f 4 25 406 -46 -406
+ mu 0 4 26 27 48 47
+ f 4 26 407 -47 -407
+ mu 0 4 27 28 49 48
+ f 4 27 408 -48 -408
+ mu 0 4 28 29 50 49
+ f 4 28 409 -49 -409
+ mu 0 4 29 30 51 50
+ f 4 29 410 -50 -410
+ mu 0 4 30 31 52 51
+ f 4 30 411 -51 -411
+ mu 0 4 31 32 53 52
+ f 4 31 412 -52 -412
+ mu 0 4 32 33 54 53
+ f 4 32 413 -53 -413
+ mu 0 4 33 34 55 54
+ f 4 33 414 -54 -414
+ mu 0 4 34 35 56 55
+ f 4 34 415 -55 -415
+ mu 0 4 35 36 57 56
+ f 4 35 416 -56 -416
+ mu 0 4 36 37 58 57
+ f 4 36 417 -57 -417
+ mu 0 4 37 38 59 58
+ f 4 37 418 -58 -418
+ mu 0 4 38 39 60 59
+ f 4 38 419 -59 -419
+ mu 0 4 39 40 61 60
+ f 4 39 400 -60 -420
+ mu 0 4 40 41 62 61
+ f 4 40 421 -61 -421
+ mu 0 4 42 43 64 63
+ f 4 41 422 -62 -422
+ mu 0 4 43 44 65 64
+ f 4 42 423 -63 -423
+ mu 0 4 44 45 66 65
+ f 4 43 424 -64 -424
+ mu 0 4 45 46 67 66
+ f 4 44 425 -65 -425
+ mu 0 4 46 47 68 67
+ f 4 45 426 -66 -426
+ mu 0 4 47 48 69 68
+ f 4 46 427 -67 -427
+ mu 0 4 48 49 70 69
+ f 4 47 428 -68 -428
+ mu 0 4 49 50 71 70
+ f 4 48 429 -69 -429
+ mu 0 4 50 51 72 71
+ f 4 49 430 -70 -430
+ mu 0 4 51 52 73 72
+ f 4 50 431 -71 -431
+ mu 0 4 52 53 74 73
+ f 4 51 432 -72 -432
+ mu 0 4 53 54 75 74
+ f 4 52 433 -73 -433
+ mu 0 4 54 55 76 75
+ f 4 53 434 -74 -434
+ mu 0 4 55 56 77 76
+ f 4 54 435 -75 -435
+ mu 0 4 56 57 78 77
+ f 4 55 436 -76 -436
+ mu 0 4 57 58 79 78
+ f 4 56 437 -77 -437
+ mu 0 4 58 59 80 79
+ f 4 57 438 -78 -438
+ mu 0 4 59 60 81 80
+ f 4 58 439 -79 -439
+ mu 0 4 60 61 82 81
+ f 4 59 420 -80 -440
+ mu 0 4 61 62 83 82
+ f 4 60 441 -81 -441
+ mu 0 4 63 64 85 84
+ f 4 61 442 -82 -442
+ mu 0 4 64 65 86 85
+ f 4 62 443 -83 -443
+ mu 0 4 65 66 87 86
+ f 4 63 444 -84 -444
+ mu 0 4 66 67 88 87
+ f 4 64 445 -85 -445
+ mu 0 4 67 68 89 88
+ f 4 65 446 -86 -446
+ mu 0 4 68 69 90 89
+ f 4 66 447 -87 -447
+ mu 0 4 69 70 91 90
+ f 4 67 448 -88 -448
+ mu 0 4 70 71 92 91
+ f 4 68 449 -89 -449
+ mu 0 4 71 72 93 92
+ f 4 69 450 -90 -450
+ mu 0 4 72 73 94 93
+ f 4 70 451 -91 -451
+ mu 0 4 73 74 95 94
+ f 4 71 452 -92 -452
+ mu 0 4 74 75 96 95
+ f 4 72 453 -93 -453
+ mu 0 4 75 76 97 96
+ f 4 73 454 -94 -454
+ mu 0 4 76 77 98 97
+ f 4 74 455 -95 -455
+ mu 0 4 77 78 99 98
+ f 4 75 456 -96 -456
+ mu 0 4 78 79 100 99
+ f 4 76 457 -97 -457
+ mu 0 4 79 80 101 100
+ f 4 77 458 -98 -458
+ mu 0 4 80 81 102 101
+ f 4 78 459 -99 -459
+ mu 0 4 81 82 103 102
+ f 4 79 440 -100 -460
+ mu 0 4 82 83 104 103
+ f 4 80 461 -101 -461
+ mu 0 4 84 85 106 105
+ f 4 81 462 -102 -462
+ mu 0 4 85 86 107 106
+ f 4 82 463 -103 -463
+ mu 0 4 86 87 108 107
+ f 4 83 464 -104 -464
+ mu 0 4 87 88 109 108
+ f 4 84 465 -105 -465
+ mu 0 4 88 89 110 109
+ f 4 85 466 -106 -466
+ mu 0 4 89 90 111 110
+ f 4 86 467 -107 -467
+ mu 0 4 90 91 112 111
+ f 4 87 468 -108 -468
+ mu 0 4 91 92 113 112
+ f 4 88 469 -109 -469
+ mu 0 4 92 93 114 113
+ f 4 89 470 -110 -470
+ mu 0 4 93 94 115 114
+ f 4 90 471 -111 -471
+ mu 0 4 94 95 116 115
+ f 4 91 472 -112 -472
+ mu 0 4 95 96 117 116
+ f 4 92 473 -113 -473
+ mu 0 4 96 97 118 117
+ f 4 93 474 -114 -474
+ mu 0 4 97 98 119 118
+ f 4 94 475 -115 -475
+ mu 0 4 98 99 120 119
+ f 4 95 476 -116 -476
+ mu 0 4 99 100 121 120
+ f 4 96 477 -117 -477
+ mu 0 4 100 101 122 121
+ f 4 97 478 -118 -478
+ mu 0 4 101 102 123 122
+ f 4 98 479 -119 -479
+ mu 0 4 102 103 124 123
+ f 4 99 460 -120 -480
+ mu 0 4 103 104 125 124
+ f 4 100 481 -121 -481
+ mu 0 4 105 106 127 126
+ f 4 101 482 -122 -482
+ mu 0 4 106 107 128 127
+ f 4 102 483 -123 -483
+ mu 0 4 107 108 129 128
+ f 4 103 484 -124 -484
+ mu 0 4 108 109 130 129
+ f 4 104 485 -125 -485
+ mu 0 4 109 110 131 130
+ f 4 105 486 -126 -486
+ mu 0 4 110 111 132 131
+ f 4 106 487 -127 -487
+ mu 0 4 111 112 133 132
+ f 4 107 488 -128 -488
+ mu 0 4 112 113 134 133
+ f 4 108 489 -129 -489
+ mu 0 4 113 114 135 134
+ f 4 109 490 -130 -490
+ mu 0 4 114 115 136 135
+ f 4 110 491 -131 -491
+ mu 0 4 115 116 137 136
+ f 4 111 492 -132 -492
+ mu 0 4 116 117 138 137
+ f 4 112 493 -133 -493
+ mu 0 4 117 118 139 138
+ f 4 113 494 -134 -494
+ mu 0 4 118 119 140 139
+ f 4 114 495 -135 -495
+ mu 0 4 119 120 141 140
+ f 4 115 496 -136 -496
+ mu 0 4 120 121 142 141
+ f 4 116 497 -137 -497
+ mu 0 4 121 122 143 142
+ f 4 117 498 -138 -498
+ mu 0 4 122 123 144 143
+ f 4 118 499 -139 -499
+ mu 0 4 123 124 145 144
+ f 4 119 480 -140 -500
+ mu 0 4 124 125 146 145
+ f 4 120 501 -141 -501
+ mu 0 4 126 127 148 147
+ f 4 121 502 -142 -502
+ mu 0 4 127 128 149 148
+ f 4 122 503 -143 -503
+ mu 0 4 128 129 150 149
+ f 4 123 504 -144 -504
+ mu 0 4 129 130 151 150
+ f 4 124 505 -145 -505
+ mu 0 4 130 131 152 151
+ f 4 125 506 -146 -506
+ mu 0 4 131 132 153 152
+ f 4 126 507 -147 -507
+ mu 0 4 132 133 154 153
+ f 4 127 508 -148 -508
+ mu 0 4 133 134 155 154
+ f 4 128 509 -149 -509
+ mu 0 4 134 135 156 155
+ f 4 129 510 -150 -510
+ mu 0 4 135 136 157 156
+ f 4 130 511 -151 -511
+ mu 0 4 136 137 158 157
+ f 4 131 512 -152 -512
+ mu 0 4 137 138 159 158
+ f 4 132 513 -153 -513
+ mu 0 4 138 139 160 159
+ f 4 133 514 -154 -514
+ mu 0 4 139 140 161 160
+ f 4 134 515 -155 -515
+ mu 0 4 140 141 162 161
+ f 4 135 516 -156 -516
+ mu 0 4 141 142 163 162
+ f 4 136 517 -157 -517
+ mu 0 4 142 143 164 163
+ f 4 137 518 -158 -518
+ mu 0 4 143 144 165 164
+ f 4 138 519 -159 -519
+ mu 0 4 144 145 166 165
+ f 4 139 500 -160 -520
+ mu 0 4 145 146 167 166
+ f 4 140 521 -161 -521
+ mu 0 4 147 148 169 168
+ f 4 141 522 -162 -522
+ mu 0 4 148 149 170 169
+ f 4 142 523 -163 -523
+ mu 0 4 149 150 171 170
+ f 4 143 524 -164 -524
+ mu 0 4 150 151 172 171
+ f 4 144 525 -165 -525
+ mu 0 4 151 152 173 172
+ f 4 145 526 -166 -526
+ mu 0 4 152 153 174 173
+ f 4 146 527 -167 -527
+ mu 0 4 153 154 175 174
+ f 4 147 528 -168 -528
+ mu 0 4 154 155 176 175
+ f 4 148 529 -169 -529
+ mu 0 4 155 156 177 176
+ f 4 149 530 -170 -530
+ mu 0 4 156 157 178 177
+ f 4 150 531 -171 -531
+ mu 0 4 157 158 179 178
+ f 4 151 532 -172 -532
+ mu 0 4 158 159 180 179
+ f 4 152 533 -173 -533
+ mu 0 4 159 160 181 180
+ f 4 153 534 -174 -534
+ mu 0 4 160 161 182 181
+ f 4 154 535 -175 -535
+ mu 0 4 161 162 183 182
+ f 4 155 536 -176 -536
+ mu 0 4 162 163 184 183
+ f 4 156 537 -177 -537
+ mu 0 4 163 164 185 184
+ f 4 157 538 -178 -538
+ mu 0 4 164 165 186 185
+ f 4 158 539 -179 -539
+ mu 0 4 165 166 187 186
+ f 4 159 520 -180 -540
+ mu 0 4 166 167 188 187
+ f 4 160 541 -181 -541
+ mu 0 4 168 169 190 189
+ f 4 161 542 -182 -542
+ mu 0 4 169 170 191 190
+ f 4 162 543 -183 -543
+ mu 0 4 170 171 192 191
+ f 4 163 544 -184 -544
+ mu 0 4 171 172 193 192
+ f 4 164 545 -185 -545
+ mu 0 4 172 173 194 193
+ f 4 165 546 -186 -546
+ mu 0 4 173 174 195 194
+ f 4 166 547 -187 -547
+ mu 0 4 174 175 196 195
+ f 4 167 548 -188 -548
+ mu 0 4 175 176 197 196
+ f 4 168 549 -189 -549
+ mu 0 4 176 177 198 197
+ f 4 169 550 -190 -550
+ mu 0 4 177 178 199 198
+ f 4 170 551 -191 -551
+ mu 0 4 178 179 200 199
+ f 4 171 552 -192 -552
+ mu 0 4 179 180 201 200
+ f 4 172 553 -193 -553
+ mu 0 4 180 181 202 201
+ f 4 173 554 -194 -554
+ mu 0 4 181 182 203 202
+ f 4 174 555 -195 -555
+ mu 0 4 182 183 204 203
+ f 4 175 556 -196 -556
+ mu 0 4 183 184 205 204
+ f 4 176 557 -197 -557
+ mu 0 4 184 185 206 205
+ f 4 177 558 -198 -558
+ mu 0 4 185 186 207 206
+ f 4 178 559 -199 -559
+ mu 0 4 186 187 208 207
+ f 4 179 540 -200 -560
+ mu 0 4 187 188 209 208
+ f 4 180 561 -201 -561
+ mu 0 4 189 190 211 210
+ f 4 181 562 -202 -562
+ mu 0 4 190 191 212 211
+ f 4 182 563 -203 -563
+ mu 0 4 191 192 213 212
+ f 4 183 564 -204 -564
+ mu 0 4 192 193 214 213
+ f 4 184 565 -205 -565
+ mu 0 4 193 194 215 214
+ f 4 185 566 -206 -566
+ mu 0 4 194 195 216 215
+ f 4 186 567 -207 -567
+ mu 0 4 195 196 217 216
+ f 4 187 568 -208 -568
+ mu 0 4 196 197 218 217
+ f 4 188 569 -209 -569
+ mu 0 4 197 198 219 218
+ f 4 189 570 -210 -570
+ mu 0 4 198 199 220 219
+ f 4 190 571 -211 -571
+ mu 0 4 199 200 221 220
+ f 4 191 572 -212 -572
+ mu 0 4 200 201 222 221
+ f 4 192 573 -213 -573
+ mu 0 4 201 202 223 222
+ f 4 193 574 -214 -574
+ mu 0 4 202 203 224 223
+ f 4 194 575 -215 -575
+ mu 0 4 203 204 225 224
+ f 4 195 576 -216 -576
+ mu 0 4 204 205 226 225
+ f 4 196 577 -217 -577
+ mu 0 4 205 206 227 226
+ f 4 197 578 -218 -578
+ mu 0 4 206 207 228 227
+ f 4 198 579 -219 -579
+ mu 0 4 207 208 229 228
+ f 4 199 560 -220 -580
+ mu 0 4 208 209 230 229
+ f 4 200 581 -221 -581
+ mu 0 4 210 211 232 231
+ f 4 201 582 -222 -582
+ mu 0 4 211 212 233 232
+ f 4 202 583 -223 -583
+ mu 0 4 212 213 234 233
+ f 4 203 584 -224 -584
+ mu 0 4 213 214 235 234
+ f 4 204 585 -225 -585
+ mu 0 4 214 215 236 235
+ f 4 205 586 -226 -586
+ mu 0 4 215 216 237 236
+ f 4 206 587 -227 -587
+ mu 0 4 216 217 238 237
+ f 4 207 588 -228 -588
+ mu 0 4 217 218 239 238
+ f 4 208 589 -229 -589
+ mu 0 4 218 219 240 239
+ f 4 209 590 -230 -590
+ mu 0 4 219 220 241 240
+ f 4 210 591 -231 -591
+ mu 0 4 220 221 242 241
+ f 4 211 592 -232 -592
+ mu 0 4 221 222 243 242
+ f 4 212 593 -233 -593
+ mu 0 4 222 223 244 243
+ f 4 213 594 -234 -594
+ mu 0 4 223 224 245 244
+ f 4 214 595 -235 -595
+ mu 0 4 224 225 246 245
+ f 4 215 596 -236 -596
+ mu 0 4 225 226 247 246
+ f 4 216 597 -237 -597
+ mu 0 4 226 227 248 247
+ f 4 217 598 -238 -598
+ mu 0 4 227 228 249 248
+ f 4 218 599 -239 -599
+ mu 0 4 228 229 250 249
+ f 4 219 580 -240 -600
+ mu 0 4 229 230 251 250
+ f 4 220 601 -241 -601
+ mu 0 4 231 232 253 252
+ f 4 221 602 -242 -602
+ mu 0 4 232 233 254 253
+ f 4 222 603 -243 -603
+ mu 0 4 233 234 255 254
+ f 4 223 604 -244 -604
+ mu 0 4 234 235 256 255
+ f 4 224 605 -245 -605
+ mu 0 4 235 236 257 256
+ f 4 225 606 -246 -606
+ mu 0 4 236 237 258 257
+ f 4 226 607 -247 -607
+ mu 0 4 237 238 259 258
+ f 4 227 608 -248 -608
+ mu 0 4 238 239 260 259
+ f 4 228 609 -249 -609
+ mu 0 4 239 240 261 260
+ f 4 229 610 -250 -610
+ mu 0 4 240 241 262 261
+ f 4 230 611 -251 -611
+ mu 0 4 241 242 263 262
+ f 4 231 612 -252 -612
+ mu 0 4 242 243 264 263
+ f 4 232 613 -253 -613
+ mu 0 4 243 244 265 264
+ f 4 233 614 -254 -614
+ mu 0 4 244 245 266 265
+ f 4 234 615 -255 -615
+ mu 0 4 245 246 267 266
+ f 4 235 616 -256 -616
+ mu 0 4 246 247 268 267
+ f 4 236 617 -257 -617
+ mu 0 4 247 248 269 268
+ f 4 237 618 -258 -618
+ mu 0 4 248 249 270 269
+ f 4 238 619 -259 -619
+ mu 0 4 249 250 271 270
+ f 4 239 600 -260 -620
+ mu 0 4 250 251 272 271
+ f 4 240 621 -261 -621
+ mu 0 4 252 253 274 273
+ f 4 241 622 -262 -622
+ mu 0 4 253 254 275 274
+ f 4 242 623 -263 -623
+ mu 0 4 254 255 276 275
+ f 4 243 624 -264 -624
+ mu 0 4 255 256 277 276
+ f 4 244 625 -265 -625
+ mu 0 4 256 257 278 277
+ f 4 245 626 -266 -626
+ mu 0 4 257 258 279 278
+ f 4 246 627 -267 -627
+ mu 0 4 258 259 280 279
+ f 4 247 628 -268 -628
+ mu 0 4 259 260 281 280
+ f 4 248 629 -269 -629
+ mu 0 4 260 261 282 281
+ f 4 249 630 -270 -630
+ mu 0 4 261 262 283 282
+ f 4 250 631 -271 -631
+ mu 0 4 262 263 284 283
+ f 4 251 632 -272 -632
+ mu 0 4 263 264 285 284
+ f 4 252 633 -273 -633
+ mu 0 4 264 265 286 285
+ f 4 253 634 -274 -634
+ mu 0 4 265 266 287 286
+ f 4 254 635 -275 -635
+ mu 0 4 266 267 288 287
+ f 4 255 636 -276 -636
+ mu 0 4 267 268 289 288
+ f 4 256 637 -277 -637
+ mu 0 4 268 269 290 289
+ f 4 257 638 -278 -638
+ mu 0 4 269 270 291 290
+ f 4 258 639 -279 -639
+ mu 0 4 270 271 292 291
+ f 4 259 620 -280 -640
+ mu 0 4 271 272 293 292
+ f 4 260 641 -281 -641
+ mu 0 4 273 274 295 294
+ f 4 261 642 -282 -642
+ mu 0 4 274 275 296 295
+ f 4 262 643 -283 -643
+ mu 0 4 275 276 297 296
+ f 4 263 644 -284 -644
+ mu 0 4 276 277 298 297
+ f 4 264 645 -285 -645
+ mu 0 4 277 278 299 298
+ f 4 265 646 -286 -646
+ mu 0 4 278 279 300 299
+ f 4 266 647 -287 -647
+ mu 0 4 279 280 301 300
+ f 4 267 648 -288 -648
+ mu 0 4 280 281 302 301
+ f 4 268 649 -289 -649
+ mu 0 4 281 282 303 302
+ f 4 269 650 -290 -650
+ mu 0 4 282 283 304 303
+ f 4 270 651 -291 -651
+ mu 0 4 283 284 305 304
+ f 4 271 652 -292 -652
+ mu 0 4 284 285 306 305
+ f 4 272 653 -293 -653
+ mu 0 4 285 286 307 306
+ f 4 273 654 -294 -654
+ mu 0 4 286 287 308 307
+ f 4 274 655 -295 -655
+ mu 0 4 287 288 309 308
+ f 4 275 656 -296 -656
+ mu 0 4 288 289 310 309
+ f 4 276 657 -297 -657
+ mu 0 4 289 290 311 310
+ f 4 277 658 -298 -658
+ mu 0 4 290 291 312 311
+ f 4 278 659 -299 -659
+ mu 0 4 291 292 313 312
+ f 4 279 640 -300 -660
+ mu 0 4 292 293 314 313
+ f 4 280 661 -301 -661
+ mu 0 4 294 295 316 315
+ f 4 281 662 -302 -662
+ mu 0 4 295 296 317 316
+ f 4 282 663 -303 -663
+ mu 0 4 296 297 318 317
+ f 4 283 664 -304 -664
+ mu 0 4 297 298 319 318
+ f 4 284 665 -305 -665
+ mu 0 4 298 299 320 319
+ f 4 285 666 -306 -666
+ mu 0 4 299 300 321 320
+ f 4 286 667 -307 -667
+ mu 0 4 300 301 322 321
+ f 4 287 668 -308 -668
+ mu 0 4 301 302 323 322
+ f 4 288 669 -309 -669
+ mu 0 4 302 303 324 323
+ f 4 289 670 -310 -670
+ mu 0 4 303 304 325 324
+ f 4 290 671 -311 -671
+ mu 0 4 304 305 326 325
+ f 4 291 672 -312 -672
+ mu 0 4 305 306 327 326
+ f 4 292 673 -313 -673
+ mu 0 4 306 307 328 327
+ f 4 293 674 -314 -674
+ mu 0 4 307 308 329 328
+ f 4 294 675 -315 -675
+ mu 0 4 308 309 330 329
+ f 4 295 676 -316 -676
+ mu 0 4 309 310 331 330
+ f 4 296 677 -317 -677
+ mu 0 4 310 311 332 331
+ f 4 297 678 -318 -678
+ mu 0 4 311 312 333 332
+ f 4 298 679 -319 -679
+ mu 0 4 312 313 334 333
+ f 4 299 660 -320 -680
+ mu 0 4 313 314 335 334
+ f 4 300 681 -321 -681
+ mu 0 4 315 316 337 336
+ f 4 301 682 -322 -682
+ mu 0 4 316 317 338 337
+ f 4 302 683 -323 -683
+ mu 0 4 317 318 339 338
+ f 4 303 684 -324 -684
+ mu 0 4 318 319 340 339
+ f 4 304 685 -325 -685
+ mu 0 4 319 320 341 340
+ f 4 305 686 -326 -686
+ mu 0 4 320 321 342 341
+ f 4 306 687 -327 -687
+ mu 0 4 321 322 343 342
+ f 4 307 688 -328 -688
+ mu 0 4 322 323 344 343
+ f 4 308 689 -329 -689
+ mu 0 4 323 324 345 344
+ f 4 309 690 -330 -690
+ mu 0 4 324 325 346 345
+ f 4 310 691 -331 -691
+ mu 0 4 325 326 347 346
+ f 4 311 692 -332 -692
+ mu 0 4 326 327 348 347
+ f 4 312 693 -333 -693
+ mu 0 4 327 328 349 348
+ f 4 313 694 -334 -694
+ mu 0 4 328 329 350 349
+ f 4 314 695 -335 -695
+ mu 0 4 329 330 351 350
+ f 4 315 696 -336 -696
+ mu 0 4 330 331 352 351
+ f 4 316 697 -337 -697
+ mu 0 4 331 332 353 352
+ f 4 317 698 -338 -698
+ mu 0 4 332 333 354 353
+ f 4 318 699 -339 -699
+ mu 0 4 333 334 355 354
+ f 4 319 680 -340 -700
+ mu 0 4 334 335 356 355
+ f 4 320 701 -341 -701
+ mu 0 4 336 337 358 357
+ f 4 321 702 -342 -702
+ mu 0 4 337 338 359 358
+ f 4 322 703 -343 -703
+ mu 0 4 338 339 360 359
+ f 4 323 704 -344 -704
+ mu 0 4 339 340 361 360
+ f 4 324 705 -345 -705
+ mu 0 4 340 341 362 361
+ f 4 325 706 -346 -706
+ mu 0 4 341 342 363 362
+ f 4 326 707 -347 -707
+ mu 0 4 342 343 364 363
+ f 4 327 708 -348 -708
+ mu 0 4 343 344 365 364
+ f 4 328 709 -349 -709
+ mu 0 4 344 345 366 365
+ f 4 329 710 -350 -710
+ mu 0 4 345 346 367 366
+ f 4 330 711 -351 -711
+ mu 0 4 346 347 368 367
+ f 4 331 712 -352 -712
+ mu 0 4 347 348 369 368
+ f 4 332 713 -353 -713
+ mu 0 4 348 349 370 369
+ f 4 333 714 -354 -714
+ mu 0 4 349 350 371 370
+ f 4 334 715 -355 -715
+ mu 0 4 350 351 372 371
+ f 4 335 716 -356 -716
+ mu 0 4 351 352 373 372
+ f 4 336 717 -357 -717
+ mu 0 4 352 353 374 373
+ f 4 337 718 -358 -718
+ mu 0 4 353 354 375 374
+ f 4 338 719 -359 -719
+ mu 0 4 354 355 376 375
+ f 4 339 700 -360 -720
+ mu 0 4 355 356 377 376
+ f 4 340 721 -361 -721
+ mu 0 4 357 358 379 378
+ f 4 341 722 -362 -722
+ mu 0 4 358 359 380 379
+ f 4 342 723 -363 -723
+ mu 0 4 359 360 381 380
+ f 4 343 724 -364 -724
+ mu 0 4 360 361 382 381
+ f 4 344 725 -365 -725
+ mu 0 4 361 362 383 382
+ f 4 345 726 -366 -726
+ mu 0 4 362 363 384 383
+ f 4 346 727 -367 -727
+ mu 0 4 363 364 385 384
+ f 4 347 728 -368 -728
+ mu 0 4 364 365 386 385
+ f 4 348 729 -369 -729
+ mu 0 4 365 366 387 386
+ f 4 349 730 -370 -730
+ mu 0 4 366 367 388 387
+ f 4 350 731 -371 -731
+ mu 0 4 367 368 389 388
+ f 4 351 732 -372 -732
+ mu 0 4 368 369 390 389
+ f 4 352 733 -373 -733
+ mu 0 4 369 370 391 390
+ f 4 353 734 -374 -734
+ mu 0 4 370 371 392 391
+ f 4 354 735 -375 -735
+ mu 0 4 371 372 393 392
+ f 4 355 736 -376 -736
+ mu 0 4 372 373 394 393
+ f 4 356 737 -377 -737
+ mu 0 4 373 374 395 394
+ f 4 357 738 -378 -738
+ mu 0 4 374 375 396 395
+ f 4 358 739 -379 -739
+ mu 0 4 375 376 397 396
+ f 4 359 720 -380 -740
+ mu 0 4 376 377 398 397
+ f 3 -1 -741 741
+ mu 0 3 1 0 399
+ f 3 -2 -742 742
+ mu 0 3 2 1 400
+ f 3 -3 -743 743
+ mu 0 3 3 2 401
+ f 3 -4 -744 744
+ mu 0 3 4 3 402
+ f 3 -5 -745 745
+ mu 0 3 5 4 403
+ f 3 -6 -746 746
+ mu 0 3 6 5 404
+ f 3 -7 -747 747
+ mu 0 3 7 6 405
+ f 3 -8 -748 748
+ mu 0 3 8 7 406
+ f 3 -9 -749 749
+ mu 0 3 9 8 407
+ f 3 -10 -750 750
+ mu 0 3 10 9 408
+ f 3 -11 -751 751
+ mu 0 3 11 10 409
+ f 3 -12 -752 752
+ mu 0 3 12 11 410
+ f 3 -13 -753 753
+ mu 0 3 13 12 411
+ f 3 -14 -754 754
+ mu 0 3 14 13 412
+ f 3 -15 -755 755
+ mu 0 3 15 14 413
+ f 3 -16 -756 756
+ mu 0 3 16 15 414
+ f 3 -17 -757 757
+ mu 0 3 17 16 415
+ f 3 -18 -758 758
+ mu 0 3 18 17 416
+ f 3 -19 -759 759
+ mu 0 3 19 18 417
+ f 3 -20 -760 740
+ mu 0 3 20 19 418
+ f 3 360 761 -761
+ mu 0 3 378 379 419
+ f 3 361 762 -762
+ mu 0 3 379 380 420
+ f 3 362 763 -763
+ mu 0 3 380 381 421
+ f 3 363 764 -764
+ mu 0 3 381 382 422
+ f 3 364 765 -765
+ mu 0 3 382 383 423
+ f 3 365 766 -766
+ mu 0 3 383 384 424
+ f 3 366 767 -767
+ mu 0 3 384 385 425
+ f 3 367 768 -768
+ mu 0 3 385 386 426
+ f 3 368 769 -769
+ mu 0 3 386 387 427
+ f 3 369 770 -770
+ mu 0 3 387 388 428
+ f 3 370 771 -771
+ mu 0 3 388 389 429
+ f 3 371 772 -772
+ mu 0 3 389 390 430
+ f 3 372 773 -773
+ mu 0 3 390 391 431
+ f 3 373 774 -774
+ mu 0 3 391 392 432
+ f 3 374 775 -775
+ mu 0 3 392 393 433
+ f 3 375 776 -776
+ mu 0 3 393 394 434
+ f 3 376 777 -777
+ mu 0 3 394 395 435
+ f 3 377 778 -778
+ mu 0 3 395 396 436
+ f 3 378 779 -779
+ mu 0 3 396 397 437
+ f 3 379 760 -780
+ mu 0 3 397 398 438;
+ setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ;
+ setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ;
+ setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ;
+ setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ;
+ setAttr ".dr" 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of modelMain.ma
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.exr b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.exr
new file mode 100644
index 0000000000..b137a46dfd
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.exr differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.jpg b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.jpg
new file mode 100644
index 0000000000..79ff799e8b
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001.jpg differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001_png.png b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001_png.png
new file mode 100644
index 0000000000..09590fd9da
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/render/renderTest_taskMain_beauty/v001/test_project_test_asset_renderTest_taskMain_beauty_v001_png.png differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma
new file mode 100644
index 0000000000..c476a78086
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma
@@ -0,0 +1,525 @@
+//Maya ASCII 2023 scene
+//Name: test_project_test_asset_test_task_v002.ma
+//Last modified: Thu, Nov 09, 2023 11:59:33 AM
+//Codeset: 1252
+requires maya "2023";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" -nodeType "aiSkyDomeLight"
+ "mtoa" "5.2.1.1";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2023";
+fileInfo "version" "2023";
+fileInfo "cutIdentifier" "202211021031-847a9f9623";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19045)";
+fileInfo "license" "education";
+fileInfo "UUID" "591BA477-4DBF-D8A9-D1CE-AEB4E5E95DCA";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "aiSkyDomeLight1";
+ rename -uid "402BF091-4305-22E3-7CF0-9BA3D7F948F7";
+createNode aiSkyDomeLight -n "aiSkyDomeLightShape1" -p "aiSkyDomeLight1";
+ rename -uid "CEF32074-4066-553D-A4FD-65B508A56ABE";
+ addAttr -ci true -h true -sn "aal" -ln "attributeAliasList" -dt "attributeAlias";
+ setAttr -k off ".v";
+ setAttr ".csh" no;
+ setAttr ".rcsh" no;
+ setAttr ".aal" -type "attributeAlias" {"exposure","aiExposure"} ;
+createNode transform -n "mainCamera";
+ rename -uid "58651370-474E-02EE-39A9-A2AB27E0DD87";
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -n "mainCameraShape" -p "mainCamera";
+ rename -uid "CCE11369-4101-EE5E-5381-3F87DA963CA2";
+ setAttr -k off ".v";
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "D9ADDBD2-49DE-91E2-4166-99A362986A3A";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "A232A3B1-4B62-92E7-A7C9-9D9FC5EF010A";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "B30BA35D-492A-834B-3448-49A80BBBFC39";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "4417380F-4A6A-16CC-B1DE-AA95ED9C7FB2";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+ setAttr ".ufem" -type "stringArray" 0 ;
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "EE21C644-43B8-C754-0BED-709D2EEB204D";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n"
+ + " -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n"
+ + " -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n"
+ + " modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n"
+ + " -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n"
+ + " -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n"
+ + " -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|mainCamera\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n"
+ + " -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n"
+ + " -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n"
+ + " -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n"
+ + " -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n"
+ + " -isSet 0\n -isSetMember 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n"
+ + " -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n"
+ + " -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n"
+ + " -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n"
+ + " -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n"
+ + " -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n"
+ + " -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n"
+ + " -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n"
+ + "\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n"
+ + " -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n"
+ + " -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"quad\\\" -ps 1 50 50 -ps 2 50 50 -ps 3 50 50 -ps 4 50 50 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Top View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Side View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Front View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "31A81965-48A6-B90D-503D-2FA162B7C982";
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "77A2BCB1-4613-905E-080E-B997FD5E1C6F";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "C05729BE-4A33-F1DA-C222-3F8AB6EE7504";
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "806C25D7-4284-C09D-A8AE-4A80DBFFFAAF";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode renderSetupLayer -n "Main";
+ rename -uid "DC3F077F-49F5-1D64-BFF3-AAAF06798636";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "D798EE14-43EE-D8EF-F4C9-D6B19C9BC029";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "0194FCB7-43C4-DC06-C8D6-D9BA2721CCFA";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "37D69395-4785-D0BE-AEA0-EEA66D1FAEDF";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "modelMain";
+ rename -uid "811E4501-4B64-3016-BE29-E18EC09D90B7";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:49991563bf50";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "4E1D2600-482D-425C-352A-74BA418DC374";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:752f6f925fe6";
+createNode objectSet -n "_renderingMain1:Main";
+ rename -uid "A6382090-4537-44CB-E6DC-A5A58B98D008";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:d587b60d712e";
+createNode objectSet -n "workfileMain";
+ rename -uid "0F32608C-4AA1-F493-205C-25BDABF95CEC";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:eee200c4dd38";
+createNode objectSet -n "renderingMain1";
+ rename -uid "9AC6AB5B-45EB-8439-BB6C-C197555E11E8";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:e72a7af3a6c5";
+createNode objectSet -n "_renderingMain:Main1";
+ rename -uid "7CFC031E-42E2-E431-89AB-5A991800F6F2";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "deadlineServers" -ln "deadlineServers" -dt "string";
+ addAttr -ci true -sn "suspendPublishJob" -ln "suspendPublishJob" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "priority" -ln "priority" -at "long";
+ addAttr -ci true -sn "tile_priority" -ln "tile_priority" -at "long";
+ addAttr -ci true -sn "framesPerTask" -ln "framesPerTask" -at "long";
+ addAttr -ci true -sn "whitelist" -ln "whitelist" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "machineList" -ln "machineList" -dt "string";
+ addAttr -ci true -sn "useMayaBatch" -ln "useMayaBatch" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "primaryPool" -ln "primaryPool" -dt "string";
+ addAttr -ci true -sn "secondaryPool" -ln "secondaryPool" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:0850eb5268f2";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderTest_taskMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".deadlineServers" -type "string" "default";
+ setAttr -cb on ".suspendPublishJob";
+ setAttr -cb on ".priority" 50;
+ setAttr -cb on ".tile_priority" 50;
+ setAttr -cb on ".framesPerTask" 1;
+ setAttr -cb on ".whitelist";
+ setAttr ".machineList" -type "string" "";
+ setAttr -cb on ".useMayaBatch";
+ setAttr ".primaryPool" -type "string" "none";
+ setAttr ".secondaryPool" -type "string" "-";
+ setAttr ".task" -type "string" "test_task";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateResolution\": {\"active\": true}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "aiSkyDomeLight1.rlio[0]";
+connectAttr "rs_Main.ri" "mainCamera.rlio[0]";
+connectAttr "rs_Main.ri" "model_GRP.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "model_GRP.iog" "modelMain.dsm" -na;
+connectAttr "modelMain.msg" "_renderingMain:Main.dnsm" -na;
+connectAttr "model_GRP.iog" "_renderingMain1:Main.dsm" -na;
+connectAttr "_renderingMain:Main1.msg" "renderingMain1.dnsm" -na;
+connectAttr "Main.msg" "_renderingMain:Main1.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "aiSkyDomeLightShape1.ltd" ":lightList1.l" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "aiSkyDomeLight1.iog" ":defaultLightSet.dsm" -na;
+// End of test_project_test_asset_test_task_v002.ma
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma
new file mode 100644
index 0000000000..c476a78086
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma
@@ -0,0 +1,525 @@
+//Maya ASCII 2023 scene
+//Name: test_project_test_asset_test_task_v002.ma
+//Last modified: Thu, Nov 09, 2023 11:59:33 AM
+//Codeset: 1252
+requires maya "2023";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" -nodeType "aiSkyDomeLight"
+ "mtoa" "5.2.1.1";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2023";
+fileInfo "version" "2023";
+fileInfo "cutIdentifier" "202211021031-847a9f9623";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19045)";
+fileInfo "license" "education";
+fileInfo "UUID" "591BA477-4DBF-D8A9-D1CE-AEB4E5E95DCA";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "aiSkyDomeLight1";
+ rename -uid "402BF091-4305-22E3-7CF0-9BA3D7F948F7";
+createNode aiSkyDomeLight -n "aiSkyDomeLightShape1" -p "aiSkyDomeLight1";
+ rename -uid "CEF32074-4066-553D-A4FD-65B508A56ABE";
+ addAttr -ci true -h true -sn "aal" -ln "attributeAliasList" -dt "attributeAlias";
+ setAttr -k off ".v";
+ setAttr ".csh" no;
+ setAttr ".rcsh" no;
+ setAttr ".aal" -type "attributeAlias" {"exposure","aiExposure"} ;
+createNode transform -n "mainCamera";
+ rename -uid "58651370-474E-02EE-39A9-A2AB27E0DD87";
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -n "mainCameraShape" -p "mainCamera";
+ rename -uid "CCE11369-4101-EE5E-5381-3F87DA963CA2";
+ setAttr -k off ".v";
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "D9ADDBD2-49DE-91E2-4166-99A362986A3A";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "A232A3B1-4B62-92E7-A7C9-9D9FC5EF010A";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "B30BA35D-492A-834B-3448-49A80BBBFC39";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "4417380F-4A6A-16CC-B1DE-AA95ED9C7FB2";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+ setAttr ".ufem" -type "stringArray" 0 ;
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "EE21C644-43B8-C754-0BED-709D2EEB204D";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n"
+ + " -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n"
+ + " -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n"
+ + " modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n"
+ + " -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n"
+ + " -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n"
+ + " -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|mainCamera\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n"
+ + " -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n"
+ + " -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n"
+ + " -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n"
+ + " -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n"
+ + " -isSet 0\n -isSetMember 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n"
+ + " -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n"
+ + " -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n"
+ + " -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n"
+ + " -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n"
+ + " -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n"
+ + " -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n"
+ + " -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n"
+ + "\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n"
+ + " -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n"
+ + " -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"quad\\\" -ps 1 50 50 -ps 2 50 50 -ps 3 50 50 -ps 4 50 50 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Top View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Side View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Front View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "31A81965-48A6-B90D-503D-2FA162B7C982";
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "77A2BCB1-4613-905E-080E-B997FD5E1C6F";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "C05729BE-4A33-F1DA-C222-3F8AB6EE7504";
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "806C25D7-4284-C09D-A8AE-4A80DBFFFAAF";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode renderSetupLayer -n "Main";
+ rename -uid "DC3F077F-49F5-1D64-BFF3-AAAF06798636";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "D798EE14-43EE-D8EF-F4C9-D6B19C9BC029";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "0194FCB7-43C4-DC06-C8D6-D9BA2721CCFA";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "37D69395-4785-D0BE-AEA0-EEA66D1FAEDF";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "modelMain";
+ rename -uid "811E4501-4B64-3016-BE29-E18EC09D90B7";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:49991563bf50";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "4E1D2600-482D-425C-352A-74BA418DC374";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:752f6f925fe6";
+createNode objectSet -n "_renderingMain1:Main";
+ rename -uid "A6382090-4537-44CB-E6DC-A5A58B98D008";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:d587b60d712e";
+createNode objectSet -n "workfileMain";
+ rename -uid "0F32608C-4AA1-F493-205C-25BDABF95CEC";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:eee200c4dd38";
+createNode objectSet -n "renderingMain1";
+ rename -uid "9AC6AB5B-45EB-8439-BB6C-C197555E11E8";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:e72a7af3a6c5";
+createNode objectSet -n "_renderingMain:Main1";
+ rename -uid "7CFC031E-42E2-E431-89AB-5A991800F6F2";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "deadlineServers" -ln "deadlineServers" -dt "string";
+ addAttr -ci true -sn "suspendPublishJob" -ln "suspendPublishJob" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "priority" -ln "priority" -at "long";
+ addAttr -ci true -sn "tile_priority" -ln "tile_priority" -at "long";
+ addAttr -ci true -sn "framesPerTask" -ln "framesPerTask" -at "long";
+ addAttr -ci true -sn "whitelist" -ln "whitelist" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "machineList" -ln "machineList" -dt "string";
+ addAttr -ci true -sn "useMayaBatch" -ln "useMayaBatch" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "primaryPool" -ln "primaryPool" -dt "string";
+ addAttr -ci true -sn "secondaryPool" -ln "secondaryPool" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:0850eb5268f2";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderTest_taskMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".deadlineServers" -type "string" "default";
+ setAttr -cb on ".suspendPublishJob";
+ setAttr -cb on ".priority" 50;
+ setAttr -cb on ".tile_priority" 50;
+ setAttr -cb on ".framesPerTask" 1;
+ setAttr -cb on ".whitelist";
+ setAttr ".machineList" -type "string" "";
+ setAttr -cb on ".useMayaBatch";
+ setAttr ".primaryPool" -type "string" "none";
+ setAttr ".secondaryPool" -type "string" "-";
+ setAttr ".task" -type "string" "test_task";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateResolution\": {\"active\": true}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "aiSkyDomeLight1.rlio[0]";
+connectAttr "rs_Main.ri" "mainCamera.rlio[0]";
+connectAttr "rs_Main.ri" "model_GRP.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "model_GRP.iog" "modelMain.dsm" -na;
+connectAttr "modelMain.msg" "_renderingMain:Main.dnsm" -na;
+connectAttr "model_GRP.iog" "_renderingMain1:Main.dsm" -na;
+connectAttr "_renderingMain:Main1.msg" "renderingMain1.dnsm" -na;
+connectAttr "Main.msg" "_renderingMain:Main1.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "aiSkyDomeLightShape1.ltd" ":lightList1.l" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "aiSkyDomeLight1.iog" ":defaultLightSet.dsm" -na;
+// End of test_project_test_asset_test_task_v002.ma
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma
new file mode 100644
index 0000000000..c476a78086
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma
@@ -0,0 +1,525 @@
+//Maya ASCII 2023 scene
+//Name: test_project_test_asset_test_task_v002.ma
+//Last modified: Thu, Nov 09, 2023 11:59:33 AM
+//Codeset: 1252
+requires maya "2023";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" -nodeType "aiSkyDomeLight"
+ "mtoa" "5.2.1.1";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2023";
+fileInfo "version" "2023";
+fileInfo "cutIdentifier" "202211021031-847a9f9623";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19045)";
+fileInfo "license" "education";
+fileInfo "UUID" "591BA477-4DBF-D8A9-D1CE-AEB4E5E95DCA";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "aiSkyDomeLight1";
+ rename -uid "402BF091-4305-22E3-7CF0-9BA3D7F948F7";
+createNode aiSkyDomeLight -n "aiSkyDomeLightShape1" -p "aiSkyDomeLight1";
+ rename -uid "CEF32074-4066-553D-A4FD-65B508A56ABE";
+ addAttr -ci true -h true -sn "aal" -ln "attributeAliasList" -dt "attributeAlias";
+ setAttr -k off ".v";
+ setAttr ".csh" no;
+ setAttr ".rcsh" no;
+ setAttr ".aal" -type "attributeAlias" {"exposure","aiExposure"} ;
+createNode transform -n "mainCamera";
+ rename -uid "58651370-474E-02EE-39A9-A2AB27E0DD87";
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -n "mainCameraShape" -p "mainCamera";
+ rename -uid "CCE11369-4101-EE5E-5381-3F87DA963CA2";
+ setAttr -k off ".v";
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "D9ADDBD2-49DE-91E2-4166-99A362986A3A";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "A232A3B1-4B62-92E7-A7C9-9D9FC5EF010A";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "B30BA35D-492A-834B-3448-49A80BBBFC39";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "4417380F-4A6A-16CC-B1DE-AA95ED9C7FB2";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+ setAttr ".ufem" -type "stringArray" 0 ;
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "EE21C644-43B8-C754-0BED-709D2EEB204D";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n"
+ + " -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n"
+ + " -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n"
+ + " modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n"
+ + " -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n"
+ + " -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n"
+ + " -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|mainCamera\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n"
+ + " -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n"
+ + " -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n"
+ + " -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n"
+ + " -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n"
+ + " -isSet 0\n -isSetMember 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n"
+ + " -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n"
+ + " -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n"
+ + " -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n"
+ + " -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n"
+ + " -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n"
+ + " -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n"
+ + " -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n"
+ + "\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n"
+ + " -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n"
+ + " -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"quad\\\" -ps 1 50 50 -ps 2 50 50 -ps 3 50 50 -ps 4 50 50 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Top View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Side View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Front View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "31A81965-48A6-B90D-503D-2FA162B7C982";
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "77A2BCB1-4613-905E-080E-B997FD5E1C6F";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "C05729BE-4A33-F1DA-C222-3F8AB6EE7504";
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "806C25D7-4284-C09D-A8AE-4A80DBFFFAAF";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode renderSetupLayer -n "Main";
+ rename -uid "DC3F077F-49F5-1D64-BFF3-AAAF06798636";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "D798EE14-43EE-D8EF-F4C9-D6B19C9BC029";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "0194FCB7-43C4-DC06-C8D6-D9BA2721CCFA";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "37D69395-4785-D0BE-AEA0-EEA66D1FAEDF";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "modelMain";
+ rename -uid "811E4501-4B64-3016-BE29-E18EC09D90B7";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:49991563bf50";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "4E1D2600-482D-425C-352A-74BA418DC374";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:752f6f925fe6";
+createNode objectSet -n "_renderingMain1:Main";
+ rename -uid "A6382090-4537-44CB-E6DC-A5A58B98D008";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:d587b60d712e";
+createNode objectSet -n "workfileMain";
+ rename -uid "0F32608C-4AA1-F493-205C-25BDABF95CEC";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:eee200c4dd38";
+createNode objectSet -n "renderingMain1";
+ rename -uid "9AC6AB5B-45EB-8439-BB6C-C197555E11E8";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:e72a7af3a6c5";
+createNode objectSet -n "_renderingMain:Main1";
+ rename -uid "7CFC031E-42E2-E431-89AB-5A991800F6F2";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "deadlineServers" -ln "deadlineServers" -dt "string";
+ addAttr -ci true -sn "suspendPublishJob" -ln "suspendPublishJob" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "priority" -ln "priority" -at "long";
+ addAttr -ci true -sn "tile_priority" -ln "tile_priority" -at "long";
+ addAttr -ci true -sn "framesPerTask" -ln "framesPerTask" -at "long";
+ addAttr -ci true -sn "whitelist" -ln "whitelist" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "machineList" -ln "machineList" -dt "string";
+ addAttr -ci true -sn "useMayaBatch" -ln "useMayaBatch" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "primaryPool" -ln "primaryPool" -dt "string";
+ addAttr -ci true -sn "secondaryPool" -ln "secondaryPool" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:0850eb5268f2";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderTest_taskMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".deadlineServers" -type "string" "default";
+ setAttr -cb on ".suspendPublishJob";
+ setAttr -cb on ".priority" 50;
+ setAttr -cb on ".tile_priority" 50;
+ setAttr -cb on ".framesPerTask" 1;
+ setAttr -cb on ".whitelist";
+ setAttr ".machineList" -type "string" "";
+ setAttr -cb on ".useMayaBatch";
+ setAttr ".primaryPool" -type "string" "none";
+ setAttr ".secondaryPool" -type "string" "-";
+ setAttr ".task" -type "string" "test_task";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateResolution\": {\"active\": true}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "aiSkyDomeLight1.rlio[0]";
+connectAttr "rs_Main.ri" "mainCamera.rlio[0]";
+connectAttr "rs_Main.ri" "model_GRP.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "model_GRP.iog" "modelMain.dsm" -na;
+connectAttr "modelMain.msg" "_renderingMain:Main.dnsm" -na;
+connectAttr "model_GRP.iog" "_renderingMain1:Main.dsm" -na;
+connectAttr "_renderingMain:Main1.msg" "renderingMain1.dnsm" -na;
+connectAttr "Main.msg" "_renderingMain:Main1.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "aiSkyDomeLightShape1.ltd" ":lightList1.l" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "aiSkyDomeLight1.iog" ":defaultLightSet.dsm" -na;
+// End of test_project_test_asset_test_task_v002.ma
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel
new file mode 100644
index 0000000000..7b4dc18c55
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel
@@ -0,0 +1,10 @@
+workspace -fr "shaders" "renderData/shaders";
+workspace -fr "images" "renders/maya";
+workspace -fr "particles" "particles";
+workspace -fr "mayaAscii" "";
+workspace -fr "mayaBinary" "";
+workspace -fr "scene" "";
+workspace -fr "alembicCache" "cache/alembic";
+workspace -fr "renderData" "renderData";
+workspace -fr "sourceImages" "sourceimages";
+workspace -fr "fileCache" "cache/nCache";
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.bson b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.bson
new file mode 100644
index 0000000000..72293b3080
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.bson differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json
new file mode 100644
index 0000000000..36babfe61a
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json
@@ -0,0 +1 @@
+{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"}],"uuid":"0fe6204d5115481a93ff43a1ad4b5fdd","collectionName":"test_project"}
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.bson b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.bson
new file mode 100644
index 0000000000..e7bb56a33e
Binary files /dev/null and b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.bson differ
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json
new file mode 100644
index 0000000000..beb3e3b6bb
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json
@@ -0,0 +1 @@
+{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"}],"uuid":"feec494c3f8045e9a23a5092522d157c","collectionName":"settings"}
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/env_vars/env_var.json b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/env_vars/env_var.json
new file mode 100644
index 0000000000..805d1c7017
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/env_vars/env_var.json
@@ -0,0 +1,11 @@
+{
+ "OPENPYPE_MONGO": "{TEST_OPENPYPE_MONGO}",
+ "AVALON_MONGO": "{TEST_OPENPYPE_MONGO}",
+ "OPENPYPE_DATABASE_NAME": "{TEST_OPENPYPE_NAME}",
+ "AVALON_TIMEOUT": "3000",
+ "AVALON_DB": "{TEST_DB_NAME}",
+ "AVALON_PROJECT": "{TEST_PROJECT_NAME}",
+ "PYPE_DEBUG": "3",
+ "AVALON_CONFIG": "openpype",
+ "IS_TEST": "1"
+}
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/startup/userSetup.py b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/startup/userSetup.py
new file mode 100644
index 0000000000..5ea83ef18e
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/startup/userSetup.py
@@ -0,0 +1,13 @@
+import sys
+print("\n".join(sys.path))
+
+from maya import cmds
+import pyblish.util
+import openpype
+
+print("starting OpenPype usersetup for testing")
+cmds.evalDeferred("pyblish.util.publish()")
+
+cmds.evalDeferred("cmds.quit(force=True)")
+cmds.evalDeferred("cmds.quit")
+print("finished OpenPype usersetup for testing")
diff --git a/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma
new file mode 100644
index 0000000000..c476a78086
--- /dev/null
+++ b/tests/integration/hosts/maya/test_deadline_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma
@@ -0,0 +1,525 @@
+//Maya ASCII 2023 scene
+//Name: test_project_test_asset_test_task_v002.ma
+//Last modified: Thu, Nov 09, 2023 11:59:33 AM
+//Codeset: 1252
+requires maya "2023";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" -nodeType "aiSkyDomeLight"
+ "mtoa" "5.2.1.1";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2023";
+fileInfo "version" "2023";
+fileInfo "cutIdentifier" "202211021031-847a9f9623";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19045)";
+fileInfo "license" "education";
+fileInfo "UUID" "591BA477-4DBF-D8A9-D1CE-AEB4E5E95DCA";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "aiSkyDomeLight1";
+ rename -uid "402BF091-4305-22E3-7CF0-9BA3D7F948F7";
+createNode aiSkyDomeLight -n "aiSkyDomeLightShape1" -p "aiSkyDomeLight1";
+ rename -uid "CEF32074-4066-553D-A4FD-65B508A56ABE";
+ addAttr -ci true -h true -sn "aal" -ln "attributeAliasList" -dt "attributeAlias";
+ setAttr -k off ".v";
+ setAttr ".csh" no;
+ setAttr ".rcsh" no;
+ setAttr ".aal" -type "attributeAlias" {"exposure","aiExposure"} ;
+createNode transform -n "mainCamera";
+ rename -uid "58651370-474E-02EE-39A9-A2AB27E0DD87";
+ setAttr ".t" -type "double3" 33.329836010894773 18.034068470832839 24.890981774804157 ;
+ setAttr ".r" -type "double3" 79.461647270402509 -44.999999999997357 183.99999999999159 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -n "mainCameraShape" -p "mainCamera";
+ rename -uid "CCE11369-4101-EE5E-5381-3F87DA963CA2";
+ setAttr -k off ".v";
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 50.609449488607154;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -n "model_GRP";
+ rename -uid "445FDC20-4A9D-2C5B-C7BD-F98F6E660B5C";
+createNode transform -n "pSphere1_GEO" -p "model_GRP";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:302a4c6123a4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:6c77a15a98a9";
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "D9ADDBD2-49DE-91E2-4166-99A362986A3A";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "A232A3B1-4B62-92E7-A7C9-9D9FC5EF010A";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "B30BA35D-492A-834B-3448-49A80BBBFC39";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "4417380F-4A6A-16CC-B1DE-AA95ED9C7FB2";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+ setAttr ".ufem" -type "stringArray" 0 ;
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "EE21C644-43B8-C754-0BED-709D2EEB204D";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n"
+ + " -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n"
+ + " -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n"
+ + " modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n"
+ + " -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n"
+ + " -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n"
+ + " -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 477\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|mainCamera\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n"
+ + " -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n"
+ + " -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n"
+ + " -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 476\n -height 345\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n"
+ + " -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n"
+ + " -isSet 0\n -isSetMember 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n"
+ + " -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n"
+ + " -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n"
+ + " -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n"
+ + " -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n"
+ + " -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 1\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n"
+ + " -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n"
+ + " $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n"
+ + " -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n"
+ + "\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n"
+ + " -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n"
+ + " -additiveGraphingMode 1\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n"
+ + "\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"quad\\\" -ps 1 50 50 -ps 2 50 50 -ps 3 50 50 -ps 4 50 50 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Top View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Top View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera top` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|mainCamera\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Side View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Side View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera side` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 476\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Front View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Front View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -camera \\\"|top\\\" \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 477\\n -height 345\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "31A81965-48A6-B90D-503D-2FA162B7C982";
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "77A2BCB1-4613-905E-080E-B997FD5E1C6F";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "C05729BE-4A33-F1DA-C222-3F8AB6EE7504";
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "806C25D7-4284-C09D-A8AE-4A80DBFFFAAF";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode renderSetupLayer -n "Main";
+ rename -uid "DC3F077F-49F5-1D64-BFF3-AAAF06798636";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "D798EE14-43EE-D8EF-F4C9-D6B19C9BC029";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "0194FCB7-43C4-DC06-C8D6-D9BA2721CCFA";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "37D69395-4785-D0BE-AEA0-EEA66D1FAEDF";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "modelMain";
+ rename -uid "811E4501-4B64-3016-BE29-E18EC09D90B7";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:49991563bf50";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "4E1D2600-482D-425C-352A-74BA418DC374";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:752f6f925fe6";
+createNode objectSet -n "_renderingMain1:Main";
+ rename -uid "A6382090-4537-44CB-E6DC-A5A58B98D008";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:d587b60d712e";
+createNode objectSet -n "workfileMain";
+ rename -uid "0F32608C-4AA1-F493-205C-25BDABF95CEC";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:eee200c4dd38";
+createNode objectSet -n "renderingMain1";
+ rename -uid "9AC6AB5B-45EB-8439-BB6C-C197555E11E8";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:e72a7af3a6c5";
+createNode objectSet -n "_renderingMain:Main1";
+ rename -uid "7CFC031E-42E2-E431-89AB-5A991800F6F2";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "deadlineServers" -ln "deadlineServers" -dt "string";
+ addAttr -ci true -sn "suspendPublishJob" -ln "suspendPublishJob" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "priority" -ln "priority" -at "long";
+ addAttr -ci true -sn "tile_priority" -ln "tile_priority" -at "long";
+ addAttr -ci true -sn "framesPerTask" -ln "framesPerTask" -at "long";
+ addAttr -ci true -sn "whitelist" -ln "whitelist" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "machineList" -ln "machineList" -dt "string";
+ addAttr -ci true -sn "useMayaBatch" -ln "useMayaBatch" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "primaryPool" -ln "primaryPool" -dt "string";
+ addAttr -ci true -sn "secondaryPool" -ln "secondaryPool" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "creator_attributes" -ln "creator_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:0850eb5268f2";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderTest_taskMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".deadlineServers" -type "string" "default";
+ setAttr -cb on ".suspendPublishJob";
+ setAttr -cb on ".priority" 50;
+ setAttr -cb on ".tile_priority" 50;
+ setAttr -cb on ".framesPerTask" 1;
+ setAttr -cb on ".whitelist";
+ setAttr ".machineList" -type "string" "";
+ setAttr -cb on ".useMayaBatch";
+ setAttr ".primaryPool" -type "string" "none";
+ setAttr ".secondaryPool" -type "string" "-";
+ setAttr ".task" -type "string" "test_task";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateResolution\": {\"active\": true}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ValidateInstanceInContext\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".creator_attributes" -type "string" "{}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :lightList1;
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//_";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".dar" 1.7777777910232544;
+select -ne :defaultLightSet;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "aiSkyDomeLight1.rlio[0]";
+connectAttr "rs_Main.ri" "mainCamera.rlio[0]";
+connectAttr "rs_Main.ri" "model_GRP.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "model_GRP.iog" "modelMain.dsm" -na;
+connectAttr "modelMain.msg" "_renderingMain:Main.dnsm" -na;
+connectAttr "model_GRP.iog" "_renderingMain1:Main.dsm" -na;
+connectAttr "_renderingMain:Main1.msg" "renderingMain1.dnsm" -na;
+connectAttr "Main.msg" "_renderingMain:Main1.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "aiSkyDomeLightShape1.ltd" ":lightList1.l" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "aiSkyDomeLight1.iog" ":defaultLightSet.dsm" -na;
+// End of test_project_test_asset_test_task_v002.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya.py b/tests/integration/hosts/maya/test_publish_in_maya.py
index b7ee228aae..1a131b0bad 100644
--- a/tests/integration/hosts/maya/test_publish_in_maya.py
+++ b/tests/integration/hosts/maya/test_publish_in_maya.py
@@ -1,3 +1,6 @@
+import re
+import os
+
from tests.lib.assert_classes import DBAssert
from tests.integration.hosts.maya.lib import MayaLocalPublishTestClass
@@ -26,7 +29,7 @@ class TestPublishInMaya(MayaLocalPublishTestClass):
PERSIST = False
TEST_FILES = [
- ("1BTSIIULJTuDc8VvXseuiJV_fL6-Bu7FP", "test_maya_publish.zip", "")
+ ("test_publish_in_maya", "", "")
]
APP_GROUP = "maya"
@@ -35,6 +38,32 @@ class TestPublishInMaya(MayaLocalPublishTestClass):
TIMEOUT = 120 # publish timeout
+ def test_publish(
+ self,
+ dbcon,
+ publish_finished,
+ download_test_data
+ ):
+ """Testing Pyblish and Python logs within Maya."""
+
+ # All maya output via MAYA_CMD_FILE_OUTPUT env var during test run
+ logging_path = os.path.join(download_test_data, "output.log")
+ with open(logging_path, "r") as f:
+ logging_output = f.read()
+
+ print(("-" * 50) + "LOGGING" + ("-" * 50))
+ print(logging_output)
+
+ # Check for pyblish errors.
+ error_regex = r"pyblish \(ERROR\)((.|\n)*?)((pyblish \())"
+ matches = re.findall(error_regex, logging_output)
+ assert not matches, matches[0][0]
+
+ # Check for python errors.
+ error_regex = r"// Error((.|\n)*)"
+ matches = re.findall(error_regex, logging_output)
+ assert not matches, matches[0][0]
+
def test_db_asserts(self, dbcon, publish_finished):
"""Host and input data dependent expected results in DB."""
print("test_db_asserts")
@@ -67,7 +96,7 @@ class TestPublishInMaya(MayaLocalPublishTestClass):
additional_args=additional_args))
additional_args = {"context.subset": "workfileTest_task",
- "context.ext": "mb"}
+ "context.ext": "ma"}
failures.append(
DBAssert.count_of_types(dbcon, "representation", 1,
additional_args=additional_args))
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc
new file mode 100644
index 0000000000..a1d07f8f31
Binary files /dev/null and b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.abc differ
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma
new file mode 100644
index 0000000000..5088dfa11c
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/hero/test_project_test_asset_modelMain_hero.ma
@@ -0,0 +1,1186 @@
+//Maya ASCII 2019 scene
+//Name: modelMain.ma
+//Last modified: Thu, Sep 02, 2021 03:24:19 PM
+//Codeset: 1252
+requires maya "2019";
+requires "mtoa" "4.0.4.2";
+requires "mtoa" "4.0.4.2";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2019";
+fileInfo "version" "2019";
+fileInfo "cutIdentifier" "201812112215-434d8d9c04";
+fileInfo "osv" "Microsoft Windows 10 Technical Preview (Build 19041)\n";
+fileInfo "license" "education";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr -s 439 ".uvst[0].uvsp";
+ setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0 0.050000001 0.050000001 0.050000001
+ 0.1 0.050000001 0.15000001 0.050000001 0.2 0.050000001 0.25 0.050000001 0.30000001
+ 0.050000001 0.35000002 0.050000001 0.40000004 0.050000001 0.45000005 0.050000001
+ 0.50000006 0.050000001 0.55000007 0.050000001 0.60000008 0.050000001 0.6500001 0.050000001
+ 0.70000011 0.050000001 0.75000012 0.050000001 0.80000013 0.050000001 0.85000014 0.050000001
+ 0.90000015 0.050000001 0.95000017 0.050000001 1.000000119209 0.050000001 0 0.1 0.050000001
+ 0.1 0.1 0.1 0.15000001 0.1 0.2 0.1 0.25 0.1 0.30000001 0.1 0.35000002 0.1 0.40000004
+ 0.1 0.45000005 0.1 0.50000006 0.1 0.55000007 0.1 0.60000008 0.1 0.6500001 0.1 0.70000011
+ 0.1 0.75000012 0.1 0.80000013 0.1 0.85000014 0.1 0.90000015 0.1 0.95000017 0.1 1.000000119209
+ 0.1 0 0.15000001 0.050000001 0.15000001 0.1 0.15000001 0.15000001 0.15000001 0.2
+ 0.15000001 0.25 0.15000001 0.30000001 0.15000001 0.35000002 0.15000001 0.40000004
+ 0.15000001 0.45000005 0.15000001 0.50000006 0.15000001 0.55000007 0.15000001 0.60000008
+ 0.15000001 0.6500001 0.15000001 0.70000011 0.15000001 0.75000012 0.15000001 0.80000013
+ 0.15000001 0.85000014 0.15000001 0.90000015 0.15000001 0.95000017 0.15000001 1.000000119209
+ 0.15000001 0 0.2 0.050000001 0.2 0.1 0.2 0.15000001 0.2 0.2 0.2 0.25 0.2 0.30000001
+ 0.2 0.35000002 0.2 0.40000004 0.2 0.45000005 0.2 0.50000006 0.2 0.55000007 0.2 0.60000008
+ 0.2 0.6500001 0.2 0.70000011 0.2 0.75000012 0.2 0.80000013 0.2 0.85000014 0.2 0.90000015
+ 0.2 0.95000017 0.2 1.000000119209 0.2 0 0.25 0.050000001 0.25 0.1 0.25 0.15000001
+ 0.25 0.2 0.25 0.25 0.25 0.30000001 0.25 0.35000002 0.25 0.40000004 0.25 0.45000005
+ 0.25 0.50000006 0.25 0.55000007 0.25 0.60000008 0.25 0.6500001 0.25 0.70000011 0.25
+ 0.75000012 0.25 0.80000013 0.25 0.85000014 0.25 0.90000015 0.25 0.95000017 0.25 1.000000119209
+ 0.25 0 0.30000001 0.050000001 0.30000001 0.1 0.30000001 0.15000001 0.30000001 0.2
+ 0.30000001 0.25 0.30000001 0.30000001 0.30000001 0.35000002 0.30000001 0.40000004
+ 0.30000001 0.45000005 0.30000001 0.50000006 0.30000001 0.55000007 0.30000001 0.60000008
+ 0.30000001 0.6500001 0.30000001 0.70000011 0.30000001 0.75000012 0.30000001 0.80000013
+ 0.30000001 0.85000014 0.30000001 0.90000015 0.30000001 0.95000017 0.30000001 1.000000119209
+ 0.30000001 0 0.35000002 0.050000001 0.35000002 0.1 0.35000002 0.15000001 0.35000002
+ 0.2 0.35000002 0.25 0.35000002 0.30000001 0.35000002 0.35000002 0.35000002 0.40000004
+ 0.35000002 0.45000005 0.35000002 0.50000006 0.35000002 0.55000007 0.35000002 0.60000008
+ 0.35000002 0.6500001 0.35000002 0.70000011 0.35000002 0.75000012 0.35000002 0.80000013
+ 0.35000002 0.85000014 0.35000002 0.90000015 0.35000002 0.95000017 0.35000002 1.000000119209
+ 0.35000002 0 0.40000004 0.050000001 0.40000004 0.1 0.40000004 0.15000001 0.40000004
+ 0.2 0.40000004 0.25 0.40000004 0.30000001 0.40000004 0.35000002 0.40000004 0.40000004
+ 0.40000004 0.45000005 0.40000004 0.50000006 0.40000004 0.55000007 0.40000004 0.60000008
+ 0.40000004 0.6500001 0.40000004 0.70000011 0.40000004 0.75000012 0.40000004 0.80000013
+ 0.40000004 0.85000014 0.40000004 0.90000015 0.40000004 0.95000017 0.40000004 1.000000119209
+ 0.40000004 0 0.45000005 0.050000001 0.45000005 0.1 0.45000005 0.15000001 0.45000005
+ 0.2 0.45000005 0.25 0.45000005 0.30000001 0.45000005 0.35000002 0.45000005 0.40000004
+ 0.45000005 0.45000005 0.45000005 0.50000006 0.45000005 0.55000007 0.45000005 0.60000008
+ 0.45000005 0.6500001 0.45000005 0.70000011 0.45000005 0.75000012 0.45000005 0.80000013
+ 0.45000005 0.85000014 0.45000005 0.90000015 0.45000005 0.95000017 0.45000005 1.000000119209
+ 0.45000005 0 0.50000006 0.050000001 0.50000006 0.1 0.50000006 0.15000001 0.50000006
+ 0.2 0.50000006 0.25 0.50000006 0.30000001 0.50000006 0.35000002 0.50000006 0.40000004
+ 0.50000006 0.45000005 0.50000006 0.50000006 0.50000006 0.55000007 0.50000006 0.60000008
+ 0.50000006 0.6500001 0.50000006 0.70000011 0.50000006 0.75000012 0.50000006 0.80000013
+ 0.50000006 0.85000014 0.50000006 0.90000015 0.50000006 0.95000017 0.50000006 1.000000119209
+ 0.50000006 0 0.55000007 0.050000001 0.55000007 0.1 0.55000007 0.15000001 0.55000007
+ 0.2 0.55000007 0.25 0.55000007 0.30000001 0.55000007 0.35000002 0.55000007 0.40000004
+ 0.55000007 0.45000005 0.55000007 0.50000006 0.55000007 0.55000007 0.55000007 0.60000008
+ 0.55000007 0.6500001 0.55000007 0.70000011 0.55000007 0.75000012 0.55000007 0.80000013
+ 0.55000007 0.85000014 0.55000007 0.90000015 0.55000007 0.95000017 0.55000007 1.000000119209
+ 0.55000007 0 0.60000008 0.050000001 0.60000008 0.1 0.60000008 0.15000001 0.60000008
+ 0.2 0.60000008 0.25 0.60000008 0.30000001 0.60000008 0.35000002 0.60000008 0.40000004
+ 0.60000008 0.45000005 0.60000008 0.50000006 0.60000008 0.55000007 0.60000008 0.60000008
+ 0.60000008 0.6500001 0.60000008 0.70000011 0.60000008 0.75000012 0.60000008 0.80000013
+ 0.60000008 0.85000014 0.60000008 0.90000015 0.60000008;
+ setAttr ".uvst[0].uvsp[250:438]" 0.95000017 0.60000008 1.000000119209 0.60000008
+ 0 0.6500001 0.050000001 0.6500001 0.1 0.6500001 0.15000001 0.6500001 0.2 0.6500001
+ 0.25 0.6500001 0.30000001 0.6500001 0.35000002 0.6500001 0.40000004 0.6500001 0.45000005
+ 0.6500001 0.50000006 0.6500001 0.55000007 0.6500001 0.60000008 0.6500001 0.6500001
+ 0.6500001 0.70000011 0.6500001 0.75000012 0.6500001 0.80000013 0.6500001 0.85000014
+ 0.6500001 0.90000015 0.6500001 0.95000017 0.6500001 1.000000119209 0.6500001 0 0.70000011
+ 0.050000001 0.70000011 0.1 0.70000011 0.15000001 0.70000011 0.2 0.70000011 0.25 0.70000011
+ 0.30000001 0.70000011 0.35000002 0.70000011 0.40000004 0.70000011 0.45000005 0.70000011
+ 0.50000006 0.70000011 0.55000007 0.70000011 0.60000008 0.70000011 0.6500001 0.70000011
+ 0.70000011 0.70000011 0.75000012 0.70000011 0.80000013 0.70000011 0.85000014 0.70000011
+ 0.90000015 0.70000011 0.95000017 0.70000011 1.000000119209 0.70000011 0 0.75000012
+ 0.050000001 0.75000012 0.1 0.75000012 0.15000001 0.75000012 0.2 0.75000012 0.25 0.75000012
+ 0.30000001 0.75000012 0.35000002 0.75000012 0.40000004 0.75000012 0.45000005 0.75000012
+ 0.50000006 0.75000012 0.55000007 0.75000012 0.60000008 0.75000012 0.6500001 0.75000012
+ 0.70000011 0.75000012 0.75000012 0.75000012 0.80000013 0.75000012 0.85000014 0.75000012
+ 0.90000015 0.75000012 0.95000017 0.75000012 1.000000119209 0.75000012 0 0.80000013
+ 0.050000001 0.80000013 0.1 0.80000013 0.15000001 0.80000013 0.2 0.80000013 0.25 0.80000013
+ 0.30000001 0.80000013 0.35000002 0.80000013 0.40000004 0.80000013 0.45000005 0.80000013
+ 0.50000006 0.80000013 0.55000007 0.80000013 0.60000008 0.80000013 0.6500001 0.80000013
+ 0.70000011 0.80000013 0.75000012 0.80000013 0.80000013 0.80000013 0.85000014 0.80000013
+ 0.90000015 0.80000013 0.95000017 0.80000013 1.000000119209 0.80000013 0 0.85000014
+ 0.050000001 0.85000014 0.1 0.85000014 0.15000001 0.85000014 0.2 0.85000014 0.25 0.85000014
+ 0.30000001 0.85000014 0.35000002 0.85000014 0.40000004 0.85000014 0.45000005 0.85000014
+ 0.50000006 0.85000014 0.55000007 0.85000014 0.60000008 0.85000014 0.6500001 0.85000014
+ 0.70000011 0.85000014 0.75000012 0.85000014 0.80000013 0.85000014 0.85000014 0.85000014
+ 0.90000015 0.85000014 0.95000017 0.85000014 1.000000119209 0.85000014 0 0.90000015
+ 0.050000001 0.90000015 0.1 0.90000015 0.15000001 0.90000015 0.2 0.90000015 0.25 0.90000015
+ 0.30000001 0.90000015 0.35000002 0.90000015 0.40000004 0.90000015 0.45000005 0.90000015
+ 0.50000006 0.90000015 0.55000007 0.90000015 0.60000008 0.90000015 0.6500001 0.90000015
+ 0.70000011 0.90000015 0.75000012 0.90000015 0.80000013 0.90000015 0.85000014 0.90000015
+ 0.90000015 0.90000015 0.95000017 0.90000015 1.000000119209 0.90000015 0 0.95000017
+ 0.050000001 0.95000017 0.1 0.95000017 0.15000001 0.95000017 0.2 0.95000017 0.25 0.95000017
+ 0.30000001 0.95000017 0.35000002 0.95000017 0.40000004 0.95000017 0.45000005 0.95000017
+ 0.50000006 0.95000017 0.55000007 0.95000017 0.60000008 0.95000017 0.6500001 0.95000017
+ 0.70000011 0.95000017 0.75000012 0.95000017 0.80000013 0.95000017 0.85000014 0.95000017
+ 0.90000015 0.95000017 0.95000017 0.95000017 1.000000119209 0.95000017 0.025 0 0.075000003
+ 0 0.125 0 0.17500001 0 0.22500001 0 0.27500001 0 0.32500002 0 0.375 0 0.42500001
+ 0 0.47500002 0 0.52499998 0 0.57499999 0 0.625 0 0.67500001 0 0.72499996 0 0.77499998
+ 0 0.82499999 0 0.875 0 0.92500001 0 0.97499996 0 0.025 1 0.075000003 1 0.125 1 0.17500001
+ 1 0.22500001 1 0.27500001 1 0.32500002 1 0.375 1 0.42500001 1 0.47500002 1 0.52499998
+ 1 0.57499999 1 0.625 1 0.67500001 1 0.72499996 1 0.77499998 1 0.82499999 1 0.875
+ 1 0.92500001 1 0.97499996 1;
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr -s 382 ".vt";
+ setAttr ".vt[0:165]" 0.14877813 -0.98768836 -0.048340943 0.12655823 -0.98768836 -0.091949932
+ 0.091949932 -0.98768836 -0.12655823 0.048340935 -0.98768836 -0.14877811 0 -0.98768836 -0.15643455
+ -0.048340935 -0.98768836 -0.1487781 -0.091949917 -0.98768836 -0.1265582 -0.12655818 -0.98768836 -0.091949902
+ -0.14877807 -0.98768836 -0.048340924 -0.15643452 -0.98768836 0 -0.14877807 -0.98768836 0.048340924
+ -0.12655818 -0.98768836 0.091949895 -0.091949895 -0.98768836 0.12655817 -0.048340924 -0.98768836 0.14877805
+ -4.6621107e-09 -0.98768836 0.15643449 0.048340909 -0.98768836 0.14877804 0.09194988 -0.98768836 0.12655815
+ 0.12655815 -0.98768836 0.091949888 0.14877804 -0.98768836 0.048340913 0.15643448 -0.98768836 0
+ 0.29389283 -0.95105654 -0.095491566 0.25000018 -0.95105654 -0.18163574 0.18163574 -0.95105654 -0.25000015
+ 0.095491551 -0.95105654 -0.2938928 0 -0.95105654 -0.30901715 -0.095491551 -0.95105654 -0.29389277
+ -0.18163571 -0.95105654 -0.25000009 -0.25000009 -0.95105654 -0.18163569 -0.29389271 -0.95105654 -0.095491529
+ -0.30901706 -0.95105654 0 -0.29389271 -0.95105654 0.095491529 -0.25000006 -0.95105654 0.18163568
+ -0.18163568 -0.95105654 0.25000006 -0.095491529 -0.95105654 0.29389268 -9.2094243e-09 -0.95105654 0.30901703
+ 0.095491499 -0.95105654 0.29389265 0.18163563 -0.95105654 0.25000003 0.25 -0.95105654 0.18163565
+ 0.29389265 -0.95105654 0.095491506 0.309017 -0.95105654 0 0.43177092 -0.89100653 -0.14029087
+ 0.36728629 -0.89100653 -0.2668491 0.2668491 -0.89100653 -0.36728626 0.14029086 -0.89100653 -0.43177086
+ 0 -0.89100653 -0.45399073 -0.14029086 -0.89100653 -0.43177083 -0.26684904 -0.89100653 -0.36728618
+ -0.36728615 -0.89100653 -0.26684901 -0.43177077 -0.89100653 -0.14029081 -0.45399064 -0.89100653 0
+ -0.43177077 -0.89100653 0.14029081 -0.36728612 -0.89100653 0.26684898 -0.26684898 -0.89100653 0.36728612
+ -0.14029081 -0.89100653 0.43177071 -1.3529972e-08 -0.89100653 0.45399058 0.14029078 -0.89100653 0.43177068
+ 0.26684892 -0.89100653 0.36728609 0.36728606 -0.89100653 0.26684895 0.43177065 -0.89100653 0.1402908
+ 0.45399052 -0.89100653 0 0.55901736 -0.809017 -0.18163574 0.47552857 -0.809017 -0.34549171
+ 0.34549171 -0.809017 -0.47552854 0.18163572 -0.809017 -0.5590173 0 -0.809017 -0.58778554
+ -0.18163572 -0.809017 -0.55901724 -0.34549165 -0.809017 -0.47552842 -0.47552839 -0.809017 -0.34549159
+ -0.55901712 -0.809017 -0.18163566 -0.58778536 -0.809017 0 -0.55901712 -0.809017 0.18163566
+ -0.47552836 -0.809017 0.34549156 -0.34549156 -0.809017 0.47552833 -0.18163566 -0.809017 0.55901706
+ -1.7517365e-08 -0.809017 0.5877853 0.18163562 -0.809017 0.55901706 0.3454915 -0.809017 0.4755283
+ 0.47552827 -0.809017 0.34549153 0.559017 -0.809017 0.18163563 0.58778524 -0.809017 0
+ 0.67249894 -0.70710677 -0.21850814 0.57206178 -0.70710677 -0.41562718 0.41562718 -0.70710677 -0.57206172
+ 0.21850812 -0.70710677 -0.67249888 0 -0.70710677 -0.70710713 -0.21850812 -0.70710677 -0.67249882
+ -0.41562709 -0.70710677 -0.5720616 -0.57206154 -0.70710677 -0.41562706 -0.6724987 -0.70710677 -0.21850805
+ -0.70710695 -0.70710677 0 -0.6724987 -0.70710677 0.21850805 -0.57206154 -0.70710677 0.415627
+ -0.415627 -0.70710677 0.57206148 -0.21850805 -0.70710677 0.67249858 -2.1073424e-08 -0.70710677 0.70710683
+ 0.21850799 -0.70710677 0.67249858 0.41562691 -0.70710677 0.57206142 0.57206142 -0.70710677 0.41562697
+ 0.67249852 -0.70710677 0.21850802 0.70710677 -0.70710677 0 0.7694214 -0.58778524 -0.25000015
+ 0.65450895 -0.58778524 -0.47552854 0.47552854 -0.58778524 -0.65450889 0.25000012 -0.58778524 -0.76942128
+ 0 -0.58778524 -0.80901736 -0.25000012 -0.58778524 -0.76942122 -0.47552845 -0.58778524 -0.65450877
+ -0.65450871 -0.58778524 -0.47552839 -0.7694211 -0.58778524 -0.25000006 -0.80901718 -0.58778524 0
+ -0.7694211 -0.58778524 0.25000006 -0.65450865 -0.58778524 0.47552836 -0.47552836 -0.58778524 0.65450859
+ -0.25000006 -0.58778524 0.76942098 -2.4110586e-08 -0.58778524 0.80901712 0.24999999 -0.58778524 0.76942098
+ 0.47552827 -0.58778524 0.65450853 0.65450853 -0.58778524 0.4755283 0.76942092 -0.58778524 0.25
+ 0.809017 -0.58778524 0 0.8473981 -0.45399052 -0.27533633 0.72083992 -0.45399052 -0.5237208
+ 0.5237208 -0.45399052 -0.72083986 0.2753363 -0.45399052 -0.84739798 0 -0.45399052 -0.89100695
+ -0.2753363 -0.45399052 -0.84739798 -0.52372068 -0.45399052 -0.72083968 -0.72083962 -0.45399052 -0.52372062
+ -0.8473978 -0.45399052 -0.27533621 -0.89100677 -0.45399052 0 -0.8473978 -0.45399052 0.27533621
+ -0.72083962 -0.45399052 0.52372062 -0.52372062 -0.45399052 0.72083956 -0.27533621 -0.45399052 0.84739769
+ -2.6554064e-08 -0.45399052 0.89100665 0.27533615 -0.45399052 0.84739763 0.5237205 -0.45399052 0.7208395
+ 0.72083944 -0.45399052 0.52372056 0.84739757 -0.45399052 0.27533618 0.89100653 -0.45399052 0
+ 0.90450913 -0.30901697 -0.2938928 0.7694214 -0.30901697 -0.55901736 0.55901736 -0.30901697 -0.76942134
+ 0.29389277 -0.30901697 -0.90450901 0 -0.30901697 -0.95105702 -0.29389277 -0.30901697 -0.90450895
+ -0.55901724 -0.30901697 -0.76942122 -0.76942116 -0.30901697 -0.55901718 -0.90450877 -0.30901697 -0.29389271
+ -0.95105678 -0.30901697 0 -0.90450877 -0.30901697 0.29389271 -0.7694211 -0.30901697 0.55901712
+ -0.55901712 -0.30901697 0.76942104 -0.29389271 -0.30901697 0.90450865 -2.8343694e-08 -0.30901697 0.95105666
+ 0.29389262 -0.30901697 0.90450859 0.559017 -0.30901697 0.76942098 0.76942092 -0.30901697 0.55901706
+ 0.90450853 -0.30901697 0.29389265 0.95105654 -0.30901697 0 0.93934804 -0.15643437 -0.30521268
+ 0.79905719 -0.15643437 -0.580549 0.580549 -0.15643437 -0.79905713 0.30521265 -0.15643437 -0.93934792
+ 0 -0.15643437 -0.98768884 -0.30521265 -0.15643437 -0.93934786;
+ setAttr ".vt[166:331]" -0.58054888 -0.15643437 -0.79905695 -0.79905689 -0.15643437 -0.58054882
+ -0.93934768 -0.15643437 -0.30521256 -0.9876886 -0.15643437 0 -0.93934768 -0.15643437 0.30521256
+ -0.79905683 -0.15643437 0.58054876 -0.58054876 -0.15643437 0.79905677 -0.30521256 -0.15643437 0.93934757
+ -2.9435407e-08 -0.15643437 0.98768848 0.30521247 -0.15643437 0.93934757 0.58054864 -0.15643437 0.79905671
+ 0.79905665 -0.15643437 0.5805487 0.93934751 -0.15643437 0.3052125 0.98768836 -0.15643437 0
+ 0.95105714 0 -0.30901718 0.80901754 0 -0.5877856 0.5877856 0 -0.80901748 0.30901715 0 -0.95105702
+ 0 0 -1.000000476837 -0.30901715 0 -0.95105696 -0.58778548 0 -0.8090173 -0.80901724 0 -0.58778542
+ -0.95105678 0 -0.30901706 -1.000000238419 0 0 -0.95105678 0 0.30901706 -0.80901718 0 0.58778536
+ -0.58778536 0 0.80901712 -0.30901706 0 0.95105666 -2.9802322e-08 0 1.000000119209
+ 0.30901697 0 0.9510566 0.58778524 0 0.80901706 0.809017 0 0.5877853 0.95105654 0 0.309017
+ 1 0 0 0.93934804 0.15643437 -0.30521268 0.79905719 0.15643437 -0.580549 0.580549 0.15643437 -0.79905713
+ 0.30521265 0.15643437 -0.93934792 0 0.15643437 -0.98768884 -0.30521265 0.15643437 -0.93934786
+ -0.58054888 0.15643437 -0.79905695 -0.79905689 0.15643437 -0.58054882 -0.93934768 0.15643437 -0.30521256
+ -0.9876886 0.15643437 0 -0.93934768 0.15643437 0.30521256 -0.79905683 0.15643437 0.58054876
+ -0.58054876 0.15643437 0.79905677 -0.30521256 0.15643437 0.93934757 -2.9435407e-08 0.15643437 0.98768848
+ 0.30521247 0.15643437 0.93934757 0.58054864 0.15643437 0.79905671 0.79905665 0.15643437 0.5805487
+ 0.93934751 0.15643437 0.3052125 0.98768836 0.15643437 0 0.90450913 0.30901697 -0.2938928
+ 0.7694214 0.30901697 -0.55901736 0.55901736 0.30901697 -0.76942134 0.29389277 0.30901697 -0.90450901
+ 0 0.30901697 -0.95105702 -0.29389277 0.30901697 -0.90450895 -0.55901724 0.30901697 -0.76942122
+ -0.76942116 0.30901697 -0.55901718 -0.90450877 0.30901697 -0.29389271 -0.95105678 0.30901697 0
+ -0.90450877 0.30901697 0.29389271 -0.7694211 0.30901697 0.55901712 -0.55901712 0.30901697 0.76942104
+ -0.29389271 0.30901697 0.90450865 -2.8343694e-08 0.30901697 0.95105666 0.29389262 0.30901697 0.90450859
+ 0.559017 0.30901697 0.76942098 0.76942092 0.30901697 0.55901706 0.90450853 0.30901697 0.29389265
+ 0.95105654 0.30901697 0 0.8473981 0.45399052 -0.27533633 0.72083992 0.45399052 -0.5237208
+ 0.5237208 0.45399052 -0.72083986 0.2753363 0.45399052 -0.84739798 0 0.45399052 -0.89100695
+ -0.2753363 0.45399052 -0.84739798 -0.52372068 0.45399052 -0.72083968 -0.72083962 0.45399052 -0.52372062
+ -0.8473978 0.45399052 -0.27533621 -0.89100677 0.45399052 0 -0.8473978 0.45399052 0.27533621
+ -0.72083962 0.45399052 0.52372062 -0.52372062 0.45399052 0.72083956 -0.27533621 0.45399052 0.84739769
+ -2.6554064e-08 0.45399052 0.89100665 0.27533615 0.45399052 0.84739763 0.5237205 0.45399052 0.7208395
+ 0.72083944 0.45399052 0.52372056 0.84739757 0.45399052 0.27533618 0.89100653 0.45399052 0
+ 0.7694214 0.58778524 -0.25000015 0.65450895 0.58778524 -0.47552854 0.47552854 0.58778524 -0.65450889
+ 0.25000012 0.58778524 -0.76942128 0 0.58778524 -0.80901736 -0.25000012 0.58778524 -0.76942122
+ -0.47552845 0.58778524 -0.65450877 -0.65450871 0.58778524 -0.47552839 -0.7694211 0.58778524 -0.25000006
+ -0.80901718 0.58778524 0 -0.7694211 0.58778524 0.25000006 -0.65450865 0.58778524 0.47552836
+ -0.47552836 0.58778524 0.65450859 -0.25000006 0.58778524 0.76942098 -2.4110586e-08 0.58778524 0.80901712
+ 0.24999999 0.58778524 0.76942098 0.47552827 0.58778524 0.65450853 0.65450853 0.58778524 0.4755283
+ 0.76942092 0.58778524 0.25 0.809017 0.58778524 0 0.67249894 0.70710677 -0.21850814
+ 0.57206178 0.70710677 -0.41562718 0.41562718 0.70710677 -0.57206172 0.21850812 0.70710677 -0.67249888
+ 0 0.70710677 -0.70710713 -0.21850812 0.70710677 -0.67249882 -0.41562709 0.70710677 -0.5720616
+ -0.57206154 0.70710677 -0.41562706 -0.6724987 0.70710677 -0.21850805 -0.70710695 0.70710677 0
+ -0.6724987 0.70710677 0.21850805 -0.57206154 0.70710677 0.415627 -0.415627 0.70710677 0.57206148
+ -0.21850805 0.70710677 0.67249858 -2.1073424e-08 0.70710677 0.70710683 0.21850799 0.70710677 0.67249858
+ 0.41562691 0.70710677 0.57206142 0.57206142 0.70710677 0.41562697 0.67249852 0.70710677 0.21850802
+ 0.70710677 0.70710677 0 0.55901736 0.809017 -0.18163574 0.47552857 0.809017 -0.34549171
+ 0.34549171 0.809017 -0.47552854 0.18163572 0.809017 -0.5590173 0 0.809017 -0.58778554
+ -0.18163572 0.809017 -0.55901724 -0.34549165 0.809017 -0.47552842 -0.47552839 0.809017 -0.34549159
+ -0.55901712 0.809017 -0.18163566 -0.58778536 0.809017 0 -0.55901712 0.809017 0.18163566
+ -0.47552836 0.809017 0.34549156 -0.34549156 0.809017 0.47552833 -0.18163566 0.809017 0.55901706
+ -1.7517365e-08 0.809017 0.5877853 0.18163562 0.809017 0.55901706 0.3454915 0.809017 0.4755283
+ 0.47552827 0.809017 0.34549153 0.559017 0.809017 0.18163563 0.58778524 0.809017 0
+ 0.43177092 0.89100653 -0.14029087 0.36728629 0.89100653 -0.2668491 0.2668491 0.89100653 -0.36728626
+ 0.14029086 0.89100653 -0.43177086 0 0.89100653 -0.45399073 -0.14029086 0.89100653 -0.43177083
+ -0.26684904 0.89100653 -0.36728618 -0.36728615 0.89100653 -0.26684901 -0.43177077 0.89100653 -0.14029081
+ -0.45399064 0.89100653 0 -0.43177077 0.89100653 0.14029081 -0.36728612 0.89100653 0.26684898;
+ setAttr ".vt[332:381]" -0.26684898 0.89100653 0.36728612 -0.14029081 0.89100653 0.43177071
+ -1.3529972e-08 0.89100653 0.45399058 0.14029078 0.89100653 0.43177068 0.26684892 0.89100653 0.36728609
+ 0.36728606 0.89100653 0.26684895 0.43177065 0.89100653 0.1402908 0.45399052 0.89100653 0
+ 0.29389283 0.95105654 -0.095491566 0.25000018 0.95105654 -0.18163574 0.18163574 0.95105654 -0.25000015
+ 0.095491551 0.95105654 -0.2938928 0 0.95105654 -0.30901715 -0.095491551 0.95105654 -0.29389277
+ -0.18163571 0.95105654 -0.25000009 -0.25000009 0.95105654 -0.18163569 -0.29389271 0.95105654 -0.095491529
+ -0.30901706 0.95105654 0 -0.29389271 0.95105654 0.095491529 -0.25000006 0.95105654 0.18163568
+ -0.18163568 0.95105654 0.25000006 -0.095491529 0.95105654 0.29389268 -9.2094243e-09 0.95105654 0.30901703
+ 0.095491499 0.95105654 0.29389265 0.18163563 0.95105654 0.25000003 0.25 0.95105654 0.18163565
+ 0.29389265 0.95105654 0.095491506 0.309017 0.95105654 0 0.14877813 0.98768836 -0.048340943
+ 0.12655823 0.98768836 -0.091949932 0.091949932 0.98768836 -0.12655823 0.048340935 0.98768836 -0.14877811
+ 0 0.98768836 -0.15643455 -0.048340935 0.98768836 -0.1487781 -0.091949917 0.98768836 -0.1265582
+ -0.12655818 0.98768836 -0.091949902 -0.14877807 0.98768836 -0.048340924 -0.15643452 0.98768836 0
+ -0.14877807 0.98768836 0.048340924 -0.12655818 0.98768836 0.091949895 -0.091949895 0.98768836 0.12655817
+ -0.048340924 0.98768836 0.14877805 -4.6621107e-09 0.98768836 0.15643449 0.048340909 0.98768836 0.14877804
+ 0.09194988 0.98768836 0.12655815 0.12655815 0.98768836 0.091949888 0.14877804 0.98768836 0.048340913
+ 0.15643448 0.98768836 0 0 -1 0 0 1 0;
+ setAttr -s 780 ".ed";
+ setAttr ".ed[0:165]" 0 1 1 1 2 1 2 3 1 3 4 1 4 5 1 5 6 1 6 7 1 7 8 1 8 9 1
+ 9 10 1 10 11 1 11 12 1 12 13 1 13 14 1 14 15 1 15 16 1 16 17 1 17 18 1 18 19 1 19 0 1
+ 20 21 1 21 22 1 22 23 1 23 24 1 24 25 1 25 26 1 26 27 1 27 28 1 28 29 1 29 30 1 30 31 1
+ 31 32 1 32 33 1 33 34 1 34 35 1 35 36 1 36 37 1 37 38 1 38 39 1 39 20 1 40 41 1 41 42 1
+ 42 43 1 43 44 1 44 45 1 45 46 1 46 47 1 47 48 1 48 49 1 49 50 1 50 51 1 51 52 1 52 53 1
+ 53 54 1 54 55 1 55 56 1 56 57 1 57 58 1 58 59 1 59 40 1 60 61 1 61 62 1 62 63 1 63 64 1
+ 64 65 1 65 66 1 66 67 1 67 68 1 68 69 1 69 70 1 70 71 1 71 72 1 72 73 1 73 74 1 74 75 1
+ 75 76 1 76 77 1 77 78 1 78 79 1 79 60 1 80 81 1 81 82 1 82 83 1 83 84 1 84 85 1 85 86 1
+ 86 87 1 87 88 1 88 89 1 89 90 1 90 91 1 91 92 1 92 93 1 93 94 1 94 95 1 95 96 1 96 97 1
+ 97 98 1 98 99 1 99 80 1 100 101 1 101 102 1 102 103 1 103 104 1 104 105 1 105 106 1
+ 106 107 1 107 108 1 108 109 1 109 110 1 110 111 1 111 112 1 112 113 1 113 114 1 114 115 1
+ 115 116 1 116 117 1 117 118 1 118 119 1 119 100 1 120 121 1 121 122 1 122 123 1 123 124 1
+ 124 125 1 125 126 1 126 127 1 127 128 1 128 129 1 129 130 1 130 131 1 131 132 1 132 133 1
+ 133 134 1 134 135 1 135 136 1 136 137 1 137 138 1 138 139 1 139 120 1 140 141 1 141 142 1
+ 142 143 1 143 144 1 144 145 1 145 146 1 146 147 1 147 148 1 148 149 1 149 150 1 150 151 1
+ 151 152 1 152 153 1 153 154 1 154 155 1 155 156 1 156 157 1 157 158 1 158 159 1 159 140 1
+ 160 161 1 161 162 1 162 163 1 163 164 1 164 165 1 165 166 1;
+ setAttr ".ed[166:331]" 166 167 1 167 168 1 168 169 1 169 170 1 170 171 1 171 172 1
+ 172 173 1 173 174 1 174 175 1 175 176 1 176 177 1 177 178 1 178 179 1 179 160 1 180 181 1
+ 181 182 1 182 183 1 183 184 1 184 185 1 185 186 1 186 187 1 187 188 1 188 189 1 189 190 1
+ 190 191 1 191 192 1 192 193 1 193 194 1 194 195 1 195 196 1 196 197 1 197 198 1 198 199 1
+ 199 180 1 200 201 1 201 202 1 202 203 1 203 204 1 204 205 1 205 206 1 206 207 1 207 208 1
+ 208 209 1 209 210 1 210 211 1 211 212 1 212 213 1 213 214 1 214 215 1 215 216 1 216 217 1
+ 217 218 1 218 219 1 219 200 1 220 221 1 221 222 1 222 223 1 223 224 1 224 225 1 225 226 1
+ 226 227 1 227 228 1 228 229 1 229 230 1 230 231 1 231 232 1 232 233 1 233 234 1 234 235 1
+ 235 236 1 236 237 1 237 238 1 238 239 1 239 220 1 240 241 1 241 242 1 242 243 1 243 244 1
+ 244 245 1 245 246 1 246 247 1 247 248 1 248 249 1 249 250 1 250 251 1 251 252 1 252 253 1
+ 253 254 1 254 255 1 255 256 1 256 257 1 257 258 1 258 259 1 259 240 1 260 261 1 261 262 1
+ 262 263 1 263 264 1 264 265 1 265 266 1 266 267 1 267 268 1 268 269 1 269 270 1 270 271 1
+ 271 272 1 272 273 1 273 274 1 274 275 1 275 276 1 276 277 1 277 278 1 278 279 1 279 260 1
+ 280 281 1 281 282 1 282 283 1 283 284 1 284 285 1 285 286 1 286 287 1 287 288 1 288 289 1
+ 289 290 1 290 291 1 291 292 1 292 293 1 293 294 1 294 295 1 295 296 1 296 297 1 297 298 1
+ 298 299 1 299 280 1 300 301 1 301 302 1 302 303 1 303 304 1 304 305 1 305 306 1 306 307 1
+ 307 308 1 308 309 1 309 310 1 310 311 1 311 312 1 312 313 1 313 314 1 314 315 1 315 316 1
+ 316 317 1 317 318 1 318 319 1 319 300 1 320 321 1 321 322 1 322 323 1 323 324 1 324 325 1
+ 325 326 1 326 327 1 327 328 1 328 329 1 329 330 1 330 331 1 331 332 1;
+ setAttr ".ed[332:497]" 332 333 1 333 334 1 334 335 1 335 336 1 336 337 1 337 338 1
+ 338 339 1 339 320 1 340 341 1 341 342 1 342 343 1 343 344 1 344 345 1 345 346 1 346 347 1
+ 347 348 1 348 349 1 349 350 1 350 351 1 351 352 1 352 353 1 353 354 1 354 355 1 355 356 1
+ 356 357 1 357 358 1 358 359 1 359 340 1 360 361 1 361 362 1 362 363 1 363 364 1 364 365 1
+ 365 366 1 366 367 1 367 368 1 368 369 1 369 370 1 370 371 1 371 372 1 372 373 1 373 374 1
+ 374 375 1 375 376 1 376 377 1 377 378 1 378 379 1 379 360 1 0 20 1 1 21 1 2 22 1
+ 3 23 1 4 24 1 5 25 1 6 26 1 7 27 1 8 28 1 9 29 1 10 30 1 11 31 1 12 32 1 13 33 1
+ 14 34 1 15 35 1 16 36 1 17 37 1 18 38 1 19 39 1 20 40 1 21 41 1 22 42 1 23 43 1 24 44 1
+ 25 45 1 26 46 1 27 47 1 28 48 1 29 49 1 30 50 1 31 51 1 32 52 1 33 53 1 34 54 1 35 55 1
+ 36 56 1 37 57 1 38 58 1 39 59 1 40 60 1 41 61 1 42 62 1 43 63 1 44 64 1 45 65 1 46 66 1
+ 47 67 1 48 68 1 49 69 1 50 70 1 51 71 1 52 72 1 53 73 1 54 74 1 55 75 1 56 76 1 57 77 1
+ 58 78 1 59 79 1 60 80 1 61 81 1 62 82 1 63 83 1 64 84 1 65 85 1 66 86 1 67 87 1 68 88 1
+ 69 89 1 70 90 1 71 91 1 72 92 1 73 93 1 74 94 1 75 95 1 76 96 1 77 97 1 78 98 1 79 99 1
+ 80 100 1 81 101 1 82 102 1 83 103 1 84 104 1 85 105 1 86 106 1 87 107 1 88 108 1
+ 89 109 1 90 110 1 91 111 1 92 112 1 93 113 1 94 114 1 95 115 1 96 116 1 97 117 1
+ 98 118 1 99 119 1 100 120 1 101 121 1 102 122 1 103 123 1 104 124 1 105 125 1 106 126 1
+ 107 127 1 108 128 1 109 129 1 110 130 1 111 131 1 112 132 1 113 133 1 114 134 1 115 135 1
+ 116 136 1 117 137 1;
+ setAttr ".ed[498:663]" 118 138 1 119 139 1 120 140 1 121 141 1 122 142 1 123 143 1
+ 124 144 1 125 145 1 126 146 1 127 147 1 128 148 1 129 149 1 130 150 1 131 151 1 132 152 1
+ 133 153 1 134 154 1 135 155 1 136 156 1 137 157 1 138 158 1 139 159 1 140 160 1 141 161 1
+ 142 162 1 143 163 1 144 164 1 145 165 1 146 166 1 147 167 1 148 168 1 149 169 1 150 170 1
+ 151 171 1 152 172 1 153 173 1 154 174 1 155 175 1 156 176 1 157 177 1 158 178 1 159 179 1
+ 160 180 1 161 181 1 162 182 1 163 183 1 164 184 1 165 185 1 166 186 1 167 187 1 168 188 1
+ 169 189 1 170 190 1 171 191 1 172 192 1 173 193 1 174 194 1 175 195 1 176 196 1 177 197 1
+ 178 198 1 179 199 1 180 200 1 181 201 1 182 202 1 183 203 1 184 204 1 185 205 1 186 206 1
+ 187 207 1 188 208 1 189 209 1 190 210 1 191 211 1 192 212 1 193 213 1 194 214 1 195 215 1
+ 196 216 1 197 217 1 198 218 1 199 219 1 200 220 1 201 221 1 202 222 1 203 223 1 204 224 1
+ 205 225 1 206 226 1 207 227 1 208 228 1 209 229 1 210 230 1 211 231 1 212 232 1 213 233 1
+ 214 234 1 215 235 1 216 236 1 217 237 1 218 238 1 219 239 1 220 240 1 221 241 1 222 242 1
+ 223 243 1 224 244 1 225 245 1 226 246 1 227 247 1 228 248 1 229 249 1 230 250 1 231 251 1
+ 232 252 1 233 253 1 234 254 1 235 255 1 236 256 1 237 257 1 238 258 1 239 259 1 240 260 1
+ 241 261 1 242 262 1 243 263 1 244 264 1 245 265 1 246 266 1 247 267 1 248 268 1 249 269 1
+ 250 270 1 251 271 1 252 272 1 253 273 1 254 274 1 255 275 1 256 276 1 257 277 1 258 278 1
+ 259 279 1 260 280 1 261 281 1 262 282 1 263 283 1 264 284 1 265 285 1 266 286 1 267 287 1
+ 268 288 1 269 289 1 270 290 1 271 291 1 272 292 1 273 293 1 274 294 1 275 295 1 276 296 1
+ 277 297 1 278 298 1 279 299 1 280 300 1 281 301 1 282 302 1 283 303 1;
+ setAttr ".ed[664:779]" 284 304 1 285 305 1 286 306 1 287 307 1 288 308 1 289 309 1
+ 290 310 1 291 311 1 292 312 1 293 313 1 294 314 1 295 315 1 296 316 1 297 317 1 298 318 1
+ 299 319 1 300 320 1 301 321 1 302 322 1 303 323 1 304 324 1 305 325 1 306 326 1 307 327 1
+ 308 328 1 309 329 1 310 330 1 311 331 1 312 332 1 313 333 1 314 334 1 315 335 1 316 336 1
+ 317 337 1 318 338 1 319 339 1 320 340 1 321 341 1 322 342 1 323 343 1 324 344 1 325 345 1
+ 326 346 1 327 347 1 328 348 1 329 349 1 330 350 1 331 351 1 332 352 1 333 353 1 334 354 1
+ 335 355 1 336 356 1 337 357 1 338 358 1 339 359 1 340 360 1 341 361 1 342 362 1 343 363 1
+ 344 364 1 345 365 1 346 366 1 347 367 1 348 368 1 349 369 1 350 370 1 351 371 1 352 372 1
+ 353 373 1 354 374 1 355 375 1 356 376 1 357 377 1 358 378 1 359 379 1 380 0 1 380 1 1
+ 380 2 1 380 3 1 380 4 1 380 5 1 380 6 1 380 7 1 380 8 1 380 9 1 380 10 1 380 11 1
+ 380 12 1 380 13 1 380 14 1 380 15 1 380 16 1 380 17 1 380 18 1 380 19 1 360 381 1
+ 361 381 1 362 381 1 363 381 1 364 381 1 365 381 1 366 381 1 367 381 1 368 381 1 369 381 1
+ 370 381 1 371 381 1 372 381 1 373 381 1 374 381 1 375 381 1 376 381 1 377 381 1 378 381 1
+ 379 381 1;
+ setAttr -s 400 -ch 1560 ".fc[0:399]" -type "polyFaces"
+ f 4 0 381 -21 -381
+ mu 0 4 0 1 22 21
+ f 4 1 382 -22 -382
+ mu 0 4 1 2 23 22
+ f 4 2 383 -23 -383
+ mu 0 4 2 3 24 23
+ f 4 3 384 -24 -384
+ mu 0 4 3 4 25 24
+ f 4 4 385 -25 -385
+ mu 0 4 4 5 26 25
+ f 4 5 386 -26 -386
+ mu 0 4 5 6 27 26
+ f 4 6 387 -27 -387
+ mu 0 4 6 7 28 27
+ f 4 7 388 -28 -388
+ mu 0 4 7 8 29 28
+ f 4 8 389 -29 -389
+ mu 0 4 8 9 30 29
+ f 4 9 390 -30 -390
+ mu 0 4 9 10 31 30
+ f 4 10 391 -31 -391
+ mu 0 4 10 11 32 31
+ f 4 11 392 -32 -392
+ mu 0 4 11 12 33 32
+ f 4 12 393 -33 -393
+ mu 0 4 12 13 34 33
+ f 4 13 394 -34 -394
+ mu 0 4 13 14 35 34
+ f 4 14 395 -35 -395
+ mu 0 4 14 15 36 35
+ f 4 15 396 -36 -396
+ mu 0 4 15 16 37 36
+ f 4 16 397 -37 -397
+ mu 0 4 16 17 38 37
+ f 4 17 398 -38 -398
+ mu 0 4 17 18 39 38
+ f 4 18 399 -39 -399
+ mu 0 4 18 19 40 39
+ f 4 19 380 -40 -400
+ mu 0 4 19 20 41 40
+ f 4 20 401 -41 -401
+ mu 0 4 21 22 43 42
+ f 4 21 402 -42 -402
+ mu 0 4 22 23 44 43
+ f 4 22 403 -43 -403
+ mu 0 4 23 24 45 44
+ f 4 23 404 -44 -404
+ mu 0 4 24 25 46 45
+ f 4 24 405 -45 -405
+ mu 0 4 25 26 47 46
+ f 4 25 406 -46 -406
+ mu 0 4 26 27 48 47
+ f 4 26 407 -47 -407
+ mu 0 4 27 28 49 48
+ f 4 27 408 -48 -408
+ mu 0 4 28 29 50 49
+ f 4 28 409 -49 -409
+ mu 0 4 29 30 51 50
+ f 4 29 410 -50 -410
+ mu 0 4 30 31 52 51
+ f 4 30 411 -51 -411
+ mu 0 4 31 32 53 52
+ f 4 31 412 -52 -412
+ mu 0 4 32 33 54 53
+ f 4 32 413 -53 -413
+ mu 0 4 33 34 55 54
+ f 4 33 414 -54 -414
+ mu 0 4 34 35 56 55
+ f 4 34 415 -55 -415
+ mu 0 4 35 36 57 56
+ f 4 35 416 -56 -416
+ mu 0 4 36 37 58 57
+ f 4 36 417 -57 -417
+ mu 0 4 37 38 59 58
+ f 4 37 418 -58 -418
+ mu 0 4 38 39 60 59
+ f 4 38 419 -59 -419
+ mu 0 4 39 40 61 60
+ f 4 39 400 -60 -420
+ mu 0 4 40 41 62 61
+ f 4 40 421 -61 -421
+ mu 0 4 42 43 64 63
+ f 4 41 422 -62 -422
+ mu 0 4 43 44 65 64
+ f 4 42 423 -63 -423
+ mu 0 4 44 45 66 65
+ f 4 43 424 -64 -424
+ mu 0 4 45 46 67 66
+ f 4 44 425 -65 -425
+ mu 0 4 46 47 68 67
+ f 4 45 426 -66 -426
+ mu 0 4 47 48 69 68
+ f 4 46 427 -67 -427
+ mu 0 4 48 49 70 69
+ f 4 47 428 -68 -428
+ mu 0 4 49 50 71 70
+ f 4 48 429 -69 -429
+ mu 0 4 50 51 72 71
+ f 4 49 430 -70 -430
+ mu 0 4 51 52 73 72
+ f 4 50 431 -71 -431
+ mu 0 4 52 53 74 73
+ f 4 51 432 -72 -432
+ mu 0 4 53 54 75 74
+ f 4 52 433 -73 -433
+ mu 0 4 54 55 76 75
+ f 4 53 434 -74 -434
+ mu 0 4 55 56 77 76
+ f 4 54 435 -75 -435
+ mu 0 4 56 57 78 77
+ f 4 55 436 -76 -436
+ mu 0 4 57 58 79 78
+ f 4 56 437 -77 -437
+ mu 0 4 58 59 80 79
+ f 4 57 438 -78 -438
+ mu 0 4 59 60 81 80
+ f 4 58 439 -79 -439
+ mu 0 4 60 61 82 81
+ f 4 59 420 -80 -440
+ mu 0 4 61 62 83 82
+ f 4 60 441 -81 -441
+ mu 0 4 63 64 85 84
+ f 4 61 442 -82 -442
+ mu 0 4 64 65 86 85
+ f 4 62 443 -83 -443
+ mu 0 4 65 66 87 86
+ f 4 63 444 -84 -444
+ mu 0 4 66 67 88 87
+ f 4 64 445 -85 -445
+ mu 0 4 67 68 89 88
+ f 4 65 446 -86 -446
+ mu 0 4 68 69 90 89
+ f 4 66 447 -87 -447
+ mu 0 4 69 70 91 90
+ f 4 67 448 -88 -448
+ mu 0 4 70 71 92 91
+ f 4 68 449 -89 -449
+ mu 0 4 71 72 93 92
+ f 4 69 450 -90 -450
+ mu 0 4 72 73 94 93
+ f 4 70 451 -91 -451
+ mu 0 4 73 74 95 94
+ f 4 71 452 -92 -452
+ mu 0 4 74 75 96 95
+ f 4 72 453 -93 -453
+ mu 0 4 75 76 97 96
+ f 4 73 454 -94 -454
+ mu 0 4 76 77 98 97
+ f 4 74 455 -95 -455
+ mu 0 4 77 78 99 98
+ f 4 75 456 -96 -456
+ mu 0 4 78 79 100 99
+ f 4 76 457 -97 -457
+ mu 0 4 79 80 101 100
+ f 4 77 458 -98 -458
+ mu 0 4 80 81 102 101
+ f 4 78 459 -99 -459
+ mu 0 4 81 82 103 102
+ f 4 79 440 -100 -460
+ mu 0 4 82 83 104 103
+ f 4 80 461 -101 -461
+ mu 0 4 84 85 106 105
+ f 4 81 462 -102 -462
+ mu 0 4 85 86 107 106
+ f 4 82 463 -103 -463
+ mu 0 4 86 87 108 107
+ f 4 83 464 -104 -464
+ mu 0 4 87 88 109 108
+ f 4 84 465 -105 -465
+ mu 0 4 88 89 110 109
+ f 4 85 466 -106 -466
+ mu 0 4 89 90 111 110
+ f 4 86 467 -107 -467
+ mu 0 4 90 91 112 111
+ f 4 87 468 -108 -468
+ mu 0 4 91 92 113 112
+ f 4 88 469 -109 -469
+ mu 0 4 92 93 114 113
+ f 4 89 470 -110 -470
+ mu 0 4 93 94 115 114
+ f 4 90 471 -111 -471
+ mu 0 4 94 95 116 115
+ f 4 91 472 -112 -472
+ mu 0 4 95 96 117 116
+ f 4 92 473 -113 -473
+ mu 0 4 96 97 118 117
+ f 4 93 474 -114 -474
+ mu 0 4 97 98 119 118
+ f 4 94 475 -115 -475
+ mu 0 4 98 99 120 119
+ f 4 95 476 -116 -476
+ mu 0 4 99 100 121 120
+ f 4 96 477 -117 -477
+ mu 0 4 100 101 122 121
+ f 4 97 478 -118 -478
+ mu 0 4 101 102 123 122
+ f 4 98 479 -119 -479
+ mu 0 4 102 103 124 123
+ f 4 99 460 -120 -480
+ mu 0 4 103 104 125 124
+ f 4 100 481 -121 -481
+ mu 0 4 105 106 127 126
+ f 4 101 482 -122 -482
+ mu 0 4 106 107 128 127
+ f 4 102 483 -123 -483
+ mu 0 4 107 108 129 128
+ f 4 103 484 -124 -484
+ mu 0 4 108 109 130 129
+ f 4 104 485 -125 -485
+ mu 0 4 109 110 131 130
+ f 4 105 486 -126 -486
+ mu 0 4 110 111 132 131
+ f 4 106 487 -127 -487
+ mu 0 4 111 112 133 132
+ f 4 107 488 -128 -488
+ mu 0 4 112 113 134 133
+ f 4 108 489 -129 -489
+ mu 0 4 113 114 135 134
+ f 4 109 490 -130 -490
+ mu 0 4 114 115 136 135
+ f 4 110 491 -131 -491
+ mu 0 4 115 116 137 136
+ f 4 111 492 -132 -492
+ mu 0 4 116 117 138 137
+ f 4 112 493 -133 -493
+ mu 0 4 117 118 139 138
+ f 4 113 494 -134 -494
+ mu 0 4 118 119 140 139
+ f 4 114 495 -135 -495
+ mu 0 4 119 120 141 140
+ f 4 115 496 -136 -496
+ mu 0 4 120 121 142 141
+ f 4 116 497 -137 -497
+ mu 0 4 121 122 143 142
+ f 4 117 498 -138 -498
+ mu 0 4 122 123 144 143
+ f 4 118 499 -139 -499
+ mu 0 4 123 124 145 144
+ f 4 119 480 -140 -500
+ mu 0 4 124 125 146 145
+ f 4 120 501 -141 -501
+ mu 0 4 126 127 148 147
+ f 4 121 502 -142 -502
+ mu 0 4 127 128 149 148
+ f 4 122 503 -143 -503
+ mu 0 4 128 129 150 149
+ f 4 123 504 -144 -504
+ mu 0 4 129 130 151 150
+ f 4 124 505 -145 -505
+ mu 0 4 130 131 152 151
+ f 4 125 506 -146 -506
+ mu 0 4 131 132 153 152
+ f 4 126 507 -147 -507
+ mu 0 4 132 133 154 153
+ f 4 127 508 -148 -508
+ mu 0 4 133 134 155 154
+ f 4 128 509 -149 -509
+ mu 0 4 134 135 156 155
+ f 4 129 510 -150 -510
+ mu 0 4 135 136 157 156
+ f 4 130 511 -151 -511
+ mu 0 4 136 137 158 157
+ f 4 131 512 -152 -512
+ mu 0 4 137 138 159 158
+ f 4 132 513 -153 -513
+ mu 0 4 138 139 160 159
+ f 4 133 514 -154 -514
+ mu 0 4 139 140 161 160
+ f 4 134 515 -155 -515
+ mu 0 4 140 141 162 161
+ f 4 135 516 -156 -516
+ mu 0 4 141 142 163 162
+ f 4 136 517 -157 -517
+ mu 0 4 142 143 164 163
+ f 4 137 518 -158 -518
+ mu 0 4 143 144 165 164
+ f 4 138 519 -159 -519
+ mu 0 4 144 145 166 165
+ f 4 139 500 -160 -520
+ mu 0 4 145 146 167 166
+ f 4 140 521 -161 -521
+ mu 0 4 147 148 169 168
+ f 4 141 522 -162 -522
+ mu 0 4 148 149 170 169
+ f 4 142 523 -163 -523
+ mu 0 4 149 150 171 170
+ f 4 143 524 -164 -524
+ mu 0 4 150 151 172 171
+ f 4 144 525 -165 -525
+ mu 0 4 151 152 173 172
+ f 4 145 526 -166 -526
+ mu 0 4 152 153 174 173
+ f 4 146 527 -167 -527
+ mu 0 4 153 154 175 174
+ f 4 147 528 -168 -528
+ mu 0 4 154 155 176 175
+ f 4 148 529 -169 -529
+ mu 0 4 155 156 177 176
+ f 4 149 530 -170 -530
+ mu 0 4 156 157 178 177
+ f 4 150 531 -171 -531
+ mu 0 4 157 158 179 178
+ f 4 151 532 -172 -532
+ mu 0 4 158 159 180 179
+ f 4 152 533 -173 -533
+ mu 0 4 159 160 181 180
+ f 4 153 534 -174 -534
+ mu 0 4 160 161 182 181
+ f 4 154 535 -175 -535
+ mu 0 4 161 162 183 182
+ f 4 155 536 -176 -536
+ mu 0 4 162 163 184 183
+ f 4 156 537 -177 -537
+ mu 0 4 163 164 185 184
+ f 4 157 538 -178 -538
+ mu 0 4 164 165 186 185
+ f 4 158 539 -179 -539
+ mu 0 4 165 166 187 186
+ f 4 159 520 -180 -540
+ mu 0 4 166 167 188 187
+ f 4 160 541 -181 -541
+ mu 0 4 168 169 190 189
+ f 4 161 542 -182 -542
+ mu 0 4 169 170 191 190
+ f 4 162 543 -183 -543
+ mu 0 4 170 171 192 191
+ f 4 163 544 -184 -544
+ mu 0 4 171 172 193 192
+ f 4 164 545 -185 -545
+ mu 0 4 172 173 194 193
+ f 4 165 546 -186 -546
+ mu 0 4 173 174 195 194
+ f 4 166 547 -187 -547
+ mu 0 4 174 175 196 195
+ f 4 167 548 -188 -548
+ mu 0 4 175 176 197 196
+ f 4 168 549 -189 -549
+ mu 0 4 176 177 198 197
+ f 4 169 550 -190 -550
+ mu 0 4 177 178 199 198
+ f 4 170 551 -191 -551
+ mu 0 4 178 179 200 199
+ f 4 171 552 -192 -552
+ mu 0 4 179 180 201 200
+ f 4 172 553 -193 -553
+ mu 0 4 180 181 202 201
+ f 4 173 554 -194 -554
+ mu 0 4 181 182 203 202
+ f 4 174 555 -195 -555
+ mu 0 4 182 183 204 203
+ f 4 175 556 -196 -556
+ mu 0 4 183 184 205 204
+ f 4 176 557 -197 -557
+ mu 0 4 184 185 206 205
+ f 4 177 558 -198 -558
+ mu 0 4 185 186 207 206
+ f 4 178 559 -199 -559
+ mu 0 4 186 187 208 207
+ f 4 179 540 -200 -560
+ mu 0 4 187 188 209 208
+ f 4 180 561 -201 -561
+ mu 0 4 189 190 211 210
+ f 4 181 562 -202 -562
+ mu 0 4 190 191 212 211
+ f 4 182 563 -203 -563
+ mu 0 4 191 192 213 212
+ f 4 183 564 -204 -564
+ mu 0 4 192 193 214 213
+ f 4 184 565 -205 -565
+ mu 0 4 193 194 215 214
+ f 4 185 566 -206 -566
+ mu 0 4 194 195 216 215
+ f 4 186 567 -207 -567
+ mu 0 4 195 196 217 216
+ f 4 187 568 -208 -568
+ mu 0 4 196 197 218 217
+ f 4 188 569 -209 -569
+ mu 0 4 197 198 219 218
+ f 4 189 570 -210 -570
+ mu 0 4 198 199 220 219
+ f 4 190 571 -211 -571
+ mu 0 4 199 200 221 220
+ f 4 191 572 -212 -572
+ mu 0 4 200 201 222 221
+ f 4 192 573 -213 -573
+ mu 0 4 201 202 223 222
+ f 4 193 574 -214 -574
+ mu 0 4 202 203 224 223
+ f 4 194 575 -215 -575
+ mu 0 4 203 204 225 224
+ f 4 195 576 -216 -576
+ mu 0 4 204 205 226 225
+ f 4 196 577 -217 -577
+ mu 0 4 205 206 227 226
+ f 4 197 578 -218 -578
+ mu 0 4 206 207 228 227
+ f 4 198 579 -219 -579
+ mu 0 4 207 208 229 228
+ f 4 199 560 -220 -580
+ mu 0 4 208 209 230 229
+ f 4 200 581 -221 -581
+ mu 0 4 210 211 232 231
+ f 4 201 582 -222 -582
+ mu 0 4 211 212 233 232
+ f 4 202 583 -223 -583
+ mu 0 4 212 213 234 233
+ f 4 203 584 -224 -584
+ mu 0 4 213 214 235 234
+ f 4 204 585 -225 -585
+ mu 0 4 214 215 236 235
+ f 4 205 586 -226 -586
+ mu 0 4 215 216 237 236
+ f 4 206 587 -227 -587
+ mu 0 4 216 217 238 237
+ f 4 207 588 -228 -588
+ mu 0 4 217 218 239 238
+ f 4 208 589 -229 -589
+ mu 0 4 218 219 240 239
+ f 4 209 590 -230 -590
+ mu 0 4 219 220 241 240
+ f 4 210 591 -231 -591
+ mu 0 4 220 221 242 241
+ f 4 211 592 -232 -592
+ mu 0 4 221 222 243 242
+ f 4 212 593 -233 -593
+ mu 0 4 222 223 244 243
+ f 4 213 594 -234 -594
+ mu 0 4 223 224 245 244
+ f 4 214 595 -235 -595
+ mu 0 4 224 225 246 245
+ f 4 215 596 -236 -596
+ mu 0 4 225 226 247 246
+ f 4 216 597 -237 -597
+ mu 0 4 226 227 248 247
+ f 4 217 598 -238 -598
+ mu 0 4 227 228 249 248
+ f 4 218 599 -239 -599
+ mu 0 4 228 229 250 249
+ f 4 219 580 -240 -600
+ mu 0 4 229 230 251 250
+ f 4 220 601 -241 -601
+ mu 0 4 231 232 253 252
+ f 4 221 602 -242 -602
+ mu 0 4 232 233 254 253
+ f 4 222 603 -243 -603
+ mu 0 4 233 234 255 254
+ f 4 223 604 -244 -604
+ mu 0 4 234 235 256 255
+ f 4 224 605 -245 -605
+ mu 0 4 235 236 257 256
+ f 4 225 606 -246 -606
+ mu 0 4 236 237 258 257
+ f 4 226 607 -247 -607
+ mu 0 4 237 238 259 258
+ f 4 227 608 -248 -608
+ mu 0 4 238 239 260 259
+ f 4 228 609 -249 -609
+ mu 0 4 239 240 261 260
+ f 4 229 610 -250 -610
+ mu 0 4 240 241 262 261
+ f 4 230 611 -251 -611
+ mu 0 4 241 242 263 262
+ f 4 231 612 -252 -612
+ mu 0 4 242 243 264 263
+ f 4 232 613 -253 -613
+ mu 0 4 243 244 265 264
+ f 4 233 614 -254 -614
+ mu 0 4 244 245 266 265
+ f 4 234 615 -255 -615
+ mu 0 4 245 246 267 266
+ f 4 235 616 -256 -616
+ mu 0 4 246 247 268 267
+ f 4 236 617 -257 -617
+ mu 0 4 247 248 269 268
+ f 4 237 618 -258 -618
+ mu 0 4 248 249 270 269
+ f 4 238 619 -259 -619
+ mu 0 4 249 250 271 270
+ f 4 239 600 -260 -620
+ mu 0 4 250 251 272 271
+ f 4 240 621 -261 -621
+ mu 0 4 252 253 274 273
+ f 4 241 622 -262 -622
+ mu 0 4 253 254 275 274
+ f 4 242 623 -263 -623
+ mu 0 4 254 255 276 275
+ f 4 243 624 -264 -624
+ mu 0 4 255 256 277 276
+ f 4 244 625 -265 -625
+ mu 0 4 256 257 278 277
+ f 4 245 626 -266 -626
+ mu 0 4 257 258 279 278
+ f 4 246 627 -267 -627
+ mu 0 4 258 259 280 279
+ f 4 247 628 -268 -628
+ mu 0 4 259 260 281 280
+ f 4 248 629 -269 -629
+ mu 0 4 260 261 282 281
+ f 4 249 630 -270 -630
+ mu 0 4 261 262 283 282
+ f 4 250 631 -271 -631
+ mu 0 4 262 263 284 283
+ f 4 251 632 -272 -632
+ mu 0 4 263 264 285 284
+ f 4 252 633 -273 -633
+ mu 0 4 264 265 286 285
+ f 4 253 634 -274 -634
+ mu 0 4 265 266 287 286
+ f 4 254 635 -275 -635
+ mu 0 4 266 267 288 287
+ f 4 255 636 -276 -636
+ mu 0 4 267 268 289 288
+ f 4 256 637 -277 -637
+ mu 0 4 268 269 290 289
+ f 4 257 638 -278 -638
+ mu 0 4 269 270 291 290
+ f 4 258 639 -279 -639
+ mu 0 4 270 271 292 291
+ f 4 259 620 -280 -640
+ mu 0 4 271 272 293 292
+ f 4 260 641 -281 -641
+ mu 0 4 273 274 295 294
+ f 4 261 642 -282 -642
+ mu 0 4 274 275 296 295
+ f 4 262 643 -283 -643
+ mu 0 4 275 276 297 296
+ f 4 263 644 -284 -644
+ mu 0 4 276 277 298 297
+ f 4 264 645 -285 -645
+ mu 0 4 277 278 299 298
+ f 4 265 646 -286 -646
+ mu 0 4 278 279 300 299
+ f 4 266 647 -287 -647
+ mu 0 4 279 280 301 300
+ f 4 267 648 -288 -648
+ mu 0 4 280 281 302 301
+ f 4 268 649 -289 -649
+ mu 0 4 281 282 303 302
+ f 4 269 650 -290 -650
+ mu 0 4 282 283 304 303
+ f 4 270 651 -291 -651
+ mu 0 4 283 284 305 304
+ f 4 271 652 -292 -652
+ mu 0 4 284 285 306 305
+ f 4 272 653 -293 -653
+ mu 0 4 285 286 307 306
+ f 4 273 654 -294 -654
+ mu 0 4 286 287 308 307
+ f 4 274 655 -295 -655
+ mu 0 4 287 288 309 308
+ f 4 275 656 -296 -656
+ mu 0 4 288 289 310 309
+ f 4 276 657 -297 -657
+ mu 0 4 289 290 311 310
+ f 4 277 658 -298 -658
+ mu 0 4 290 291 312 311
+ f 4 278 659 -299 -659
+ mu 0 4 291 292 313 312
+ f 4 279 640 -300 -660
+ mu 0 4 292 293 314 313
+ f 4 280 661 -301 -661
+ mu 0 4 294 295 316 315
+ f 4 281 662 -302 -662
+ mu 0 4 295 296 317 316
+ f 4 282 663 -303 -663
+ mu 0 4 296 297 318 317
+ f 4 283 664 -304 -664
+ mu 0 4 297 298 319 318
+ f 4 284 665 -305 -665
+ mu 0 4 298 299 320 319
+ f 4 285 666 -306 -666
+ mu 0 4 299 300 321 320
+ f 4 286 667 -307 -667
+ mu 0 4 300 301 322 321
+ f 4 287 668 -308 -668
+ mu 0 4 301 302 323 322
+ f 4 288 669 -309 -669
+ mu 0 4 302 303 324 323
+ f 4 289 670 -310 -670
+ mu 0 4 303 304 325 324
+ f 4 290 671 -311 -671
+ mu 0 4 304 305 326 325
+ f 4 291 672 -312 -672
+ mu 0 4 305 306 327 326
+ f 4 292 673 -313 -673
+ mu 0 4 306 307 328 327
+ f 4 293 674 -314 -674
+ mu 0 4 307 308 329 328
+ f 4 294 675 -315 -675
+ mu 0 4 308 309 330 329
+ f 4 295 676 -316 -676
+ mu 0 4 309 310 331 330
+ f 4 296 677 -317 -677
+ mu 0 4 310 311 332 331
+ f 4 297 678 -318 -678
+ mu 0 4 311 312 333 332
+ f 4 298 679 -319 -679
+ mu 0 4 312 313 334 333
+ f 4 299 660 -320 -680
+ mu 0 4 313 314 335 334
+ f 4 300 681 -321 -681
+ mu 0 4 315 316 337 336
+ f 4 301 682 -322 -682
+ mu 0 4 316 317 338 337
+ f 4 302 683 -323 -683
+ mu 0 4 317 318 339 338
+ f 4 303 684 -324 -684
+ mu 0 4 318 319 340 339
+ f 4 304 685 -325 -685
+ mu 0 4 319 320 341 340
+ f 4 305 686 -326 -686
+ mu 0 4 320 321 342 341
+ f 4 306 687 -327 -687
+ mu 0 4 321 322 343 342
+ f 4 307 688 -328 -688
+ mu 0 4 322 323 344 343
+ f 4 308 689 -329 -689
+ mu 0 4 323 324 345 344
+ f 4 309 690 -330 -690
+ mu 0 4 324 325 346 345
+ f 4 310 691 -331 -691
+ mu 0 4 325 326 347 346
+ f 4 311 692 -332 -692
+ mu 0 4 326 327 348 347
+ f 4 312 693 -333 -693
+ mu 0 4 327 328 349 348
+ f 4 313 694 -334 -694
+ mu 0 4 328 329 350 349
+ f 4 314 695 -335 -695
+ mu 0 4 329 330 351 350
+ f 4 315 696 -336 -696
+ mu 0 4 330 331 352 351
+ f 4 316 697 -337 -697
+ mu 0 4 331 332 353 352
+ f 4 317 698 -338 -698
+ mu 0 4 332 333 354 353
+ f 4 318 699 -339 -699
+ mu 0 4 333 334 355 354
+ f 4 319 680 -340 -700
+ mu 0 4 334 335 356 355
+ f 4 320 701 -341 -701
+ mu 0 4 336 337 358 357
+ f 4 321 702 -342 -702
+ mu 0 4 337 338 359 358
+ f 4 322 703 -343 -703
+ mu 0 4 338 339 360 359
+ f 4 323 704 -344 -704
+ mu 0 4 339 340 361 360
+ f 4 324 705 -345 -705
+ mu 0 4 340 341 362 361
+ f 4 325 706 -346 -706
+ mu 0 4 341 342 363 362
+ f 4 326 707 -347 -707
+ mu 0 4 342 343 364 363
+ f 4 327 708 -348 -708
+ mu 0 4 343 344 365 364
+ f 4 328 709 -349 -709
+ mu 0 4 344 345 366 365
+ f 4 329 710 -350 -710
+ mu 0 4 345 346 367 366
+ f 4 330 711 -351 -711
+ mu 0 4 346 347 368 367
+ f 4 331 712 -352 -712
+ mu 0 4 347 348 369 368
+ f 4 332 713 -353 -713
+ mu 0 4 348 349 370 369
+ f 4 333 714 -354 -714
+ mu 0 4 349 350 371 370
+ f 4 334 715 -355 -715
+ mu 0 4 350 351 372 371
+ f 4 335 716 -356 -716
+ mu 0 4 351 352 373 372
+ f 4 336 717 -357 -717
+ mu 0 4 352 353 374 373
+ f 4 337 718 -358 -718
+ mu 0 4 353 354 375 374
+ f 4 338 719 -359 -719
+ mu 0 4 354 355 376 375
+ f 4 339 700 -360 -720
+ mu 0 4 355 356 377 376
+ f 4 340 721 -361 -721
+ mu 0 4 357 358 379 378
+ f 4 341 722 -362 -722
+ mu 0 4 358 359 380 379
+ f 4 342 723 -363 -723
+ mu 0 4 359 360 381 380
+ f 4 343 724 -364 -724
+ mu 0 4 360 361 382 381
+ f 4 344 725 -365 -725
+ mu 0 4 361 362 383 382
+ f 4 345 726 -366 -726
+ mu 0 4 362 363 384 383
+ f 4 346 727 -367 -727
+ mu 0 4 363 364 385 384
+ f 4 347 728 -368 -728
+ mu 0 4 364 365 386 385
+ f 4 348 729 -369 -729
+ mu 0 4 365 366 387 386
+ f 4 349 730 -370 -730
+ mu 0 4 366 367 388 387
+ f 4 350 731 -371 -731
+ mu 0 4 367 368 389 388
+ f 4 351 732 -372 -732
+ mu 0 4 368 369 390 389
+ f 4 352 733 -373 -733
+ mu 0 4 369 370 391 390
+ f 4 353 734 -374 -734
+ mu 0 4 370 371 392 391
+ f 4 354 735 -375 -735
+ mu 0 4 371 372 393 392
+ f 4 355 736 -376 -736
+ mu 0 4 372 373 394 393
+ f 4 356 737 -377 -737
+ mu 0 4 373 374 395 394
+ f 4 357 738 -378 -738
+ mu 0 4 374 375 396 395
+ f 4 358 739 -379 -739
+ mu 0 4 375 376 397 396
+ f 4 359 720 -380 -740
+ mu 0 4 376 377 398 397
+ f 3 -1 -741 741
+ mu 0 3 1 0 399
+ f 3 -2 -742 742
+ mu 0 3 2 1 400
+ f 3 -3 -743 743
+ mu 0 3 3 2 401
+ f 3 -4 -744 744
+ mu 0 3 4 3 402
+ f 3 -5 -745 745
+ mu 0 3 5 4 403
+ f 3 -6 -746 746
+ mu 0 3 6 5 404
+ f 3 -7 -747 747
+ mu 0 3 7 6 405
+ f 3 -8 -748 748
+ mu 0 3 8 7 406
+ f 3 -9 -749 749
+ mu 0 3 9 8 407
+ f 3 -10 -750 750
+ mu 0 3 10 9 408
+ f 3 -11 -751 751
+ mu 0 3 11 10 409
+ f 3 -12 -752 752
+ mu 0 3 12 11 410
+ f 3 -13 -753 753
+ mu 0 3 13 12 411
+ f 3 -14 -754 754
+ mu 0 3 14 13 412
+ f 3 -15 -755 755
+ mu 0 3 15 14 413
+ f 3 -16 -756 756
+ mu 0 3 16 15 414
+ f 3 -17 -757 757
+ mu 0 3 17 16 415
+ f 3 -18 -758 758
+ mu 0 3 18 17 416
+ f 3 -19 -759 759
+ mu 0 3 19 18 417
+ f 3 -20 -760 740
+ mu 0 3 20 19 418
+ f 3 360 761 -761
+ mu 0 3 378 379 419
+ f 3 361 762 -762
+ mu 0 3 379 380 420
+ f 3 362 763 -763
+ mu 0 3 380 381 421
+ f 3 363 764 -764
+ mu 0 3 381 382 422
+ f 3 364 765 -765
+ mu 0 3 382 383 423
+ f 3 365 766 -766
+ mu 0 3 383 384 424
+ f 3 366 767 -767
+ mu 0 3 384 385 425
+ f 3 367 768 -768
+ mu 0 3 385 386 426
+ f 3 368 769 -769
+ mu 0 3 386 387 427
+ f 3 369 770 -770
+ mu 0 3 387 388 428
+ f 3 370 771 -771
+ mu 0 3 388 389 429
+ f 3 371 772 -772
+ mu 0 3 389 390 430
+ f 3 372 773 -773
+ mu 0 3 390 391 431
+ f 3 373 774 -774
+ mu 0 3 391 392 432
+ f 3 374 775 -775
+ mu 0 3 392 393 433
+ f 3 375 776 -776
+ mu 0 3 393 394 434
+ f 3 376 777 -777
+ mu 0 3 394 395 435
+ f 3 377 778 -778
+ mu 0 3 395 396 436
+ f 3 378 779 -779
+ mu 0 3 396 397 437
+ f 3 379 760 -780
+ mu 0 3 397 398 438;
+ setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ;
+ setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ;
+ setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ;
+ setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ;
+ setAttr ".dr" 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 4 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+select -ne :initialShadingGroup;
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of modelMain.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc
new file mode 100644
index 0000000000..a1d07f8f31
Binary files /dev/null and b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.abc differ
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma
new file mode 100644
index 0000000000..5088dfa11c
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/model/modelMain/v001/test_project_test_asset_modelMain_v001.ma
@@ -0,0 +1,1186 @@
+//Maya ASCII 2019 scene
+//Name: modelMain.ma
+//Last modified: Thu, Sep 02, 2021 03:24:19 PM
+//Codeset: 1252
+requires maya "2019";
+requires "mtoa" "4.0.4.2";
+requires "mtoa" "4.0.4.2";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2019";
+fileInfo "version" "2019";
+fileInfo "cutIdentifier" "201812112215-434d8d9c04";
+fileInfo "osv" "Microsoft Windows 10 Technical Preview (Build 19041)\n";
+fileInfo "license" "education";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr -s 439 ".uvst[0].uvsp";
+ setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0 0.050000001 0.050000001 0.050000001
+ 0.1 0.050000001 0.15000001 0.050000001 0.2 0.050000001 0.25 0.050000001 0.30000001
+ 0.050000001 0.35000002 0.050000001 0.40000004 0.050000001 0.45000005 0.050000001
+ 0.50000006 0.050000001 0.55000007 0.050000001 0.60000008 0.050000001 0.6500001 0.050000001
+ 0.70000011 0.050000001 0.75000012 0.050000001 0.80000013 0.050000001 0.85000014 0.050000001
+ 0.90000015 0.050000001 0.95000017 0.050000001 1.000000119209 0.050000001 0 0.1 0.050000001
+ 0.1 0.1 0.1 0.15000001 0.1 0.2 0.1 0.25 0.1 0.30000001 0.1 0.35000002 0.1 0.40000004
+ 0.1 0.45000005 0.1 0.50000006 0.1 0.55000007 0.1 0.60000008 0.1 0.6500001 0.1 0.70000011
+ 0.1 0.75000012 0.1 0.80000013 0.1 0.85000014 0.1 0.90000015 0.1 0.95000017 0.1 1.000000119209
+ 0.1 0 0.15000001 0.050000001 0.15000001 0.1 0.15000001 0.15000001 0.15000001 0.2
+ 0.15000001 0.25 0.15000001 0.30000001 0.15000001 0.35000002 0.15000001 0.40000004
+ 0.15000001 0.45000005 0.15000001 0.50000006 0.15000001 0.55000007 0.15000001 0.60000008
+ 0.15000001 0.6500001 0.15000001 0.70000011 0.15000001 0.75000012 0.15000001 0.80000013
+ 0.15000001 0.85000014 0.15000001 0.90000015 0.15000001 0.95000017 0.15000001 1.000000119209
+ 0.15000001 0 0.2 0.050000001 0.2 0.1 0.2 0.15000001 0.2 0.2 0.2 0.25 0.2 0.30000001
+ 0.2 0.35000002 0.2 0.40000004 0.2 0.45000005 0.2 0.50000006 0.2 0.55000007 0.2 0.60000008
+ 0.2 0.6500001 0.2 0.70000011 0.2 0.75000012 0.2 0.80000013 0.2 0.85000014 0.2 0.90000015
+ 0.2 0.95000017 0.2 1.000000119209 0.2 0 0.25 0.050000001 0.25 0.1 0.25 0.15000001
+ 0.25 0.2 0.25 0.25 0.25 0.30000001 0.25 0.35000002 0.25 0.40000004 0.25 0.45000005
+ 0.25 0.50000006 0.25 0.55000007 0.25 0.60000008 0.25 0.6500001 0.25 0.70000011 0.25
+ 0.75000012 0.25 0.80000013 0.25 0.85000014 0.25 0.90000015 0.25 0.95000017 0.25 1.000000119209
+ 0.25 0 0.30000001 0.050000001 0.30000001 0.1 0.30000001 0.15000001 0.30000001 0.2
+ 0.30000001 0.25 0.30000001 0.30000001 0.30000001 0.35000002 0.30000001 0.40000004
+ 0.30000001 0.45000005 0.30000001 0.50000006 0.30000001 0.55000007 0.30000001 0.60000008
+ 0.30000001 0.6500001 0.30000001 0.70000011 0.30000001 0.75000012 0.30000001 0.80000013
+ 0.30000001 0.85000014 0.30000001 0.90000015 0.30000001 0.95000017 0.30000001 1.000000119209
+ 0.30000001 0 0.35000002 0.050000001 0.35000002 0.1 0.35000002 0.15000001 0.35000002
+ 0.2 0.35000002 0.25 0.35000002 0.30000001 0.35000002 0.35000002 0.35000002 0.40000004
+ 0.35000002 0.45000005 0.35000002 0.50000006 0.35000002 0.55000007 0.35000002 0.60000008
+ 0.35000002 0.6500001 0.35000002 0.70000011 0.35000002 0.75000012 0.35000002 0.80000013
+ 0.35000002 0.85000014 0.35000002 0.90000015 0.35000002 0.95000017 0.35000002 1.000000119209
+ 0.35000002 0 0.40000004 0.050000001 0.40000004 0.1 0.40000004 0.15000001 0.40000004
+ 0.2 0.40000004 0.25 0.40000004 0.30000001 0.40000004 0.35000002 0.40000004 0.40000004
+ 0.40000004 0.45000005 0.40000004 0.50000006 0.40000004 0.55000007 0.40000004 0.60000008
+ 0.40000004 0.6500001 0.40000004 0.70000011 0.40000004 0.75000012 0.40000004 0.80000013
+ 0.40000004 0.85000014 0.40000004 0.90000015 0.40000004 0.95000017 0.40000004 1.000000119209
+ 0.40000004 0 0.45000005 0.050000001 0.45000005 0.1 0.45000005 0.15000001 0.45000005
+ 0.2 0.45000005 0.25 0.45000005 0.30000001 0.45000005 0.35000002 0.45000005 0.40000004
+ 0.45000005 0.45000005 0.45000005 0.50000006 0.45000005 0.55000007 0.45000005 0.60000008
+ 0.45000005 0.6500001 0.45000005 0.70000011 0.45000005 0.75000012 0.45000005 0.80000013
+ 0.45000005 0.85000014 0.45000005 0.90000015 0.45000005 0.95000017 0.45000005 1.000000119209
+ 0.45000005 0 0.50000006 0.050000001 0.50000006 0.1 0.50000006 0.15000001 0.50000006
+ 0.2 0.50000006 0.25 0.50000006 0.30000001 0.50000006 0.35000002 0.50000006 0.40000004
+ 0.50000006 0.45000005 0.50000006 0.50000006 0.50000006 0.55000007 0.50000006 0.60000008
+ 0.50000006 0.6500001 0.50000006 0.70000011 0.50000006 0.75000012 0.50000006 0.80000013
+ 0.50000006 0.85000014 0.50000006 0.90000015 0.50000006 0.95000017 0.50000006 1.000000119209
+ 0.50000006 0 0.55000007 0.050000001 0.55000007 0.1 0.55000007 0.15000001 0.55000007
+ 0.2 0.55000007 0.25 0.55000007 0.30000001 0.55000007 0.35000002 0.55000007 0.40000004
+ 0.55000007 0.45000005 0.55000007 0.50000006 0.55000007 0.55000007 0.55000007 0.60000008
+ 0.55000007 0.6500001 0.55000007 0.70000011 0.55000007 0.75000012 0.55000007 0.80000013
+ 0.55000007 0.85000014 0.55000007 0.90000015 0.55000007 0.95000017 0.55000007 1.000000119209
+ 0.55000007 0 0.60000008 0.050000001 0.60000008 0.1 0.60000008 0.15000001 0.60000008
+ 0.2 0.60000008 0.25 0.60000008 0.30000001 0.60000008 0.35000002 0.60000008 0.40000004
+ 0.60000008 0.45000005 0.60000008 0.50000006 0.60000008 0.55000007 0.60000008 0.60000008
+ 0.60000008 0.6500001 0.60000008 0.70000011 0.60000008 0.75000012 0.60000008 0.80000013
+ 0.60000008 0.85000014 0.60000008 0.90000015 0.60000008;
+ setAttr ".uvst[0].uvsp[250:438]" 0.95000017 0.60000008 1.000000119209 0.60000008
+ 0 0.6500001 0.050000001 0.6500001 0.1 0.6500001 0.15000001 0.6500001 0.2 0.6500001
+ 0.25 0.6500001 0.30000001 0.6500001 0.35000002 0.6500001 0.40000004 0.6500001 0.45000005
+ 0.6500001 0.50000006 0.6500001 0.55000007 0.6500001 0.60000008 0.6500001 0.6500001
+ 0.6500001 0.70000011 0.6500001 0.75000012 0.6500001 0.80000013 0.6500001 0.85000014
+ 0.6500001 0.90000015 0.6500001 0.95000017 0.6500001 1.000000119209 0.6500001 0 0.70000011
+ 0.050000001 0.70000011 0.1 0.70000011 0.15000001 0.70000011 0.2 0.70000011 0.25 0.70000011
+ 0.30000001 0.70000011 0.35000002 0.70000011 0.40000004 0.70000011 0.45000005 0.70000011
+ 0.50000006 0.70000011 0.55000007 0.70000011 0.60000008 0.70000011 0.6500001 0.70000011
+ 0.70000011 0.70000011 0.75000012 0.70000011 0.80000013 0.70000011 0.85000014 0.70000011
+ 0.90000015 0.70000011 0.95000017 0.70000011 1.000000119209 0.70000011 0 0.75000012
+ 0.050000001 0.75000012 0.1 0.75000012 0.15000001 0.75000012 0.2 0.75000012 0.25 0.75000012
+ 0.30000001 0.75000012 0.35000002 0.75000012 0.40000004 0.75000012 0.45000005 0.75000012
+ 0.50000006 0.75000012 0.55000007 0.75000012 0.60000008 0.75000012 0.6500001 0.75000012
+ 0.70000011 0.75000012 0.75000012 0.75000012 0.80000013 0.75000012 0.85000014 0.75000012
+ 0.90000015 0.75000012 0.95000017 0.75000012 1.000000119209 0.75000012 0 0.80000013
+ 0.050000001 0.80000013 0.1 0.80000013 0.15000001 0.80000013 0.2 0.80000013 0.25 0.80000013
+ 0.30000001 0.80000013 0.35000002 0.80000013 0.40000004 0.80000013 0.45000005 0.80000013
+ 0.50000006 0.80000013 0.55000007 0.80000013 0.60000008 0.80000013 0.6500001 0.80000013
+ 0.70000011 0.80000013 0.75000012 0.80000013 0.80000013 0.80000013 0.85000014 0.80000013
+ 0.90000015 0.80000013 0.95000017 0.80000013 1.000000119209 0.80000013 0 0.85000014
+ 0.050000001 0.85000014 0.1 0.85000014 0.15000001 0.85000014 0.2 0.85000014 0.25 0.85000014
+ 0.30000001 0.85000014 0.35000002 0.85000014 0.40000004 0.85000014 0.45000005 0.85000014
+ 0.50000006 0.85000014 0.55000007 0.85000014 0.60000008 0.85000014 0.6500001 0.85000014
+ 0.70000011 0.85000014 0.75000012 0.85000014 0.80000013 0.85000014 0.85000014 0.85000014
+ 0.90000015 0.85000014 0.95000017 0.85000014 1.000000119209 0.85000014 0 0.90000015
+ 0.050000001 0.90000015 0.1 0.90000015 0.15000001 0.90000015 0.2 0.90000015 0.25 0.90000015
+ 0.30000001 0.90000015 0.35000002 0.90000015 0.40000004 0.90000015 0.45000005 0.90000015
+ 0.50000006 0.90000015 0.55000007 0.90000015 0.60000008 0.90000015 0.6500001 0.90000015
+ 0.70000011 0.90000015 0.75000012 0.90000015 0.80000013 0.90000015 0.85000014 0.90000015
+ 0.90000015 0.90000015 0.95000017 0.90000015 1.000000119209 0.90000015 0 0.95000017
+ 0.050000001 0.95000017 0.1 0.95000017 0.15000001 0.95000017 0.2 0.95000017 0.25 0.95000017
+ 0.30000001 0.95000017 0.35000002 0.95000017 0.40000004 0.95000017 0.45000005 0.95000017
+ 0.50000006 0.95000017 0.55000007 0.95000017 0.60000008 0.95000017 0.6500001 0.95000017
+ 0.70000011 0.95000017 0.75000012 0.95000017 0.80000013 0.95000017 0.85000014 0.95000017
+ 0.90000015 0.95000017 0.95000017 0.95000017 1.000000119209 0.95000017 0.025 0 0.075000003
+ 0 0.125 0 0.17500001 0 0.22500001 0 0.27500001 0 0.32500002 0 0.375 0 0.42500001
+ 0 0.47500002 0 0.52499998 0 0.57499999 0 0.625 0 0.67500001 0 0.72499996 0 0.77499998
+ 0 0.82499999 0 0.875 0 0.92500001 0 0.97499996 0 0.025 1 0.075000003 1 0.125 1 0.17500001
+ 1 0.22500001 1 0.27500001 1 0.32500002 1 0.375 1 0.42500001 1 0.47500002 1 0.52499998
+ 1 0.57499999 1 0.625 1 0.67500001 1 0.72499996 1 0.77499998 1 0.82499999 1 0.875
+ 1 0.92500001 1 0.97499996 1;
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr -s 382 ".vt";
+ setAttr ".vt[0:165]" 0.14877813 -0.98768836 -0.048340943 0.12655823 -0.98768836 -0.091949932
+ 0.091949932 -0.98768836 -0.12655823 0.048340935 -0.98768836 -0.14877811 0 -0.98768836 -0.15643455
+ -0.048340935 -0.98768836 -0.1487781 -0.091949917 -0.98768836 -0.1265582 -0.12655818 -0.98768836 -0.091949902
+ -0.14877807 -0.98768836 -0.048340924 -0.15643452 -0.98768836 0 -0.14877807 -0.98768836 0.048340924
+ -0.12655818 -0.98768836 0.091949895 -0.091949895 -0.98768836 0.12655817 -0.048340924 -0.98768836 0.14877805
+ -4.6621107e-09 -0.98768836 0.15643449 0.048340909 -0.98768836 0.14877804 0.09194988 -0.98768836 0.12655815
+ 0.12655815 -0.98768836 0.091949888 0.14877804 -0.98768836 0.048340913 0.15643448 -0.98768836 0
+ 0.29389283 -0.95105654 -0.095491566 0.25000018 -0.95105654 -0.18163574 0.18163574 -0.95105654 -0.25000015
+ 0.095491551 -0.95105654 -0.2938928 0 -0.95105654 -0.30901715 -0.095491551 -0.95105654 -0.29389277
+ -0.18163571 -0.95105654 -0.25000009 -0.25000009 -0.95105654 -0.18163569 -0.29389271 -0.95105654 -0.095491529
+ -0.30901706 -0.95105654 0 -0.29389271 -0.95105654 0.095491529 -0.25000006 -0.95105654 0.18163568
+ -0.18163568 -0.95105654 0.25000006 -0.095491529 -0.95105654 0.29389268 -9.2094243e-09 -0.95105654 0.30901703
+ 0.095491499 -0.95105654 0.29389265 0.18163563 -0.95105654 0.25000003 0.25 -0.95105654 0.18163565
+ 0.29389265 -0.95105654 0.095491506 0.309017 -0.95105654 0 0.43177092 -0.89100653 -0.14029087
+ 0.36728629 -0.89100653 -0.2668491 0.2668491 -0.89100653 -0.36728626 0.14029086 -0.89100653 -0.43177086
+ 0 -0.89100653 -0.45399073 -0.14029086 -0.89100653 -0.43177083 -0.26684904 -0.89100653 -0.36728618
+ -0.36728615 -0.89100653 -0.26684901 -0.43177077 -0.89100653 -0.14029081 -0.45399064 -0.89100653 0
+ -0.43177077 -0.89100653 0.14029081 -0.36728612 -0.89100653 0.26684898 -0.26684898 -0.89100653 0.36728612
+ -0.14029081 -0.89100653 0.43177071 -1.3529972e-08 -0.89100653 0.45399058 0.14029078 -0.89100653 0.43177068
+ 0.26684892 -0.89100653 0.36728609 0.36728606 -0.89100653 0.26684895 0.43177065 -0.89100653 0.1402908
+ 0.45399052 -0.89100653 0 0.55901736 -0.809017 -0.18163574 0.47552857 -0.809017 -0.34549171
+ 0.34549171 -0.809017 -0.47552854 0.18163572 -0.809017 -0.5590173 0 -0.809017 -0.58778554
+ -0.18163572 -0.809017 -0.55901724 -0.34549165 -0.809017 -0.47552842 -0.47552839 -0.809017 -0.34549159
+ -0.55901712 -0.809017 -0.18163566 -0.58778536 -0.809017 0 -0.55901712 -0.809017 0.18163566
+ -0.47552836 -0.809017 0.34549156 -0.34549156 -0.809017 0.47552833 -0.18163566 -0.809017 0.55901706
+ -1.7517365e-08 -0.809017 0.5877853 0.18163562 -0.809017 0.55901706 0.3454915 -0.809017 0.4755283
+ 0.47552827 -0.809017 0.34549153 0.559017 -0.809017 0.18163563 0.58778524 -0.809017 0
+ 0.67249894 -0.70710677 -0.21850814 0.57206178 -0.70710677 -0.41562718 0.41562718 -0.70710677 -0.57206172
+ 0.21850812 -0.70710677 -0.67249888 0 -0.70710677 -0.70710713 -0.21850812 -0.70710677 -0.67249882
+ -0.41562709 -0.70710677 -0.5720616 -0.57206154 -0.70710677 -0.41562706 -0.6724987 -0.70710677 -0.21850805
+ -0.70710695 -0.70710677 0 -0.6724987 -0.70710677 0.21850805 -0.57206154 -0.70710677 0.415627
+ -0.415627 -0.70710677 0.57206148 -0.21850805 -0.70710677 0.67249858 -2.1073424e-08 -0.70710677 0.70710683
+ 0.21850799 -0.70710677 0.67249858 0.41562691 -0.70710677 0.57206142 0.57206142 -0.70710677 0.41562697
+ 0.67249852 -0.70710677 0.21850802 0.70710677 -0.70710677 0 0.7694214 -0.58778524 -0.25000015
+ 0.65450895 -0.58778524 -0.47552854 0.47552854 -0.58778524 -0.65450889 0.25000012 -0.58778524 -0.76942128
+ 0 -0.58778524 -0.80901736 -0.25000012 -0.58778524 -0.76942122 -0.47552845 -0.58778524 -0.65450877
+ -0.65450871 -0.58778524 -0.47552839 -0.7694211 -0.58778524 -0.25000006 -0.80901718 -0.58778524 0
+ -0.7694211 -0.58778524 0.25000006 -0.65450865 -0.58778524 0.47552836 -0.47552836 -0.58778524 0.65450859
+ -0.25000006 -0.58778524 0.76942098 -2.4110586e-08 -0.58778524 0.80901712 0.24999999 -0.58778524 0.76942098
+ 0.47552827 -0.58778524 0.65450853 0.65450853 -0.58778524 0.4755283 0.76942092 -0.58778524 0.25
+ 0.809017 -0.58778524 0 0.8473981 -0.45399052 -0.27533633 0.72083992 -0.45399052 -0.5237208
+ 0.5237208 -0.45399052 -0.72083986 0.2753363 -0.45399052 -0.84739798 0 -0.45399052 -0.89100695
+ -0.2753363 -0.45399052 -0.84739798 -0.52372068 -0.45399052 -0.72083968 -0.72083962 -0.45399052 -0.52372062
+ -0.8473978 -0.45399052 -0.27533621 -0.89100677 -0.45399052 0 -0.8473978 -0.45399052 0.27533621
+ -0.72083962 -0.45399052 0.52372062 -0.52372062 -0.45399052 0.72083956 -0.27533621 -0.45399052 0.84739769
+ -2.6554064e-08 -0.45399052 0.89100665 0.27533615 -0.45399052 0.84739763 0.5237205 -0.45399052 0.7208395
+ 0.72083944 -0.45399052 0.52372056 0.84739757 -0.45399052 0.27533618 0.89100653 -0.45399052 0
+ 0.90450913 -0.30901697 -0.2938928 0.7694214 -0.30901697 -0.55901736 0.55901736 -0.30901697 -0.76942134
+ 0.29389277 -0.30901697 -0.90450901 0 -0.30901697 -0.95105702 -0.29389277 -0.30901697 -0.90450895
+ -0.55901724 -0.30901697 -0.76942122 -0.76942116 -0.30901697 -0.55901718 -0.90450877 -0.30901697 -0.29389271
+ -0.95105678 -0.30901697 0 -0.90450877 -0.30901697 0.29389271 -0.7694211 -0.30901697 0.55901712
+ -0.55901712 -0.30901697 0.76942104 -0.29389271 -0.30901697 0.90450865 -2.8343694e-08 -0.30901697 0.95105666
+ 0.29389262 -0.30901697 0.90450859 0.559017 -0.30901697 0.76942098 0.76942092 -0.30901697 0.55901706
+ 0.90450853 -0.30901697 0.29389265 0.95105654 -0.30901697 0 0.93934804 -0.15643437 -0.30521268
+ 0.79905719 -0.15643437 -0.580549 0.580549 -0.15643437 -0.79905713 0.30521265 -0.15643437 -0.93934792
+ 0 -0.15643437 -0.98768884 -0.30521265 -0.15643437 -0.93934786;
+ setAttr ".vt[166:331]" -0.58054888 -0.15643437 -0.79905695 -0.79905689 -0.15643437 -0.58054882
+ -0.93934768 -0.15643437 -0.30521256 -0.9876886 -0.15643437 0 -0.93934768 -0.15643437 0.30521256
+ -0.79905683 -0.15643437 0.58054876 -0.58054876 -0.15643437 0.79905677 -0.30521256 -0.15643437 0.93934757
+ -2.9435407e-08 -0.15643437 0.98768848 0.30521247 -0.15643437 0.93934757 0.58054864 -0.15643437 0.79905671
+ 0.79905665 -0.15643437 0.5805487 0.93934751 -0.15643437 0.3052125 0.98768836 -0.15643437 0
+ 0.95105714 0 -0.30901718 0.80901754 0 -0.5877856 0.5877856 0 -0.80901748 0.30901715 0 -0.95105702
+ 0 0 -1.000000476837 -0.30901715 0 -0.95105696 -0.58778548 0 -0.8090173 -0.80901724 0 -0.58778542
+ -0.95105678 0 -0.30901706 -1.000000238419 0 0 -0.95105678 0 0.30901706 -0.80901718 0 0.58778536
+ -0.58778536 0 0.80901712 -0.30901706 0 0.95105666 -2.9802322e-08 0 1.000000119209
+ 0.30901697 0 0.9510566 0.58778524 0 0.80901706 0.809017 0 0.5877853 0.95105654 0 0.309017
+ 1 0 0 0.93934804 0.15643437 -0.30521268 0.79905719 0.15643437 -0.580549 0.580549 0.15643437 -0.79905713
+ 0.30521265 0.15643437 -0.93934792 0 0.15643437 -0.98768884 -0.30521265 0.15643437 -0.93934786
+ -0.58054888 0.15643437 -0.79905695 -0.79905689 0.15643437 -0.58054882 -0.93934768 0.15643437 -0.30521256
+ -0.9876886 0.15643437 0 -0.93934768 0.15643437 0.30521256 -0.79905683 0.15643437 0.58054876
+ -0.58054876 0.15643437 0.79905677 -0.30521256 0.15643437 0.93934757 -2.9435407e-08 0.15643437 0.98768848
+ 0.30521247 0.15643437 0.93934757 0.58054864 0.15643437 0.79905671 0.79905665 0.15643437 0.5805487
+ 0.93934751 0.15643437 0.3052125 0.98768836 0.15643437 0 0.90450913 0.30901697 -0.2938928
+ 0.7694214 0.30901697 -0.55901736 0.55901736 0.30901697 -0.76942134 0.29389277 0.30901697 -0.90450901
+ 0 0.30901697 -0.95105702 -0.29389277 0.30901697 -0.90450895 -0.55901724 0.30901697 -0.76942122
+ -0.76942116 0.30901697 -0.55901718 -0.90450877 0.30901697 -0.29389271 -0.95105678 0.30901697 0
+ -0.90450877 0.30901697 0.29389271 -0.7694211 0.30901697 0.55901712 -0.55901712 0.30901697 0.76942104
+ -0.29389271 0.30901697 0.90450865 -2.8343694e-08 0.30901697 0.95105666 0.29389262 0.30901697 0.90450859
+ 0.559017 0.30901697 0.76942098 0.76942092 0.30901697 0.55901706 0.90450853 0.30901697 0.29389265
+ 0.95105654 0.30901697 0 0.8473981 0.45399052 -0.27533633 0.72083992 0.45399052 -0.5237208
+ 0.5237208 0.45399052 -0.72083986 0.2753363 0.45399052 -0.84739798 0 0.45399052 -0.89100695
+ -0.2753363 0.45399052 -0.84739798 -0.52372068 0.45399052 -0.72083968 -0.72083962 0.45399052 -0.52372062
+ -0.8473978 0.45399052 -0.27533621 -0.89100677 0.45399052 0 -0.8473978 0.45399052 0.27533621
+ -0.72083962 0.45399052 0.52372062 -0.52372062 0.45399052 0.72083956 -0.27533621 0.45399052 0.84739769
+ -2.6554064e-08 0.45399052 0.89100665 0.27533615 0.45399052 0.84739763 0.5237205 0.45399052 0.7208395
+ 0.72083944 0.45399052 0.52372056 0.84739757 0.45399052 0.27533618 0.89100653 0.45399052 0
+ 0.7694214 0.58778524 -0.25000015 0.65450895 0.58778524 -0.47552854 0.47552854 0.58778524 -0.65450889
+ 0.25000012 0.58778524 -0.76942128 0 0.58778524 -0.80901736 -0.25000012 0.58778524 -0.76942122
+ -0.47552845 0.58778524 -0.65450877 -0.65450871 0.58778524 -0.47552839 -0.7694211 0.58778524 -0.25000006
+ -0.80901718 0.58778524 0 -0.7694211 0.58778524 0.25000006 -0.65450865 0.58778524 0.47552836
+ -0.47552836 0.58778524 0.65450859 -0.25000006 0.58778524 0.76942098 -2.4110586e-08 0.58778524 0.80901712
+ 0.24999999 0.58778524 0.76942098 0.47552827 0.58778524 0.65450853 0.65450853 0.58778524 0.4755283
+ 0.76942092 0.58778524 0.25 0.809017 0.58778524 0 0.67249894 0.70710677 -0.21850814
+ 0.57206178 0.70710677 -0.41562718 0.41562718 0.70710677 -0.57206172 0.21850812 0.70710677 -0.67249888
+ 0 0.70710677 -0.70710713 -0.21850812 0.70710677 -0.67249882 -0.41562709 0.70710677 -0.5720616
+ -0.57206154 0.70710677 -0.41562706 -0.6724987 0.70710677 -0.21850805 -0.70710695 0.70710677 0
+ -0.6724987 0.70710677 0.21850805 -0.57206154 0.70710677 0.415627 -0.415627 0.70710677 0.57206148
+ -0.21850805 0.70710677 0.67249858 -2.1073424e-08 0.70710677 0.70710683 0.21850799 0.70710677 0.67249858
+ 0.41562691 0.70710677 0.57206142 0.57206142 0.70710677 0.41562697 0.67249852 0.70710677 0.21850802
+ 0.70710677 0.70710677 0 0.55901736 0.809017 -0.18163574 0.47552857 0.809017 -0.34549171
+ 0.34549171 0.809017 -0.47552854 0.18163572 0.809017 -0.5590173 0 0.809017 -0.58778554
+ -0.18163572 0.809017 -0.55901724 -0.34549165 0.809017 -0.47552842 -0.47552839 0.809017 -0.34549159
+ -0.55901712 0.809017 -0.18163566 -0.58778536 0.809017 0 -0.55901712 0.809017 0.18163566
+ -0.47552836 0.809017 0.34549156 -0.34549156 0.809017 0.47552833 -0.18163566 0.809017 0.55901706
+ -1.7517365e-08 0.809017 0.5877853 0.18163562 0.809017 0.55901706 0.3454915 0.809017 0.4755283
+ 0.47552827 0.809017 0.34549153 0.559017 0.809017 0.18163563 0.58778524 0.809017 0
+ 0.43177092 0.89100653 -0.14029087 0.36728629 0.89100653 -0.2668491 0.2668491 0.89100653 -0.36728626
+ 0.14029086 0.89100653 -0.43177086 0 0.89100653 -0.45399073 -0.14029086 0.89100653 -0.43177083
+ -0.26684904 0.89100653 -0.36728618 -0.36728615 0.89100653 -0.26684901 -0.43177077 0.89100653 -0.14029081
+ -0.45399064 0.89100653 0 -0.43177077 0.89100653 0.14029081 -0.36728612 0.89100653 0.26684898;
+ setAttr ".vt[332:381]" -0.26684898 0.89100653 0.36728612 -0.14029081 0.89100653 0.43177071
+ -1.3529972e-08 0.89100653 0.45399058 0.14029078 0.89100653 0.43177068 0.26684892 0.89100653 0.36728609
+ 0.36728606 0.89100653 0.26684895 0.43177065 0.89100653 0.1402908 0.45399052 0.89100653 0
+ 0.29389283 0.95105654 -0.095491566 0.25000018 0.95105654 -0.18163574 0.18163574 0.95105654 -0.25000015
+ 0.095491551 0.95105654 -0.2938928 0 0.95105654 -0.30901715 -0.095491551 0.95105654 -0.29389277
+ -0.18163571 0.95105654 -0.25000009 -0.25000009 0.95105654 -0.18163569 -0.29389271 0.95105654 -0.095491529
+ -0.30901706 0.95105654 0 -0.29389271 0.95105654 0.095491529 -0.25000006 0.95105654 0.18163568
+ -0.18163568 0.95105654 0.25000006 -0.095491529 0.95105654 0.29389268 -9.2094243e-09 0.95105654 0.30901703
+ 0.095491499 0.95105654 0.29389265 0.18163563 0.95105654 0.25000003 0.25 0.95105654 0.18163565
+ 0.29389265 0.95105654 0.095491506 0.309017 0.95105654 0 0.14877813 0.98768836 -0.048340943
+ 0.12655823 0.98768836 -0.091949932 0.091949932 0.98768836 -0.12655823 0.048340935 0.98768836 -0.14877811
+ 0 0.98768836 -0.15643455 -0.048340935 0.98768836 -0.1487781 -0.091949917 0.98768836 -0.1265582
+ -0.12655818 0.98768836 -0.091949902 -0.14877807 0.98768836 -0.048340924 -0.15643452 0.98768836 0
+ -0.14877807 0.98768836 0.048340924 -0.12655818 0.98768836 0.091949895 -0.091949895 0.98768836 0.12655817
+ -0.048340924 0.98768836 0.14877805 -4.6621107e-09 0.98768836 0.15643449 0.048340909 0.98768836 0.14877804
+ 0.09194988 0.98768836 0.12655815 0.12655815 0.98768836 0.091949888 0.14877804 0.98768836 0.048340913
+ 0.15643448 0.98768836 0 0 -1 0 0 1 0;
+ setAttr -s 780 ".ed";
+ setAttr ".ed[0:165]" 0 1 1 1 2 1 2 3 1 3 4 1 4 5 1 5 6 1 6 7 1 7 8 1 8 9 1
+ 9 10 1 10 11 1 11 12 1 12 13 1 13 14 1 14 15 1 15 16 1 16 17 1 17 18 1 18 19 1 19 0 1
+ 20 21 1 21 22 1 22 23 1 23 24 1 24 25 1 25 26 1 26 27 1 27 28 1 28 29 1 29 30 1 30 31 1
+ 31 32 1 32 33 1 33 34 1 34 35 1 35 36 1 36 37 1 37 38 1 38 39 1 39 20 1 40 41 1 41 42 1
+ 42 43 1 43 44 1 44 45 1 45 46 1 46 47 1 47 48 1 48 49 1 49 50 1 50 51 1 51 52 1 52 53 1
+ 53 54 1 54 55 1 55 56 1 56 57 1 57 58 1 58 59 1 59 40 1 60 61 1 61 62 1 62 63 1 63 64 1
+ 64 65 1 65 66 1 66 67 1 67 68 1 68 69 1 69 70 1 70 71 1 71 72 1 72 73 1 73 74 1 74 75 1
+ 75 76 1 76 77 1 77 78 1 78 79 1 79 60 1 80 81 1 81 82 1 82 83 1 83 84 1 84 85 1 85 86 1
+ 86 87 1 87 88 1 88 89 1 89 90 1 90 91 1 91 92 1 92 93 1 93 94 1 94 95 1 95 96 1 96 97 1
+ 97 98 1 98 99 1 99 80 1 100 101 1 101 102 1 102 103 1 103 104 1 104 105 1 105 106 1
+ 106 107 1 107 108 1 108 109 1 109 110 1 110 111 1 111 112 1 112 113 1 113 114 1 114 115 1
+ 115 116 1 116 117 1 117 118 1 118 119 1 119 100 1 120 121 1 121 122 1 122 123 1 123 124 1
+ 124 125 1 125 126 1 126 127 1 127 128 1 128 129 1 129 130 1 130 131 1 131 132 1 132 133 1
+ 133 134 1 134 135 1 135 136 1 136 137 1 137 138 1 138 139 1 139 120 1 140 141 1 141 142 1
+ 142 143 1 143 144 1 144 145 1 145 146 1 146 147 1 147 148 1 148 149 1 149 150 1 150 151 1
+ 151 152 1 152 153 1 153 154 1 154 155 1 155 156 1 156 157 1 157 158 1 158 159 1 159 140 1
+ 160 161 1 161 162 1 162 163 1 163 164 1 164 165 1 165 166 1;
+ setAttr ".ed[166:331]" 166 167 1 167 168 1 168 169 1 169 170 1 170 171 1 171 172 1
+ 172 173 1 173 174 1 174 175 1 175 176 1 176 177 1 177 178 1 178 179 1 179 160 1 180 181 1
+ 181 182 1 182 183 1 183 184 1 184 185 1 185 186 1 186 187 1 187 188 1 188 189 1 189 190 1
+ 190 191 1 191 192 1 192 193 1 193 194 1 194 195 1 195 196 1 196 197 1 197 198 1 198 199 1
+ 199 180 1 200 201 1 201 202 1 202 203 1 203 204 1 204 205 1 205 206 1 206 207 1 207 208 1
+ 208 209 1 209 210 1 210 211 1 211 212 1 212 213 1 213 214 1 214 215 1 215 216 1 216 217 1
+ 217 218 1 218 219 1 219 200 1 220 221 1 221 222 1 222 223 1 223 224 1 224 225 1 225 226 1
+ 226 227 1 227 228 1 228 229 1 229 230 1 230 231 1 231 232 1 232 233 1 233 234 1 234 235 1
+ 235 236 1 236 237 1 237 238 1 238 239 1 239 220 1 240 241 1 241 242 1 242 243 1 243 244 1
+ 244 245 1 245 246 1 246 247 1 247 248 1 248 249 1 249 250 1 250 251 1 251 252 1 252 253 1
+ 253 254 1 254 255 1 255 256 1 256 257 1 257 258 1 258 259 1 259 240 1 260 261 1 261 262 1
+ 262 263 1 263 264 1 264 265 1 265 266 1 266 267 1 267 268 1 268 269 1 269 270 1 270 271 1
+ 271 272 1 272 273 1 273 274 1 274 275 1 275 276 1 276 277 1 277 278 1 278 279 1 279 260 1
+ 280 281 1 281 282 1 282 283 1 283 284 1 284 285 1 285 286 1 286 287 1 287 288 1 288 289 1
+ 289 290 1 290 291 1 291 292 1 292 293 1 293 294 1 294 295 1 295 296 1 296 297 1 297 298 1
+ 298 299 1 299 280 1 300 301 1 301 302 1 302 303 1 303 304 1 304 305 1 305 306 1 306 307 1
+ 307 308 1 308 309 1 309 310 1 310 311 1 311 312 1 312 313 1 313 314 1 314 315 1 315 316 1
+ 316 317 1 317 318 1 318 319 1 319 300 1 320 321 1 321 322 1 322 323 1 323 324 1 324 325 1
+ 325 326 1 326 327 1 327 328 1 328 329 1 329 330 1 330 331 1 331 332 1;
+ setAttr ".ed[332:497]" 332 333 1 333 334 1 334 335 1 335 336 1 336 337 1 337 338 1
+ 338 339 1 339 320 1 340 341 1 341 342 1 342 343 1 343 344 1 344 345 1 345 346 1 346 347 1
+ 347 348 1 348 349 1 349 350 1 350 351 1 351 352 1 352 353 1 353 354 1 354 355 1 355 356 1
+ 356 357 1 357 358 1 358 359 1 359 340 1 360 361 1 361 362 1 362 363 1 363 364 1 364 365 1
+ 365 366 1 366 367 1 367 368 1 368 369 1 369 370 1 370 371 1 371 372 1 372 373 1 373 374 1
+ 374 375 1 375 376 1 376 377 1 377 378 1 378 379 1 379 360 1 0 20 1 1 21 1 2 22 1
+ 3 23 1 4 24 1 5 25 1 6 26 1 7 27 1 8 28 1 9 29 1 10 30 1 11 31 1 12 32 1 13 33 1
+ 14 34 1 15 35 1 16 36 1 17 37 1 18 38 1 19 39 1 20 40 1 21 41 1 22 42 1 23 43 1 24 44 1
+ 25 45 1 26 46 1 27 47 1 28 48 1 29 49 1 30 50 1 31 51 1 32 52 1 33 53 1 34 54 1 35 55 1
+ 36 56 1 37 57 1 38 58 1 39 59 1 40 60 1 41 61 1 42 62 1 43 63 1 44 64 1 45 65 1 46 66 1
+ 47 67 1 48 68 1 49 69 1 50 70 1 51 71 1 52 72 1 53 73 1 54 74 1 55 75 1 56 76 1 57 77 1
+ 58 78 1 59 79 1 60 80 1 61 81 1 62 82 1 63 83 1 64 84 1 65 85 1 66 86 1 67 87 1 68 88 1
+ 69 89 1 70 90 1 71 91 1 72 92 1 73 93 1 74 94 1 75 95 1 76 96 1 77 97 1 78 98 1 79 99 1
+ 80 100 1 81 101 1 82 102 1 83 103 1 84 104 1 85 105 1 86 106 1 87 107 1 88 108 1
+ 89 109 1 90 110 1 91 111 1 92 112 1 93 113 1 94 114 1 95 115 1 96 116 1 97 117 1
+ 98 118 1 99 119 1 100 120 1 101 121 1 102 122 1 103 123 1 104 124 1 105 125 1 106 126 1
+ 107 127 1 108 128 1 109 129 1 110 130 1 111 131 1 112 132 1 113 133 1 114 134 1 115 135 1
+ 116 136 1 117 137 1;
+ setAttr ".ed[498:663]" 118 138 1 119 139 1 120 140 1 121 141 1 122 142 1 123 143 1
+ 124 144 1 125 145 1 126 146 1 127 147 1 128 148 1 129 149 1 130 150 1 131 151 1 132 152 1
+ 133 153 1 134 154 1 135 155 1 136 156 1 137 157 1 138 158 1 139 159 1 140 160 1 141 161 1
+ 142 162 1 143 163 1 144 164 1 145 165 1 146 166 1 147 167 1 148 168 1 149 169 1 150 170 1
+ 151 171 1 152 172 1 153 173 1 154 174 1 155 175 1 156 176 1 157 177 1 158 178 1 159 179 1
+ 160 180 1 161 181 1 162 182 1 163 183 1 164 184 1 165 185 1 166 186 1 167 187 1 168 188 1
+ 169 189 1 170 190 1 171 191 1 172 192 1 173 193 1 174 194 1 175 195 1 176 196 1 177 197 1
+ 178 198 1 179 199 1 180 200 1 181 201 1 182 202 1 183 203 1 184 204 1 185 205 1 186 206 1
+ 187 207 1 188 208 1 189 209 1 190 210 1 191 211 1 192 212 1 193 213 1 194 214 1 195 215 1
+ 196 216 1 197 217 1 198 218 1 199 219 1 200 220 1 201 221 1 202 222 1 203 223 1 204 224 1
+ 205 225 1 206 226 1 207 227 1 208 228 1 209 229 1 210 230 1 211 231 1 212 232 1 213 233 1
+ 214 234 1 215 235 1 216 236 1 217 237 1 218 238 1 219 239 1 220 240 1 221 241 1 222 242 1
+ 223 243 1 224 244 1 225 245 1 226 246 1 227 247 1 228 248 1 229 249 1 230 250 1 231 251 1
+ 232 252 1 233 253 1 234 254 1 235 255 1 236 256 1 237 257 1 238 258 1 239 259 1 240 260 1
+ 241 261 1 242 262 1 243 263 1 244 264 1 245 265 1 246 266 1 247 267 1 248 268 1 249 269 1
+ 250 270 1 251 271 1 252 272 1 253 273 1 254 274 1 255 275 1 256 276 1 257 277 1 258 278 1
+ 259 279 1 260 280 1 261 281 1 262 282 1 263 283 1 264 284 1 265 285 1 266 286 1 267 287 1
+ 268 288 1 269 289 1 270 290 1 271 291 1 272 292 1 273 293 1 274 294 1 275 295 1 276 296 1
+ 277 297 1 278 298 1 279 299 1 280 300 1 281 301 1 282 302 1 283 303 1;
+ setAttr ".ed[664:779]" 284 304 1 285 305 1 286 306 1 287 307 1 288 308 1 289 309 1
+ 290 310 1 291 311 1 292 312 1 293 313 1 294 314 1 295 315 1 296 316 1 297 317 1 298 318 1
+ 299 319 1 300 320 1 301 321 1 302 322 1 303 323 1 304 324 1 305 325 1 306 326 1 307 327 1
+ 308 328 1 309 329 1 310 330 1 311 331 1 312 332 1 313 333 1 314 334 1 315 335 1 316 336 1
+ 317 337 1 318 338 1 319 339 1 320 340 1 321 341 1 322 342 1 323 343 1 324 344 1 325 345 1
+ 326 346 1 327 347 1 328 348 1 329 349 1 330 350 1 331 351 1 332 352 1 333 353 1 334 354 1
+ 335 355 1 336 356 1 337 357 1 338 358 1 339 359 1 340 360 1 341 361 1 342 362 1 343 363 1
+ 344 364 1 345 365 1 346 366 1 347 367 1 348 368 1 349 369 1 350 370 1 351 371 1 352 372 1
+ 353 373 1 354 374 1 355 375 1 356 376 1 357 377 1 358 378 1 359 379 1 380 0 1 380 1 1
+ 380 2 1 380 3 1 380 4 1 380 5 1 380 6 1 380 7 1 380 8 1 380 9 1 380 10 1 380 11 1
+ 380 12 1 380 13 1 380 14 1 380 15 1 380 16 1 380 17 1 380 18 1 380 19 1 360 381 1
+ 361 381 1 362 381 1 363 381 1 364 381 1 365 381 1 366 381 1 367 381 1 368 381 1 369 381 1
+ 370 381 1 371 381 1 372 381 1 373 381 1 374 381 1 375 381 1 376 381 1 377 381 1 378 381 1
+ 379 381 1;
+ setAttr -s 400 -ch 1560 ".fc[0:399]" -type "polyFaces"
+ f 4 0 381 -21 -381
+ mu 0 4 0 1 22 21
+ f 4 1 382 -22 -382
+ mu 0 4 1 2 23 22
+ f 4 2 383 -23 -383
+ mu 0 4 2 3 24 23
+ f 4 3 384 -24 -384
+ mu 0 4 3 4 25 24
+ f 4 4 385 -25 -385
+ mu 0 4 4 5 26 25
+ f 4 5 386 -26 -386
+ mu 0 4 5 6 27 26
+ f 4 6 387 -27 -387
+ mu 0 4 6 7 28 27
+ f 4 7 388 -28 -388
+ mu 0 4 7 8 29 28
+ f 4 8 389 -29 -389
+ mu 0 4 8 9 30 29
+ f 4 9 390 -30 -390
+ mu 0 4 9 10 31 30
+ f 4 10 391 -31 -391
+ mu 0 4 10 11 32 31
+ f 4 11 392 -32 -392
+ mu 0 4 11 12 33 32
+ f 4 12 393 -33 -393
+ mu 0 4 12 13 34 33
+ f 4 13 394 -34 -394
+ mu 0 4 13 14 35 34
+ f 4 14 395 -35 -395
+ mu 0 4 14 15 36 35
+ f 4 15 396 -36 -396
+ mu 0 4 15 16 37 36
+ f 4 16 397 -37 -397
+ mu 0 4 16 17 38 37
+ f 4 17 398 -38 -398
+ mu 0 4 17 18 39 38
+ f 4 18 399 -39 -399
+ mu 0 4 18 19 40 39
+ f 4 19 380 -40 -400
+ mu 0 4 19 20 41 40
+ f 4 20 401 -41 -401
+ mu 0 4 21 22 43 42
+ f 4 21 402 -42 -402
+ mu 0 4 22 23 44 43
+ f 4 22 403 -43 -403
+ mu 0 4 23 24 45 44
+ f 4 23 404 -44 -404
+ mu 0 4 24 25 46 45
+ f 4 24 405 -45 -405
+ mu 0 4 25 26 47 46
+ f 4 25 406 -46 -406
+ mu 0 4 26 27 48 47
+ f 4 26 407 -47 -407
+ mu 0 4 27 28 49 48
+ f 4 27 408 -48 -408
+ mu 0 4 28 29 50 49
+ f 4 28 409 -49 -409
+ mu 0 4 29 30 51 50
+ f 4 29 410 -50 -410
+ mu 0 4 30 31 52 51
+ f 4 30 411 -51 -411
+ mu 0 4 31 32 53 52
+ f 4 31 412 -52 -412
+ mu 0 4 32 33 54 53
+ f 4 32 413 -53 -413
+ mu 0 4 33 34 55 54
+ f 4 33 414 -54 -414
+ mu 0 4 34 35 56 55
+ f 4 34 415 -55 -415
+ mu 0 4 35 36 57 56
+ f 4 35 416 -56 -416
+ mu 0 4 36 37 58 57
+ f 4 36 417 -57 -417
+ mu 0 4 37 38 59 58
+ f 4 37 418 -58 -418
+ mu 0 4 38 39 60 59
+ f 4 38 419 -59 -419
+ mu 0 4 39 40 61 60
+ f 4 39 400 -60 -420
+ mu 0 4 40 41 62 61
+ f 4 40 421 -61 -421
+ mu 0 4 42 43 64 63
+ f 4 41 422 -62 -422
+ mu 0 4 43 44 65 64
+ f 4 42 423 -63 -423
+ mu 0 4 44 45 66 65
+ f 4 43 424 -64 -424
+ mu 0 4 45 46 67 66
+ f 4 44 425 -65 -425
+ mu 0 4 46 47 68 67
+ f 4 45 426 -66 -426
+ mu 0 4 47 48 69 68
+ f 4 46 427 -67 -427
+ mu 0 4 48 49 70 69
+ f 4 47 428 -68 -428
+ mu 0 4 49 50 71 70
+ f 4 48 429 -69 -429
+ mu 0 4 50 51 72 71
+ f 4 49 430 -70 -430
+ mu 0 4 51 52 73 72
+ f 4 50 431 -71 -431
+ mu 0 4 52 53 74 73
+ f 4 51 432 -72 -432
+ mu 0 4 53 54 75 74
+ f 4 52 433 -73 -433
+ mu 0 4 54 55 76 75
+ f 4 53 434 -74 -434
+ mu 0 4 55 56 77 76
+ f 4 54 435 -75 -435
+ mu 0 4 56 57 78 77
+ f 4 55 436 -76 -436
+ mu 0 4 57 58 79 78
+ f 4 56 437 -77 -437
+ mu 0 4 58 59 80 79
+ f 4 57 438 -78 -438
+ mu 0 4 59 60 81 80
+ f 4 58 439 -79 -439
+ mu 0 4 60 61 82 81
+ f 4 59 420 -80 -440
+ mu 0 4 61 62 83 82
+ f 4 60 441 -81 -441
+ mu 0 4 63 64 85 84
+ f 4 61 442 -82 -442
+ mu 0 4 64 65 86 85
+ f 4 62 443 -83 -443
+ mu 0 4 65 66 87 86
+ f 4 63 444 -84 -444
+ mu 0 4 66 67 88 87
+ f 4 64 445 -85 -445
+ mu 0 4 67 68 89 88
+ f 4 65 446 -86 -446
+ mu 0 4 68 69 90 89
+ f 4 66 447 -87 -447
+ mu 0 4 69 70 91 90
+ f 4 67 448 -88 -448
+ mu 0 4 70 71 92 91
+ f 4 68 449 -89 -449
+ mu 0 4 71 72 93 92
+ f 4 69 450 -90 -450
+ mu 0 4 72 73 94 93
+ f 4 70 451 -91 -451
+ mu 0 4 73 74 95 94
+ f 4 71 452 -92 -452
+ mu 0 4 74 75 96 95
+ f 4 72 453 -93 -453
+ mu 0 4 75 76 97 96
+ f 4 73 454 -94 -454
+ mu 0 4 76 77 98 97
+ f 4 74 455 -95 -455
+ mu 0 4 77 78 99 98
+ f 4 75 456 -96 -456
+ mu 0 4 78 79 100 99
+ f 4 76 457 -97 -457
+ mu 0 4 79 80 101 100
+ f 4 77 458 -98 -458
+ mu 0 4 80 81 102 101
+ f 4 78 459 -99 -459
+ mu 0 4 81 82 103 102
+ f 4 79 440 -100 -460
+ mu 0 4 82 83 104 103
+ f 4 80 461 -101 -461
+ mu 0 4 84 85 106 105
+ f 4 81 462 -102 -462
+ mu 0 4 85 86 107 106
+ f 4 82 463 -103 -463
+ mu 0 4 86 87 108 107
+ f 4 83 464 -104 -464
+ mu 0 4 87 88 109 108
+ f 4 84 465 -105 -465
+ mu 0 4 88 89 110 109
+ f 4 85 466 -106 -466
+ mu 0 4 89 90 111 110
+ f 4 86 467 -107 -467
+ mu 0 4 90 91 112 111
+ f 4 87 468 -108 -468
+ mu 0 4 91 92 113 112
+ f 4 88 469 -109 -469
+ mu 0 4 92 93 114 113
+ f 4 89 470 -110 -470
+ mu 0 4 93 94 115 114
+ f 4 90 471 -111 -471
+ mu 0 4 94 95 116 115
+ f 4 91 472 -112 -472
+ mu 0 4 95 96 117 116
+ f 4 92 473 -113 -473
+ mu 0 4 96 97 118 117
+ f 4 93 474 -114 -474
+ mu 0 4 97 98 119 118
+ f 4 94 475 -115 -475
+ mu 0 4 98 99 120 119
+ f 4 95 476 -116 -476
+ mu 0 4 99 100 121 120
+ f 4 96 477 -117 -477
+ mu 0 4 100 101 122 121
+ f 4 97 478 -118 -478
+ mu 0 4 101 102 123 122
+ f 4 98 479 -119 -479
+ mu 0 4 102 103 124 123
+ f 4 99 460 -120 -480
+ mu 0 4 103 104 125 124
+ f 4 100 481 -121 -481
+ mu 0 4 105 106 127 126
+ f 4 101 482 -122 -482
+ mu 0 4 106 107 128 127
+ f 4 102 483 -123 -483
+ mu 0 4 107 108 129 128
+ f 4 103 484 -124 -484
+ mu 0 4 108 109 130 129
+ f 4 104 485 -125 -485
+ mu 0 4 109 110 131 130
+ f 4 105 486 -126 -486
+ mu 0 4 110 111 132 131
+ f 4 106 487 -127 -487
+ mu 0 4 111 112 133 132
+ f 4 107 488 -128 -488
+ mu 0 4 112 113 134 133
+ f 4 108 489 -129 -489
+ mu 0 4 113 114 135 134
+ f 4 109 490 -130 -490
+ mu 0 4 114 115 136 135
+ f 4 110 491 -131 -491
+ mu 0 4 115 116 137 136
+ f 4 111 492 -132 -492
+ mu 0 4 116 117 138 137
+ f 4 112 493 -133 -493
+ mu 0 4 117 118 139 138
+ f 4 113 494 -134 -494
+ mu 0 4 118 119 140 139
+ f 4 114 495 -135 -495
+ mu 0 4 119 120 141 140
+ f 4 115 496 -136 -496
+ mu 0 4 120 121 142 141
+ f 4 116 497 -137 -497
+ mu 0 4 121 122 143 142
+ f 4 117 498 -138 -498
+ mu 0 4 122 123 144 143
+ f 4 118 499 -139 -499
+ mu 0 4 123 124 145 144
+ f 4 119 480 -140 -500
+ mu 0 4 124 125 146 145
+ f 4 120 501 -141 -501
+ mu 0 4 126 127 148 147
+ f 4 121 502 -142 -502
+ mu 0 4 127 128 149 148
+ f 4 122 503 -143 -503
+ mu 0 4 128 129 150 149
+ f 4 123 504 -144 -504
+ mu 0 4 129 130 151 150
+ f 4 124 505 -145 -505
+ mu 0 4 130 131 152 151
+ f 4 125 506 -146 -506
+ mu 0 4 131 132 153 152
+ f 4 126 507 -147 -507
+ mu 0 4 132 133 154 153
+ f 4 127 508 -148 -508
+ mu 0 4 133 134 155 154
+ f 4 128 509 -149 -509
+ mu 0 4 134 135 156 155
+ f 4 129 510 -150 -510
+ mu 0 4 135 136 157 156
+ f 4 130 511 -151 -511
+ mu 0 4 136 137 158 157
+ f 4 131 512 -152 -512
+ mu 0 4 137 138 159 158
+ f 4 132 513 -153 -513
+ mu 0 4 138 139 160 159
+ f 4 133 514 -154 -514
+ mu 0 4 139 140 161 160
+ f 4 134 515 -155 -515
+ mu 0 4 140 141 162 161
+ f 4 135 516 -156 -516
+ mu 0 4 141 142 163 162
+ f 4 136 517 -157 -517
+ mu 0 4 142 143 164 163
+ f 4 137 518 -158 -518
+ mu 0 4 143 144 165 164
+ f 4 138 519 -159 -519
+ mu 0 4 144 145 166 165
+ f 4 139 500 -160 -520
+ mu 0 4 145 146 167 166
+ f 4 140 521 -161 -521
+ mu 0 4 147 148 169 168
+ f 4 141 522 -162 -522
+ mu 0 4 148 149 170 169
+ f 4 142 523 -163 -523
+ mu 0 4 149 150 171 170
+ f 4 143 524 -164 -524
+ mu 0 4 150 151 172 171
+ f 4 144 525 -165 -525
+ mu 0 4 151 152 173 172
+ f 4 145 526 -166 -526
+ mu 0 4 152 153 174 173
+ f 4 146 527 -167 -527
+ mu 0 4 153 154 175 174
+ f 4 147 528 -168 -528
+ mu 0 4 154 155 176 175
+ f 4 148 529 -169 -529
+ mu 0 4 155 156 177 176
+ f 4 149 530 -170 -530
+ mu 0 4 156 157 178 177
+ f 4 150 531 -171 -531
+ mu 0 4 157 158 179 178
+ f 4 151 532 -172 -532
+ mu 0 4 158 159 180 179
+ f 4 152 533 -173 -533
+ mu 0 4 159 160 181 180
+ f 4 153 534 -174 -534
+ mu 0 4 160 161 182 181
+ f 4 154 535 -175 -535
+ mu 0 4 161 162 183 182
+ f 4 155 536 -176 -536
+ mu 0 4 162 163 184 183
+ f 4 156 537 -177 -537
+ mu 0 4 163 164 185 184
+ f 4 157 538 -178 -538
+ mu 0 4 164 165 186 185
+ f 4 158 539 -179 -539
+ mu 0 4 165 166 187 186
+ f 4 159 520 -180 -540
+ mu 0 4 166 167 188 187
+ f 4 160 541 -181 -541
+ mu 0 4 168 169 190 189
+ f 4 161 542 -182 -542
+ mu 0 4 169 170 191 190
+ f 4 162 543 -183 -543
+ mu 0 4 170 171 192 191
+ f 4 163 544 -184 -544
+ mu 0 4 171 172 193 192
+ f 4 164 545 -185 -545
+ mu 0 4 172 173 194 193
+ f 4 165 546 -186 -546
+ mu 0 4 173 174 195 194
+ f 4 166 547 -187 -547
+ mu 0 4 174 175 196 195
+ f 4 167 548 -188 -548
+ mu 0 4 175 176 197 196
+ f 4 168 549 -189 -549
+ mu 0 4 176 177 198 197
+ f 4 169 550 -190 -550
+ mu 0 4 177 178 199 198
+ f 4 170 551 -191 -551
+ mu 0 4 178 179 200 199
+ f 4 171 552 -192 -552
+ mu 0 4 179 180 201 200
+ f 4 172 553 -193 -553
+ mu 0 4 180 181 202 201
+ f 4 173 554 -194 -554
+ mu 0 4 181 182 203 202
+ f 4 174 555 -195 -555
+ mu 0 4 182 183 204 203
+ f 4 175 556 -196 -556
+ mu 0 4 183 184 205 204
+ f 4 176 557 -197 -557
+ mu 0 4 184 185 206 205
+ f 4 177 558 -198 -558
+ mu 0 4 185 186 207 206
+ f 4 178 559 -199 -559
+ mu 0 4 186 187 208 207
+ f 4 179 540 -200 -560
+ mu 0 4 187 188 209 208
+ f 4 180 561 -201 -561
+ mu 0 4 189 190 211 210
+ f 4 181 562 -202 -562
+ mu 0 4 190 191 212 211
+ f 4 182 563 -203 -563
+ mu 0 4 191 192 213 212
+ f 4 183 564 -204 -564
+ mu 0 4 192 193 214 213
+ f 4 184 565 -205 -565
+ mu 0 4 193 194 215 214
+ f 4 185 566 -206 -566
+ mu 0 4 194 195 216 215
+ f 4 186 567 -207 -567
+ mu 0 4 195 196 217 216
+ f 4 187 568 -208 -568
+ mu 0 4 196 197 218 217
+ f 4 188 569 -209 -569
+ mu 0 4 197 198 219 218
+ f 4 189 570 -210 -570
+ mu 0 4 198 199 220 219
+ f 4 190 571 -211 -571
+ mu 0 4 199 200 221 220
+ f 4 191 572 -212 -572
+ mu 0 4 200 201 222 221
+ f 4 192 573 -213 -573
+ mu 0 4 201 202 223 222
+ f 4 193 574 -214 -574
+ mu 0 4 202 203 224 223
+ f 4 194 575 -215 -575
+ mu 0 4 203 204 225 224
+ f 4 195 576 -216 -576
+ mu 0 4 204 205 226 225
+ f 4 196 577 -217 -577
+ mu 0 4 205 206 227 226
+ f 4 197 578 -218 -578
+ mu 0 4 206 207 228 227
+ f 4 198 579 -219 -579
+ mu 0 4 207 208 229 228
+ f 4 199 560 -220 -580
+ mu 0 4 208 209 230 229
+ f 4 200 581 -221 -581
+ mu 0 4 210 211 232 231
+ f 4 201 582 -222 -582
+ mu 0 4 211 212 233 232
+ f 4 202 583 -223 -583
+ mu 0 4 212 213 234 233
+ f 4 203 584 -224 -584
+ mu 0 4 213 214 235 234
+ f 4 204 585 -225 -585
+ mu 0 4 214 215 236 235
+ f 4 205 586 -226 -586
+ mu 0 4 215 216 237 236
+ f 4 206 587 -227 -587
+ mu 0 4 216 217 238 237
+ f 4 207 588 -228 -588
+ mu 0 4 217 218 239 238
+ f 4 208 589 -229 -589
+ mu 0 4 218 219 240 239
+ f 4 209 590 -230 -590
+ mu 0 4 219 220 241 240
+ f 4 210 591 -231 -591
+ mu 0 4 220 221 242 241
+ f 4 211 592 -232 -592
+ mu 0 4 221 222 243 242
+ f 4 212 593 -233 -593
+ mu 0 4 222 223 244 243
+ f 4 213 594 -234 -594
+ mu 0 4 223 224 245 244
+ f 4 214 595 -235 -595
+ mu 0 4 224 225 246 245
+ f 4 215 596 -236 -596
+ mu 0 4 225 226 247 246
+ f 4 216 597 -237 -597
+ mu 0 4 226 227 248 247
+ f 4 217 598 -238 -598
+ mu 0 4 227 228 249 248
+ f 4 218 599 -239 -599
+ mu 0 4 228 229 250 249
+ f 4 219 580 -240 -600
+ mu 0 4 229 230 251 250
+ f 4 220 601 -241 -601
+ mu 0 4 231 232 253 252
+ f 4 221 602 -242 -602
+ mu 0 4 232 233 254 253
+ f 4 222 603 -243 -603
+ mu 0 4 233 234 255 254
+ f 4 223 604 -244 -604
+ mu 0 4 234 235 256 255
+ f 4 224 605 -245 -605
+ mu 0 4 235 236 257 256
+ f 4 225 606 -246 -606
+ mu 0 4 236 237 258 257
+ f 4 226 607 -247 -607
+ mu 0 4 237 238 259 258
+ f 4 227 608 -248 -608
+ mu 0 4 238 239 260 259
+ f 4 228 609 -249 -609
+ mu 0 4 239 240 261 260
+ f 4 229 610 -250 -610
+ mu 0 4 240 241 262 261
+ f 4 230 611 -251 -611
+ mu 0 4 241 242 263 262
+ f 4 231 612 -252 -612
+ mu 0 4 242 243 264 263
+ f 4 232 613 -253 -613
+ mu 0 4 243 244 265 264
+ f 4 233 614 -254 -614
+ mu 0 4 244 245 266 265
+ f 4 234 615 -255 -615
+ mu 0 4 245 246 267 266
+ f 4 235 616 -256 -616
+ mu 0 4 246 247 268 267
+ f 4 236 617 -257 -617
+ mu 0 4 247 248 269 268
+ f 4 237 618 -258 -618
+ mu 0 4 248 249 270 269
+ f 4 238 619 -259 -619
+ mu 0 4 249 250 271 270
+ f 4 239 600 -260 -620
+ mu 0 4 250 251 272 271
+ f 4 240 621 -261 -621
+ mu 0 4 252 253 274 273
+ f 4 241 622 -262 -622
+ mu 0 4 253 254 275 274
+ f 4 242 623 -263 -623
+ mu 0 4 254 255 276 275
+ f 4 243 624 -264 -624
+ mu 0 4 255 256 277 276
+ f 4 244 625 -265 -625
+ mu 0 4 256 257 278 277
+ f 4 245 626 -266 -626
+ mu 0 4 257 258 279 278
+ f 4 246 627 -267 -627
+ mu 0 4 258 259 280 279
+ f 4 247 628 -268 -628
+ mu 0 4 259 260 281 280
+ f 4 248 629 -269 -629
+ mu 0 4 260 261 282 281
+ f 4 249 630 -270 -630
+ mu 0 4 261 262 283 282
+ f 4 250 631 -271 -631
+ mu 0 4 262 263 284 283
+ f 4 251 632 -272 -632
+ mu 0 4 263 264 285 284
+ f 4 252 633 -273 -633
+ mu 0 4 264 265 286 285
+ f 4 253 634 -274 -634
+ mu 0 4 265 266 287 286
+ f 4 254 635 -275 -635
+ mu 0 4 266 267 288 287
+ f 4 255 636 -276 -636
+ mu 0 4 267 268 289 288
+ f 4 256 637 -277 -637
+ mu 0 4 268 269 290 289
+ f 4 257 638 -278 -638
+ mu 0 4 269 270 291 290
+ f 4 258 639 -279 -639
+ mu 0 4 270 271 292 291
+ f 4 259 620 -280 -640
+ mu 0 4 271 272 293 292
+ f 4 260 641 -281 -641
+ mu 0 4 273 274 295 294
+ f 4 261 642 -282 -642
+ mu 0 4 274 275 296 295
+ f 4 262 643 -283 -643
+ mu 0 4 275 276 297 296
+ f 4 263 644 -284 -644
+ mu 0 4 276 277 298 297
+ f 4 264 645 -285 -645
+ mu 0 4 277 278 299 298
+ f 4 265 646 -286 -646
+ mu 0 4 278 279 300 299
+ f 4 266 647 -287 -647
+ mu 0 4 279 280 301 300
+ f 4 267 648 -288 -648
+ mu 0 4 280 281 302 301
+ f 4 268 649 -289 -649
+ mu 0 4 281 282 303 302
+ f 4 269 650 -290 -650
+ mu 0 4 282 283 304 303
+ f 4 270 651 -291 -651
+ mu 0 4 283 284 305 304
+ f 4 271 652 -292 -652
+ mu 0 4 284 285 306 305
+ f 4 272 653 -293 -653
+ mu 0 4 285 286 307 306
+ f 4 273 654 -294 -654
+ mu 0 4 286 287 308 307
+ f 4 274 655 -295 -655
+ mu 0 4 287 288 309 308
+ f 4 275 656 -296 -656
+ mu 0 4 288 289 310 309
+ f 4 276 657 -297 -657
+ mu 0 4 289 290 311 310
+ f 4 277 658 -298 -658
+ mu 0 4 290 291 312 311
+ f 4 278 659 -299 -659
+ mu 0 4 291 292 313 312
+ f 4 279 640 -300 -660
+ mu 0 4 292 293 314 313
+ f 4 280 661 -301 -661
+ mu 0 4 294 295 316 315
+ f 4 281 662 -302 -662
+ mu 0 4 295 296 317 316
+ f 4 282 663 -303 -663
+ mu 0 4 296 297 318 317
+ f 4 283 664 -304 -664
+ mu 0 4 297 298 319 318
+ f 4 284 665 -305 -665
+ mu 0 4 298 299 320 319
+ f 4 285 666 -306 -666
+ mu 0 4 299 300 321 320
+ f 4 286 667 -307 -667
+ mu 0 4 300 301 322 321
+ f 4 287 668 -308 -668
+ mu 0 4 301 302 323 322
+ f 4 288 669 -309 -669
+ mu 0 4 302 303 324 323
+ f 4 289 670 -310 -670
+ mu 0 4 303 304 325 324
+ f 4 290 671 -311 -671
+ mu 0 4 304 305 326 325
+ f 4 291 672 -312 -672
+ mu 0 4 305 306 327 326
+ f 4 292 673 -313 -673
+ mu 0 4 306 307 328 327
+ f 4 293 674 -314 -674
+ mu 0 4 307 308 329 328
+ f 4 294 675 -315 -675
+ mu 0 4 308 309 330 329
+ f 4 295 676 -316 -676
+ mu 0 4 309 310 331 330
+ f 4 296 677 -317 -677
+ mu 0 4 310 311 332 331
+ f 4 297 678 -318 -678
+ mu 0 4 311 312 333 332
+ f 4 298 679 -319 -679
+ mu 0 4 312 313 334 333
+ f 4 299 660 -320 -680
+ mu 0 4 313 314 335 334
+ f 4 300 681 -321 -681
+ mu 0 4 315 316 337 336
+ f 4 301 682 -322 -682
+ mu 0 4 316 317 338 337
+ f 4 302 683 -323 -683
+ mu 0 4 317 318 339 338
+ f 4 303 684 -324 -684
+ mu 0 4 318 319 340 339
+ f 4 304 685 -325 -685
+ mu 0 4 319 320 341 340
+ f 4 305 686 -326 -686
+ mu 0 4 320 321 342 341
+ f 4 306 687 -327 -687
+ mu 0 4 321 322 343 342
+ f 4 307 688 -328 -688
+ mu 0 4 322 323 344 343
+ f 4 308 689 -329 -689
+ mu 0 4 323 324 345 344
+ f 4 309 690 -330 -690
+ mu 0 4 324 325 346 345
+ f 4 310 691 -331 -691
+ mu 0 4 325 326 347 346
+ f 4 311 692 -332 -692
+ mu 0 4 326 327 348 347
+ f 4 312 693 -333 -693
+ mu 0 4 327 328 349 348
+ f 4 313 694 -334 -694
+ mu 0 4 328 329 350 349
+ f 4 314 695 -335 -695
+ mu 0 4 329 330 351 350
+ f 4 315 696 -336 -696
+ mu 0 4 330 331 352 351
+ f 4 316 697 -337 -697
+ mu 0 4 331 332 353 352
+ f 4 317 698 -338 -698
+ mu 0 4 332 333 354 353
+ f 4 318 699 -339 -699
+ mu 0 4 333 334 355 354
+ f 4 319 680 -340 -700
+ mu 0 4 334 335 356 355
+ f 4 320 701 -341 -701
+ mu 0 4 336 337 358 357
+ f 4 321 702 -342 -702
+ mu 0 4 337 338 359 358
+ f 4 322 703 -343 -703
+ mu 0 4 338 339 360 359
+ f 4 323 704 -344 -704
+ mu 0 4 339 340 361 360
+ f 4 324 705 -345 -705
+ mu 0 4 340 341 362 361
+ f 4 325 706 -346 -706
+ mu 0 4 341 342 363 362
+ f 4 326 707 -347 -707
+ mu 0 4 342 343 364 363
+ f 4 327 708 -348 -708
+ mu 0 4 343 344 365 364
+ f 4 328 709 -349 -709
+ mu 0 4 344 345 366 365
+ f 4 329 710 -350 -710
+ mu 0 4 345 346 367 366
+ f 4 330 711 -351 -711
+ mu 0 4 346 347 368 367
+ f 4 331 712 -352 -712
+ mu 0 4 347 348 369 368
+ f 4 332 713 -353 -713
+ mu 0 4 348 349 370 369
+ f 4 333 714 -354 -714
+ mu 0 4 349 350 371 370
+ f 4 334 715 -355 -715
+ mu 0 4 350 351 372 371
+ f 4 335 716 -356 -716
+ mu 0 4 351 352 373 372
+ f 4 336 717 -357 -717
+ mu 0 4 352 353 374 373
+ f 4 337 718 -358 -718
+ mu 0 4 353 354 375 374
+ f 4 338 719 -359 -719
+ mu 0 4 354 355 376 375
+ f 4 339 700 -360 -720
+ mu 0 4 355 356 377 376
+ f 4 340 721 -361 -721
+ mu 0 4 357 358 379 378
+ f 4 341 722 -362 -722
+ mu 0 4 358 359 380 379
+ f 4 342 723 -363 -723
+ mu 0 4 359 360 381 380
+ f 4 343 724 -364 -724
+ mu 0 4 360 361 382 381
+ f 4 344 725 -365 -725
+ mu 0 4 361 362 383 382
+ f 4 345 726 -366 -726
+ mu 0 4 362 363 384 383
+ f 4 346 727 -367 -727
+ mu 0 4 363 364 385 384
+ f 4 347 728 -368 -728
+ mu 0 4 364 365 386 385
+ f 4 348 729 -369 -729
+ mu 0 4 365 366 387 386
+ f 4 349 730 -370 -730
+ mu 0 4 366 367 388 387
+ f 4 350 731 -371 -731
+ mu 0 4 367 368 389 388
+ f 4 351 732 -372 -732
+ mu 0 4 368 369 390 389
+ f 4 352 733 -373 -733
+ mu 0 4 369 370 391 390
+ f 4 353 734 -374 -734
+ mu 0 4 370 371 392 391
+ f 4 354 735 -375 -735
+ mu 0 4 371 372 393 392
+ f 4 355 736 -376 -736
+ mu 0 4 372 373 394 393
+ f 4 356 737 -377 -737
+ mu 0 4 373 374 395 394
+ f 4 357 738 -378 -738
+ mu 0 4 374 375 396 395
+ f 4 358 739 -379 -739
+ mu 0 4 375 376 397 396
+ f 4 359 720 -380 -740
+ mu 0 4 376 377 398 397
+ f 3 -1 -741 741
+ mu 0 3 1 0 399
+ f 3 -2 -742 742
+ mu 0 3 2 1 400
+ f 3 -3 -743 743
+ mu 0 3 3 2 401
+ f 3 -4 -744 744
+ mu 0 3 4 3 402
+ f 3 -5 -745 745
+ mu 0 3 5 4 403
+ f 3 -6 -746 746
+ mu 0 3 6 5 404
+ f 3 -7 -747 747
+ mu 0 3 7 6 405
+ f 3 -8 -748 748
+ mu 0 3 8 7 406
+ f 3 -9 -749 749
+ mu 0 3 9 8 407
+ f 3 -10 -750 750
+ mu 0 3 10 9 408
+ f 3 -11 -751 751
+ mu 0 3 11 10 409
+ f 3 -12 -752 752
+ mu 0 3 12 11 410
+ f 3 -13 -753 753
+ mu 0 3 13 12 411
+ f 3 -14 -754 754
+ mu 0 3 14 13 412
+ f 3 -15 -755 755
+ mu 0 3 15 14 413
+ f 3 -16 -756 756
+ mu 0 3 16 15 414
+ f 3 -17 -757 757
+ mu 0 3 17 16 415
+ f 3 -18 -758 758
+ mu 0 3 18 17 416
+ f 3 -19 -759 759
+ mu 0 3 19 18 417
+ f 3 -20 -760 740
+ mu 0 3 20 19 418
+ f 3 360 761 -761
+ mu 0 3 378 379 419
+ f 3 361 762 -762
+ mu 0 3 379 380 420
+ f 3 362 763 -763
+ mu 0 3 380 381 421
+ f 3 363 764 -764
+ mu 0 3 381 382 422
+ f 3 364 765 -765
+ mu 0 3 382 383 423
+ f 3 365 766 -766
+ mu 0 3 383 384 424
+ f 3 366 767 -767
+ mu 0 3 384 385 425
+ f 3 367 768 -768
+ mu 0 3 385 386 426
+ f 3 368 769 -769
+ mu 0 3 386 387 427
+ f 3 369 770 -770
+ mu 0 3 387 388 428
+ f 3 370 771 -771
+ mu 0 3 388 389 429
+ f 3 371 772 -772
+ mu 0 3 389 390 430
+ f 3 372 773 -773
+ mu 0 3 390 391 431
+ f 3 373 774 -774
+ mu 0 3 391 392 432
+ f 3 374 775 -775
+ mu 0 3 392 393 433
+ f 3 375 776 -776
+ mu 0 3 393 394 434
+ f 3 376 777 -777
+ mu 0 3 394 395 435
+ f 3 377 778 -778
+ mu 0 3 395 396 436
+ f 3 378 779 -779
+ mu 0 3 396 397 437
+ f 3 379 760 -780
+ mu 0 3 397 398 438;
+ setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ;
+ setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ;
+ setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ;
+ setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ;
+ setAttr ".dr" 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 4 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+select -ne :initialShadingGroup;
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of modelMain.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma
new file mode 100644
index 0000000000..e438d80d5f
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/publish/workfile/workfileTest_task/v001/test_project_test_asset_workfileTest_task_v001.ma
@@ -0,0 +1,476 @@
+//Maya ASCII 2022 scene
+//Name: test_project_test_asset_test_task_v001.ma
+//Last modified: Thu, Sep 14, 2023 06:31:00 PM
+//Codeset: 1252
+requires maya "2022";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+requires "stereoCamera" "10.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" "mtoa" "5.2.2.1";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires "stereoCamera" "10.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2022";
+fileInfo "version" "2022";
+fileInfo "cutIdentifier" "202205171752-c25c06f306";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19044)";
+fileInfo "license" "education";
+fileInfo "UUID" "019C7F50-40EF-1435-E27F-729F64685E67";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 26.953352922736947 24.362683487437064 26.983403389430531 ;
+ setAttr ".r" -type "double3" 1064.7698975365424 54.173034578109736 1075.1660763544442 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 46.895362757145833;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "persp1";
+ rename -uid "292F1351-4E41-A890-D6D5-A5A4F7D94C76";
+ setAttr ".t" -type "double3" 3.7889010960863949 2.8416759114717678 3.7889010364817537 ;
+ setAttr ".r" -type "double3" -27.938352729602379 44.999999999999972 -5.172681101354183e-14 ;
+createNode camera -n "perspShape1" -p "persp1";
+ rename -uid "9277418C-43C8-5064-A7C6-64AC829A76F2";
+ setAttr -k off ".v";
+ setAttr ".ovr" 1.3;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 6.0652013012246453;
+ setAttr ".imn" -type "string" "persp1";
+ setAttr ".den" -type "string" "persp1_depth";
+ setAttr ".man" -type "string" "persp1_mask";
+ setAttr ".tp" -type "double3" -1.1920928955078125e-07 0 -1.7881393432617188e-07 ;
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".dr" yes;
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "6B9ADCD4-41B9-5BCC-826D-4A874A278510";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "5B4518C5-46C9-6921-690E-EFAF77B21A36";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "8518F293-4F06-BFF2-647A-72A099FBF025";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "04D880D5-4D86-0C58-CA3D-208ABE3E1E16";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "B719B8BE-46BF-12E6-BEBA-B0AD4DBDBA87";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode objectSet -n "modelMain";
+ rename -uid "A76AD4F8-4CF5-AA0D-4E98-BABEE6454CC3";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:7364ea6776c9";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "6889d3db-b813-43db-96de-9ba555dc4472";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshArnoldAttributes\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n"
+ + "\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n"
+ + " -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n"
+ + " -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n"
+ + " -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n"
+ + " -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n"
+ + " -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n"
+ + " -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n"
+ + " -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n"
+ + " -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n"
+ + " -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1312\n -height 732\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n"
+ + " -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 1\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n"
+ + " -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n"
+ + " -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n"
+ + " -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n"
+ + " -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n"
+ + " -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n"
+ + " -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n"
+ + " -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n"
+ + " -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n"
+ + " clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n"
+ + " -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n"
+ + "\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n"
+ + " -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n"
+ + " -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" (localizedPanelLabel(\"Component Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Component Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"Stereo\" (localizedPanelLabel(\"Stereo\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels $panelName;\n{ string $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n"
+ + " -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 4 4 \n -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n"
+ + " -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n"
+ + " -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 0\n -height 0\n -sceneRenderFilter 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName; };\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "51BB3D7A-4C7D-FCDD-1B21-D89934107F98";
+ setAttr ".skip_license_check" yes;
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "989A5992-46C8-0CB2-B2B8-4E868F31FEA8";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "B8469AD8-47C8-9EF1-FE5E-5AB50ABC1536";
+ setAttr ".merge_AOVs" yes;
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "21D4F4CD-4D78-001C-610D-798402CD7CF0";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode objectSet -n "workfileMain";
+ rename -uid "3C9B5D6F-4579-8E3B-5B7D-4C88865A1C68";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:30d256dac64c";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "911dc92a-ad29-41e5-bbf9-733d56174fb9";
+ setAttr ".publish_attributes" -type "string" "{\"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+createNode objectSet -n "renderingMain";
+ rename -uid "8A999C2F-4922-B15D-8D5C-45A16465B69F";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:042447475732";
+createNode renderSetupLayer -n "Main";
+ rename -uid "2202E438-4CEF-F64E-737C-F48C65E31126";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "DF0259B1-4F96-DA7E-C74F-B599FBE15C18";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "E5014237-4DA9-6FC0-633D-69AFA56161B3";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "7CA2F6D8-483C-B020-BC03-EF9563A52163";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "1EEC3A3B-49CF-0C79-5340-39805174FB8A";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "8a9cfb85-9602-4e5e-a4bc-27a2986bae7f";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:69960f336351";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".al" yes;
+ setAttr ".dar" 1.6666666269302368;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+select -ne :ikSystem;
+ setAttr -s 4 ".sol";
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pSphere1_GEO.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "persp1.rlio[0]";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr "pSphere1_GEO.iog" "modelMain.dsm" -na;
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "_renderingMain:Main.msg" "renderingMain.dnsm" -na;
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "Main.msg" "_renderingMain:Main.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of test_project_test_asset_test_task_v001.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/renders/maya/test_project_test_asset_workfileTest_task_v001/Main/renderMain_metadata.json b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/renders/maya/test_project_test_asset_workfileTest_task_v001/Main/renderMain_metadata.json
new file mode 100644
index 0000000000..8c9e4de21a
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/renders/maya/test_project_test_asset_workfileTest_task_v001/Main/renderMain_metadata.json
@@ -0,0 +1,275 @@
+{
+ "asset": "test_asset",
+ "comment": "",
+ "deadline_publish_job_id": "6540ba7fc27eabc1c1a3d387",
+ "fps": 25.0,
+ "frameEnd": 1001,
+ "frameStart": 1001,
+ "instances": [
+ {
+ "asset": "test_asset",
+ "colorspace": null,
+ "comment": "",
+ "deadlineUrl": "http://127.0.0.1:8082",
+ "extendFrames": false,
+ "families": [
+ "render",
+ "review",
+ "ftrack"
+ ],
+ "family": "render",
+ "fps": 25.0,
+ "frameEnd": 1001,
+ "frameEndHandle": 1001,
+ "frameStart": 1001,
+ "frameStartHandle": 1001,
+ "handleEnd": 0,
+ "handleStart": 0,
+ "inputVersions": [],
+ "jobBatchName": "",
+ "multipartExr": true,
+ "overrideExistingFrame": false,
+ "pixelAspect": 1.0,
+ "representations": [
+ {
+ "colorspaceData": {
+ "colorspace": "scene-linear Rec 709/sRGB",
+ "config": {
+ "path": "C:/Program Files/Autodesk/Maya2024/resources/OCIO-configs/Maya-legacy/config.ocio",
+ "template": "C:/Program Files/Autodesk/Maya2024/resources/OCIO-configs/Maya-legacy/config.ocio"
+ },
+ "display": "legacy",
+ "view": "sRGB gamma"
+ },
+ "ext": "exr",
+ "files": "Main.1001.exr",
+ "fps": 25.0,
+ "frameEnd": 1001,
+ "frameStart": 1001,
+ "name": "exr",
+ "stagingDir": "{root[work]}/test_project/test_asset/work/test_task/renders/maya/test_project_test_asset_workfileTest_task_v001/Main",
+ "tags": [
+ "review"
+ ]
+ }
+ ],
+ "resolutionHeight": 1080,
+ "resolutionWidth": 1920,
+ "review": true,
+ "source": "{root[work]}/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma",
+ "stagingDir_persistent": false,
+ "subset": "renderMain_beauty",
+ "subsetGroup": "renderMain",
+ "useSequenceForReview": true
+ }
+ ],
+ "intent": null,
+ "job": {
+ "Aux": [],
+ "Bad": [],
+ "ComFra": 0,
+ "CompletedChunks": 0,
+ "ConcurrencyToken": null,
+ "DataSize": -1,
+ "Date": "2023-10-31T08:27:42.9465949+00:00",
+ "DateComp": "0001-01-01T00:00:00Z",
+ "DateStart": "0001-01-01T00:00:00Z",
+ "Errs": 0,
+ "ExtraElements": null,
+ "FailedChunks": 0,
+ "IsSub": false,
+ "Mach": "DESKTOP-969549J",
+ "Main": false,
+ "MainEnd": 0,
+ "MainStart": 0,
+ "OutDir": [
+ "C:/Users/TOKEJE~1/AppData/Local/Temp/tmpcjp1zvgv/output/test_project/test_asset/work/test_task/renders/maya/test_project_test_asset_workfileTest_task_v001/Main"
+ ],
+ "OutFile": [
+ "Main.1001.exr"
+ ],
+ "PendingChunks": 0,
+ "Plug": "MayaBatch",
+ "Props": {
+ "AWSPortalAssetFileWhitelist": [],
+ "AWSPortalAssets": [],
+ "AutoTime": false,
+ "AuxSync": false,
+ "Batch": "test_project_test_asset_test_task_v001.ma31102023082742",
+ "Chunk": 1,
+ "Cmmt": "",
+ "Conc": 1,
+ "ConcLimt": true,
+ "Dep": [],
+ "DepComp": true,
+ "DepDel": false,
+ "DepFail": false,
+ "DepFrame": false,
+ "DepFrameEnd": 0,
+ "DepFrameStart": 0,
+ "DepPer": -1.0,
+ "Dept": "",
+ "Env": {
+ "AVALON_APP_NAME": "maya/2024",
+ "AVALON_ASSET": "test_asset",
+ "AVALON_PROJECT": "test_project",
+ "AVALON_TASK": "test_task",
+ "FTRACK_SERVER": "https://pype.ftrackapp.com",
+ "OPENPYPE_LOG_NO_COLORS": "1",
+ "OPENPYPE_MONGO": "mongodb://localhost:2707/",
+ "OPENPYPE_RENDER_JOB": "1"
+ },
+ "EnvOnly": false,
+ "EventDir": "",
+ "EventOI": [],
+ "Ex0": "",
+ "Ex1": "",
+ "Ex2": "",
+ "Ex3": "",
+ "Ex4": "",
+ "Ex5": "",
+ "Ex6": "",
+ "Ex7": "",
+ "Ex8": "",
+ "Ex9": "",
+ "ExDic": {},
+ "FrameTimeout": false,
+ "Frames": "1001",
+ "FriStart": "-10675199.02:48:05.4775808",
+ "FriStop": "-10675199.02:48:05.4775808",
+ "Grp": "none",
+ "InitializePluginTime": 0,
+ "Int": false,
+ "IntPer": 100,
+ "JobFailErr": 0,
+ "JobFailOvr": false,
+ "Limits": [],
+ "ListedSlaves": [],
+ "MachLmt": 0,
+ "MachLmtProg": -1.0,
+ "MaxTime": 0,
+ "MinTime": 0,
+ "MonStart": "-10675199.02:48:05.4775808",
+ "MonStop": "-10675199.02:48:05.4775808",
+ "Name": "test_project_test_asset_test_task_v001.ma31102023082742 - renderMain",
+ "NoBad": false,
+ "NoEvnt": false,
+ "NotEmail": [],
+ "NotNote": "",
+ "NotOvr": false,
+ "NotUser": [
+ "tokejepsen"
+ ],
+ "OnComp": 2,
+ "OptIns": {},
+ "OverAutoClean": false,
+ "OverClean": false,
+ "OverCleanDays": 0,
+ "OverCleanType": 1,
+ "OvrTaskEINames": false,
+ "PathMap": [],
+ "PlugDir": "",
+ "PlugInfo": {
+ "OutputFilePath": "C:/Users/TOKEJE~1/AppData/Local/Temp/tmpcjp1zvgv/output/test_project/test_asset/work/test_task/renders/maya",
+ "OutputFilePrefix": "//",
+ "ProjectPath": "C:\\Users\\TOKEJE~1\\AppData\\Local\\Temp\\tmpcjp1zvgv\\output\\test_project\\test_asset\\work\\test_task",
+ "RenderLayer": "rs_Main",
+ "RenderSetupIncludeLights": "True",
+ "Renderer": "arnold",
+ "SceneFile": "C:\\Users\\TOKEJE~1\\AppData\\Local\\Temp\\tmpcjp1zvgv\\output\\test_project\\test_asset\\publish\\workfile\\workfileTest_task\\v001\\test_project_test_asset_workfileTest_task_v001.ma",
+ "StrictErrorChecking": "True",
+ "UsingRenderLayers": "True",
+ "Version": "2024"
+ },
+ "PoJobScrp": "",
+ "PoTskScrp": "",
+ "Pool": "none",
+ "PrJobScrp": "",
+ "PrTskScrp": "",
+ "Pri": 50,
+ "Protect": false,
+ "Region": "",
+ "Reload": false,
+ "RemTmT": 0,
+ "ReqAss": [
+ {
+ "EndOffset": 0,
+ "FileName": "C:\\Users\\TOKEJE~1\\AppData\\Local\\Temp\\tmpcjp1zvgv\\output\\test_project\\test_asset\\publish\\workfile\\workfileTest_task\\v001\\test_project_test_asset_workfileTest_task_v001.ma",
+ "FrameString": "",
+ "IgnoreFrameOffsets": false,
+ "IsFrameAware": false,
+ "Notes": "",
+ "OverrideFrameOffsets": false,
+ "StartOffset": 0
+ }
+ ],
+ "SatStart": "-10675199.02:48:05.4775808",
+ "SatStop": "-10675199.02:48:05.4775808",
+ "Schd": 0,
+ "SchdDate": "2023-10-31T08:27:42.9465593+00:00",
+ "SchdDays": 1,
+ "SchdStop": "0001-01-01T00:00:00Z",
+ "ScrDep": [],
+ "SecPool": "none",
+ "Seq": false,
+ "SndEmail": false,
+ "SndPopup": false,
+ "SndWarn": true,
+ "StartTime": 0,
+ "SunStart": "-10675199.02:48:05.4775808",
+ "SunStop": "-10675199.02:48:05.4775808",
+ "TaskEx0": "",
+ "TaskEx1": "",
+ "TaskEx2": "",
+ "TaskEx3": "",
+ "TaskEx4": "",
+ "TaskEx5": "",
+ "TaskEx6": "",
+ "TaskEx7": "",
+ "TaskEx8": "",
+ "TaskEx9": "",
+ "Tasks": 1,
+ "ThuStart": "-10675199.02:48:05.4775808",
+ "ThuStop": "-10675199.02:48:05.4775808",
+ "TimeScrpt": false,
+ "Timeout": 1,
+ "TskFailErr": 0,
+ "TskFailOvr": false,
+ "TueStart": "-10675199.02:48:05.4775808",
+ "TueStop": "-10675199.02:48:05.4775808",
+ "User": "tokejepsen",
+ "WedStart": "-10675199.02:48:05.4775808",
+ "WedStop": "-10675199.02:48:05.4775808",
+ "White": false
+ },
+ "Purged": false,
+ "QueuedChunks": 0,
+ "RenderingChunks": 0,
+ "SnglTskPrg": "0 %",
+ "Stat": 6,
+ "SuspendedChunks": 0,
+ "Tile": false,
+ "TileCount": 0,
+ "TileFile": [],
+ "TileFrame": 0,
+ "TileX": 0,
+ "TileY": 0,
+ "_id": "6540ba7ec27eabc1c1a3d386"
+ },
+ "session": {
+ "AVALON_APP": "maya",
+ "AVALON_ASSET": "test_asset",
+ "AVALON_DB": "avalon_tests",
+ "AVALON_LABEL": "OpenPype",
+ "AVALON_PROJECT": "test_project",
+ "AVALON_PROJECTS": "",
+ "AVALON_SCENEDIR": "",
+ "AVALON_TASK": "test_task",
+ "AVALON_TIMEOUT": "3000",
+ "AVALON_WORKDIR": "C:\\Users\\TOKEJE~1\\AppData\\Local\\Temp\\tmpcjp1zvgv\\output\\test_project\\test_asset\\work\\test_task",
+ "schema": "openpype:session-3.0"
+ },
+ "source": "{root[work]}/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma",
+ "user": "tokejepsen",
+ "version": 1
+}
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma
new file mode 100644
index 0000000000..e438d80d5f
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v001.ma
@@ -0,0 +1,476 @@
+//Maya ASCII 2022 scene
+//Name: test_project_test_asset_test_task_v001.ma
+//Last modified: Thu, Sep 14, 2023 06:31:00 PM
+//Codeset: 1252
+requires maya "2022";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+requires "stereoCamera" "10.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" "mtoa" "5.2.2.1";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires "stereoCamera" "10.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2022";
+fileInfo "version" "2022";
+fileInfo "cutIdentifier" "202205171752-c25c06f306";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19044)";
+fileInfo "license" "education";
+fileInfo "UUID" "019C7F50-40EF-1435-E27F-729F64685E67";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 26.953352922736947 24.362683487437064 26.983403389430531 ;
+ setAttr ".r" -type "double3" 1064.7698975365424 54.173034578109736 1075.1660763544442 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 46.895362757145833;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "persp1";
+ rename -uid "292F1351-4E41-A890-D6D5-A5A4F7D94C76";
+ setAttr ".t" -type "double3" 3.7889010960863949 2.8416759114717678 3.7889010364817537 ;
+ setAttr ".r" -type "double3" -27.938352729602379 44.999999999999972 -5.172681101354183e-14 ;
+createNode camera -n "perspShape1" -p "persp1";
+ rename -uid "9277418C-43C8-5064-A7C6-64AC829A76F2";
+ setAttr -k off ".v";
+ setAttr ".ovr" 1.3;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 6.0652013012246453;
+ setAttr ".imn" -type "string" "persp1";
+ setAttr ".den" -type "string" "persp1_depth";
+ setAttr ".man" -type "string" "persp1_mask";
+ setAttr ".tp" -type "double3" -1.1920928955078125e-07 0 -1.7881393432617188e-07 ;
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".dr" yes;
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "6B9ADCD4-41B9-5BCC-826D-4A874A278510";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "5B4518C5-46C9-6921-690E-EFAF77B21A36";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "8518F293-4F06-BFF2-647A-72A099FBF025";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "04D880D5-4D86-0C58-CA3D-208ABE3E1E16";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "B719B8BE-46BF-12E6-BEBA-B0AD4DBDBA87";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode objectSet -n "modelMain";
+ rename -uid "A76AD4F8-4CF5-AA0D-4E98-BABEE6454CC3";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:7364ea6776c9";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "6889d3db-b813-43db-96de-9ba555dc4472";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshArnoldAttributes\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n"
+ + "\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n"
+ + " -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n"
+ + " -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n"
+ + " -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n"
+ + " -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n"
+ + " -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n"
+ + " -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n"
+ + " -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n"
+ + " -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n"
+ + " -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1312\n -height 732\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n"
+ + " -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 1\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n"
+ + " -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n"
+ + " -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n"
+ + " -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n"
+ + " -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n"
+ + " -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n"
+ + " -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n"
+ + " -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n"
+ + " -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n"
+ + " clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n"
+ + " -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n"
+ + "\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n"
+ + " -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n"
+ + " -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" (localizedPanelLabel(\"Component Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Component Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"Stereo\" (localizedPanelLabel(\"Stereo\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels $panelName;\n{ string $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n"
+ + " -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 4 4 \n -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n"
+ + " -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n"
+ + " -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 0\n -height 0\n -sceneRenderFilter 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName; };\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "51BB3D7A-4C7D-FCDD-1B21-D89934107F98";
+ setAttr ".skip_license_check" yes;
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "989A5992-46C8-0CB2-B2B8-4E868F31FEA8";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "B8469AD8-47C8-9EF1-FE5E-5AB50ABC1536";
+ setAttr ".merge_AOVs" yes;
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "21D4F4CD-4D78-001C-610D-798402CD7CF0";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode objectSet -n "workfileMain";
+ rename -uid "3C9B5D6F-4579-8E3B-5B7D-4C88865A1C68";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:30d256dac64c";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "911dc92a-ad29-41e5-bbf9-733d56174fb9";
+ setAttr ".publish_attributes" -type "string" "{\"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+createNode objectSet -n "renderingMain";
+ rename -uid "8A999C2F-4922-B15D-8D5C-45A16465B69F";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:042447475732";
+createNode renderSetupLayer -n "Main";
+ rename -uid "2202E438-4CEF-F64E-737C-F48C65E31126";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "DF0259B1-4F96-DA7E-C74F-B599FBE15C18";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "E5014237-4DA9-6FC0-633D-69AFA56161B3";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "7CA2F6D8-483C-B020-BC03-EF9563A52163";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "1EEC3A3B-49CF-0C79-5340-39805174FB8A";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "8a9cfb85-9602-4e5e-a4bc-27a2986bae7f";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:69960f336351";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".al" yes;
+ setAttr ".dar" 1.6666666269302368;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+select -ne :ikSystem;
+ setAttr -s 4 ".sol";
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pSphere1_GEO.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "persp1.rlio[0]";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr "pSphere1_GEO.iog" "modelMain.dsm" -na;
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "_renderingMain:Main.msg" "renderingMain.dnsm" -na;
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "Main.msg" "_renderingMain:Main.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of test_project_test_asset_test_task_v001.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma
new file mode 100644
index 0000000000..57bcfdae5b
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/test_project_test_asset_test_task_v002.ma
@@ -0,0 +1,480 @@
+//Maya ASCII 2024 scene
+//Name: test_project_test_asset_test_task_v002.ma
+//Last modified: Tue, Oct 31, 2023 08:24:19 AM
+//Codeset: 1252
+requires maya "2024";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+requires "stereoCamera" "10.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" "mtoa" "5.3.0";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires "stereoCamera" "10.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2024";
+fileInfo "version" "2024";
+fileInfo "cutIdentifier" "202302170737-4500172811";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19045)";
+fileInfo "license" "education";
+fileInfo "UUID" "6C5CC57A-4CC3-7373-4411-B3B80BC40815";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 26.953352922736947 24.362683487437064 26.983403389430531 ;
+ setAttr ".r" -type "double3" 1064.7698975365424 54.173034578109736 1075.1660763544442 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 46.895362757145833;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "persp1";
+ rename -uid "292F1351-4E41-A890-D6D5-A5A4F7D94C76";
+ setAttr ".t" -type "double3" 3.7889010960863949 2.8416759114717678 3.7889010364817537 ;
+ setAttr ".r" -type "double3" -27.938352729602379 44.999999999999972 -5.172681101354183e-14 ;
+createNode camera -n "perspShape1" -p "persp1";
+ rename -uid "9277418C-43C8-5064-A7C6-64AC829A76F2";
+ setAttr -k off ".v";
+ setAttr ".ovr" 1.3;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 6.0652013012246453;
+ setAttr ".imn" -type "string" "persp1";
+ setAttr ".den" -type "string" "persp1_depth";
+ setAttr ".man" -type "string" "persp1_mask";
+ setAttr ".tp" -type "double3" -1.1920928955078125e-07 0 -1.7881393432617188e-07 ;
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".dr" yes;
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "D0EBF10B-4952-5C9F-42A8-D6A660FF173F";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "30DE6463-4107-330C-8FE3-4EA1C402A632";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "64911358-4E6A-5ACC-75A4-4F965FCD606E";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "B3C9D791-45C2-E529-2A9A-9B88F2D5E17E";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+ setAttr ".ufem" -type "stringArray" 0 ;
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "68F97550-4CB6-1D4A-99B0-CCA5DBE5D6B1";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode objectSet -n "modelMain";
+ rename -uid "A76AD4F8-4CF5-AA0D-4E98-BABEE6454CC3";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:7364ea6776c9";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "6889d3db-b813-43db-96de-9ba555dc4472";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshArnoldAttributes\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -excludeObjectPreset \"All\" \n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n"
+ + " -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n"
+ + " -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -excludeObjectPreset \"All\" \n"
+ + " -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n"
+ + " -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n"
+ + " -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n"
+ + " -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -excludeObjectPreset \"All\" \n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n"
+ + " -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n"
+ + " -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n"
+ + " -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -excludeObjectPreset \"All\" \n -shadows 0\n -captureSequenceNumber -1\n -width 1319\n -height 718\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n"
+ + "\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n"
+ + " -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n"
+ + " -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n"
+ + " -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n"
+ + " -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n"
+ + " outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n"
+ + " -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n"
+ + " -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n"
+ + " -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -showUfeItems 1\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n"
+ + " -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n"
+ + " clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n"
+ + " -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n"
+ + " -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n"
+ + "\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -connectedGraphingMode 1\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n"
+ + " -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -showUnitConversions 0\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n"
+ + "\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"Stereo\" (localizedPanelLabel(\"Stereo\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels $panelName;\n{ string $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n"
+ + " -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 4 4 \n"
+ + " -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n"
+ + " -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -bluePencil 1\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 0\n -height 0\n -sceneRenderFilter 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n"
+ + " -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName; };\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -excludeObjectPreset \\\"All\\\" \\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1319\\n -height 718\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -bluePencil 1\\n -greasePencils 0\\n -excludeObjectPreset \\\"All\\\" \\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1319\\n -height 718\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "51BB3D7A-4C7D-FCDD-1B21-D89934107F98";
+ setAttr ".skip_license_check" yes;
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "989A5992-46C8-0CB2-B2B8-4E868F31FEA8";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "B8469AD8-47C8-9EF1-FE5E-5AB50ABC1536";
+ setAttr ".merge_AOVs" yes;
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "21D4F4CD-4D78-001C-610D-798402CD7CF0";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode objectSet -n "workfileMain";
+ rename -uid "3C9B5D6F-4579-8E3B-5B7D-4C88865A1C68";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:30d256dac64c";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "911dc92a-ad29-41e5-bbf9-733d56174fb9";
+ setAttr ".publish_attributes" -type "string" "{\"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+createNode objectSet -n "renderingMain";
+ rename -uid "8A999C2F-4922-B15D-8D5C-45A16465B69F";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:042447475732";
+createNode renderSetupLayer -n "Main";
+ rename -uid "2202E438-4CEF-F64E-737C-F48C65E31126";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "DF0259B1-4F96-DA7E-C74F-B599FBE15C18";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "E5014237-4DA9-6FC0-633D-69AFA56161B3";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "7CA2F6D8-483C-B020-BC03-EF9563A52163";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "1EEC3A3B-49CF-0C79-5340-39805174FB8A";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "8a9cfb85-9602-4e5e-a4bc-27a2986bae7f";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:69960f336351";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".dli" 1;
+ setAttr ".fprt" yes;
+ setAttr ".rtfm" 1;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+ setAttr ".sr" 0.40000000596046448;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".al" yes;
+ setAttr ".dar" 1.6666666269302368;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+select -ne :ikSystem;
+ setAttr -s 4 ".sol";
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pSphere1_GEO.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "persp1.rlio[0]";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr "pSphere1_GEO.iog" "modelMain.dsm" -na;
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "_renderingMain:Main.msg" "renderingMain.dnsm" -na;
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "Main.msg" "_renderingMain:Main.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of test_project_test_asset_test_task_v002.ma
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel
new file mode 100644
index 0000000000..bc6e74b55c
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/expected/test_project/test_asset/work/test_task/workspace.mel
@@ -0,0 +1,12 @@
+//Maya 2019 Project Definition
+
+workspace -fr "shaders" "renderData/shaders";
+workspace -fr "images" "renders";
+workspace -fr "mayaAscii" "";
+workspace -fr "particles" "particles";
+workspace -fr "mayaBinary" "";
+workspace -fr "scene" "";
+workspace -fr "alembicCache" "cache/alembic";
+workspace -fr "renderData" "renderData";
+workspace -fr "sourceImages" "sourceimages";
+workspace -fr "fileCache" "cache/nCache";
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.bson b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.bson
new file mode 100644
index 0000000000..72293b3080
Binary files /dev/null and b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.bson differ
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json
new file mode 100644
index 0000000000..20b0216e2a
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/avalon_tests/test_project.metadata.json
@@ -0,0 +1 @@
+{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"}],"uuid":"8d778e3bbb3448ff9311bc7619ed478c","collectionName":"test_project"}
\ No newline at end of file
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/openpype_tests/settings.bson b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/openpype_tests/settings.bson
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json
new file mode 100644
index 0000000000..d637c9296c
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/input/dumps/openpype_tests/settings.metadata.json
@@ -0,0 +1 @@
+{"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_"}],"uuid":"3a0a55846c164eb5920568a766510c6d","collectionName":"settings"}
\ No newline at end of file
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/env_vars/env_var.json b/tests/integration/hosts/maya/test_publish_in_maya/input/env_vars/env_var.json
new file mode 100644
index 0000000000..7b830b4fb9
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/input/env_vars/env_var.json
@@ -0,0 +1,11 @@
+{
+ "OPENPYPE_MONGO": "{TEST_OPENPYPE_MONGO}",
+ "AVALON_MONGO": "{TEST_OPENPYPE_MONGO}",
+ "OPENPYPE_DATABASE_NAME": "{TEST_OPENPYPE_NAME}",
+ "AVALON_TIMEOUT": "3000",
+ "AVALON_DB": "{TEST_DB_NAME}",
+ "AVALON_PROJECT": "{TEST_PROJECT_NAME}",
+ "PYPE_DEBUG": "3",
+ "AVALON_CONFIG": "openpype",
+ "IS_TEST": "1"
+}
\ No newline at end of file
diff --git a/tests/integration/hosts/maya/input/startup/userSetup.py b/tests/integration/hosts/maya/test_publish_in_maya/input/startup/userSetup.py
similarity index 100%
rename from tests/integration/hosts/maya/input/startup/userSetup.py
rename to tests/integration/hosts/maya/test_publish_in_maya/input/startup/userSetup.py
diff --git a/tests/integration/hosts/maya/test_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma b/tests/integration/hosts/maya/test_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma
new file mode 100644
index 0000000000..e438d80d5f
--- /dev/null
+++ b/tests/integration/hosts/maya/test_publish_in_maya/input/workfile/test_project_test_asset_test_task_v001.ma
@@ -0,0 +1,476 @@
+//Maya ASCII 2022 scene
+//Name: test_project_test_asset_test_task_v001.ma
+//Last modified: Thu, Sep 14, 2023 06:31:00 PM
+//Codeset: 1252
+requires maya "2022";
+requires -nodeType "polyDisc" "modelingToolkit" "0.0.0.0";
+requires "stereoCamera" "10.0";
+requires -nodeType "aiOptions" -nodeType "aiAOVDriver" -nodeType "aiAOVFilter" "mtoa" "5.2.2.1";
+requires -nodeType "simpleSelector" -nodeType "renderSetupLayer" -nodeType "renderSetup"
+ -nodeType "collection" "renderSetup.py" "1.0";
+requires "stereoCamera" "10.0";
+currentUnit -l centimeter -a degree -t pal;
+fileInfo "application" "maya";
+fileInfo "product" "Maya 2022";
+fileInfo "version" "2022";
+fileInfo "cutIdentifier" "202205171752-c25c06f306";
+fileInfo "osv" "Windows 10 Pro v2009 (Build: 19044)";
+fileInfo "license" "education";
+fileInfo "UUID" "019C7F50-40EF-1435-E27F-729F64685E67";
+fileInfo "OpenPypeContext" "eyJwdWJsaXNoX2F0dHJpYnV0ZXMiOiB7IlZhbGlkYXRlQ29udGFpbmVycyI6IHsiYWN0aXZlIjogdHJ1ZX19fQ==";
+createNode transform -s -n "persp";
+ rename -uid "D52C935B-47C9-D868-A875-D799DD17B3A1";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 26.953352922736947 24.362683487437064 26.983403389430531 ;
+ setAttr ".r" -type "double3" 1064.7698975365424 54.173034578109736 1075.1660763544442 ;
+ setAttr ".rp" -type "double3" -2.0401242849359917e-14 2.2609331405046354e-14 -44.821869662029947 ;
+ setAttr ".rpt" -type "double3" -27.999999999999989 -21.000000000000025 16.82186966202995 ;
+createNode camera -s -n "perspShape" -p "persp";
+ rename -uid "2399E6C0-490F-BA1F-485F-5AA8A01D27BC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 46.895362757145833;
+ setAttr ".imn" -type "string" "persp";
+ setAttr ".den" -type "string" "persp_depth";
+ setAttr ".man" -type "string" "persp_mask";
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".ai_translator" -type "string" "perspective";
+createNode transform -s -n "top";
+ rename -uid "415C7426-413E-0FAE-FCC3-3DAED7443A52";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 1000.1 0 ;
+ setAttr ".r" -type "double3" 90 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" 0 -1000.1 1000.1 ;
+createNode camera -s -n "topShape" -p "top";
+ rename -uid "3BD0CF60-40DB-5278-5D8B-06ACBDA32122";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "top";
+ setAttr ".den" -type "string" "top_depth";
+ setAttr ".man" -type "string" "top_mask";
+ setAttr ".hc" -type "string" "viewSet -t %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "front";
+ rename -uid "D83DD5CE-4FE0-AB1B-81B2-87A63F0B7A05";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 0 0 1000.1 ;
+ setAttr ".r" -type "double3" 180 0 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+createNode camera -s -n "frontShape" -p "front";
+ rename -uid "23313CBA-42C2-0B3A-0FCF-EA965EAC5DEC";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "front";
+ setAttr ".den" -type "string" "front_depth";
+ setAttr ".man" -type "string" "front_mask";
+ setAttr ".hc" -type "string" "viewSet -f %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -s -n "side";
+ rename -uid "F70F692C-4A0D-BE64-9EE4-A99B6FA2D56E";
+ setAttr ".v" no;
+ setAttr ".t" -type "double3" 1000.1 0 0 ;
+ setAttr ".r" -type "double3" 180 -90 0 ;
+ setAttr ".rp" -type "double3" 0 0 -1000.1 ;
+ setAttr ".rpt" -type "double3" -1000.1 0 1000.1 ;
+createNode camera -s -n "sideShape" -p "side";
+ rename -uid "C05669C3-420E-CA11-E5FC-7EB64EF8B632";
+ setAttr -k off ".v" no;
+ setAttr ".rnd" no;
+ setAttr ".coi" 1000.1;
+ setAttr ".ow" 30;
+ setAttr ".imn" -type "string" "side";
+ setAttr ".den" -type "string" "side_depth";
+ setAttr ".man" -type "string" "side_mask";
+ setAttr ".hc" -type "string" "viewSet -s %camera";
+ setAttr ".o" yes;
+ setAttr ".ai_translator" -type "string" "orthographic";
+createNode transform -n "pSphere1_GEO";
+ rename -uid "7445A43F-444F-B2D3-4315-2AA013D2E0B6";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:440654b3dfe4";
+createNode mesh -n "pSphere1_GEOShape1" -p "pSphere1_GEO";
+ rename -uid "7C731260-45C6-339E-07BF-359446B08EA1";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:bf8e49bb98ec";
+createNode transform -n "pDisc1";
+ rename -uid "DED70CCF-4C19-16E4-9E5D-66A05037BA47";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:90e762703f08";
+createNode mesh -n "pDiscShape1" -p "pDisc1";
+ rename -uid "E1FCDCCF-4DE1-D3B9-C4F8-3285F1CF5B25";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr -k off ".v";
+ setAttr ".vir" yes;
+ setAttr ".vif" yes;
+ setAttr ".uvst[0].uvsn" -type "string" "map1";
+ setAttr ".cuvs" -type "string" "map1";
+ setAttr ".dcc" -type "string" "Ambient+Diffuse";
+ setAttr ".covm[0]" 0 1 1;
+ setAttr ".cdvm[0]" 0 1 1;
+ setAttr ".ai_translator" -type "string" "polymesh";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:4ee3da11a1a4";
+createNode transform -n "persp1";
+ rename -uid "292F1351-4E41-A890-D6D5-A5A4F7D94C76";
+ setAttr ".t" -type "double3" 3.7889010960863949 2.8416759114717678 3.7889010364817537 ;
+ setAttr ".r" -type "double3" -27.938352729602379 44.999999999999972 -5.172681101354183e-14 ;
+createNode camera -n "perspShape1" -p "persp1";
+ rename -uid "9277418C-43C8-5064-A7C6-64AC829A76F2";
+ setAttr -k off ".v";
+ setAttr ".ovr" 1.3;
+ setAttr ".fl" 34.999999999999993;
+ setAttr ".coi" 6.0652013012246453;
+ setAttr ".imn" -type "string" "persp1";
+ setAttr ".den" -type "string" "persp1_depth";
+ setAttr ".man" -type "string" "persp1_mask";
+ setAttr ".tp" -type "double3" -1.1920928955078125e-07 0 -1.7881393432617188e-07 ;
+ setAttr ".hc" -type "string" "viewSet -p %camera";
+ setAttr ".dr" yes;
+createNode lightLinker -s -n "lightLinker1";
+ rename -uid "6B9ADCD4-41B9-5BCC-826D-4A874A278510";
+ setAttr -s 2 ".lnk";
+ setAttr -s 2 ".slnk";
+createNode shapeEditorManager -n "shapeEditorManager";
+ rename -uid "5B4518C5-46C9-6921-690E-EFAF77B21A36";
+createNode poseInterpolatorManager -n "poseInterpolatorManager";
+ rename -uid "8518F293-4F06-BFF2-647A-72A099FBF025";
+createNode displayLayerManager -n "layerManager";
+ rename -uid "04D880D5-4D86-0C58-CA3D-208ABE3E1E16";
+createNode displayLayer -n "defaultLayer";
+ rename -uid "4A776D1B-401F-7069-1C74-A7AAE84CEE03";
+createNode renderLayerManager -n "renderLayerManager";
+ rename -uid "B719B8BE-46BF-12E6-BEBA-B0AD4DBDBA87";
+ setAttr -s 2 ".rlmi[1]" 1;
+ setAttr -s 2 ".rlmi";
+createNode renderLayer -n "defaultRenderLayer";
+ rename -uid "B134920D-4508-23BD-A6CA-11B43DE03F53";
+ setAttr ".g" yes;
+createNode renderSetup -n "renderSetup";
+ rename -uid "9A8F0D15-41AB-CA70-C2D8-B78840BF9BC1";
+createNode polySphere -n "polySphere1";
+ rename -uid "DA319706-4ACF-B15C-53B2-48AC80D202EA";
+createNode objectSet -n "modelMain";
+ rename -uid "A76AD4F8-4CF5-AA0D-4E98-BABEE6454CC3";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "writeColorSets" -ln "writeColorSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "writeFaceSets" -ln "writeFaceSets" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "includeParentHierarchy" -ln "includeParentHierarchy" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "attr" -ln "attr" -dt "string";
+ addAttr -ci true -sn "attrPrefix" -ln "attrPrefix" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:7364ea6776c9";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "model";
+ setAttr ".subset" -type "string" "modelMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.model";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "6889d3db-b813-43db-96de-9ba555dc4472";
+ setAttr -cb on ".writeColorSets";
+ setAttr -cb on ".writeFaceSets";
+ setAttr -cb on ".includeParentHierarchy";
+ setAttr ".attr" -type "string" "";
+ setAttr ".attrPrefix" -type "string" "";
+ setAttr ".publish_attributes" -type "string" "{\"ValidateNodeIDsRelated\": {\"active\": true}, \"ValidateTransformNamingSuffix\": {\"active\": true}, \"ValidateColorSets\": {\"active\": true}, \"ValidateMeshArnoldAttributes\": {\"active\": true}, \"ValidateMeshHasUVs\": {\"active\": true}, \"ValidateMeshNonZeroEdgeLength\": {\"active\": true}, \"ExtractModel\": {\"active\": true}}";
+ setAttr ".__creator_attributes_keys" -type "string" "writeColorSets,writeFaceSets,includeParentHierarchy,attr,attrPrefix";
+createNode script -n "uiConfigurationScriptNode";
+ rename -uid "4B7AFB53-452E-E870-63E1-CCA1DD6EAF13";
+ setAttr ".b" -type "string" (
+ "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n"
+ + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n"
+ + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n"
+ + "\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|side\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n"
+ + " -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n"
+ + " -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n"
+ + " -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n"
+ + " -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n"
+ + " -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n"
+ + " -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1\n -height 1\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n"
+ + " -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n"
+ + " -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n"
+ + " -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 1312\n -height 732\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n"
+ + "\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n"
+ + " -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 1\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n"
+ + " -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n"
+ + " -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n"
+ + " -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n"
+ + " -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n"
+ + " -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.041667\n"
+ + " -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 1\n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n"
+ + " -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n"
+ + " -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n"
+ + " -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n"
+ + " clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n"
+ + " -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n"
+ + "\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n"
+ + " -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n"
+ + " -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" (localizedPanelLabel(\"Component Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Component Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n"
+ + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"Stereo\" (localizedPanelLabel(\"Stereo\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Stereo\")) -mbv $menusOkayInPanels $panelName;\n{ string $editorName = ($panelName+\"Editor\");\n stereoCameraView -e \n -camera \"|persp\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"wireframe\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 1\n"
+ + " -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 16384\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 4 4 \n -bumpResolution 4 4 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n"
+ + " -lowQualityLighting 0\n -maximumNumHardwareLights 0\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n"
+ + " -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 0\n -height 0\n -sceneRenderFilter 0\n -displayMode \"centerEye\" \n -viewColor 0 0 0 1 \n -useCustomBackground 1\n $editorName;\n stereoCameraView -e -viewSelected 0 $editorName;\n stereoCameraView -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName; };\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n"
+ + " if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n"
+ + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 16384\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 1\\n -nurbsCurves 1\\n -nurbsSurfaces 1\\n -polymeshes 1\\n -subdivSurfaces 1\\n -planes 1\\n -lights 1\\n -cameras 1\\n -controlVertices 1\\n -hulls 1\\n -grid 1\\n -imagePlane 1\\n -joints 1\\n -ikHandles 1\\n -deformers 1\\n -dynamics 1\\n -particleInstancers 1\\n -fluids 1\\n -hairSystems 1\\n -follicles 1\\n -nCloths 1\\n -nParticles 1\\n -nRigids 1\\n -dynamicConstraints 1\\n -locators 1\\n -manipulators 1\\n -pluginShapes 1\\n -dimensions 1\\n -handles 1\\n -pivots 1\\n -textures 1\\n -strokes 1\\n -motionTrails 1\\n -clipGhosts 1\\n -greasePencils 1\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1312\\n -height 732\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 1 \\n $editorName\"\n"
+ + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n");
+ setAttr ".st" 3;
+createNode script -n "sceneConfigurationScriptNode";
+ rename -uid "72B19BC2-43A2-E229-0A73-2CB861A291D1";
+ setAttr ".b" -type "string" "playbackOptions -min 1000 -max 1001 -ast 1000 -aet 1001 ";
+ setAttr ".st" 6;
+createNode polyDisc -n "polyDisc1";
+ rename -uid "9ED8A7BD-4FFD-6107-4322-35ACD1D3AC42";
+createNode aiOptions -s -n "defaultArnoldRenderOptions";
+ rename -uid "51BB3D7A-4C7D-FCDD-1B21-D89934107F98";
+ setAttr ".skip_license_check" yes;
+createNode aiAOVFilter -s -n "defaultArnoldFilter";
+ rename -uid "989A5992-46C8-0CB2-B2B8-4E868F31FEA8";
+ setAttr ".ai_translator" -type "string" "gaussian";
+createNode aiAOVDriver -s -n "defaultArnoldDriver";
+ rename -uid "B8469AD8-47C8-9EF1-FE5E-5AB50ABC1536";
+ setAttr ".merge_AOVs" yes;
+ setAttr ".ai_translator" -type "string" "exr";
+createNode aiAOVDriver -s -n "defaultArnoldDisplayDriver";
+ rename -uid "21D4F4CD-4D78-001C-610D-798402CD7CF0";
+ setAttr ".output_mode" 0;
+ setAttr ".ai_translator" -type "string" "maya";
+createNode objectSet -n "workfileMain";
+ rename -uid "3C9B5D6F-4579-8E3B-5B7D-4C88865A1C68";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".hio" yes;
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:30d256dac64c";
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "workfile";
+ setAttr ".subset" -type "string" "workfileTest_task";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.workfile";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "911dc92a-ad29-41e5-bbf9-733d56174fb9";
+ setAttr ".publish_attributes" -type "string" "{\"ExtractImportReference\": {\"active\": false}}";
+ setAttr ".__creator_attributes_keys" -type "string" "";
+createNode objectSet -n "renderingMain";
+ rename -uid "8A999C2F-4922-B15D-8D5C-45A16465B69F";
+ addAttr -ci true -sn "pre_creator_identifier" -ln "pre_creator_identifier" -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".pre_creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:042447475732";
+createNode renderSetupLayer -n "Main";
+ rename -uid "2202E438-4CEF-F64E-737C-F48C65E31126";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode renderLayer -n "rs_Main";
+ rename -uid "DF0259B1-4F96-DA7E-C74F-B599FBE15C18";
+ setAttr ".do" 1;
+createNode collection -n "defaultCollection";
+ rename -uid "E5014237-4DA9-6FC0-633D-69AFA56161B3";
+ addAttr -ci true -sn "es" -ln "expandedState" -min 0 -max 1 -at "bool";
+ setAttr ".es" yes;
+createNode simpleSelector -n "defaultCollectionSelector";
+ rename -uid "7CA2F6D8-483C-B020-BC03-EF9563A52163";
+ setAttr ".pat" -type "string" "*";
+createNode objectSet -n "_renderingMain:Main";
+ rename -uid "1EEC3A3B-49CF-0C79-5340-39805174FB8A";
+ addAttr -s false -ci true -sn "renderlayer" -ln "renderlayer" -at "message";
+ addAttr -ci true -sn "id" -ln "id" -dt "string";
+ addAttr -ci true -sn "family" -ln "family" -dt "string";
+ addAttr -ci true -sn "subset" -ln "subset" -dt "string";
+ addAttr -ci true -sn "active" -ln "active" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "creator_identifier" -ln "creator_identifier" -dt "string";
+ addAttr -ci true -sn "variant" -ln "variant" -dt "string";
+ addAttr -ci true -sn "asset" -ln "asset" -dt "string";
+ addAttr -ci true -sn "task" -ln "task" -dt "string";
+ addAttr -ci true -sn "instance_id" -ln "instance_id" -dt "string";
+ addAttr -ci true -sn "review" -ln "review" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "extendFrames" -ln "extendFrames" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "overrideExistingFrame" -ln "overrideExistingFrame" -min 0
+ -max 1 -at "bool";
+ addAttr -ci true -sn "tileRendering" -ln "tileRendering" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "tilesX" -ln "tilesX" -at "long";
+ addAttr -ci true -sn "tilesY" -ln "tilesY" -at "long";
+ addAttr -ci true -sn "convertToScanline" -ln "convertToScanline" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "useReferencedAovs" -ln "useReferencedAovs" -min 0 -max 1 -at "bool";
+ addAttr -ci true -sn "renderSetupIncludeLights" -ln "renderSetupIncludeLights" -min
+ 0 -max 1 -at "bool";
+ addAttr -ci true -sn "publish_attributes" -ln "publish_attributes" -dt "string";
+ addAttr -ci true -sn "__creator_attributes_keys" -ln "__creator_attributes_keys"
+ -dt "string";
+ addAttr -ci true -sn "cbId" -ln "cbId" -dt "string";
+ setAttr ".ihi" 0;
+ setAttr ".id" -type "string" "pyblish.avalon.instance";
+ setAttr ".family" -type "string" "renderlayer";
+ setAttr ".subset" -type "string" "renderMain";
+ setAttr -cb on ".active" yes;
+ setAttr ".creator_identifier" -type "string" "io.openpype.creators.maya.renderlayer";
+ setAttr ".variant" -type "string" "Main";
+ setAttr ".asset" -type "string" "test_asset";
+ setAttr ".task" -type "string" "test_task";
+ setAttr ".instance_id" -type "string" "8a9cfb85-9602-4e5e-a4bc-27a2986bae7f";
+ setAttr -cb on ".review" yes;
+ setAttr -cb on ".extendFrames";
+ setAttr -cb on ".overrideExistingFrame" yes;
+ setAttr -cb on ".tileRendering";
+ setAttr -cb on ".tilesX" 2;
+ setAttr -cb on ".tilesY" 2;
+ setAttr -cb on ".convertToScanline";
+ setAttr -cb on ".useReferencedAovs";
+ setAttr -cb on ".renderSetupIncludeLights" yes;
+ setAttr ".publish_attributes" -type "string" "{\"CollectDeadlinePools\": {\"primaryPool\": \"\", \"secondaryPool\": \"\"}, \"ValidateDeadlinePools\": {\"active\": true}, \"ValidateFrameRange\": {\"active\": true}, \"ExtractImportReference\": {\"active\": false}, \"MayaSubmitDeadline\": {\"priority\": 50, \"chunkSize\": 1, \"machineList\": \"\", \"whitelist\": false, \"tile_priority\": 50, \"strict_error_checking\": true}, \"ProcessSubmittedJobOnFarm\": {\"publishJobState\": \"Active\"}}";
+ setAttr ".__creator_attributes_keys" -type "string" "review,extendFrames,overrideExistingFrame,tileRendering,tilesX,tilesY,convertToScanline,useReferencedAovs,renderSetupIncludeLights";
+ setAttr ".cbId" -type "string" "60df31e2be2b48bd3695c056:69960f336351";
+select -ne :time1;
+ setAttr ".o" 1001;
+ setAttr ".unw" 1001;
+select -ne :hardwareRenderingGlobals;
+ setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ;
+ setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1
+ 1 1 1 0 0 0 0 0 0 0 0 0
+ 0 0 0 0 ;
+ setAttr ".fprt" yes;
+select -ne :renderPartition;
+ setAttr -s 2 ".st";
+select -ne :renderGlobalsList1;
+select -ne :defaultShaderList1;
+ setAttr -s 5 ".s";
+select -ne :postProcessList1;
+ setAttr -s 2 ".p";
+select -ne :defaultRenderingList1;
+ setAttr -s 2 ".r";
+select -ne :standardSurface1;
+ setAttr ".b" 0.80000001192092896;
+ setAttr ".bc" -type "float3" 1 1 1 ;
+ setAttr ".s" 0.20000000298023224;
+select -ne :initialShadingGroup;
+ setAttr -s 2 ".dsm";
+ setAttr ".ro" yes;
+select -ne :initialParticleSE;
+ setAttr ".ro" yes;
+select -ne :defaultRenderGlobals;
+ addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string";
+ setAttr ".ren" -type "string" "arnold";
+ setAttr ".outf" 51;
+ setAttr ".imfkey" -type "string" "exr";
+ setAttr ".an" yes;
+ setAttr ".fs" 1001;
+ setAttr ".ef" 1001;
+ setAttr ".oft" -type "string" "";
+ setAttr ".pff" yes;
+ setAttr ".ifp" -type "string" "//";
+ setAttr ".rv" -type "string" "";
+ setAttr ".pram" -type "string" "";
+ setAttr ".poam" -type "string" "";
+ setAttr ".prlm" -type "string" "";
+ setAttr ".polm" -type "string" "";
+ setAttr ".prm" -type "string" "";
+ setAttr ".pom" -type "string" "";
+ setAttr ".dss" -type "string" "lambert1";
+select -ne :defaultResolution;
+ setAttr ".w" 1920;
+ setAttr ".h" 1080;
+ setAttr ".pa" 1;
+ setAttr ".al" yes;
+ setAttr ".dar" 1.6666666269302368;
+select -ne :defaultColorMgtGlobals;
+ setAttr ".cfe" yes;
+ setAttr ".cfp" -type "string" "/OCIO-configs/Maya-legacy/config.ocio";
+ setAttr ".vtn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".vn" -type "string" "sRGB gamma";
+ setAttr ".dn" -type "string" "legacy";
+ setAttr ".wsn" -type "string" "scene-linear Rec 709/sRGB";
+ setAttr ".ovt" no;
+ setAttr ".povt" no;
+ setAttr ".otn" -type "string" "sRGB gamma (legacy)";
+ setAttr ".potn" -type "string" "sRGB gamma (legacy)";
+select -ne :hardwareRenderGlobals;
+ setAttr ".ctrs" 256;
+ setAttr ".btrs" 512;
+select -ne :ikSystem;
+ setAttr -s 4 ".sol";
+connectAttr "rs_Main.ri" ":persp.rlio[0]";
+connectAttr "rs_Main.ri" ":top.rlio[0]";
+connectAttr "rs_Main.ri" ":front.rlio[0]";
+connectAttr "rs_Main.ri" ":side.rlio[0]";
+connectAttr "rs_Main.ri" "pSphere1_GEO.rlio[0]";
+connectAttr "polySphere1.out" "pSphere1_GEOShape1.i";
+connectAttr "rs_Main.ri" "pDisc1.rlio[0]";
+connectAttr "polyDisc1.output" "pDiscShape1.i";
+connectAttr "rs_Main.ri" "persp1.rlio[0]";
+relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message";
+relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message";
+connectAttr "layerManager.dli[0]" "defaultLayer.id";
+connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid";
+connectAttr "Main.msg" "renderSetup.frl";
+connectAttr "Main.msg" "renderSetup.lrl";
+connectAttr "pSphere1_GEO.iog" "modelMain.dsm" -na;
+connectAttr ":defaultArnoldDisplayDriver.msg" ":defaultArnoldRenderOptions.drivers"
+ -na;
+connectAttr ":defaultArnoldFilter.msg" ":defaultArnoldRenderOptions.filt";
+connectAttr ":defaultArnoldDriver.msg" ":defaultArnoldRenderOptions.drvr";
+connectAttr "_renderingMain:Main.msg" "renderingMain.dnsm" -na;
+connectAttr "rs_Main.msg" "Main.lrl";
+connectAttr "renderSetup.lit" "Main.pls";
+connectAttr "defaultCollection.msg" "Main.cl";
+connectAttr "defaultCollection.msg" "Main.ch";
+connectAttr "renderLayerManager.rlmi[1]" "rs_Main.rlid";
+connectAttr "defaultCollectionSelector.c" "defaultCollection.sel";
+connectAttr "Main.lit" "defaultCollection.pls";
+connectAttr "Main.nic" "defaultCollection.pic";
+connectAttr "Main.msg" "_renderingMain:Main.renderlayer";
+connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na;
+connectAttr "rs_Main.msg" ":defaultRenderingList1.r" -na;
+connectAttr "pSphere1_GEOShape1.iog" ":initialShadingGroup.dsm" -na;
+connectAttr "pDiscShape1.iog" ":initialShadingGroup.dsm" -na;
+// End of test_project_test_asset_test_task_v001.ma
diff --git a/tests/lib/file_handler.py b/tests/lib/file_handler.py
index 07f6962c98..82d08804b7 100644
--- a/tests/lib/file_handler.py
+++ b/tests/lib/file_handler.py
@@ -8,15 +8,16 @@ import itertools
import hashlib
import tarfile
import zipfile
-
+from abc import ABCMeta, abstractmethod
+import six
+import shutil
import requests
USER_AGENT = "AYON-launcher"
-class RemoteFileHandler:
- """Download file from url, might be GDrive shareable link"""
-
+@six.add_metaclass(ABCMeta)
+class BaseFileHandler:
IMPLEMENTED_ZIP_FORMATS = {
"zip", "tar", "tgz", "tar.gz", "tar.xz", "tar.bz2"
}
@@ -33,6 +34,7 @@ class RemoteFileHandler:
def check_md5(fpath, md5, **kwargs):
return md5 == RemoteFileHandler.calculate_md5(fpath, **kwargs)
+
@staticmethod
def calculate_sha256(fpath):
"""Calculate sha256 for content of the file.
@@ -69,6 +71,75 @@ class RemoteFileHandler:
if hash_type == "sha256":
return RemoteFileHandler.check_sha256(fpath, hash_value)
+ @staticmethod
+ def unzip(path, destination_path=None):
+ if not destination_path:
+ destination_path = os.path.dirname(path)
+
+ _, archive_type = os.path.splitext(path)
+ archive_type = archive_type.lstrip(".")
+
+ if archive_type in ["zip"]:
+ print(f"Unzipping {path}->{destination_path}")
+ zip_file = zipfile.ZipFile(path)
+ zip_file.extractall(destination_path)
+ zip_file.close()
+
+ elif archive_type in [
+ "tar", "tgz", "tar.gz", "tar.xz", "tar.bz2"
+ ]:
+ print(f"Unzipping {path}->{destination_path}")
+ if archive_type == "tar":
+ tar_type = "r:"
+ elif archive_type.endswith("xz"):
+ tar_type = "r:xz"
+ elif archive_type.endswith("gz"):
+ tar_type = "r:gz"
+ elif archive_type.endswith("bz2"):
+ tar_type = "r:bz2"
+ else:
+ tar_type = "r:*"
+ try:
+ tar_file = tarfile.open(path, tar_type)
+ except tarfile.ReadError:
+ raise SystemExit("corrupted archive")
+ tar_file.extractall(destination_path)
+ tar_file.close()
+
+ @staticmethod
+ @abstractmethod
+ def download_test_source_files(file_id, root, filename=None):
+ """Download a test source files and place it in root.
+ Args:
+ file_id (str): id of file to be downloaded
+ root (str): Directory to place downloaded file in
+ filename (str, optional): Name to save the file under.
+ If None, use the id of the file.
+ """
+ raise NotImplementedError
+
+
+class LocalFileHandler(BaseFileHandler):
+
+ @staticmethod
+ def download_test_source_files(source_path, tmp_dir, filename=None):
+ tmp_dir = os.path.expanduser(tmp_dir)
+ if os.path.isdir(source_path):
+ shutil.copytree(source_path, tmp_dir, dirs_exist_ok=True)
+ else:
+ file_name = os.path.basename(source_path)
+ shutil.copy(source_path,
+ os.path.join(tmp_dir, file_name))
+
+
+class RemoteFileHandler(BaseFileHandler):
+ """Download file from url, might be GDrive shareable link"""
+
+ @staticmethod
+ def download_test_source_files(file_id, tmp_dir, filename=None):
+ RemoteFileHandler.download_file_from_google_drive(file_id, tmp_dir,
+ filename)
+
@staticmethod
def download_url(
url,
@@ -124,7 +195,7 @@ class RemoteFileHandler:
@staticmethod
def download_file_from_google_drive(
- file_id, root, filename=None
+ file_id, tmp_dir, filename=None
):
"""Download a Google Drive file from and place it in root.
Args:
@@ -137,12 +208,12 @@ class RemoteFileHandler:
url = "https://docs.google.com/uc?export=download"
- root = os.path.expanduser(root)
+ tmp_dir = os.path.expanduser(tmp_dir)
if not filename:
filename = file_id
- fpath = os.path.join(root, filename)
+ fpath = os.path.join(tmp_dir, filename)
- os.makedirs(root, exist_ok=True)
+ os.makedirs(tmp_dir, exist_ok=True)
if os.path.isfile(fpath) and RemoteFileHandler.check_integrity(fpath):
print(f"Using downloaded and verified file: {fpath}")
@@ -175,41 +246,6 @@ class RemoteFileHandler:
response_content_generator), fpath)
response.close()
- @staticmethod
- def unzip(path, destination_path=None):
- if not destination_path:
- destination_path = os.path.dirname(path)
-
- _, archive_type = os.path.splitext(path)
- archive_type = archive_type.lstrip(".")
-
- if archive_type in ["zip"]:
- print(f"Unzipping {path}->{destination_path}")
- zip_file = zipfile.ZipFile(path)
- zip_file.extractall(destination_path)
- zip_file.close()
-
- elif archive_type in [
- "tar", "tgz", "tar.gz", "tar.xz", "tar.bz2"
- ]:
- print(f"Unzipping {path}->{destination_path}")
- if archive_type == "tar":
- tar_type = "r:"
- elif archive_type.endswith("xz"):
- tar_type = "r:xz"
- elif archive_type.endswith("gz"):
- tar_type = "r:gz"
- elif archive_type.endswith("bz2"):
- tar_type = "r:bz2"
- else:
- tar_type = "r:*"
- try:
- tar_file = tarfile.open(path, tar_type)
- except tarfile.ReadError:
- raise SystemExit("corrupted archive")
- tar_file.extractall(destination_path)
- tar_file.close()
-
@staticmethod
def _urlretrieve(url, filename, chunk_size=None, headers=None):
final_headers = {"User-Agent": USER_AGENT}
diff --git a/tests/lib/testing_classes.py b/tests/lib/testing_classes.py
index 277b332e19..7dae9a762f 100644
--- a/tests/lib/testing_classes.py
+++ b/tests/lib/testing_classes.py
@@ -10,9 +10,11 @@ import glob
import platform
import requests
import re
+import inspect
+import time
from tests.lib.db_handler import DBHandler
-from tests.lib.file_handler import RemoteFileHandler
+from tests.lib.file_handler import RemoteFileHandler, LocalFileHandler
from openpype.modules import ModulesManager
from openpype.settings import get_project_settings
@@ -79,14 +81,25 @@ class ModuleUnitTest(BaseTest):
for test_file in self.TEST_FILES:
file_id, file_name, md5 = test_file
- f_name, ext = os.path.splitext(file_name)
+ current_dir = os.path.dirname(os.path.abspath(
+ inspect.getfile(self.__class__)))
+ if os.path.exists(file_id):
+ handler_class = LocalFileHandler
+ elif os.path.exists(os.path.join(current_dir, file_id)):
+ file_id = os.path.join(current_dir, file_id)
+ handler_class = LocalFileHandler
+ else:
+ handler_class = RemoteFileHandler
- RemoteFileHandler.download_file_from_google_drive(file_id,
- str(tmpdir),
- file_name)
+ handler_class.download_test_source_files(file_id, str(tmpdir),
+ file_name)
+ ext = None
+ if "." in file_name:
+ _, ext = os.path.splitext(file_name)
+
+ if ext and ext.lstrip('.') in handler_class.IMPLEMENTED_ZIP_FORMATS: # noqa: E501
+ handler_class.unzip(os.path.join(tmpdir, file_name))
- if ext.lstrip('.') in RemoteFileHandler.IMPLEMENTED_ZIP_FORMATS: # noqa: E501
- RemoteFileHandler.unzip(os.path.join(tmpdir, file_name))
yield tmpdir
persist = (persist or self.PERSIST or
@@ -248,19 +261,22 @@ class PublishTest(ModuleUnitTest):
SETUP_ONLY = False
@pytest.fixture(scope="module")
- def app_name(self, app_variant):
+ def app_name(self, app_variant, app_group):
"""Returns calculated value for ApplicationManager. Eg.(nuke/12-2)"""
from openpype.lib import ApplicationManager
app_variant = app_variant or self.APP_VARIANT
+ app_group = app_group or self.APP_GROUP
application_manager = ApplicationManager()
if not app_variant:
variant = (
application_manager.find_latest_available_variant_for_group(
- self.APP_GROUP))
+ app_group
+ )
+ )
app_variant = variant.name
- yield "{}/{}".format(self.APP_GROUP, app_variant)
+ yield "{}/{}".format(app_group, app_variant)
@pytest.fixture(scope="module")
def app_args(self, download_test_data):
@@ -331,7 +347,7 @@ class PublishTest(ModuleUnitTest):
print("Creating only setup for test, not launching app")
yield False
return
- import time
+
time_start = time.time()
timeout = timeout or self.TIMEOUT
timeout = float(timeout)
@@ -361,26 +377,42 @@ class PublishTest(ModuleUnitTest):
expected_dir_base = os.path.join(download_test_data,
"expected")
- print("Comparing published:'{}' : expected:'{}'".format(
- published_dir_base, expected_dir_base))
- published = set(f.replace(published_dir_base, '') for f in
- glob.glob(published_dir_base + "\\**", recursive=True)
- if f != published_dir_base and os.path.exists(f))
- expected = set(f.replace(expected_dir_base, '') for f in
- glob.glob(expected_dir_base + "\\**", recursive=True)
- if f != expected_dir_base and os.path.exists(f))
+ print(
+ "Comparing published: '{}' | expected: '{}'".format(
+ published_dir_base, expected_dir_base
+ )
+ )
- filtered_published = self._filter_files(published,
- skip_compare_folders)
+ def get_files(dir_base):
+ result = set()
+
+ for f in glob.glob(dir_base + "\\**", recursive=True):
+ if os.path.isdir(f):
+ continue
+
+ if f != dir_base and os.path.exists(f):
+ result.add(f.replace(dir_base, ""))
+
+ return result
+
+ published = get_files(published_dir_base)
+ expected = get_files(expected_dir_base)
+
+ filtered_published = self._filter_files(
+ published, skip_compare_folders
+ )
# filter out temp files also in expected
# could be polluted by accident by copying 'output' to zip file
filtered_expected = self._filter_files(expected, skip_compare_folders)
- not_mtched = filtered_expected.symmetric_difference(filtered_published)
- if not_mtched:
- raise AssertionError("Missing {} files".format(
- "\n".join(sorted(not_mtched))))
+ not_matched = filtered_expected.symmetric_difference(
+ filtered_published
+ )
+ if not_matched:
+ raise AssertionError(
+ "Missing {} files".format("\n".join(sorted(not_matched)))
+ )
def _filter_files(self, source_files, skip_compare_folders):
"""Filter list of files according to regex pattern."""