diff --git a/pype/__init__.py b/openpype/__init__.py similarity index 100% rename from pype/__init__.py rename to openpype/__init__.py diff --git a/pype/__main__.py b/openpype/__main__.py similarity index 100% rename from pype/__main__.py rename to openpype/__main__.py diff --git a/pype/action.py b/openpype/action.py similarity index 100% rename from pype/action.py rename to openpype/action.py diff --git a/pype/api.py b/openpype/api.py similarity index 100% rename from pype/api.py rename to openpype/api.py diff --git a/pype/cli.py b/openpype/cli.py similarity index 100% rename from pype/cli.py rename to openpype/cli.py diff --git a/pype/hooks/pre_add_last_workfile_arg.py b/openpype/hooks/pre_add_last_workfile_arg.py similarity index 100% rename from pype/hooks/pre_add_last_workfile_arg.py rename to openpype/hooks/pre_add_last_workfile_arg.py diff --git a/pype/hooks/pre_global_host_data.py b/openpype/hooks/pre_global_host_data.py similarity index 100% rename from pype/hooks/pre_global_host_data.py rename to openpype/hooks/pre_global_host_data.py diff --git a/pype/hooks/pre_non_python_host_launch.py b/openpype/hooks/pre_non_python_host_launch.py similarity index 100% rename from pype/hooks/pre_non_python_host_launch.py rename to openpype/hooks/pre_non_python_host_launch.py diff --git a/pype/hooks/pre_python2_vendor.py b/openpype/hooks/pre_python2_vendor.py similarity index 100% rename from pype/hooks/pre_python2_vendor.py rename to openpype/hooks/pre_python2_vendor.py diff --git a/pype/hooks/pre_with_windows_shell.py b/openpype/hooks/pre_with_windows_shell.py similarity index 100% rename from pype/hooks/pre_with_windows_shell.py rename to openpype/hooks/pre_with_windows_shell.py diff --git a/pype/hosts/__init__.py b/openpype/hosts/__init__.py similarity index 100% rename from pype/hosts/__init__.py rename to openpype/hosts/__init__.py diff --git a/pype/hosts/aftereffects/__init__.py b/openpype/hosts/aftereffects/__init__.py similarity index 100% rename from pype/hosts/aftereffects/__init__.py rename to openpype/hosts/aftereffects/__init__.py diff --git a/pype/hosts/aftereffects/api/__init__.py b/openpype/hosts/aftereffects/api/__init__.py similarity index 100% rename from pype/hosts/aftereffects/api/__init__.py rename to openpype/hosts/aftereffects/api/__init__.py diff --git a/pype/hosts/aftereffects/plugins/__init__.py b/openpype/hosts/aftereffects/plugins/__init__.py similarity index 100% rename from pype/hosts/aftereffects/plugins/__init__.py rename to openpype/hosts/aftereffects/plugins/__init__.py diff --git a/pype/hosts/aftereffects/plugins/create/create_render.py b/openpype/hosts/aftereffects/plugins/create/create_render.py similarity index 100% rename from pype/hosts/aftereffects/plugins/create/create_render.py rename to openpype/hosts/aftereffects/plugins/create/create_render.py diff --git a/pype/hosts/aftereffects/plugins/load/load_background.py b/openpype/hosts/aftereffects/plugins/load/load_background.py similarity index 100% rename from pype/hosts/aftereffects/plugins/load/load_background.py rename to openpype/hosts/aftereffects/plugins/load/load_background.py diff --git a/pype/hosts/aftereffects/plugins/load/load_file.py b/openpype/hosts/aftereffects/plugins/load/load_file.py similarity index 100% rename from pype/hosts/aftereffects/plugins/load/load_file.py rename to openpype/hosts/aftereffects/plugins/load/load_file.py diff --git a/pype/hosts/aftereffects/plugins/publish/collect_audio.py b/openpype/hosts/aftereffects/plugins/publish/collect_audio.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/collect_audio.py rename to openpype/hosts/aftereffects/plugins/publish/collect_audio.py diff --git a/pype/hosts/aftereffects/plugins/publish/collect_current_file.py b/openpype/hosts/aftereffects/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/collect_current_file.py rename to openpype/hosts/aftereffects/plugins/publish/collect_current_file.py diff --git a/pype/hosts/aftereffects/plugins/publish/collect_render.py b/openpype/hosts/aftereffects/plugins/publish/collect_render.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/collect_render.py rename to openpype/hosts/aftereffects/plugins/publish/collect_render.py diff --git a/pype/hosts/aftereffects/plugins/publish/collect_workfile.py b/openpype/hosts/aftereffects/plugins/publish/collect_workfile.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/collect_workfile.py rename to openpype/hosts/aftereffects/plugins/publish/collect_workfile.py diff --git a/pype/hosts/aftereffects/plugins/publish/extract_save_scene.py b/openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/extract_save_scene.py rename to openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py diff --git a/pype/hosts/aftereffects/plugins/publish/increment_workfile.py b/openpype/hosts/aftereffects/plugins/publish/increment_workfile.py similarity index 100% rename from pype/hosts/aftereffects/plugins/publish/increment_workfile.py rename to openpype/hosts/aftereffects/plugins/publish/increment_workfile.py diff --git a/pype/hosts/aftereffects/resources/template.aep b/openpype/hosts/aftereffects/resources/template.aep similarity index 100% rename from pype/hosts/aftereffects/resources/template.aep rename to openpype/hosts/aftereffects/resources/template.aep diff --git a/pype/hosts/blender/__init__.py b/openpype/hosts/blender/__init__.py similarity index 100% rename from pype/hosts/blender/__init__.py rename to openpype/hosts/blender/__init__.py diff --git a/pype/hosts/blender/api/__init__.py b/openpype/hosts/blender/api/__init__.py similarity index 100% rename from pype/hosts/blender/api/__init__.py rename to openpype/hosts/blender/api/__init__.py diff --git a/pype/hosts/blender/api/action.py b/openpype/hosts/blender/api/action.py similarity index 100% rename from pype/hosts/blender/api/action.py rename to openpype/hosts/blender/api/action.py diff --git a/pype/hosts/blender/api/plugin.py b/openpype/hosts/blender/api/plugin.py similarity index 100% rename from pype/hosts/blender/api/plugin.py rename to openpype/hosts/blender/api/plugin.py diff --git a/pype/hosts/blender/hooks/pre_pyside_install.py b/openpype/hosts/blender/hooks/pre_pyside_install.py similarity index 100% rename from pype/hosts/blender/hooks/pre_pyside_install.py rename to openpype/hosts/blender/hooks/pre_pyside_install.py diff --git a/pype/hosts/blender/plugins/__init__.py b/openpype/hosts/blender/plugins/__init__.py similarity index 100% rename from pype/hosts/blender/plugins/__init__.py rename to openpype/hosts/blender/plugins/__init__.py diff --git a/pype/hosts/blender/plugins/create/__init__.py b/openpype/hosts/blender/plugins/create/__init__.py similarity index 100% rename from pype/hosts/blender/plugins/create/__init__.py rename to openpype/hosts/blender/plugins/create/__init__.py diff --git a/pype/hosts/blender/plugins/create/create_action.py b/openpype/hosts/blender/plugins/create/create_action.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_action.py rename to openpype/hosts/blender/plugins/create/create_action.py diff --git a/pype/hosts/blender/plugins/create/create_animation.py b/openpype/hosts/blender/plugins/create/create_animation.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_animation.py rename to openpype/hosts/blender/plugins/create/create_animation.py diff --git a/pype/hosts/blender/plugins/create/create_camera.py b/openpype/hosts/blender/plugins/create/create_camera.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_camera.py rename to openpype/hosts/blender/plugins/create/create_camera.py diff --git a/pype/hosts/blender/plugins/create/create_layout.py b/openpype/hosts/blender/plugins/create/create_layout.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_layout.py rename to openpype/hosts/blender/plugins/create/create_layout.py diff --git a/pype/hosts/blender/plugins/create/create_model.py b/openpype/hosts/blender/plugins/create/create_model.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_model.py rename to openpype/hosts/blender/plugins/create/create_model.py diff --git a/pype/hosts/blender/plugins/create/create_rig.py b/openpype/hosts/blender/plugins/create/create_rig.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_rig.py rename to openpype/hosts/blender/plugins/create/create_rig.py diff --git a/pype/hosts/blender/plugins/create/create_setdress.py b/openpype/hosts/blender/plugins/create/create_setdress.py similarity index 100% rename from pype/hosts/blender/plugins/create/create_setdress.py rename to openpype/hosts/blender/plugins/create/create_setdress.py diff --git a/pype/hosts/blender/plugins/load/__init__.py b/openpype/hosts/blender/plugins/load/__init__.py similarity index 100% rename from pype/hosts/blender/plugins/load/__init__.py rename to openpype/hosts/blender/plugins/load/__init__.py diff --git a/pype/hosts/blender/plugins/load/load_action.py b/openpype/hosts/blender/plugins/load/load_action.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_action.py rename to openpype/hosts/blender/plugins/load/load_action.py diff --git a/pype/hosts/blender/plugins/load/load_animation.py b/openpype/hosts/blender/plugins/load/load_animation.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_animation.py rename to openpype/hosts/blender/plugins/load/load_animation.py diff --git a/pype/hosts/blender/plugins/load/load_camera.py b/openpype/hosts/blender/plugins/load/load_camera.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_camera.py rename to openpype/hosts/blender/plugins/load/load_camera.py diff --git a/pype/hosts/blender/plugins/load/load_layout.py b/openpype/hosts/blender/plugins/load/load_layout.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_layout.py rename to openpype/hosts/blender/plugins/load/load_layout.py diff --git a/pype/hosts/blender/plugins/load/load_model.py b/openpype/hosts/blender/plugins/load/load_model.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_model.py rename to openpype/hosts/blender/plugins/load/load_model.py diff --git a/pype/hosts/blender/plugins/load/load_rig.py b/openpype/hosts/blender/plugins/load/load_rig.py similarity index 100% rename from pype/hosts/blender/plugins/load/load_rig.py rename to openpype/hosts/blender/plugins/load/load_rig.py diff --git a/pype/hosts/blender/plugins/publish/__init__.py b/openpype/hosts/blender/plugins/publish/__init__.py similarity index 100% rename from pype/hosts/blender/plugins/publish/__init__.py rename to openpype/hosts/blender/plugins/publish/__init__.py diff --git a/pype/hosts/blender/plugins/publish/collect_current_file.py b/openpype/hosts/blender/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/blender/plugins/publish/collect_current_file.py rename to openpype/hosts/blender/plugins/publish/collect_current_file.py diff --git a/pype/hosts/blender/plugins/publish/collect_instances.py b/openpype/hosts/blender/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/blender/plugins/publish/collect_instances.py rename to openpype/hosts/blender/plugins/publish/collect_instances.py diff --git a/pype/hosts/blender/plugins/publish/extract_abc.py b/openpype/hosts/blender/plugins/publish/extract_abc.py similarity index 100% rename from pype/hosts/blender/plugins/publish/extract_abc.py rename to openpype/hosts/blender/plugins/publish/extract_abc.py diff --git a/pype/hosts/blender/plugins/publish/extract_animation_collection.py b/openpype/hosts/blender/plugins/publish/extract_animation_collection.py similarity index 100% rename from pype/hosts/blender/plugins/publish/extract_animation_collection.py rename to openpype/hosts/blender/plugins/publish/extract_animation_collection.py diff --git a/pype/hosts/blender/plugins/publish/extract_blend.py b/openpype/hosts/blender/plugins/publish/extract_blend.py similarity index 100% rename from pype/hosts/blender/plugins/publish/extract_blend.py rename to openpype/hosts/blender/plugins/publish/extract_blend.py diff --git a/pype/hosts/blender/plugins/publish/extract_fbx.py b/openpype/hosts/blender/plugins/publish/extract_fbx.py similarity index 100% rename from pype/hosts/blender/plugins/publish/extract_fbx.py rename to openpype/hosts/blender/plugins/publish/extract_fbx.py diff --git a/pype/hosts/blender/plugins/publish/extract_fbx_animation.py b/openpype/hosts/blender/plugins/publish/extract_fbx_animation.py similarity index 100% rename from pype/hosts/blender/plugins/publish/extract_fbx_animation.py rename to openpype/hosts/blender/plugins/publish/extract_fbx_animation.py diff --git a/pype/hosts/blender/plugins/publish/increment_workfile_version.py b/openpype/hosts/blender/plugins/publish/increment_workfile_version.py similarity index 100% rename from pype/hosts/blender/plugins/publish/increment_workfile_version.py rename to openpype/hosts/blender/plugins/publish/increment_workfile_version.py diff --git a/pype/hosts/blender/plugins/publish/integrate_animation.py b/openpype/hosts/blender/plugins/publish/integrate_animation.py similarity index 100% rename from pype/hosts/blender/plugins/publish/integrate_animation.py rename to openpype/hosts/blender/plugins/publish/integrate_animation.py diff --git a/pype/hosts/blender/plugins/publish/validate_mesh_has_uv.py b/openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py similarity index 100% rename from pype/hosts/blender/plugins/publish/validate_mesh_has_uv.py rename to openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py diff --git a/pype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py b/openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py similarity index 100% rename from pype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py rename to openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py diff --git a/pype/hosts/blender/startup/init.py b/openpype/hosts/blender/startup/init.py similarity index 100% rename from pype/hosts/blender/startup/init.py rename to openpype/hosts/blender/startup/init.py diff --git a/pype/hosts/celaction/__init__.py b/openpype/hosts/celaction/__init__.py similarity index 100% rename from pype/hosts/celaction/__init__.py rename to openpype/hosts/celaction/__init__.py diff --git a/pype/hosts/celaction/api/__init__.py b/openpype/hosts/celaction/api/__init__.py similarity index 100% rename from pype/hosts/celaction/api/__init__.py rename to openpype/hosts/celaction/api/__init__.py diff --git a/pype/hosts/celaction/api/cli.py b/openpype/hosts/celaction/api/cli.py similarity index 100% rename from pype/hosts/celaction/api/cli.py rename to openpype/hosts/celaction/api/cli.py diff --git a/pype/hosts/celaction/hooks/__init__.py b/openpype/hosts/celaction/hooks/__init__.py similarity index 100% rename from pype/hosts/celaction/hooks/__init__.py rename to openpype/hosts/celaction/hooks/__init__.py diff --git a/pype/hosts/celaction/hooks/pre_celaction_registers.py b/openpype/hosts/celaction/hooks/pre_celaction_registers.py similarity index 100% rename from pype/hosts/celaction/hooks/pre_celaction_registers.py rename to openpype/hosts/celaction/hooks/pre_celaction_registers.py diff --git a/pype/hosts/celaction/plugins/__init__.py b/openpype/hosts/celaction/plugins/__init__.py similarity index 100% rename from pype/hosts/celaction/plugins/__init__.py rename to openpype/hosts/celaction/plugins/__init__.py diff --git a/pype/hosts/celaction/plugins/publish/collect_audio.py b/openpype/hosts/celaction/plugins/publish/collect_audio.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/collect_audio.py rename to openpype/hosts/celaction/plugins/publish/collect_audio.py diff --git a/pype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py b/openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py rename to openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py diff --git a/pype/hosts/celaction/plugins/publish/collect_celaction_instances.py b/openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/collect_celaction_instances.py rename to openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py diff --git a/pype/hosts/celaction/plugins/publish/collect_render_path.py b/openpype/hosts/celaction/plugins/publish/collect_render_path.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/collect_render_path.py rename to openpype/hosts/celaction/plugins/publish/collect_render_path.py diff --git a/pype/hosts/celaction/plugins/publish/integrate_version_up.py b/openpype/hosts/celaction/plugins/publish/integrate_version_up.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/integrate_version_up.py rename to openpype/hosts/celaction/plugins/publish/integrate_version_up.py diff --git a/pype/hosts/celaction/plugins/publish/submit_celaction_deadline.py b/openpype/hosts/celaction/plugins/publish/submit_celaction_deadline.py similarity index 100% rename from pype/hosts/celaction/plugins/publish/submit_celaction_deadline.py rename to openpype/hosts/celaction/plugins/publish/submit_celaction_deadline.py diff --git a/pype/hosts/celaction/resources/celaction_template_scene.scn b/openpype/hosts/celaction/resources/celaction_template_scene.scn similarity index 100% rename from pype/hosts/celaction/resources/celaction_template_scene.scn rename to openpype/hosts/celaction/resources/celaction_template_scene.scn diff --git a/pype/hosts/fusion/__init__.py b/openpype/hosts/fusion/__init__.py similarity index 100% rename from pype/hosts/fusion/__init__.py rename to openpype/hosts/fusion/__init__.py diff --git a/pype/hosts/fusion/api/__init__.py b/openpype/hosts/fusion/api/__init__.py similarity index 100% rename from pype/hosts/fusion/api/__init__.py rename to openpype/hosts/fusion/api/__init__.py diff --git a/pype/hosts/fusion/api/lib.py b/openpype/hosts/fusion/api/lib.py similarity index 100% rename from pype/hosts/fusion/api/lib.py rename to openpype/hosts/fusion/api/lib.py diff --git a/pype/hosts/fusion/api/menu.py b/openpype/hosts/fusion/api/menu.py similarity index 100% rename from pype/hosts/fusion/api/menu.py rename to openpype/hosts/fusion/api/menu.py diff --git a/pype/hosts/fusion/api/menu_style.qss b/openpype/hosts/fusion/api/menu_style.qss similarity index 100% rename from pype/hosts/fusion/api/menu_style.qss rename to openpype/hosts/fusion/api/menu_style.qss diff --git a/pype/hosts/fusion/api/pipeline.py b/openpype/hosts/fusion/api/pipeline.py similarity index 100% rename from pype/hosts/fusion/api/pipeline.py rename to openpype/hosts/fusion/api/pipeline.py diff --git a/pype/hosts/fusion/api/utils.py b/openpype/hosts/fusion/api/utils.py similarity index 100% rename from pype/hosts/fusion/api/utils.py rename to openpype/hosts/fusion/api/utils.py diff --git a/pype/hosts/fusion/hooks/pre_fusion_setup.py b/openpype/hosts/fusion/hooks/pre_fusion_setup.py similarity index 100% rename from pype/hosts/fusion/hooks/pre_fusion_setup.py rename to openpype/hosts/fusion/hooks/pre_fusion_setup.py diff --git a/pype/hosts/fusion/plugins/create/create_exr_saver.py b/openpype/hosts/fusion/plugins/create/create_exr_saver.py similarity index 100% rename from pype/hosts/fusion/plugins/create/create_exr_saver.py rename to openpype/hosts/fusion/plugins/create/create_exr_saver.py diff --git a/pype/hosts/fusion/plugins/inventory/select_containers.py b/openpype/hosts/fusion/plugins/inventory/select_containers.py similarity index 100% rename from pype/hosts/fusion/plugins/inventory/select_containers.py rename to openpype/hosts/fusion/plugins/inventory/select_containers.py diff --git a/pype/hosts/fusion/plugins/inventory/set_tool_color.py b/openpype/hosts/fusion/plugins/inventory/set_tool_color.py similarity index 100% rename from pype/hosts/fusion/plugins/inventory/set_tool_color.py rename to openpype/hosts/fusion/plugins/inventory/set_tool_color.py diff --git a/pype/hosts/fusion/plugins/load/actions.py b/openpype/hosts/fusion/plugins/load/actions.py similarity index 100% rename from pype/hosts/fusion/plugins/load/actions.py rename to openpype/hosts/fusion/plugins/load/actions.py diff --git a/pype/hosts/fusion/plugins/load/load_sequence.py b/openpype/hosts/fusion/plugins/load/load_sequence.py similarity index 100% rename from pype/hosts/fusion/plugins/load/load_sequence.py rename to openpype/hosts/fusion/plugins/load/load_sequence.py diff --git a/pype/hosts/fusion/plugins/publish/collect_comp.py b/openpype/hosts/fusion/plugins/publish/collect_comp.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/collect_comp.py rename to openpype/hosts/fusion/plugins/publish/collect_comp.py diff --git a/pype/hosts/fusion/plugins/publish/collect_fusion_version.py b/openpype/hosts/fusion/plugins/publish/collect_fusion_version.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/collect_fusion_version.py rename to openpype/hosts/fusion/plugins/publish/collect_fusion_version.py diff --git a/pype/hosts/fusion/plugins/publish/collect_instances.py b/openpype/hosts/fusion/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/collect_instances.py rename to openpype/hosts/fusion/plugins/publish/collect_instances.py diff --git a/pype/hosts/fusion/plugins/publish/collect_render_target.py b/openpype/hosts/fusion/plugins/publish/collect_render_target.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/collect_render_target.py rename to openpype/hosts/fusion/plugins/publish/collect_render_target.py diff --git a/pype/hosts/fusion/plugins/publish/increment_current_file_deadline.py b/openpype/hosts/fusion/plugins/publish/increment_current_file_deadline.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/increment_current_file_deadline.py rename to openpype/hosts/fusion/plugins/publish/increment_current_file_deadline.py diff --git a/pype/hosts/fusion/plugins/publish/render_local.py b/openpype/hosts/fusion/plugins/publish/render_local.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/render_local.py rename to openpype/hosts/fusion/plugins/publish/render_local.py diff --git a/pype/hosts/fusion/plugins/publish/save_scene.py b/openpype/hosts/fusion/plugins/publish/save_scene.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/save_scene.py rename to openpype/hosts/fusion/plugins/publish/save_scene.py diff --git a/pype/hosts/fusion/plugins/publish/submit_deadline.py b/openpype/hosts/fusion/plugins/publish/submit_deadline.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/submit_deadline.py rename to openpype/hosts/fusion/plugins/publish/submit_deadline.py diff --git a/pype/hosts/fusion/plugins/publish/validate_background_depth.py b/openpype/hosts/fusion/plugins/publish/validate_background_depth.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_background_depth.py rename to openpype/hosts/fusion/plugins/publish/validate_background_depth.py diff --git a/pype/hosts/fusion/plugins/publish/validate_comp_saved.py b/openpype/hosts/fusion/plugins/publish/validate_comp_saved.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_comp_saved.py rename to openpype/hosts/fusion/plugins/publish/validate_comp_saved.py diff --git a/pype/hosts/fusion/plugins/publish/validate_create_folder_checked.py b/openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_create_folder_checked.py rename to openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py diff --git a/pype/hosts/fusion/plugins/publish/validate_filename_has_extension.py b/openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_filename_has_extension.py rename to openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py diff --git a/pype/hosts/fusion/plugins/publish/validate_saver_has_input.py b/openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_saver_has_input.py rename to openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py diff --git a/pype/hosts/fusion/plugins/publish/validate_saver_passthrough.py b/openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_saver_passthrough.py rename to openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py diff --git a/pype/hosts/fusion/plugins/publish/validate_unique_subsets.py b/openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py similarity index 100% rename from pype/hosts/fusion/plugins/publish/validate_unique_subsets.py rename to openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py diff --git a/pype/hosts/fusion/scripts/__init__.py b/openpype/hosts/fusion/scripts/__init__.py similarity index 100% rename from pype/hosts/fusion/scripts/__init__.py rename to openpype/hosts/fusion/scripts/__init__.py diff --git a/pype/hosts/fusion/scripts/duplicate_with_inputs.py b/openpype/hosts/fusion/scripts/duplicate_with_inputs.py similarity index 100% rename from pype/hosts/fusion/scripts/duplicate_with_inputs.py rename to openpype/hosts/fusion/scripts/duplicate_with_inputs.py diff --git a/pype/hosts/fusion/scripts/fusion_switch_shot.py b/openpype/hosts/fusion/scripts/fusion_switch_shot.py similarity index 100% rename from pype/hosts/fusion/scripts/fusion_switch_shot.py rename to openpype/hosts/fusion/scripts/fusion_switch_shot.py diff --git a/pype/hosts/fusion/scripts/set_rendermode.py b/openpype/hosts/fusion/scripts/set_rendermode.py similarity index 100% rename from pype/hosts/fusion/scripts/set_rendermode.py rename to openpype/hosts/fusion/scripts/set_rendermode.py diff --git a/pype/hosts/fusion/utility_scripts/32bit/backgrounds_selected_to32bit.py b/openpype/hosts/fusion/utility_scripts/32bit/backgrounds_selected_to32bit.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/32bit/backgrounds_selected_to32bit.py rename to openpype/hosts/fusion/utility_scripts/32bit/backgrounds_selected_to32bit.py diff --git a/pype/hosts/fusion/utility_scripts/32bit/backgrounds_to32bit.py b/openpype/hosts/fusion/utility_scripts/32bit/backgrounds_to32bit.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/32bit/backgrounds_to32bit.py rename to openpype/hosts/fusion/utility_scripts/32bit/backgrounds_to32bit.py diff --git a/pype/hosts/fusion/utility_scripts/32bit/loaders_selected_to32bit.py b/openpype/hosts/fusion/utility_scripts/32bit/loaders_selected_to32bit.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/32bit/loaders_selected_to32bit.py rename to openpype/hosts/fusion/utility_scripts/32bit/loaders_selected_to32bit.py diff --git a/pype/hosts/fusion/utility_scripts/32bit/loaders_to32bit.py b/openpype/hosts/fusion/utility_scripts/32bit/loaders_to32bit.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/32bit/loaders_to32bit.py rename to openpype/hosts/fusion/utility_scripts/32bit/loaders_to32bit.py diff --git a/pype/hosts/fusion/utility_scripts/__OpenPype_Menu__.py b/openpype/hosts/fusion/utility_scripts/__OpenPype_Menu__.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/__OpenPype_Menu__.py rename to openpype/hosts/fusion/utility_scripts/__OpenPype_Menu__.py diff --git a/pype/hosts/fusion/utility_scripts/switch_ui.py b/openpype/hosts/fusion/utility_scripts/switch_ui.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/switch_ui.py rename to openpype/hosts/fusion/utility_scripts/switch_ui.py diff --git a/pype/hosts/fusion/utility_scripts/update_loader_ranges.py b/openpype/hosts/fusion/utility_scripts/update_loader_ranges.py similarity index 100% rename from pype/hosts/fusion/utility_scripts/update_loader_ranges.py rename to openpype/hosts/fusion/utility_scripts/update_loader_ranges.py diff --git a/pype/hosts/harmony/__init__.py b/openpype/hosts/harmony/__init__.py similarity index 100% rename from pype/hosts/harmony/__init__.py rename to openpype/hosts/harmony/__init__.py diff --git a/pype/hosts/harmony/api/__init__.py b/openpype/hosts/harmony/api/__init__.py similarity index 100% rename from pype/hosts/harmony/api/__init__.py rename to openpype/hosts/harmony/api/__init__.py diff --git a/pype/hosts/harmony/api/plugin.py b/openpype/hosts/harmony/api/plugin.py similarity index 100% rename from pype/hosts/harmony/api/plugin.py rename to openpype/hosts/harmony/api/plugin.py diff --git a/pype/hosts/harmony/js/.eslintrc.json b/openpype/hosts/harmony/js/.eslintrc.json similarity index 100% rename from pype/hosts/harmony/js/.eslintrc.json rename to openpype/hosts/harmony/js/.eslintrc.json diff --git a/pype/hosts/harmony/js/PypeHarmony.js b/openpype/hosts/harmony/js/PypeHarmony.js similarity index 100% rename from pype/hosts/harmony/js/PypeHarmony.js rename to openpype/hosts/harmony/js/PypeHarmony.js diff --git a/pype/hosts/harmony/js/README.md b/openpype/hosts/harmony/js/README.md similarity index 100% rename from pype/hosts/harmony/js/README.md rename to openpype/hosts/harmony/js/README.md diff --git a/pype/hosts/harmony/js/creators/CreateRender.js b/openpype/hosts/harmony/js/creators/CreateRender.js similarity index 100% rename from pype/hosts/harmony/js/creators/CreateRender.js rename to openpype/hosts/harmony/js/creators/CreateRender.js diff --git a/pype/hosts/harmony/js/loaders/ImageSequenceLoader.js b/openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js similarity index 100% rename from pype/hosts/harmony/js/loaders/ImageSequenceLoader.js rename to openpype/hosts/harmony/js/loaders/ImageSequenceLoader.js diff --git a/pype/hosts/harmony/js/loaders/TemplateLoader.js b/openpype/hosts/harmony/js/loaders/TemplateLoader.js similarity index 100% rename from pype/hosts/harmony/js/loaders/TemplateLoader.js rename to openpype/hosts/harmony/js/loaders/TemplateLoader.js diff --git a/pype/hosts/harmony/js/package.json b/openpype/hosts/harmony/js/package.json similarity index 100% rename from pype/hosts/harmony/js/package.json rename to openpype/hosts/harmony/js/package.json diff --git a/pype/hosts/harmony/js/publish/CollectCurrentFile.js b/openpype/hosts/harmony/js/publish/CollectCurrentFile.js similarity index 100% rename from pype/hosts/harmony/js/publish/CollectCurrentFile.js rename to openpype/hosts/harmony/js/publish/CollectCurrentFile.js diff --git a/pype/hosts/harmony/js/publish/CollectFarmRender.js b/openpype/hosts/harmony/js/publish/CollectFarmRender.js similarity index 100% rename from pype/hosts/harmony/js/publish/CollectFarmRender.js rename to openpype/hosts/harmony/js/publish/CollectFarmRender.js diff --git a/pype/hosts/harmony/js/publish/CollectPalettes.js b/openpype/hosts/harmony/js/publish/CollectPalettes.js similarity index 100% rename from pype/hosts/harmony/js/publish/CollectPalettes.js rename to openpype/hosts/harmony/js/publish/CollectPalettes.js diff --git a/pype/hosts/harmony/js/publish/ExtractPalette.js b/openpype/hosts/harmony/js/publish/ExtractPalette.js similarity index 100% rename from pype/hosts/harmony/js/publish/ExtractPalette.js rename to openpype/hosts/harmony/js/publish/ExtractPalette.js diff --git a/pype/hosts/harmony/js/publish/ExtractTemplate.js b/openpype/hosts/harmony/js/publish/ExtractTemplate.js similarity index 100% rename from pype/hosts/harmony/js/publish/ExtractTemplate.js rename to openpype/hosts/harmony/js/publish/ExtractTemplate.js diff --git a/pype/hosts/harmony/plugins/__init__.py b/openpype/hosts/harmony/plugins/__init__.py similarity index 100% rename from pype/hosts/harmony/plugins/__init__.py rename to openpype/hosts/harmony/plugins/__init__.py diff --git a/pype/hosts/harmony/plugins/create/create_farm_render.py b/openpype/hosts/harmony/plugins/create/create_farm_render.py similarity index 100% rename from pype/hosts/harmony/plugins/create/create_farm_render.py rename to openpype/hosts/harmony/plugins/create/create_farm_render.py diff --git a/pype/hosts/harmony/plugins/create/create_render.py b/openpype/hosts/harmony/plugins/create/create_render.py similarity index 100% rename from pype/hosts/harmony/plugins/create/create_render.py rename to openpype/hosts/harmony/plugins/create/create_render.py diff --git a/pype/hosts/harmony/plugins/create/create_template.py b/openpype/hosts/harmony/plugins/create/create_template.py similarity index 100% rename from pype/hosts/harmony/plugins/create/create_template.py rename to openpype/hosts/harmony/plugins/create/create_template.py diff --git a/pype/hosts/harmony/plugins/load/load_audio.py b/openpype/hosts/harmony/plugins/load/load_audio.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_audio.py rename to openpype/hosts/harmony/plugins/load/load_audio.py diff --git a/pype/hosts/harmony/plugins/load/load_background.py b/openpype/hosts/harmony/plugins/load/load_background.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_background.py rename to openpype/hosts/harmony/plugins/load/load_background.py diff --git a/pype/hosts/harmony/plugins/load/load_imagesequence.py b/openpype/hosts/harmony/plugins/load/load_imagesequence.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_imagesequence.py rename to openpype/hosts/harmony/plugins/load/load_imagesequence.py diff --git a/pype/hosts/harmony/plugins/load/load_palette.py b/openpype/hosts/harmony/plugins/load/load_palette.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_palette.py rename to openpype/hosts/harmony/plugins/load/load_palette.py diff --git a/pype/hosts/harmony/plugins/load/load_template.py b/openpype/hosts/harmony/plugins/load/load_template.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_template.py rename to openpype/hosts/harmony/plugins/load/load_template.py diff --git a/pype/hosts/harmony/plugins/load/load_template_workfile.py b/openpype/hosts/harmony/plugins/load/load_template_workfile.py similarity index 100% rename from pype/hosts/harmony/plugins/load/load_template_workfile.py rename to openpype/hosts/harmony/plugins/load/load_template_workfile.py diff --git a/pype/hosts/harmony/plugins/publish/collect_audio.py b/openpype/hosts/harmony/plugins/publish/collect_audio.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_audio.py rename to openpype/hosts/harmony/plugins/publish/collect_audio.py diff --git a/pype/hosts/harmony/plugins/publish/collect_current_file.py b/openpype/hosts/harmony/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_current_file.py rename to openpype/hosts/harmony/plugins/publish/collect_current_file.py diff --git a/pype/hosts/harmony/plugins/publish/collect_farm_render.py b/openpype/hosts/harmony/plugins/publish/collect_farm_render.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_farm_render.py rename to openpype/hosts/harmony/plugins/publish/collect_farm_render.py diff --git a/pype/hosts/harmony/plugins/publish/collect_instances.py b/openpype/hosts/harmony/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_instances.py rename to openpype/hosts/harmony/plugins/publish/collect_instances.py diff --git a/pype/hosts/harmony/plugins/publish/collect_palettes.py b/openpype/hosts/harmony/plugins/publish/collect_palettes.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_palettes.py rename to openpype/hosts/harmony/plugins/publish/collect_palettes.py diff --git a/pype/hosts/harmony/plugins/publish/collect_scene.py b/openpype/hosts/harmony/plugins/publish/collect_scene.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_scene.py rename to openpype/hosts/harmony/plugins/publish/collect_scene.py diff --git a/pype/hosts/harmony/plugins/publish/collect_workfile.py b/openpype/hosts/harmony/plugins/publish/collect_workfile.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/collect_workfile.py rename to openpype/hosts/harmony/plugins/publish/collect_workfile.py diff --git a/pype/hosts/harmony/plugins/publish/extract_palette.py b/openpype/hosts/harmony/plugins/publish/extract_palette.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/extract_palette.py rename to openpype/hosts/harmony/plugins/publish/extract_palette.py diff --git a/pype/hosts/harmony/plugins/publish/extract_render.py b/openpype/hosts/harmony/plugins/publish/extract_render.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/extract_render.py rename to openpype/hosts/harmony/plugins/publish/extract_render.py diff --git a/pype/hosts/harmony/plugins/publish/extract_save_scene.py b/openpype/hosts/harmony/plugins/publish/extract_save_scene.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/extract_save_scene.py rename to openpype/hosts/harmony/plugins/publish/extract_save_scene.py diff --git a/pype/hosts/harmony/plugins/publish/extract_template.py b/openpype/hosts/harmony/plugins/publish/extract_template.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/extract_template.py rename to openpype/hosts/harmony/plugins/publish/extract_template.py diff --git a/pype/hosts/harmony/plugins/publish/extract_workfile.py b/openpype/hosts/harmony/plugins/publish/extract_workfile.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/extract_workfile.py rename to openpype/hosts/harmony/plugins/publish/extract_workfile.py diff --git a/pype/hosts/harmony/plugins/publish/increment_workfile.py b/openpype/hosts/harmony/plugins/publish/increment_workfile.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/increment_workfile.py rename to openpype/hosts/harmony/plugins/publish/increment_workfile.py diff --git a/pype/hosts/harmony/plugins/publish/validate_audio.py b/openpype/hosts/harmony/plugins/publish/validate_audio.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/validate_audio.py rename to openpype/hosts/harmony/plugins/publish/validate_audio.py diff --git a/pype/hosts/harmony/plugins/publish/validate_instances.py b/openpype/hosts/harmony/plugins/publish/validate_instances.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/validate_instances.py rename to openpype/hosts/harmony/plugins/publish/validate_instances.py diff --git a/pype/hosts/harmony/plugins/publish/validate_scene_settings.py b/openpype/hosts/harmony/plugins/publish/validate_scene_settings.py similarity index 100% rename from pype/hosts/harmony/plugins/publish/validate_scene_settings.py rename to openpype/hosts/harmony/plugins/publish/validate_scene_settings.py diff --git a/pype/hosts/hiero/__init__.py b/openpype/hosts/hiero/__init__.py similarity index 100% rename from pype/hosts/hiero/__init__.py rename to openpype/hosts/hiero/__init__.py diff --git a/pype/hosts/hiero/api/__init__.py b/openpype/hosts/hiero/api/__init__.py similarity index 100% rename from pype/hosts/hiero/api/__init__.py rename to openpype/hosts/hiero/api/__init__.py diff --git a/pype/hosts/hiero/api/events.py b/openpype/hosts/hiero/api/events.py similarity index 100% rename from pype/hosts/hiero/api/events.py rename to openpype/hosts/hiero/api/events.py diff --git a/pype/hosts/hiero/api/lib.py b/openpype/hosts/hiero/api/lib.py similarity index 100% rename from pype/hosts/hiero/api/lib.py rename to openpype/hosts/hiero/api/lib.py diff --git a/pype/hosts/hiero/api/menu.py b/openpype/hosts/hiero/api/menu.py similarity index 100% rename from pype/hosts/hiero/api/menu.py rename to openpype/hosts/hiero/api/menu.py diff --git a/pype/hosts/hiero/api/pipeline.py b/openpype/hosts/hiero/api/pipeline.py similarity index 100% rename from pype/hosts/hiero/api/pipeline.py rename to openpype/hosts/hiero/api/pipeline.py diff --git a/pype/hosts/hiero/api/plugin.py b/openpype/hosts/hiero/api/plugin.py similarity index 100% rename from pype/hosts/hiero/api/plugin.py rename to openpype/hosts/hiero/api/plugin.py diff --git a/pype/hosts/hiero/api/style.css b/openpype/hosts/hiero/api/style.css similarity index 100% rename from pype/hosts/hiero/api/style.css rename to openpype/hosts/hiero/api/style.css diff --git a/pype/hosts/hiero/api/tags.py b/openpype/hosts/hiero/api/tags.py similarity index 100% rename from pype/hosts/hiero/api/tags.py rename to openpype/hosts/hiero/api/tags.py diff --git a/pype/hosts/hiero/api/workio.py b/openpype/hosts/hiero/api/workio.py similarity index 100% rename from pype/hosts/hiero/api/workio.py rename to openpype/hosts/hiero/api/workio.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_calculate_retime.py b/openpype/hosts/hiero/plugins/_publish/collect_calculate_retime.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_calculate_retime.py rename to openpype/hosts/hiero/plugins/_publish/collect_calculate_retime.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_framerate.py b/openpype/hosts/hiero/plugins/_publish/collect_framerate.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_framerate.py rename to openpype/hosts/hiero/plugins/_publish/collect_framerate.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_metadata.py b/openpype/hosts/hiero/plugins/_publish/collect_metadata.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_metadata.py rename to openpype/hosts/hiero/plugins/_publish/collect_metadata.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_tag_comments.py b/openpype/hosts/hiero/plugins/_publish/collect_tag_comments.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_tag_comments.py rename to openpype/hosts/hiero/plugins/_publish/collect_tag_comments.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_tag_retime.py b/openpype/hosts/hiero/plugins/_publish/collect_tag_retime.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_tag_retime.py rename to openpype/hosts/hiero/plugins/_publish/collect_tag_retime.py diff --git a/pype/hosts/hiero/plugins/_publish/collect_timecodes.py b/openpype/hosts/hiero/plugins/_publish/collect_timecodes.py similarity index 100% rename from pype/hosts/hiero/plugins/_publish/collect_timecodes.py rename to openpype/hosts/hiero/plugins/_publish/collect_timecodes.py diff --git a/pype/hosts/hiero/plugins/create/create_shot_clip.py b/openpype/hosts/hiero/plugins/create/create_shot_clip.py similarity index 100% rename from pype/hosts/hiero/plugins/create/create_shot_clip.py rename to openpype/hosts/hiero/plugins/create/create_shot_clip.py diff --git a/pype/hosts/hiero/plugins/load/load_clip.py b/openpype/hosts/hiero/plugins/load/load_clip.py similarity index 100% rename from pype/hosts/hiero/plugins/load/load_clip.py rename to openpype/hosts/hiero/plugins/load/load_clip.py diff --git a/pype/hosts/hiero/plugins/publish/collect_assetbuilds.py b/openpype/hosts/hiero/plugins/publish/collect_assetbuilds.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_assetbuilds.py rename to openpype/hosts/hiero/plugins/publish/collect_assetbuilds.py diff --git a/pype/hosts/hiero/plugins/publish/collect_clip_resolution.py b/openpype/hosts/hiero/plugins/publish/collect_clip_resolution.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_clip_resolution.py rename to openpype/hosts/hiero/plugins/publish/collect_clip_resolution.py diff --git a/pype/hosts/hiero/plugins/publish/collect_frame_ranges.py b/openpype/hosts/hiero/plugins/publish/collect_frame_ranges.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_frame_ranges.py rename to openpype/hosts/hiero/plugins/publish/collect_frame_ranges.py diff --git a/pype/hosts/hiero/plugins/publish/collect_hierarchy_context.py b/openpype/hosts/hiero/plugins/publish/collect_hierarchy_context.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_hierarchy_context.py rename to openpype/hosts/hiero/plugins/publish/collect_hierarchy_context.py diff --git a/pype/hosts/hiero/plugins/publish/collect_host_version.py b/openpype/hosts/hiero/plugins/publish/collect_host_version.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_host_version.py rename to openpype/hosts/hiero/plugins/publish/collect_host_version.py diff --git a/pype/hosts/hiero/plugins/publish/collect_plates.py b/openpype/hosts/hiero/plugins/publish/collect_plates.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_plates.py rename to openpype/hosts/hiero/plugins/publish/collect_plates.py diff --git a/pype/hosts/hiero/plugins/publish/collect_review.py b/openpype/hosts/hiero/plugins/publish/collect_review.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_review.py rename to openpype/hosts/hiero/plugins/publish/collect_review.py diff --git a/pype/hosts/hiero/plugins/publish/collect_tag_tasks.py b/openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/collect_tag_tasks.py rename to openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py diff --git a/pype/hosts/hiero/plugins/publish/extract_audio.py b/openpype/hosts/hiero/plugins/publish/extract_audio.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/extract_audio.py rename to openpype/hosts/hiero/plugins/publish/extract_audio.py diff --git a/pype/hosts/hiero/plugins/publish/extract_clip_effects.py b/openpype/hosts/hiero/plugins/publish/extract_clip_effects.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/extract_clip_effects.py rename to openpype/hosts/hiero/plugins/publish/extract_clip_effects.py diff --git a/pype/hosts/hiero/plugins/publish/extract_review_preparation.py b/openpype/hosts/hiero/plugins/publish/extract_review_preparation.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/extract_review_preparation.py rename to openpype/hosts/hiero/plugins/publish/extract_review_preparation.py diff --git a/pype/hosts/hiero/plugins/publish/precollect_clip_effects.py b/openpype/hosts/hiero/plugins/publish/precollect_clip_effects.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/precollect_clip_effects.py rename to openpype/hosts/hiero/plugins/publish/precollect_clip_effects.py diff --git a/pype/hosts/hiero/plugins/publish/precollect_instances.py b/openpype/hosts/hiero/plugins/publish/precollect_instances.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/precollect_instances.py rename to openpype/hosts/hiero/plugins/publish/precollect_instances.py diff --git a/pype/hosts/hiero/plugins/publish/precollect_workfile.py b/openpype/hosts/hiero/plugins/publish/precollect_workfile.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/precollect_workfile.py rename to openpype/hosts/hiero/plugins/publish/precollect_workfile.py diff --git a/pype/hosts/hiero/plugins/publish/validate_audio.py b/openpype/hosts/hiero/plugins/publish/validate_audio.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/validate_audio.py rename to openpype/hosts/hiero/plugins/publish/validate_audio.py diff --git a/pype/hosts/hiero/plugins/publish/validate_hierarchy.py b/openpype/hosts/hiero/plugins/publish/validate_hierarchy.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/validate_hierarchy.py rename to openpype/hosts/hiero/plugins/publish/validate_hierarchy.py diff --git a/pype/hosts/hiero/plugins/publish/validate_names.py b/openpype/hosts/hiero/plugins/publish/validate_names.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/validate_names.py rename to openpype/hosts/hiero/plugins/publish/validate_names.py diff --git a/pype/hosts/hiero/plugins/publish/version_up_workfile.py b/openpype/hosts/hiero/plugins/publish/version_up_workfile.py similarity index 100% rename from pype/hosts/hiero/plugins/publish/version_up_workfile.py rename to openpype/hosts/hiero/plugins/publish/version_up_workfile.py diff --git a/pype/hosts/hiero/startup/HieroPlayer/PlayerPresets.hrox b/openpype/hosts/hiero/startup/HieroPlayer/PlayerPresets.hrox similarity index 100% rename from pype/hosts/hiero/startup/HieroPlayer/PlayerPresets.hrox rename to openpype/hosts/hiero/startup/HieroPlayer/PlayerPresets.hrox diff --git a/pype/hosts/hiero/startup/Icons/1_add_handles_end.png b/openpype/hosts/hiero/startup/Icons/1_add_handles_end.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/1_add_handles_end.png rename to openpype/hosts/hiero/startup/Icons/1_add_handles_end.png diff --git a/pype/hosts/hiero/startup/Icons/2_add_handles.png b/openpype/hosts/hiero/startup/Icons/2_add_handles.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/2_add_handles.png rename to openpype/hosts/hiero/startup/Icons/2_add_handles.png diff --git a/pype/hosts/hiero/startup/Icons/3D.png b/openpype/hosts/hiero/startup/Icons/3D.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/3D.png rename to openpype/hosts/hiero/startup/Icons/3D.png diff --git a/pype/hosts/hiero/startup/Icons/3_add_handles_start.png b/openpype/hosts/hiero/startup/Icons/3_add_handles_start.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/3_add_handles_start.png rename to openpype/hosts/hiero/startup/Icons/3_add_handles_start.png diff --git a/pype/hosts/hiero/startup/Icons/4_2D.png b/openpype/hosts/hiero/startup/Icons/4_2D.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/4_2D.png rename to openpype/hosts/hiero/startup/Icons/4_2D.png diff --git a/pype/hosts/hiero/startup/Icons/edit.png b/openpype/hosts/hiero/startup/Icons/edit.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/edit.png rename to openpype/hosts/hiero/startup/Icons/edit.png diff --git a/pype/hosts/hiero/startup/Icons/fusion.png b/openpype/hosts/hiero/startup/Icons/fusion.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/fusion.png rename to openpype/hosts/hiero/startup/Icons/fusion.png diff --git a/pype/hosts/hiero/startup/Icons/hierarchy.png b/openpype/hosts/hiero/startup/Icons/hierarchy.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/hierarchy.png rename to openpype/hosts/hiero/startup/Icons/hierarchy.png diff --git a/pype/hosts/hiero/startup/Icons/houdini.png b/openpype/hosts/hiero/startup/Icons/houdini.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/houdini.png rename to openpype/hosts/hiero/startup/Icons/houdini.png diff --git a/pype/hosts/hiero/startup/Icons/layers.psd b/openpype/hosts/hiero/startup/Icons/layers.psd similarity index 100% rename from pype/hosts/hiero/startup/Icons/layers.psd rename to openpype/hosts/hiero/startup/Icons/layers.psd diff --git a/pype/hosts/hiero/startup/Icons/lense.png b/openpype/hosts/hiero/startup/Icons/lense.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/lense.png rename to openpype/hosts/hiero/startup/Icons/lense.png diff --git a/pype/hosts/hiero/startup/Icons/lense1.png b/openpype/hosts/hiero/startup/Icons/lense1.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/lense1.png rename to openpype/hosts/hiero/startup/Icons/lense1.png diff --git a/pype/hosts/hiero/startup/Icons/maya.png b/openpype/hosts/hiero/startup/Icons/maya.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/maya.png rename to openpype/hosts/hiero/startup/Icons/maya.png diff --git a/pype/hosts/hiero/startup/Icons/nuke.png b/openpype/hosts/hiero/startup/Icons/nuke.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/nuke.png rename to openpype/hosts/hiero/startup/Icons/nuke.png diff --git a/pype/hosts/hiero/startup/Icons/pype_icon.png b/openpype/hosts/hiero/startup/Icons/pype_icon.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/pype_icon.png rename to openpype/hosts/hiero/startup/Icons/pype_icon.png diff --git a/pype/hosts/hiero/startup/Icons/resolution.png b/openpype/hosts/hiero/startup/Icons/resolution.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/resolution.png rename to openpype/hosts/hiero/startup/Icons/resolution.png diff --git a/pype/hosts/hiero/startup/Icons/resolution.psd b/openpype/hosts/hiero/startup/Icons/resolution.psd similarity index 100% rename from pype/hosts/hiero/startup/Icons/resolution.psd rename to openpype/hosts/hiero/startup/Icons/resolution.psd diff --git a/pype/hosts/hiero/startup/Icons/retiming.png b/openpype/hosts/hiero/startup/Icons/retiming.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/retiming.png rename to openpype/hosts/hiero/startup/Icons/retiming.png diff --git a/pype/hosts/hiero/startup/Icons/retiming.psd b/openpype/hosts/hiero/startup/Icons/retiming.psd similarity index 100% rename from pype/hosts/hiero/startup/Icons/retiming.psd rename to openpype/hosts/hiero/startup/Icons/retiming.psd diff --git a/pype/hosts/hiero/startup/Icons/review.png b/openpype/hosts/hiero/startup/Icons/review.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/review.png rename to openpype/hosts/hiero/startup/Icons/review.png diff --git a/pype/hosts/hiero/startup/Icons/review.psd b/openpype/hosts/hiero/startup/Icons/review.psd similarity index 100% rename from pype/hosts/hiero/startup/Icons/review.psd rename to openpype/hosts/hiero/startup/Icons/review.psd diff --git a/pype/hosts/hiero/startup/Icons/volume.png b/openpype/hosts/hiero/startup/Icons/volume.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/volume.png rename to openpype/hosts/hiero/startup/Icons/volume.png diff --git a/pype/hosts/hiero/startup/Icons/z_layer_bg.png b/openpype/hosts/hiero/startup/Icons/z_layer_bg.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/z_layer_bg.png rename to openpype/hosts/hiero/startup/Icons/z_layer_bg.png diff --git a/pype/hosts/hiero/startup/Icons/z_layer_fg.png b/openpype/hosts/hiero/startup/Icons/z_layer_fg.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/z_layer_fg.png rename to openpype/hosts/hiero/startup/Icons/z_layer_fg.png diff --git a/pype/hosts/hiero/startup/Icons/z_layer_main.png b/openpype/hosts/hiero/startup/Icons/z_layer_main.png similarity index 100% rename from pype/hosts/hiero/startup/Icons/z_layer_main.png rename to openpype/hosts/hiero/startup/Icons/z_layer_main.png diff --git a/pype/hosts/hiero/startup/Python/Startup/SpreadsheetExport.py b/openpype/hosts/hiero/startup/Python/Startup/SpreadsheetExport.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/SpreadsheetExport.py rename to openpype/hosts/hiero/startup/Python/Startup/SpreadsheetExport.py diff --git a/pype/hosts/hiero/startup/Python/Startup/Startup.py b/openpype/hosts/hiero/startup/Python/Startup/Startup.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/Startup.py rename to openpype/hosts/hiero/startup/Python/Startup/Startup.py diff --git a/pype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportTask.py b/openpype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportTask.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportTask.py rename to openpype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportTask.py diff --git a/pype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportUI.py b/openpype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportUI.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportUI.py rename to openpype/hosts/hiero/startup/Python/Startup/otioexporter/OTIOExportUI.py diff --git a/pype/hosts/hiero/startup/Python/Startup/otioexporter/__init__.py b/openpype/hosts/hiero/startup/Python/Startup/otioexporter/__init__.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/otioexporter/__init__.py rename to openpype/hosts/hiero/startup/Python/Startup/otioexporter/__init__.py diff --git a/pype/hosts/hiero/startup/Python/Startup/project_helpers.py b/openpype/hosts/hiero/startup/Python/Startup/project_helpers.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/project_helpers.py rename to openpype/hosts/hiero/startup/Python/Startup/project_helpers.py diff --git a/pype/hosts/hiero/startup/Python/Startup/selection_tracker.py b/openpype/hosts/hiero/startup/Python/Startup/selection_tracker.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/selection_tracker.py rename to openpype/hosts/hiero/startup/Python/Startup/selection_tracker.py diff --git a/pype/hosts/hiero/startup/Python/Startup/setFrameRate.py b/openpype/hosts/hiero/startup/Python/Startup/setFrameRate.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/setFrameRate.py rename to openpype/hosts/hiero/startup/Python/Startup/setFrameRate.py diff --git a/pype/hosts/hiero/startup/Python/Startup/version_everywhere.py b/openpype/hosts/hiero/startup/Python/Startup/version_everywhere.py similarity index 100% rename from pype/hosts/hiero/startup/Python/Startup/version_everywhere.py rename to openpype/hosts/hiero/startup/Python/Startup/version_everywhere.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/PimpMySpreadsheet.py b/openpype/hosts/hiero/startup/Python/StartupUI/PimpMySpreadsheet.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/PimpMySpreadsheet.py rename to openpype/hosts/hiero/startup/Python/StartupUI/PimpMySpreadsheet.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/Purge.py b/openpype/hosts/hiero/startup/Python/StartupUI/Purge.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/Purge.py rename to openpype/hosts/hiero/startup/Python/StartupUI/Purge.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py b/openpype/hosts/hiero/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py rename to openpype/hosts/hiero/startup/Python/StartupUI/nukeStyleKeyboardShortcuts.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/otioimporter/OTIOImport.py b/openpype/hosts/hiero/startup/Python/StartupUI/otioimporter/OTIOImport.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/otioimporter/OTIOImport.py rename to openpype/hosts/hiero/startup/Python/StartupUI/otioimporter/OTIOImport.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/otioimporter/__init__.py b/openpype/hosts/hiero/startup/Python/StartupUI/otioimporter/__init__.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/otioimporter/__init__.py rename to openpype/hosts/hiero/startup/Python/StartupUI/otioimporter/__init__.py diff --git a/pype/hosts/hiero/startup/Python/StartupUI/setPosterFrame.py b/openpype/hosts/hiero/startup/Python/StartupUI/setPosterFrame.py similarity index 100% rename from pype/hosts/hiero/startup/Python/StartupUI/setPosterFrame.py rename to openpype/hosts/hiero/startup/Python/StartupUI/setPosterFrame.py diff --git a/pype/hosts/hiero/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/openpype/hosts/hiero/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from pype/hosts/hiero/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to openpype/hosts/hiero/startup/TaskPresets/10.5/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/pype/hosts/hiero/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/openpype/hosts/hiero/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from pype/hosts/hiero/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to openpype/hosts/hiero/startup/TaskPresets/11.1/Processors/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/pype/hosts/hiero/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml b/openpype/hosts/hiero/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml similarity index 100% rename from pype/hosts/hiero/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml rename to openpype/hosts/hiero/startup/TaskPresets/11.2/hiero.exporters.FnShotProcessor.ShotProcessor/pipeline.xml diff --git a/pype/hosts/houdini/__init__.py b/openpype/hosts/houdini/__init__.py similarity index 100% rename from pype/hosts/houdini/__init__.py rename to openpype/hosts/houdini/__init__.py diff --git a/pype/hosts/houdini/api/__init__.py b/openpype/hosts/houdini/api/__init__.py similarity index 100% rename from pype/hosts/houdini/api/__init__.py rename to openpype/hosts/houdini/api/__init__.py diff --git a/pype/hosts/houdini/api/lib.py b/openpype/hosts/houdini/api/lib.py similarity index 100% rename from pype/hosts/houdini/api/lib.py rename to openpype/hosts/houdini/api/lib.py diff --git a/pype/hosts/houdini/api/plugin.py b/openpype/hosts/houdini/api/plugin.py similarity index 100% rename from pype/hosts/houdini/api/plugin.py rename to openpype/hosts/houdini/api/plugin.py diff --git a/pype/hosts/houdini/plugins/create/create_alembic_camera.py b/openpype/hosts/houdini/plugins/create/create_alembic_camera.py similarity index 100% rename from pype/hosts/houdini/plugins/create/create_alembic_camera.py rename to openpype/hosts/houdini/plugins/create/create_alembic_camera.py diff --git a/pype/hosts/houdini/plugins/create/create_pointcache.py b/openpype/hosts/houdini/plugins/create/create_pointcache.py similarity index 100% rename from pype/hosts/houdini/plugins/create/create_pointcache.py rename to openpype/hosts/houdini/plugins/create/create_pointcache.py diff --git a/pype/hosts/houdini/plugins/create/create_vbd_cache.py b/openpype/hosts/houdini/plugins/create/create_vbd_cache.py similarity index 100% rename from pype/hosts/houdini/plugins/create/create_vbd_cache.py rename to openpype/hosts/houdini/plugins/create/create_vbd_cache.py diff --git a/pype/hosts/houdini/plugins/load/load_alembic.py b/openpype/hosts/houdini/plugins/load/load_alembic.py similarity index 100% rename from pype/hosts/houdini/plugins/load/load_alembic.py rename to openpype/hosts/houdini/plugins/load/load_alembic.py diff --git a/pype/hosts/houdini/plugins/load/load_camera.py b/openpype/hosts/houdini/plugins/load/load_camera.py similarity index 100% rename from pype/hosts/houdini/plugins/load/load_camera.py rename to openpype/hosts/houdini/plugins/load/load_camera.py diff --git a/pype/hosts/houdini/plugins/publish/collect_current_file.py b/openpype/hosts/houdini/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/collect_current_file.py rename to openpype/hosts/houdini/plugins/publish/collect_current_file.py diff --git a/pype/hosts/houdini/plugins/publish/collect_frames.py b/openpype/hosts/houdini/plugins/publish/collect_frames.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/collect_frames.py rename to openpype/hosts/houdini/plugins/publish/collect_frames.py diff --git a/pype/hosts/houdini/plugins/publish/collect_instances.py b/openpype/hosts/houdini/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/collect_instances.py rename to openpype/hosts/houdini/plugins/publish/collect_instances.py diff --git a/pype/hosts/houdini/plugins/publish/collect_output_node.py b/openpype/hosts/houdini/plugins/publish/collect_output_node.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/collect_output_node.py rename to openpype/hosts/houdini/plugins/publish/collect_output_node.py diff --git a/pype/hosts/houdini/plugins/publish/collect_workscene_fps.py b/openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/collect_workscene_fps.py rename to openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py diff --git a/pype/hosts/houdini/plugins/publish/extract_alembic.py b/openpype/hosts/houdini/plugins/publish/extract_alembic.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/extract_alembic.py rename to openpype/hosts/houdini/plugins/publish/extract_alembic.py diff --git a/pype/hosts/houdini/plugins/publish/extract_vdb_cache.py b/openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/extract_vdb_cache.py rename to openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py diff --git a/pype/hosts/houdini/plugins/publish/valiate_vdb_input_node.py b/openpype/hosts/houdini/plugins/publish/valiate_vdb_input_node.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/valiate_vdb_input_node.py rename to openpype/hosts/houdini/plugins/publish/valiate_vdb_input_node.py diff --git a/pype/hosts/houdini/plugins/publish/validate_alembic_input_node.py b/openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_alembic_input_node.py rename to openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py diff --git a/pype/hosts/houdini/plugins/publish/validate_animation_settings.py b/openpype/hosts/houdini/plugins/publish/validate_animation_settings.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_animation_settings.py rename to openpype/hosts/houdini/plugins/publish/validate_animation_settings.py diff --git a/pype/hosts/houdini/plugins/publish/validate_bypass.py b/openpype/hosts/houdini/plugins/publish/validate_bypass.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_bypass.py rename to openpype/hosts/houdini/plugins/publish/validate_bypass.py diff --git a/pype/hosts/houdini/plugins/publish/validate_camera_rop.py b/openpype/hosts/houdini/plugins/publish/validate_camera_rop.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_camera_rop.py rename to openpype/hosts/houdini/plugins/publish/validate_camera_rop.py diff --git a/pype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py b/openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py rename to openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py diff --git a/pype/hosts/houdini/plugins/publish/validate_outnode_exists.py b/openpype/hosts/houdini/plugins/publish/validate_outnode_exists.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_outnode_exists.py rename to openpype/hosts/houdini/plugins/publish/validate_outnode_exists.py diff --git a/pype/hosts/houdini/plugins/publish/validate_output_node.py b/openpype/hosts/houdini/plugins/publish/validate_output_node.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_output_node.py rename to openpype/hosts/houdini/plugins/publish/validate_output_node.py diff --git a/pype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py b/openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py rename to openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py diff --git a/pype/hosts/houdini/plugins/publish/validate_vdb_input_node.py b/openpype/hosts/houdini/plugins/publish/validate_vdb_input_node.py similarity index 100% rename from pype/hosts/houdini/plugins/publish/validate_vdb_input_node.py rename to openpype/hosts/houdini/plugins/publish/validate_vdb_input_node.py diff --git a/pype/hosts/houdini/startup/MainMenuCommon.XML b/openpype/hosts/houdini/startup/MainMenuCommon.XML similarity index 100% rename from pype/hosts/houdini/startup/MainMenuCommon.XML rename to openpype/hosts/houdini/startup/MainMenuCommon.XML diff --git a/pype/hosts/houdini/startup/scripts/123.py b/openpype/hosts/houdini/startup/scripts/123.py similarity index 100% rename from pype/hosts/houdini/startup/scripts/123.py rename to openpype/hosts/houdini/startup/scripts/123.py diff --git a/pype/hosts/maya/__init__.py b/openpype/hosts/maya/__init__.py similarity index 100% rename from pype/hosts/maya/__init__.py rename to openpype/hosts/maya/__init__.py diff --git a/pype/hosts/maya/api/__init__.py b/openpype/hosts/maya/api/__init__.py similarity index 100% rename from pype/hosts/maya/api/__init__.py rename to openpype/hosts/maya/api/__init__.py diff --git a/pype/hosts/maya/api/action.py b/openpype/hosts/maya/api/action.py similarity index 100% rename from pype/hosts/maya/api/action.py rename to openpype/hosts/maya/api/action.py diff --git a/pype/hosts/maya/api/attributes.py b/openpype/hosts/maya/api/attributes.py similarity index 100% rename from pype/hosts/maya/api/attributes.py rename to openpype/hosts/maya/api/attributes.py diff --git a/pype/hosts/maya/api/customize.py b/openpype/hosts/maya/api/customize.py similarity index 100% rename from pype/hosts/maya/api/customize.py rename to openpype/hosts/maya/api/customize.py diff --git a/pype/hosts/maya/api/expected_files.py b/openpype/hosts/maya/api/expected_files.py similarity index 100% rename from pype/hosts/maya/api/expected_files.py rename to openpype/hosts/maya/api/expected_files.py diff --git a/pype/hosts/maya/api/lib.py b/openpype/hosts/maya/api/lib.py similarity index 100% rename from pype/hosts/maya/api/lib.py rename to openpype/hosts/maya/api/lib.py diff --git a/pype/hosts/maya/api/menu.json b/openpype/hosts/maya/api/menu.json similarity index 100% rename from pype/hosts/maya/api/menu.json rename to openpype/hosts/maya/api/menu.json diff --git a/pype/hosts/maya/api/menu.py b/openpype/hosts/maya/api/menu.py similarity index 100% rename from pype/hosts/maya/api/menu.py rename to openpype/hosts/maya/api/menu.py diff --git a/pype/hosts/maya/api/menu_backup.json b/openpype/hosts/maya/api/menu_backup.json similarity index 100% rename from pype/hosts/maya/api/menu_backup.json rename to openpype/hosts/maya/api/menu_backup.json diff --git a/pype/hosts/maya/api/plugin.py b/openpype/hosts/maya/api/plugin.py similarity index 100% rename from pype/hosts/maya/api/plugin.py rename to openpype/hosts/maya/api/plugin.py diff --git a/pype/hosts/maya/api/render_setup_tools.py b/openpype/hosts/maya/api/render_setup_tools.py similarity index 100% rename from pype/hosts/maya/api/render_setup_tools.py rename to openpype/hosts/maya/api/render_setup_tools.py diff --git a/pype/hosts/maya/api/setdress.py b/openpype/hosts/maya/api/setdress.py similarity index 100% rename from pype/hosts/maya/api/setdress.py rename to openpype/hosts/maya/api/setdress.py diff --git a/pype/hosts/maya/hooks/pre_copy_mel.py b/openpype/hosts/maya/hooks/pre_copy_mel.py similarity index 100% rename from pype/hosts/maya/hooks/pre_copy_mel.py rename to openpype/hosts/maya/hooks/pre_copy_mel.py diff --git a/pype/hosts/maya/lib.py b/openpype/hosts/maya/lib.py similarity index 100% rename from pype/hosts/maya/lib.py rename to openpype/hosts/maya/lib.py diff --git a/pype/hosts/maya/plugins/__init__.py b/openpype/hosts/maya/plugins/__init__.py similarity index 100% rename from pype/hosts/maya/plugins/__init__.py rename to openpype/hosts/maya/plugins/__init__.py diff --git a/pype/hosts/maya/plugins/create/create_animation.py b/openpype/hosts/maya/plugins/create/create_animation.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_animation.py rename to openpype/hosts/maya/plugins/create/create_animation.py diff --git a/pype/hosts/maya/plugins/create/create_ass.py b/openpype/hosts/maya/plugins/create/create_ass.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_ass.py rename to openpype/hosts/maya/plugins/create/create_ass.py diff --git a/pype/hosts/maya/plugins/create/create_assembly.py b/openpype/hosts/maya/plugins/create/create_assembly.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_assembly.py rename to openpype/hosts/maya/plugins/create/create_assembly.py diff --git a/pype/hosts/maya/plugins/create/create_camera.py b/openpype/hosts/maya/plugins/create/create_camera.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_camera.py rename to openpype/hosts/maya/plugins/create/create_camera.py diff --git a/pype/hosts/maya/plugins/create/create_layout.py b/openpype/hosts/maya/plugins/create/create_layout.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_layout.py rename to openpype/hosts/maya/plugins/create/create_layout.py diff --git a/pype/hosts/maya/plugins/create/create_look.py b/openpype/hosts/maya/plugins/create/create_look.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_look.py rename to openpype/hosts/maya/plugins/create/create_look.py diff --git a/pype/hosts/maya/plugins/create/create_mayaascii.py b/openpype/hosts/maya/plugins/create/create_mayaascii.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_mayaascii.py rename to openpype/hosts/maya/plugins/create/create_mayaascii.py diff --git a/pype/hosts/maya/plugins/create/create_model.py b/openpype/hosts/maya/plugins/create/create_model.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_model.py rename to openpype/hosts/maya/plugins/create/create_model.py diff --git a/pype/hosts/maya/plugins/create/create_pointcache.py b/openpype/hosts/maya/plugins/create/create_pointcache.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_pointcache.py rename to openpype/hosts/maya/plugins/create/create_pointcache.py diff --git a/pype/hosts/maya/plugins/create/create_render.py b/openpype/hosts/maya/plugins/create/create_render.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_render.py rename to openpype/hosts/maya/plugins/create/create_render.py diff --git a/pype/hosts/maya/plugins/create/create_rendersetup.py b/openpype/hosts/maya/plugins/create/create_rendersetup.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_rendersetup.py rename to openpype/hosts/maya/plugins/create/create_rendersetup.py diff --git a/pype/hosts/maya/plugins/create/create_review.py b/openpype/hosts/maya/plugins/create/create_review.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_review.py rename to openpype/hosts/maya/plugins/create/create_review.py diff --git a/pype/hosts/maya/plugins/create/create_rig.py b/openpype/hosts/maya/plugins/create/create_rig.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_rig.py rename to openpype/hosts/maya/plugins/create/create_rig.py diff --git a/pype/hosts/maya/plugins/create/create_setdress.py b/openpype/hosts/maya/plugins/create/create_setdress.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_setdress.py rename to openpype/hosts/maya/plugins/create/create_setdress.py diff --git a/pype/hosts/maya/plugins/create/create_unreal_staticmesh.py b/openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_unreal_staticmesh.py rename to openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py diff --git a/pype/hosts/maya/plugins/create/create_vrayproxy.py b/openpype/hosts/maya/plugins/create/create_vrayproxy.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_vrayproxy.py rename to openpype/hosts/maya/plugins/create/create_vrayproxy.py diff --git a/pype/hosts/maya/plugins/create/create_vrayscene.py b/openpype/hosts/maya/plugins/create/create_vrayscene.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_vrayscene.py rename to openpype/hosts/maya/plugins/create/create_vrayscene.py diff --git a/pype/hosts/maya/plugins/create/create_yeti_cache.py b/openpype/hosts/maya/plugins/create/create_yeti_cache.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_yeti_cache.py rename to openpype/hosts/maya/plugins/create/create_yeti_cache.py diff --git a/pype/hosts/maya/plugins/create/create_yeti_rig.py b/openpype/hosts/maya/plugins/create/create_yeti_rig.py similarity index 100% rename from pype/hosts/maya/plugins/create/create_yeti_rig.py rename to openpype/hosts/maya/plugins/create/create_yeti_rig.py diff --git a/pype/hosts/maya/plugins/load/_load_animation.py b/openpype/hosts/maya/plugins/load/_load_animation.py similarity index 100% rename from pype/hosts/maya/plugins/load/_load_animation.py rename to openpype/hosts/maya/plugins/load/_load_animation.py diff --git a/pype/hosts/maya/plugins/load/actions.py b/openpype/hosts/maya/plugins/load/actions.py similarity index 100% rename from pype/hosts/maya/plugins/load/actions.py rename to openpype/hosts/maya/plugins/load/actions.py diff --git a/pype/hosts/maya/plugins/load/load_ass.py b/openpype/hosts/maya/plugins/load/load_ass.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_ass.py rename to openpype/hosts/maya/plugins/load/load_ass.py diff --git a/pype/hosts/maya/plugins/load/load_assembly.py b/openpype/hosts/maya/plugins/load/load_assembly.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_assembly.py rename to openpype/hosts/maya/plugins/load/load_assembly.py diff --git a/pype/hosts/maya/plugins/load/load_audio.py b/openpype/hosts/maya/plugins/load/load_audio.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_audio.py rename to openpype/hosts/maya/plugins/load/load_audio.py diff --git a/pype/hosts/maya/plugins/load/load_gpucache.py b/openpype/hosts/maya/plugins/load/load_gpucache.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_gpucache.py rename to openpype/hosts/maya/plugins/load/load_gpucache.py diff --git a/pype/hosts/maya/plugins/load/load_image_plane.py b/openpype/hosts/maya/plugins/load/load_image_plane.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_image_plane.py rename to openpype/hosts/maya/plugins/load/load_image_plane.py diff --git a/pype/hosts/maya/plugins/load/load_look.py b/openpype/hosts/maya/plugins/load/load_look.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_look.py rename to openpype/hosts/maya/plugins/load/load_look.py diff --git a/pype/hosts/maya/plugins/load/load_matchmove.py b/openpype/hosts/maya/plugins/load/load_matchmove.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_matchmove.py rename to openpype/hosts/maya/plugins/load/load_matchmove.py diff --git a/pype/hosts/maya/plugins/load/load_reference.py b/openpype/hosts/maya/plugins/load/load_reference.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_reference.py rename to openpype/hosts/maya/plugins/load/load_reference.py diff --git a/pype/hosts/maya/plugins/load/load_rendersetup.py b/openpype/hosts/maya/plugins/load/load_rendersetup.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_rendersetup.py rename to openpype/hosts/maya/plugins/load/load_rendersetup.py diff --git a/pype/hosts/maya/plugins/load/load_vdb_to_redshift.py b/openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_vdb_to_redshift.py rename to openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py diff --git a/pype/hosts/maya/plugins/load/load_vdb_to_vray.py b/openpype/hosts/maya/plugins/load/load_vdb_to_vray.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_vdb_to_vray.py rename to openpype/hosts/maya/plugins/load/load_vdb_to_vray.py diff --git a/pype/hosts/maya/plugins/load/load_vrayproxy.py b/openpype/hosts/maya/plugins/load/load_vrayproxy.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_vrayproxy.py rename to openpype/hosts/maya/plugins/load/load_vrayproxy.py diff --git a/pype/hosts/maya/plugins/load/load_vrayscene.py b/openpype/hosts/maya/plugins/load/load_vrayscene.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_vrayscene.py rename to openpype/hosts/maya/plugins/load/load_vrayscene.py diff --git a/pype/hosts/maya/plugins/load/load_yeti_cache.py b/openpype/hosts/maya/plugins/load/load_yeti_cache.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_yeti_cache.py rename to openpype/hosts/maya/plugins/load/load_yeti_cache.py diff --git a/pype/hosts/maya/plugins/load/load_yeti_rig.py b/openpype/hosts/maya/plugins/load/load_yeti_rig.py similarity index 100% rename from pype/hosts/maya/plugins/load/load_yeti_rig.py rename to openpype/hosts/maya/plugins/load/load_yeti_rig.py diff --git a/pype/hosts/maya/plugins/publish/__init__.py b/openpype/hosts/maya/plugins/publish/__init__.py similarity index 100% rename from pype/hosts/maya/plugins/publish/__init__.py rename to openpype/hosts/maya/plugins/publish/__init__.py diff --git a/pype/hosts/maya/plugins/publish/collect_animation.py b/openpype/hosts/maya/plugins/publish/collect_animation.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_animation.py rename to openpype/hosts/maya/plugins/publish/collect_animation.py diff --git a/pype/hosts/maya/plugins/publish/collect_ass.py b/openpype/hosts/maya/plugins/publish/collect_ass.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_ass.py rename to openpype/hosts/maya/plugins/publish/collect_ass.py diff --git a/pype/hosts/maya/plugins/publish/collect_assembly.py b/openpype/hosts/maya/plugins/publish/collect_assembly.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_assembly.py rename to openpype/hosts/maya/plugins/publish/collect_assembly.py diff --git a/pype/hosts/maya/plugins/publish/collect_file_dependencies.py b/openpype/hosts/maya/plugins/publish/collect_file_dependencies.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_file_dependencies.py rename to openpype/hosts/maya/plugins/publish/collect_file_dependencies.py diff --git a/pype/hosts/maya/plugins/publish/collect_ftrack_family.py b/openpype/hosts/maya/plugins/publish/collect_ftrack_family.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_ftrack_family.py rename to openpype/hosts/maya/plugins/publish/collect_ftrack_family.py diff --git a/pype/hosts/maya/plugins/publish/collect_history.py b/openpype/hosts/maya/plugins/publish/collect_history.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_history.py rename to openpype/hosts/maya/plugins/publish/collect_history.py diff --git a/pype/hosts/maya/plugins/publish/collect_instances.py b/openpype/hosts/maya/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_instances.py rename to openpype/hosts/maya/plugins/publish/collect_instances.py diff --git a/pype/hosts/maya/plugins/publish/collect_look.py b/openpype/hosts/maya/plugins/publish/collect_look.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_look.py rename to openpype/hosts/maya/plugins/publish/collect_look.py diff --git a/pype/hosts/maya/plugins/publish/collect_maya_units.py b/openpype/hosts/maya/plugins/publish/collect_maya_units.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_maya_units.py rename to openpype/hosts/maya/plugins/publish/collect_maya_units.py diff --git a/pype/hosts/maya/plugins/publish/collect_maya_workspace.py b/openpype/hosts/maya/plugins/publish/collect_maya_workspace.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_maya_workspace.py rename to openpype/hosts/maya/plugins/publish/collect_maya_workspace.py diff --git a/pype/hosts/maya/plugins/publish/collect_mayaascii.py b/openpype/hosts/maya/plugins/publish/collect_mayaascii.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_mayaascii.py rename to openpype/hosts/maya/plugins/publish/collect_mayaascii.py diff --git a/pype/hosts/maya/plugins/publish/collect_model.py b/openpype/hosts/maya/plugins/publish/collect_model.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_model.py rename to openpype/hosts/maya/plugins/publish/collect_model.py diff --git a/pype/hosts/maya/plugins/publish/collect_remove_marked.py b/openpype/hosts/maya/plugins/publish/collect_remove_marked.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_remove_marked.py rename to openpype/hosts/maya/plugins/publish/collect_remove_marked.py diff --git a/pype/hosts/maya/plugins/publish/collect_render.py b/openpype/hosts/maya/plugins/publish/collect_render.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_render.py rename to openpype/hosts/maya/plugins/publish/collect_render.py diff --git a/pype/hosts/maya/plugins/publish/collect_render_layer_aovs.py b/openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_render_layer_aovs.py rename to openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py diff --git a/pype/hosts/maya/plugins/publish/collect_renderable_camera.py b/openpype/hosts/maya/plugins/publish/collect_renderable_camera.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_renderable_camera.py rename to openpype/hosts/maya/plugins/publish/collect_renderable_camera.py diff --git a/pype/hosts/maya/plugins/publish/collect_review.py b/openpype/hosts/maya/plugins/publish/collect_review.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_review.py rename to openpype/hosts/maya/plugins/publish/collect_review.py diff --git a/pype/hosts/maya/plugins/publish/collect_rig.py b/openpype/hosts/maya/plugins/publish/collect_rig.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_rig.py rename to openpype/hosts/maya/plugins/publish/collect_rig.py diff --git a/pype/hosts/maya/plugins/publish/collect_scene.py b/openpype/hosts/maya/plugins/publish/collect_scene.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_scene.py rename to openpype/hosts/maya/plugins/publish/collect_scene.py diff --git a/pype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py b/openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py rename to openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py diff --git a/pype/hosts/maya/plugins/publish/collect_vrayscene.py b/openpype/hosts/maya/plugins/publish/collect_vrayscene.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_vrayscene.py rename to openpype/hosts/maya/plugins/publish/collect_vrayscene.py diff --git a/pype/hosts/maya/plugins/publish/collect_workscene_fps.py b/openpype/hosts/maya/plugins/publish/collect_workscene_fps.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_workscene_fps.py rename to openpype/hosts/maya/plugins/publish/collect_workscene_fps.py diff --git a/pype/hosts/maya/plugins/publish/collect_yeti_cache.py b/openpype/hosts/maya/plugins/publish/collect_yeti_cache.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_yeti_cache.py rename to openpype/hosts/maya/plugins/publish/collect_yeti_cache.py diff --git a/pype/hosts/maya/plugins/publish/collect_yeti_rig.py b/openpype/hosts/maya/plugins/publish/collect_yeti_rig.py similarity index 100% rename from pype/hosts/maya/plugins/publish/collect_yeti_rig.py rename to openpype/hosts/maya/plugins/publish/collect_yeti_rig.py diff --git a/pype/hosts/maya/plugins/publish/determine_future_version.py b/openpype/hosts/maya/plugins/publish/determine_future_version.py similarity index 100% rename from pype/hosts/maya/plugins/publish/determine_future_version.py rename to openpype/hosts/maya/plugins/publish/determine_future_version.py diff --git a/pype/hosts/maya/plugins/publish/extract_animation.py b/openpype/hosts/maya/plugins/publish/extract_animation.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_animation.py rename to openpype/hosts/maya/plugins/publish/extract_animation.py diff --git a/pype/hosts/maya/plugins/publish/extract_ass.py b/openpype/hosts/maya/plugins/publish/extract_ass.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_ass.py rename to openpype/hosts/maya/plugins/publish/extract_ass.py diff --git a/pype/hosts/maya/plugins/publish/extract_assembly.py b/openpype/hosts/maya/plugins/publish/extract_assembly.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_assembly.py rename to openpype/hosts/maya/plugins/publish/extract_assembly.py diff --git a/pype/hosts/maya/plugins/publish/extract_assproxy.py b/openpype/hosts/maya/plugins/publish/extract_assproxy.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_assproxy.py rename to openpype/hosts/maya/plugins/publish/extract_assproxy.py diff --git a/pype/hosts/maya/plugins/publish/extract_camera_alembic.py b/openpype/hosts/maya/plugins/publish/extract_camera_alembic.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_camera_alembic.py rename to openpype/hosts/maya/plugins/publish/extract_camera_alembic.py diff --git a/pype/hosts/maya/plugins/publish/extract_camera_mayaScene.py b/openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_camera_mayaScene.py rename to openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py diff --git a/pype/hosts/maya/plugins/publish/extract_fbx.py b/openpype/hosts/maya/plugins/publish/extract_fbx.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_fbx.py rename to openpype/hosts/maya/plugins/publish/extract_fbx.py diff --git a/pype/hosts/maya/plugins/publish/extract_look.py b/openpype/hosts/maya/plugins/publish/extract_look.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_look.py rename to openpype/hosts/maya/plugins/publish/extract_look.py diff --git a/pype/hosts/maya/plugins/publish/extract_maya_scene_raw.py b/openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_maya_scene_raw.py rename to openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py diff --git a/pype/hosts/maya/plugins/publish/extract_model.py b/openpype/hosts/maya/plugins/publish/extract_model.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_model.py rename to openpype/hosts/maya/plugins/publish/extract_model.py diff --git a/pype/hosts/maya/plugins/publish/extract_playblast.py b/openpype/hosts/maya/plugins/publish/extract_playblast.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_playblast.py rename to openpype/hosts/maya/plugins/publish/extract_playblast.py diff --git a/pype/hosts/maya/plugins/publish/extract_pointcache.py b/openpype/hosts/maya/plugins/publish/extract_pointcache.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_pointcache.py rename to openpype/hosts/maya/plugins/publish/extract_pointcache.py diff --git a/pype/hosts/maya/plugins/publish/extract_rendersetup.py b/openpype/hosts/maya/plugins/publish/extract_rendersetup.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_rendersetup.py rename to openpype/hosts/maya/plugins/publish/extract_rendersetup.py diff --git a/pype/hosts/maya/plugins/publish/extract_rig.py b/openpype/hosts/maya/plugins/publish/extract_rig.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_rig.py rename to openpype/hosts/maya/plugins/publish/extract_rig.py diff --git a/pype/hosts/maya/plugins/publish/extract_thumbnail.py b/openpype/hosts/maya/plugins/publish/extract_thumbnail.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_thumbnail.py rename to openpype/hosts/maya/plugins/publish/extract_thumbnail.py diff --git a/pype/hosts/maya/plugins/publish/extract_vrayproxy.py b/openpype/hosts/maya/plugins/publish/extract_vrayproxy.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_vrayproxy.py rename to openpype/hosts/maya/plugins/publish/extract_vrayproxy.py diff --git a/pype/hosts/maya/plugins/publish/extract_vrayscene.py b/openpype/hosts/maya/plugins/publish/extract_vrayscene.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_vrayscene.py rename to openpype/hosts/maya/plugins/publish/extract_vrayscene.py diff --git a/pype/hosts/maya/plugins/publish/extract_yeti_cache.py b/openpype/hosts/maya/plugins/publish/extract_yeti_cache.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_yeti_cache.py rename to openpype/hosts/maya/plugins/publish/extract_yeti_cache.py diff --git a/pype/hosts/maya/plugins/publish/extract_yeti_rig.py b/openpype/hosts/maya/plugins/publish/extract_yeti_rig.py similarity index 100% rename from pype/hosts/maya/plugins/publish/extract_yeti_rig.py rename to openpype/hosts/maya/plugins/publish/extract_yeti_rig.py diff --git a/pype/hosts/maya/plugins/publish/increment_current_file_deadline.py b/openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py similarity index 100% rename from pype/hosts/maya/plugins/publish/increment_current_file_deadline.py rename to openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py diff --git a/pype/hosts/maya/plugins/publish/save_scene.py b/openpype/hosts/maya/plugins/publish/save_scene.py similarity index 100% rename from pype/hosts/maya/plugins/publish/save_scene.py rename to openpype/hosts/maya/plugins/publish/save_scene.py diff --git a/pype/hosts/maya/plugins/publish/submit_maya_muster.py b/openpype/hosts/maya/plugins/publish/submit_maya_muster.py similarity index 100% rename from pype/hosts/maya/plugins/publish/submit_maya_muster.py rename to openpype/hosts/maya/plugins/publish/submit_maya_muster.py diff --git a/pype/hosts/maya/plugins/publish/validate_animation_content.py b/openpype/hosts/maya/plugins/publish/validate_animation_content.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_animation_content.py rename to openpype/hosts/maya/plugins/publish/validate_animation_content.py diff --git a/pype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py b/openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py rename to openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py diff --git a/pype/hosts/maya/plugins/publish/validate_ass_relative_paths.py b/openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_ass_relative_paths.py rename to openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py diff --git a/pype/hosts/maya/plugins/publish/validate_assembly_name.py b/openpype/hosts/maya/plugins/publish/validate_assembly_name.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_assembly_name.py rename to openpype/hosts/maya/plugins/publish/validate_assembly_name.py diff --git a/pype/hosts/maya/plugins/publish/validate_assembly_namespaces.py b/openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_assembly_namespaces.py rename to openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py diff --git a/pype/hosts/maya/plugins/publish/validate_assembly_transforms.py b/openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_assembly_transforms.py rename to openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py diff --git a/pype/hosts/maya/plugins/publish/validate_attributes.py b/openpype/hosts/maya/plugins/publish/validate_attributes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_attributes.py rename to openpype/hosts/maya/plugins/publish/validate_attributes.py diff --git a/pype/hosts/maya/plugins/publish/validate_camera_attributes.py b/openpype/hosts/maya/plugins/publish/validate_camera_attributes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_camera_attributes.py rename to openpype/hosts/maya/plugins/publish/validate_camera_attributes.py diff --git a/pype/hosts/maya/plugins/publish/validate_camera_contents.py b/openpype/hosts/maya/plugins/publish/validate_camera_contents.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_camera_contents.py rename to openpype/hosts/maya/plugins/publish/validate_camera_contents.py diff --git a/pype/hosts/maya/plugins/publish/validate_color_sets.py b/openpype/hosts/maya/plugins/publish/validate_color_sets.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_color_sets.py rename to openpype/hosts/maya/plugins/publish/validate_color_sets.py diff --git a/pype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py b/openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py rename to openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py diff --git a/pype/hosts/maya/plugins/publish/validate_frame_range.py b/openpype/hosts/maya/plugins/publish/validate_frame_range.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_frame_range.py rename to openpype/hosts/maya/plugins/publish/validate_frame_range.py diff --git a/pype/hosts/maya/plugins/publish/validate_instance_has_members.py b/openpype/hosts/maya/plugins/publish/validate_instance_has_members.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_instance_has_members.py rename to openpype/hosts/maya/plugins/publish/validate_instance_has_members.py diff --git a/pype/hosts/maya/plugins/publish/validate_instance_subset.py b/openpype/hosts/maya/plugins/publish/validate_instance_subset.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_instance_subset.py rename to openpype/hosts/maya/plugins/publish/validate_instance_subset.py diff --git a/pype/hosts/maya/plugins/publish/validate_instancer_content.py b/openpype/hosts/maya/plugins/publish/validate_instancer_content.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_instancer_content.py rename to openpype/hosts/maya/plugins/publish/validate_instancer_content.py diff --git a/pype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py b/openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py rename to openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_contents.py b/openpype/hosts/maya/plugins/publish/validate_look_contents.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_contents.py rename to openpype/hosts/maya/plugins/publish/validate_look_contents.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py b/openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py rename to openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py b/openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py rename to openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_members_unique.py b/openpype/hosts/maya/plugins/publish/validate_look_members_unique.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_members_unique.py rename to openpype/hosts/maya/plugins/publish/validate_look_members_unique.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py b/openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py rename to openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_sets.py b/openpype/hosts/maya/plugins/publish/validate_look_sets.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_sets.py rename to openpype/hosts/maya/plugins/publish/validate_look_sets.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_shading_group.py b/openpype/hosts/maya/plugins/publish/validate_look_shading_group.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_shading_group.py rename to openpype/hosts/maya/plugins/publish/validate_look_shading_group.py diff --git a/pype/hosts/maya/plugins/publish/validate_look_single_shader.py b/openpype/hosts/maya/plugins/publish/validate_look_single_shader.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_look_single_shader.py rename to openpype/hosts/maya/plugins/publish/validate_look_single_shader.py diff --git a/pype/hosts/maya/plugins/publish/validate_maya_units.py b/openpype/hosts/maya/plugins/publish/validate_maya_units.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_maya_units.py rename to openpype/hosts/maya/plugins/publish/validate_maya_units.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py b/openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_has_uv.py b/openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_has_uv.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py b/openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py b/openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py b/openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py b/openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py b/openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py b/openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py b/openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py b/openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py b/openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py diff --git a/pype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py b/openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py rename to openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py diff --git a/pype/hosts/maya/plugins/publish/validate_model_content.py b/openpype/hosts/maya/plugins/publish/validate_model_content.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_model_content.py rename to openpype/hosts/maya/plugins/publish/validate_model_content.py diff --git a/pype/hosts/maya/plugins/publish/validate_model_name.py b/openpype/hosts/maya/plugins/publish/validate_model_name.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_model_name.py rename to openpype/hosts/maya/plugins/publish/validate_model_name.py diff --git a/pype/hosts/maya/plugins/publish/validate_muster_connection.py b/openpype/hosts/maya/plugins/publish/validate_muster_connection.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_muster_connection.py rename to openpype/hosts/maya/plugins/publish/validate_muster_connection.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_animation.py b/openpype/hosts/maya/plugins/publish/validate_no_animation.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_animation.py rename to openpype/hosts/maya/plugins/publish/validate_no_animation.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_default_camera.py b/openpype/hosts/maya/plugins/publish/validate_no_default_camera.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_default_camera.py rename to openpype/hosts/maya/plugins/publish/validate_no_default_camera.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_namespace.py b/openpype/hosts/maya/plugins/publish/validate_no_namespace.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_namespace.py rename to openpype/hosts/maya/plugins/publish/validate_no_namespace.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_null_transforms.py b/openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_null_transforms.py rename to openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py b/openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py rename to openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py diff --git a/pype/hosts/maya/plugins/publish/validate_no_vraymesh.py b/openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_no_vraymesh.py rename to openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_ids.py b/openpype/hosts/maya/plugins/publish/validate_node_ids.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_ids.py rename to openpype/hosts/maya/plugins/publish/validate_node_ids.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py b/openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py rename to openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_ids_in_database.py b/openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_ids_in_database.py rename to openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_ids_related.py b/openpype/hosts/maya/plugins/publish/validate_node_ids_related.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_ids_related.py rename to openpype/hosts/maya/plugins/publish/validate_node_ids_related.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_ids_unique.py b/openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_ids_unique.py rename to openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py diff --git a/pype/hosts/maya/plugins/publish/validate_node_no_ghosting.py b/openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_node_no_ghosting.py rename to openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py diff --git a/pype/hosts/maya/plugins/publish/validate_render_image_rule.py b/openpype/hosts/maya/plugins/publish/validate_render_image_rule.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_render_image_rule.py rename to openpype/hosts/maya/plugins/publish/validate_render_image_rule.py diff --git a/pype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py b/openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py rename to openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py diff --git a/pype/hosts/maya/plugins/publish/validate_render_single_camera.py b/openpype/hosts/maya/plugins/publish/validate_render_single_camera.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_render_single_camera.py rename to openpype/hosts/maya/plugins/publish/validate_render_single_camera.py diff --git a/pype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py b/openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py rename to openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py diff --git a/pype/hosts/maya/plugins/publish/validate_rendersettings.py b/openpype/hosts/maya/plugins/publish/validate_rendersettings.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rendersettings.py rename to openpype/hosts/maya/plugins/publish/validate_rendersettings.py diff --git a/pype/hosts/maya/plugins/publish/validate_resources.py b/openpype/hosts/maya/plugins/publish/validate_resources.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_resources.py rename to openpype/hosts/maya/plugins/publish/validate_resources.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_contents.py b/openpype/hosts/maya/plugins/publish/validate_rig_contents.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_contents.py rename to openpype/hosts/maya/plugins/publish/validate_rig_contents.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_controllers.py b/openpype/hosts/maya/plugins/publish/validate_rig_controllers.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_controllers.py rename to openpype/hosts/maya/plugins/publish/validate_rig_controllers.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py b/openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py rename to openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py b/openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py rename to openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py b/openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py rename to openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py diff --git a/pype/hosts/maya/plugins/publish/validate_rig_output_ids.py b/openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_rig_output_ids.py rename to openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py diff --git a/pype/hosts/maya/plugins/publish/validate_scene_set_workspace.py b/openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_scene_set_workspace.py rename to openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py diff --git a/pype/hosts/maya/plugins/publish/validate_shader_name.py b/openpype/hosts/maya/plugins/publish/validate_shader_name.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_shader_name.py rename to openpype/hosts/maya/plugins/publish/validate_shader_name.py diff --git a/pype/hosts/maya/plugins/publish/validate_shape_default_names.py b/openpype/hosts/maya/plugins/publish/validate_shape_default_names.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_shape_default_names.py rename to openpype/hosts/maya/plugins/publish/validate_shape_default_names.py diff --git a/pype/hosts/maya/plugins/publish/validate_shape_render_stats.py b/openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_shape_render_stats.py rename to openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py diff --git a/pype/hosts/maya/plugins/publish/validate_single_assembly.py b/openpype/hosts/maya/plugins/publish/validate_single_assembly.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_single_assembly.py rename to openpype/hosts/maya/plugins/publish/validate_single_assembly.py diff --git a/pype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py b/openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py rename to openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py diff --git a/pype/hosts/maya/plugins/publish/validate_step_size.py b/openpype/hosts/maya/plugins/publish/validate_step_size.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_step_size.py rename to openpype/hosts/maya/plugins/publish/validate_step_size.py diff --git a/pype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py b/openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py rename to openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py diff --git a/pype/hosts/maya/plugins/publish/validate_transform_zero.py b/openpype/hosts/maya/plugins/publish/validate_transform_zero.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_transform_zero.py rename to openpype/hosts/maya/plugins/publish/validate_transform_zero.py diff --git a/pype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py b/openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py rename to openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py diff --git a/pype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py b/openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py rename to openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py diff --git a/pype/hosts/maya/plugins/publish/validate_unreal_up_axis.py b/openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_unreal_up_axis.py rename to openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py diff --git a/pype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py b/openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py rename to openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py diff --git a/pype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py b/openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py rename to openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py diff --git a/pype/hosts/maya/plugins/publish/validate_vray_translator_settings.py b/openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_vray_translator_settings.py rename to openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py diff --git a/pype/hosts/maya/plugins/publish/validate_vrayproxy.py b/openpype/hosts/maya/plugins/publish/validate_vrayproxy.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_vrayproxy.py rename to openpype/hosts/maya/plugins/publish/validate_vrayproxy.py diff --git a/pype/hosts/maya/plugins/publish/validate_vrayproxy_members.py b/openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_vrayproxy_members.py rename to openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py diff --git a/pype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py b/openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py rename to openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py diff --git a/pype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py b/openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py rename to openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py diff --git a/pype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py b/openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py rename to openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py diff --git a/pype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py b/openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py similarity index 100% rename from pype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py rename to openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py diff --git a/pype/hosts/maya/resources/workspace.mel b/openpype/hosts/maya/resources/workspace.mel similarity index 100% rename from pype/hosts/maya/resources/workspace.mel rename to openpype/hosts/maya/resources/workspace.mel diff --git a/pype/hosts/maya/startup/userSetup.py b/openpype/hosts/maya/startup/userSetup.py similarity index 100% rename from pype/hosts/maya/startup/userSetup.py rename to openpype/hosts/maya/startup/userSetup.py diff --git a/pype/hosts/nuke/__init__.py b/openpype/hosts/nuke/__init__.py similarity index 100% rename from pype/hosts/nuke/__init__.py rename to openpype/hosts/nuke/__init__.py diff --git a/pype/hosts/nuke/api/__init__.py b/openpype/hosts/nuke/api/__init__.py similarity index 100% rename from pype/hosts/nuke/api/__init__.py rename to openpype/hosts/nuke/api/__init__.py diff --git a/pype/hosts/nuke/api/actions.py b/openpype/hosts/nuke/api/actions.py similarity index 100% rename from pype/hosts/nuke/api/actions.py rename to openpype/hosts/nuke/api/actions.py diff --git a/pype/hosts/nuke/api/lib.py b/openpype/hosts/nuke/api/lib.py similarity index 100% rename from pype/hosts/nuke/api/lib.py rename to openpype/hosts/nuke/api/lib.py diff --git a/pype/hosts/nuke/api/menu.py b/openpype/hosts/nuke/api/menu.py similarity index 100% rename from pype/hosts/nuke/api/menu.py rename to openpype/hosts/nuke/api/menu.py diff --git a/pype/hosts/nuke/api/plugin.py b/openpype/hosts/nuke/api/plugin.py similarity index 100% rename from pype/hosts/nuke/api/plugin.py rename to openpype/hosts/nuke/api/plugin.py diff --git a/pype/hosts/nuke/api/utils.py b/openpype/hosts/nuke/api/utils.py similarity index 100% rename from pype/hosts/nuke/api/utils.py rename to openpype/hosts/nuke/api/utils.py diff --git a/pype/hosts/nuke/plugins/create/create_backdrop.py b/openpype/hosts/nuke/plugins/create/create_backdrop.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_backdrop.py rename to openpype/hosts/nuke/plugins/create/create_backdrop.py diff --git a/pype/hosts/nuke/plugins/create/create_camera.py b/openpype/hosts/nuke/plugins/create/create_camera.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_camera.py rename to openpype/hosts/nuke/plugins/create/create_camera.py diff --git a/pype/hosts/nuke/plugins/create/create_gizmo.py b/openpype/hosts/nuke/plugins/create/create_gizmo.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_gizmo.py rename to openpype/hosts/nuke/plugins/create/create_gizmo.py diff --git a/pype/hosts/nuke/plugins/create/create_read.py b/openpype/hosts/nuke/plugins/create/create_read.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_read.py rename to openpype/hosts/nuke/plugins/create/create_read.py diff --git a/pype/hosts/nuke/plugins/create/create_write_prerender.py b/openpype/hosts/nuke/plugins/create/create_write_prerender.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_write_prerender.py rename to openpype/hosts/nuke/plugins/create/create_write_prerender.py diff --git a/pype/hosts/nuke/plugins/create/create_write_render.py b/openpype/hosts/nuke/plugins/create/create_write_render.py similarity index 100% rename from pype/hosts/nuke/plugins/create/create_write_render.py rename to openpype/hosts/nuke/plugins/create/create_write_render.py diff --git a/pype/hosts/nuke/plugins/inventory/select_containers.py b/openpype/hosts/nuke/plugins/inventory/select_containers.py similarity index 100% rename from pype/hosts/nuke/plugins/inventory/select_containers.py rename to openpype/hosts/nuke/plugins/inventory/select_containers.py diff --git a/pype/hosts/nuke/plugins/inventory/set_tool_color.py b/openpype/hosts/nuke/plugins/inventory/set_tool_color.py similarity index 100% rename from pype/hosts/nuke/plugins/inventory/set_tool_color.py rename to openpype/hosts/nuke/plugins/inventory/set_tool_color.py diff --git a/pype/hosts/nuke/plugins/load/actions.py b/openpype/hosts/nuke/plugins/load/actions.py similarity index 100% rename from pype/hosts/nuke/plugins/load/actions.py rename to openpype/hosts/nuke/plugins/load/actions.py diff --git a/pype/hosts/nuke/plugins/load/load_backdrop.py b/openpype/hosts/nuke/plugins/load/load_backdrop.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_backdrop.py rename to openpype/hosts/nuke/plugins/load/load_backdrop.py diff --git a/pype/hosts/nuke/plugins/load/load_camera_abc.py b/openpype/hosts/nuke/plugins/load/load_camera_abc.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_camera_abc.py rename to openpype/hosts/nuke/plugins/load/load_camera_abc.py diff --git a/pype/hosts/nuke/plugins/load/load_gizmo.py b/openpype/hosts/nuke/plugins/load/load_gizmo.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_gizmo.py rename to openpype/hosts/nuke/plugins/load/load_gizmo.py diff --git a/pype/hosts/nuke/plugins/load/load_gizmo_ip.py b/openpype/hosts/nuke/plugins/load/load_gizmo_ip.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_gizmo_ip.py rename to openpype/hosts/nuke/plugins/load/load_gizmo_ip.py diff --git a/pype/hosts/nuke/plugins/load/load_image.py b/openpype/hosts/nuke/plugins/load/load_image.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_image.py rename to openpype/hosts/nuke/plugins/load/load_image.py diff --git a/pype/hosts/nuke/plugins/load/load_luts.py b/openpype/hosts/nuke/plugins/load/load_luts.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_luts.py rename to openpype/hosts/nuke/plugins/load/load_luts.py diff --git a/pype/hosts/nuke/plugins/load/load_luts_ip.py b/openpype/hosts/nuke/plugins/load/load_luts_ip.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_luts_ip.py rename to openpype/hosts/nuke/plugins/load/load_luts_ip.py diff --git a/pype/hosts/nuke/plugins/load/load_matchmove.py b/openpype/hosts/nuke/plugins/load/load_matchmove.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_matchmove.py rename to openpype/hosts/nuke/plugins/load/load_matchmove.py diff --git a/pype/hosts/nuke/plugins/load/load_mov.py b/openpype/hosts/nuke/plugins/load/load_mov.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_mov.py rename to openpype/hosts/nuke/plugins/load/load_mov.py diff --git a/pype/hosts/nuke/plugins/load/load_script_precomp.py b/openpype/hosts/nuke/plugins/load/load_script_precomp.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_script_precomp.py rename to openpype/hosts/nuke/plugins/load/load_script_precomp.py diff --git a/pype/hosts/nuke/plugins/load/load_sequence.py b/openpype/hosts/nuke/plugins/load/load_sequence.py similarity index 100% rename from pype/hosts/nuke/plugins/load/load_sequence.py rename to openpype/hosts/nuke/plugins/load/load_sequence.py diff --git a/pype/hosts/nuke/plugins/publish/collect_backdrop.py b/openpype/hosts/nuke/plugins/publish/collect_backdrop.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/collect_backdrop.py rename to openpype/hosts/nuke/plugins/publish/collect_backdrop.py diff --git a/pype/hosts/nuke/plugins/publish/collect_framerate.py b/openpype/hosts/nuke/plugins/publish/collect_framerate.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/collect_framerate.py rename to openpype/hosts/nuke/plugins/publish/collect_framerate.py diff --git a/pype/hosts/nuke/plugins/publish/collect_gizmo.py b/openpype/hosts/nuke/plugins/publish/collect_gizmo.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/collect_gizmo.py rename to openpype/hosts/nuke/plugins/publish/collect_gizmo.py diff --git a/pype/hosts/nuke/plugins/publish/collect_reads.py b/openpype/hosts/nuke/plugins/publish/collect_reads.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/collect_reads.py rename to openpype/hosts/nuke/plugins/publish/collect_reads.py diff --git a/pype/hosts/nuke/plugins/publish/collect_slate_node.py b/openpype/hosts/nuke/plugins/publish/collect_slate_node.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/collect_slate_node.py rename to openpype/hosts/nuke/plugins/publish/collect_slate_node.py diff --git a/pype/hosts/nuke/plugins/publish/extract_backdrop.py b/openpype/hosts/nuke/plugins/publish/extract_backdrop.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_backdrop.py rename to openpype/hosts/nuke/plugins/publish/extract_backdrop.py diff --git a/pype/hosts/nuke/plugins/publish/extract_camera.py b/openpype/hosts/nuke/plugins/publish/extract_camera.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_camera.py rename to openpype/hosts/nuke/plugins/publish/extract_camera.py diff --git a/pype/hosts/nuke/plugins/publish/extract_gizmo.py b/openpype/hosts/nuke/plugins/publish/extract_gizmo.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_gizmo.py rename to openpype/hosts/nuke/plugins/publish/extract_gizmo.py diff --git a/pype/hosts/nuke/plugins/publish/extract_ouput_node.py b/openpype/hosts/nuke/plugins/publish/extract_ouput_node.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_ouput_node.py rename to openpype/hosts/nuke/plugins/publish/extract_ouput_node.py diff --git a/pype/hosts/nuke/plugins/publish/extract_output_directory.py b/openpype/hosts/nuke/plugins/publish/extract_output_directory.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_output_directory.py rename to openpype/hosts/nuke/plugins/publish/extract_output_directory.py diff --git a/pype/hosts/nuke/plugins/publish/extract_render_local.py b/openpype/hosts/nuke/plugins/publish/extract_render_local.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_render_local.py rename to openpype/hosts/nuke/plugins/publish/extract_render_local.py diff --git a/pype/hosts/nuke/plugins/publish/extract_review_data_lut.py b/openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_review_data_lut.py rename to openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py diff --git a/pype/hosts/nuke/plugins/publish/extract_review_data_mov.py b/openpype/hosts/nuke/plugins/publish/extract_review_data_mov.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_review_data_mov.py rename to openpype/hosts/nuke/plugins/publish/extract_review_data_mov.py diff --git a/pype/hosts/nuke/plugins/publish/extract_script_save.py b/openpype/hosts/nuke/plugins/publish/extract_script_save.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_script_save.py rename to openpype/hosts/nuke/plugins/publish/extract_script_save.py diff --git a/pype/hosts/nuke/plugins/publish/extract_slate_frame.py b/openpype/hosts/nuke/plugins/publish/extract_slate_frame.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_slate_frame.py rename to openpype/hosts/nuke/plugins/publish/extract_slate_frame.py diff --git a/pype/hosts/nuke/plugins/publish/extract_thumbnail.py b/openpype/hosts/nuke/plugins/publish/extract_thumbnail.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/extract_thumbnail.py rename to openpype/hosts/nuke/plugins/publish/extract_thumbnail.py diff --git a/pype/hosts/nuke/plugins/publish/increment_script_version.py b/openpype/hosts/nuke/plugins/publish/increment_script_version.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/increment_script_version.py rename to openpype/hosts/nuke/plugins/publish/increment_script_version.py diff --git a/pype/hosts/nuke/plugins/publish/precollect_instances.py b/openpype/hosts/nuke/plugins/publish/precollect_instances.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/precollect_instances.py rename to openpype/hosts/nuke/plugins/publish/precollect_instances.py diff --git a/pype/hosts/nuke/plugins/publish/precollect_workfile.py b/openpype/hosts/nuke/plugins/publish/precollect_workfile.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/precollect_workfile.py rename to openpype/hosts/nuke/plugins/publish/precollect_workfile.py diff --git a/pype/hosts/nuke/plugins/publish/precollect_writes.py b/openpype/hosts/nuke/plugins/publish/precollect_writes.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/precollect_writes.py rename to openpype/hosts/nuke/plugins/publish/precollect_writes.py diff --git a/pype/hosts/nuke/plugins/publish/remove_ouput_node.py b/openpype/hosts/nuke/plugins/publish/remove_ouput_node.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/remove_ouput_node.py rename to openpype/hosts/nuke/plugins/publish/remove_ouput_node.py diff --git a/pype/hosts/nuke/plugins/publish/validate_backdrop.py b/openpype/hosts/nuke/plugins/publish/validate_backdrop.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_backdrop.py rename to openpype/hosts/nuke/plugins/publish/validate_backdrop.py diff --git a/pype/hosts/nuke/plugins/publish/validate_gizmo.py b/openpype/hosts/nuke/plugins/publish/validate_gizmo.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_gizmo.py rename to openpype/hosts/nuke/plugins/publish/validate_gizmo.py diff --git a/pype/hosts/nuke/plugins/publish/validate_knobs.py b/openpype/hosts/nuke/plugins/publish/validate_knobs.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_knobs.py rename to openpype/hosts/nuke/plugins/publish/validate_knobs.py diff --git a/pype/hosts/nuke/plugins/publish/validate_output_resolution.py b/openpype/hosts/nuke/plugins/publish/validate_output_resolution.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_output_resolution.py rename to openpype/hosts/nuke/plugins/publish/validate_output_resolution.py diff --git a/pype/hosts/nuke/plugins/publish/validate_read_legacy.py b/openpype/hosts/nuke/plugins/publish/validate_read_legacy.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_read_legacy.py rename to openpype/hosts/nuke/plugins/publish/validate_read_legacy.py diff --git a/pype/hosts/nuke/plugins/publish/validate_rendered_frames.py b/openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_rendered_frames.py rename to openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py diff --git a/pype/hosts/nuke/plugins/publish/validate_script.py b/openpype/hosts/nuke/plugins/publish/validate_script.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_script.py rename to openpype/hosts/nuke/plugins/publish/validate_script.py diff --git a/pype/hosts/nuke/plugins/publish/validate_write_bounding_box.py b/openpype/hosts/nuke/plugins/publish/validate_write_bounding_box.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_write_bounding_box.py rename to openpype/hosts/nuke/plugins/publish/validate_write_bounding_box.py diff --git a/pype/hosts/nuke/plugins/publish/validate_write_deadline_tab.py b/openpype/hosts/nuke/plugins/publish/validate_write_deadline_tab.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_write_deadline_tab.py rename to openpype/hosts/nuke/plugins/publish/validate_write_deadline_tab.py diff --git a/pype/hosts/nuke/plugins/publish/validate_write_legacy.py b/openpype/hosts/nuke/plugins/publish/validate_write_legacy.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_write_legacy.py rename to openpype/hosts/nuke/plugins/publish/validate_write_legacy.py diff --git a/pype/hosts/nuke/plugins/publish/validate_write_nodes.py b/openpype/hosts/nuke/plugins/publish/validate_write_nodes.py similarity index 100% rename from pype/hosts/nuke/plugins/publish/validate_write_nodes.py rename to openpype/hosts/nuke/plugins/publish/validate_write_nodes.py diff --git a/pype/hosts/nuke/startup/KnobScripter/__init__.py b/openpype/hosts/nuke/startup/KnobScripter/__init__.py similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/__init__.py rename to openpype/hosts/nuke/startup/KnobScripter/__init__.py diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_clearConsole.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_clearConsole.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_clearConsole.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_clearConsole.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_download.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_download.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_download.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_download.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_exitnode.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_exitnode.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_exitnode.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_exitnode.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_pick.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_pick.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_pick.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_pick.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_prefs.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_prefs.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_prefs.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_prefs.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_prefs2.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_prefs2.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_prefs2.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_prefs2.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_refresh.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_refresh.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_refresh.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_refresh.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_run.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_run.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_run.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_run.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_save.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_save.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_save.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_save.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_search.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_search.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_search.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_search.png diff --git a/pype/hosts/nuke/startup/KnobScripter/icons/icon_snippets.png b/openpype/hosts/nuke/startup/KnobScripter/icons/icon_snippets.png similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/icons/icon_snippets.png rename to openpype/hosts/nuke/startup/KnobScripter/icons/icon_snippets.png diff --git a/pype/hosts/nuke/startup/KnobScripter/knob_scripter.py b/openpype/hosts/nuke/startup/KnobScripter/knob_scripter.py similarity index 100% rename from pype/hosts/nuke/startup/KnobScripter/knob_scripter.py rename to openpype/hosts/nuke/startup/KnobScripter/knob_scripter.py diff --git a/pype/hosts/nuke/startup/init.py b/openpype/hosts/nuke/startup/init.py similarity index 100% rename from pype/hosts/nuke/startup/init.py rename to openpype/hosts/nuke/startup/init.py diff --git a/pype/hosts/nuke/startup/menu.py b/openpype/hosts/nuke/startup/menu.py similarity index 100% rename from pype/hosts/nuke/startup/menu.py rename to openpype/hosts/nuke/startup/menu.py diff --git a/pype/hosts/nuke/startup/write_to_read.py b/openpype/hosts/nuke/startup/write_to_read.py similarity index 100% rename from pype/hosts/nuke/startup/write_to_read.py rename to openpype/hosts/nuke/startup/write_to_read.py diff --git a/pype/hosts/photoshop/__init__.py b/openpype/hosts/photoshop/__init__.py similarity index 100% rename from pype/hosts/photoshop/__init__.py rename to openpype/hosts/photoshop/__init__.py diff --git a/pype/hosts/photoshop/api/__init__.py b/openpype/hosts/photoshop/api/__init__.py similarity index 100% rename from pype/hosts/photoshop/api/__init__.py rename to openpype/hosts/photoshop/api/__init__.py diff --git a/pype/hosts/photoshop/hooks/__init__.py b/openpype/hosts/photoshop/hooks/__init__.py similarity index 100% rename from pype/hosts/photoshop/hooks/__init__.py rename to openpype/hosts/photoshop/hooks/__init__.py diff --git a/pype/hosts/photoshop/plugins/__init__.py b/openpype/hosts/photoshop/plugins/__init__.py similarity index 100% rename from pype/hosts/photoshop/plugins/__init__.py rename to openpype/hosts/photoshop/plugins/__init__.py diff --git a/pype/hosts/photoshop/plugins/create/create_image.py b/openpype/hosts/photoshop/plugins/create/create_image.py similarity index 100% rename from pype/hosts/photoshop/plugins/create/create_image.py rename to openpype/hosts/photoshop/plugins/create/create_image.py diff --git a/pype/hosts/photoshop/plugins/load/load_image.py b/openpype/hosts/photoshop/plugins/load/load_image.py similarity index 100% rename from pype/hosts/photoshop/plugins/load/load_image.py rename to openpype/hosts/photoshop/plugins/load/load_image.py diff --git a/pype/hosts/photoshop/plugins/publish/collect_current_file.py b/openpype/hosts/photoshop/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/collect_current_file.py rename to openpype/hosts/photoshop/plugins/publish/collect_current_file.py diff --git a/pype/hosts/photoshop/plugins/publish/collect_instances.py b/openpype/hosts/photoshop/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/collect_instances.py rename to openpype/hosts/photoshop/plugins/publish/collect_instances.py diff --git a/pype/hosts/photoshop/plugins/publish/collect_review.py b/openpype/hosts/photoshop/plugins/publish/collect_review.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/collect_review.py rename to openpype/hosts/photoshop/plugins/publish/collect_review.py diff --git a/pype/hosts/photoshop/plugins/publish/collect_workfile.py b/openpype/hosts/photoshop/plugins/publish/collect_workfile.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/collect_workfile.py rename to openpype/hosts/photoshop/plugins/publish/collect_workfile.py diff --git a/pype/hosts/photoshop/plugins/publish/extract_image.py b/openpype/hosts/photoshop/plugins/publish/extract_image.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/extract_image.py rename to openpype/hosts/photoshop/plugins/publish/extract_image.py diff --git a/pype/hosts/photoshop/plugins/publish/extract_review.py b/openpype/hosts/photoshop/plugins/publish/extract_review.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/extract_review.py rename to openpype/hosts/photoshop/plugins/publish/extract_review.py diff --git a/pype/hosts/photoshop/plugins/publish/extract_save_scene.py b/openpype/hosts/photoshop/plugins/publish/extract_save_scene.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/extract_save_scene.py rename to openpype/hosts/photoshop/plugins/publish/extract_save_scene.py diff --git a/pype/hosts/photoshop/plugins/publish/increment_workfile.py b/openpype/hosts/photoshop/plugins/publish/increment_workfile.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/increment_workfile.py rename to openpype/hosts/photoshop/plugins/publish/increment_workfile.py diff --git a/pype/hosts/photoshop/plugins/publish/validate_instance_asset.py b/openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/validate_instance_asset.py rename to openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py diff --git a/pype/hosts/photoshop/plugins/publish/validate_naming.py b/openpype/hosts/photoshop/plugins/publish/validate_naming.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/validate_naming.py rename to openpype/hosts/photoshop/plugins/publish/validate_naming.py diff --git a/pype/hosts/photoshop/plugins/publish/validate_unique_subsets.py b/openpype/hosts/photoshop/plugins/publish/validate_unique_subsets.py similarity index 100% rename from pype/hosts/photoshop/plugins/publish/validate_unique_subsets.py rename to openpype/hosts/photoshop/plugins/publish/validate_unique_subsets.py diff --git a/pype/hosts/photoshop/resources/template.psd b/openpype/hosts/photoshop/resources/template.psd similarity index 100% rename from pype/hosts/photoshop/resources/template.psd rename to openpype/hosts/photoshop/resources/template.psd diff --git a/pype/hosts/resolve/README.markdown b/openpype/hosts/resolve/README.markdown similarity index 100% rename from pype/hosts/resolve/README.markdown rename to openpype/hosts/resolve/README.markdown diff --git a/pype/hosts/resolve/RESOLVE_API_README_v16.2.0_down.txt b/openpype/hosts/resolve/RESOLVE_API_README_v16.2.0_down.txt similarity index 100% rename from pype/hosts/resolve/RESOLVE_API_README_v16.2.0_down.txt rename to openpype/hosts/resolve/RESOLVE_API_README_v16.2.0_down.txt diff --git a/pype/hosts/resolve/RESOLVE_API_README_v16.2.0_up.txt b/openpype/hosts/resolve/RESOLVE_API_README_v16.2.0_up.txt similarity index 100% rename from pype/hosts/resolve/RESOLVE_API_README_v16.2.0_up.txt rename to openpype/hosts/resolve/RESOLVE_API_README_v16.2.0_up.txt diff --git a/pype/hosts/resolve/__init__.py b/openpype/hosts/resolve/__init__.py similarity index 100% rename from pype/hosts/resolve/__init__.py rename to openpype/hosts/resolve/__init__.py diff --git a/pype/hosts/resolve/api/__init__.py b/openpype/hosts/resolve/api/__init__.py similarity index 100% rename from pype/hosts/resolve/api/__init__.py rename to openpype/hosts/resolve/api/__init__.py diff --git a/pype/hosts/resolve/api/action.py b/openpype/hosts/resolve/api/action.py similarity index 100% rename from pype/hosts/resolve/api/action.py rename to openpype/hosts/resolve/api/action.py diff --git a/pype/hosts/resolve/api/lib.py b/openpype/hosts/resolve/api/lib.py similarity index 100% rename from pype/hosts/resolve/api/lib.py rename to openpype/hosts/resolve/api/lib.py diff --git a/pype/hosts/resolve/api/menu.py b/openpype/hosts/resolve/api/menu.py similarity index 100% rename from pype/hosts/resolve/api/menu.py rename to openpype/hosts/resolve/api/menu.py diff --git a/pype/hosts/resolve/api/menu_style.qss b/openpype/hosts/resolve/api/menu_style.qss similarity index 100% rename from pype/hosts/resolve/api/menu_style.qss rename to openpype/hosts/resolve/api/menu_style.qss diff --git a/pype/hosts/resolve/api/pipeline.py b/openpype/hosts/resolve/api/pipeline.py similarity index 100% rename from pype/hosts/resolve/api/pipeline.py rename to openpype/hosts/resolve/api/pipeline.py diff --git a/pype/hosts/resolve/api/plugin.py b/openpype/hosts/resolve/api/plugin.py similarity index 100% rename from pype/hosts/resolve/api/plugin.py rename to openpype/hosts/resolve/api/plugin.py diff --git a/pype/hosts/resolve/api/preload_console.py b/openpype/hosts/resolve/api/preload_console.py similarity index 100% rename from pype/hosts/resolve/api/preload_console.py rename to openpype/hosts/resolve/api/preload_console.py diff --git a/pype/hosts/resolve/api/testing_utils.py b/openpype/hosts/resolve/api/testing_utils.py similarity index 100% rename from pype/hosts/resolve/api/testing_utils.py rename to openpype/hosts/resolve/api/testing_utils.py diff --git a/pype/hosts/resolve/api/todo-rendering.py b/openpype/hosts/resolve/api/todo-rendering.py similarity index 100% rename from pype/hosts/resolve/api/todo-rendering.py rename to openpype/hosts/resolve/api/todo-rendering.py diff --git a/pype/hosts/resolve/api/utils.py b/openpype/hosts/resolve/api/utils.py similarity index 100% rename from pype/hosts/resolve/api/utils.py rename to openpype/hosts/resolve/api/utils.py diff --git a/pype/hosts/resolve/api/workio.py b/openpype/hosts/resolve/api/workio.py similarity index 100% rename from pype/hosts/resolve/api/workio.py rename to openpype/hosts/resolve/api/workio.py diff --git a/pype/hosts/resolve/hooks/pre_resolve_setup.py b/openpype/hosts/resolve/hooks/pre_resolve_setup.py similarity index 100% rename from pype/hosts/resolve/hooks/pre_resolve_setup.py rename to openpype/hosts/resolve/hooks/pre_resolve_setup.py diff --git a/pype/hosts/resolve/otio/__init__.py b/openpype/hosts/resolve/otio/__init__.py similarity index 100% rename from pype/hosts/resolve/otio/__init__.py rename to openpype/hosts/resolve/otio/__init__.py diff --git a/pype/hosts/resolve/otio/davinci_export.py b/openpype/hosts/resolve/otio/davinci_export.py similarity index 100% rename from pype/hosts/resolve/otio/davinci_export.py rename to openpype/hosts/resolve/otio/davinci_export.py diff --git a/pype/hosts/resolve/otio/davinci_import.py b/openpype/hosts/resolve/otio/davinci_import.py similarity index 100% rename from pype/hosts/resolve/otio/davinci_import.py rename to openpype/hosts/resolve/otio/davinci_import.py diff --git a/pype/hosts/resolve/otio/utils.py b/openpype/hosts/resolve/otio/utils.py similarity index 100% rename from pype/hosts/resolve/otio/utils.py rename to openpype/hosts/resolve/otio/utils.py diff --git a/pype/hosts/resolve/plugins/create/create_shot_clip.py b/openpype/hosts/resolve/plugins/create/create_shot_clip.py similarity index 100% rename from pype/hosts/resolve/plugins/create/create_shot_clip.py rename to openpype/hosts/resolve/plugins/create/create_shot_clip.py diff --git a/pype/hosts/resolve/plugins/load/load_clip.py b/openpype/hosts/resolve/plugins/load/load_clip.py similarity index 100% rename from pype/hosts/resolve/plugins/load/load_clip.py rename to openpype/hosts/resolve/plugins/load/load_clip.py diff --git a/pype/hosts/resolve/plugins/publish/collect_instances.py b/openpype/hosts/resolve/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/resolve/plugins/publish/collect_instances.py rename to openpype/hosts/resolve/plugins/publish/collect_instances.py diff --git a/pype/hosts/resolve/plugins/publish/collect_workfile.py b/openpype/hosts/resolve/plugins/publish/collect_workfile.py similarity index 100% rename from pype/hosts/resolve/plugins/publish/collect_workfile.py rename to openpype/hosts/resolve/plugins/publish/collect_workfile.py diff --git a/pype/hosts/resolve/plugins/publish/extract_workfile.py b/openpype/hosts/resolve/plugins/publish/extract_workfile.py similarity index 100% rename from pype/hosts/resolve/plugins/publish/extract_workfile.py rename to openpype/hosts/resolve/plugins/publish/extract_workfile.py diff --git a/pype/hosts/resolve/utility_scripts/OTIO_export.py b/openpype/hosts/resolve/utility_scripts/OTIO_export.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/OTIO_export.py rename to openpype/hosts/resolve/utility_scripts/OTIO_export.py diff --git a/pype/hosts/resolve/utility_scripts/OTIO_import.py b/openpype/hosts/resolve/utility_scripts/OTIO_import.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/OTIO_import.py rename to openpype/hosts/resolve/utility_scripts/OTIO_import.py diff --git a/pype/hosts/resolve/utility_scripts/OpenPype_sync_util_scripts.py b/openpype/hosts/resolve/utility_scripts/OpenPype_sync_util_scripts.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/OpenPype_sync_util_scripts.py rename to openpype/hosts/resolve/utility_scripts/OpenPype_sync_util_scripts.py diff --git a/pype/hosts/resolve/utility_scripts/README.markdown b/openpype/hosts/resolve/utility_scripts/README.markdown similarity index 100% rename from pype/hosts/resolve/utility_scripts/README.markdown rename to openpype/hosts/resolve/utility_scripts/README.markdown diff --git a/pype/hosts/resolve/utility_scripts/__OpenPype__Menu__.py b/openpype/hosts/resolve/utility_scripts/__OpenPype__Menu__.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/__OpenPype__Menu__.py rename to openpype/hosts/resolve/utility_scripts/__OpenPype__Menu__.py diff --git a/pype/hosts/resolve/utility_scripts/tests/test_otio_as_edl.py b/openpype/hosts/resolve/utility_scripts/tests/test_otio_as_edl.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/tests/test_otio_as_edl.py rename to openpype/hosts/resolve/utility_scripts/tests/test_otio_as_edl.py diff --git a/pype/hosts/resolve/utility_scripts/tests/testing_create_timeline_item_from_path.py b/openpype/hosts/resolve/utility_scripts/tests/testing_create_timeline_item_from_path.py similarity index 100% rename from pype/hosts/resolve/utility_scripts/tests/testing_create_timeline_item_from_path.py rename to openpype/hosts/resolve/utility_scripts/tests/testing_create_timeline_item_from_path.py diff --git a/pype/hosts/standalonepublisher/__init__.py b/openpype/hosts/standalonepublisher/__init__.py similarity index 100% rename from pype/hosts/standalonepublisher/__init__.py rename to openpype/hosts/standalonepublisher/__init__.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_batch_instances.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_batch_instances.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_batch_instances.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_batch_instances.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_clear_instances.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_clear_instances.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_clear_instances.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_clear_instances.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_context.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_context.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_context.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_context.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_editorial.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_editorial.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_instance_resources.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_instance_resources.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_instance_resources.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_instance_resources.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_instances.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_instances.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_instances.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_matchmove.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_matchmove.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_matchmove.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_matchmove.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py b/openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py rename to openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_bg_for_compositing.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_bg_for_compositing.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_bg_for_compositing.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_bg_for_compositing.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_bg_main_groups.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_bg_main_groups.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_bg_main_groups.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_bg_main_groups.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_harmony_zip.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_harmony_zip.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_harmony_zip.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_harmony_zip.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_images_from_psd.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_images_from_psd.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_images_from_psd.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_images_from_psd.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/extract_trim_video_audio.py b/openpype/hosts/standalonepublisher/plugins/publish/extract_trim_video_audio.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/extract_trim_video_audio.py rename to openpype/hosts/standalonepublisher/plugins/publish/extract_trim_video_audio.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py b/openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py rename to openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py b/openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py rename to openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py diff --git a/pype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py b/openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py similarity index 100% rename from pype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py rename to openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py diff --git a/pype/hosts/tvpaint/__init__.py b/openpype/hosts/tvpaint/__init__.py similarity index 100% rename from pype/hosts/tvpaint/__init__.py rename to openpype/hosts/tvpaint/__init__.py diff --git a/pype/hosts/tvpaint/api/__init__.py b/openpype/hosts/tvpaint/api/__init__.py similarity index 100% rename from pype/hosts/tvpaint/api/__init__.py rename to openpype/hosts/tvpaint/api/__init__.py diff --git a/pype/hosts/tvpaint/api/lib.py b/openpype/hosts/tvpaint/api/lib.py similarity index 100% rename from pype/hosts/tvpaint/api/lib.py rename to openpype/hosts/tvpaint/api/lib.py diff --git a/pype/hosts/tvpaint/api/plugin.py b/openpype/hosts/tvpaint/api/plugin.py similarity index 100% rename from pype/hosts/tvpaint/api/plugin.py rename to openpype/hosts/tvpaint/api/plugin.py diff --git a/pype/hosts/tvpaint/hooks/pre_launch_args.py b/openpype/hosts/tvpaint/hooks/pre_launch_args.py similarity index 100% rename from pype/hosts/tvpaint/hooks/pre_launch_args.py rename to openpype/hosts/tvpaint/hooks/pre_launch_args.py diff --git a/pype/hosts/tvpaint/plugins/create/create_render_layer.py b/openpype/hosts/tvpaint/plugins/create/create_render_layer.py similarity index 100% rename from pype/hosts/tvpaint/plugins/create/create_render_layer.py rename to openpype/hosts/tvpaint/plugins/create/create_render_layer.py diff --git a/pype/hosts/tvpaint/plugins/create/create_render_pass.py b/openpype/hosts/tvpaint/plugins/create/create_render_pass.py similarity index 100% rename from pype/hosts/tvpaint/plugins/create/create_render_pass.py rename to openpype/hosts/tvpaint/plugins/create/create_render_pass.py diff --git a/pype/hosts/tvpaint/plugins/create/create_review.py b/openpype/hosts/tvpaint/plugins/create/create_review.py similarity index 100% rename from pype/hosts/tvpaint/plugins/create/create_review.py rename to openpype/hosts/tvpaint/plugins/create/create_review.py diff --git a/pype/hosts/tvpaint/plugins/load/load_image.py b/openpype/hosts/tvpaint/plugins/load/load_image.py similarity index 100% rename from pype/hosts/tvpaint/plugins/load/load_image.py rename to openpype/hosts/tvpaint/plugins/load/load_image.py diff --git a/pype/hosts/tvpaint/plugins/load/load_reference_image.py b/openpype/hosts/tvpaint/plugins/load/load_reference_image.py similarity index 100% rename from pype/hosts/tvpaint/plugins/load/load_reference_image.py rename to openpype/hosts/tvpaint/plugins/load/load_reference_image.py diff --git a/pype/hosts/tvpaint/plugins/load/load_sound.py b/openpype/hosts/tvpaint/plugins/load/load_sound.py similarity index 100% rename from pype/hosts/tvpaint/plugins/load/load_sound.py rename to openpype/hosts/tvpaint/plugins/load/load_sound.py diff --git a/pype/hosts/tvpaint/plugins/publish/collect_instances.py b/openpype/hosts/tvpaint/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/collect_instances.py rename to openpype/hosts/tvpaint/plugins/publish/collect_instances.py diff --git a/pype/hosts/tvpaint/plugins/publish/collect_workfile_data.py b/openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/collect_workfile_data.py rename to openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py diff --git a/pype/hosts/tvpaint/plugins/publish/extract_sequence.py b/openpype/hosts/tvpaint/plugins/publish/extract_sequence.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/extract_sequence.py rename to openpype/hosts/tvpaint/plugins/publish/extract_sequence.py diff --git a/pype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py b/openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py rename to openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py diff --git a/pype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py b/openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py rename to openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py diff --git a/pype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py b/openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py rename to openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py diff --git a/pype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py b/openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py rename to openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py diff --git a/pype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py b/openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py similarity index 100% rename from pype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py rename to openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py diff --git a/pype/hosts/tvpaint/resources/avalon.loc b/openpype/hosts/tvpaint/resources/avalon.loc similarity index 100% rename from pype/hosts/tvpaint/resources/avalon.loc rename to openpype/hosts/tvpaint/resources/avalon.loc diff --git a/pype/hosts/tvpaint/resources/template.tvpp b/openpype/hosts/tvpaint/resources/template.tvpp similarity index 100% rename from pype/hosts/tvpaint/resources/template.tvpp rename to openpype/hosts/tvpaint/resources/template.tvpp diff --git a/pype/hosts/unreal/api/__init__.py b/openpype/hosts/unreal/api/__init__.py similarity index 100% rename from pype/hosts/unreal/api/__init__.py rename to openpype/hosts/unreal/api/__init__.py diff --git a/pype/hosts/unreal/api/lib.py b/openpype/hosts/unreal/api/lib.py similarity index 100% rename from pype/hosts/unreal/api/lib.py rename to openpype/hosts/unreal/api/lib.py diff --git a/pype/hosts/unreal/api/plugin.py b/openpype/hosts/unreal/api/plugin.py similarity index 100% rename from pype/hosts/unreal/api/plugin.py rename to openpype/hosts/unreal/api/plugin.py diff --git a/pype/hosts/unreal/hooks/pre_workfile_preparation.py b/openpype/hosts/unreal/hooks/pre_workfile_preparation.py similarity index 100% rename from pype/hosts/unreal/hooks/pre_workfile_preparation.py rename to openpype/hosts/unreal/hooks/pre_workfile_preparation.py diff --git a/pype/hosts/unreal/plugins/__init__.py b/openpype/hosts/unreal/plugins/__init__.py similarity index 100% rename from pype/hosts/unreal/plugins/__init__.py rename to openpype/hosts/unreal/plugins/__init__.py diff --git a/pype/hosts/unreal/plugins/create/create_layout.py b/openpype/hosts/unreal/plugins/create/create_layout.py similarity index 100% rename from pype/hosts/unreal/plugins/create/create_layout.py rename to openpype/hosts/unreal/plugins/create/create_layout.py diff --git a/pype/hosts/unreal/plugins/create/create_staticmeshfbx.py b/openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py similarity index 100% rename from pype/hosts/unreal/plugins/create/create_staticmeshfbx.py rename to openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py diff --git a/pype/hosts/unreal/plugins/load/load_animation.py b/openpype/hosts/unreal/plugins/load/load_animation.py similarity index 100% rename from pype/hosts/unreal/plugins/load/load_animation.py rename to openpype/hosts/unreal/plugins/load/load_animation.py diff --git a/pype/hosts/unreal/plugins/load/load_rig.py b/openpype/hosts/unreal/plugins/load/load_rig.py similarity index 100% rename from pype/hosts/unreal/plugins/load/load_rig.py rename to openpype/hosts/unreal/plugins/load/load_rig.py diff --git a/pype/hosts/unreal/plugins/load/load_setdress.py b/openpype/hosts/unreal/plugins/load/load_setdress.py similarity index 100% rename from pype/hosts/unreal/plugins/load/load_setdress.py rename to openpype/hosts/unreal/plugins/load/load_setdress.py diff --git a/pype/hosts/unreal/plugins/load/load_staticmeshfbx.py b/openpype/hosts/unreal/plugins/load/load_staticmeshfbx.py similarity index 100% rename from pype/hosts/unreal/plugins/load/load_staticmeshfbx.py rename to openpype/hosts/unreal/plugins/load/load_staticmeshfbx.py diff --git a/pype/hosts/unreal/plugins/publish/collect_current_file.py b/openpype/hosts/unreal/plugins/publish/collect_current_file.py similarity index 100% rename from pype/hosts/unreal/plugins/publish/collect_current_file.py rename to openpype/hosts/unreal/plugins/publish/collect_current_file.py diff --git a/pype/hosts/unreal/plugins/publish/collect_instances.py b/openpype/hosts/unreal/plugins/publish/collect_instances.py similarity index 100% rename from pype/hosts/unreal/plugins/publish/collect_instances.py rename to openpype/hosts/unreal/plugins/publish/collect_instances.py diff --git a/pype/hosts/unreal/plugins/publish/extract_layout.py b/openpype/hosts/unreal/plugins/publish/extract_layout.py similarity index 100% rename from pype/hosts/unreal/plugins/publish/extract_layout.py rename to openpype/hosts/unreal/plugins/publish/extract_layout.py diff --git a/pype/launcher_actions.py b/openpype/launcher_actions.py similarity index 100% rename from pype/launcher_actions.py rename to openpype/launcher_actions.py diff --git a/pype/lib/__init__.py b/openpype/lib/__init__.py similarity index 100% rename from pype/lib/__init__.py rename to openpype/lib/__init__.py diff --git a/pype/lib/abstract_collect_render.py b/openpype/lib/abstract_collect_render.py similarity index 100% rename from pype/lib/abstract_collect_render.py rename to openpype/lib/abstract_collect_render.py diff --git a/pype/lib/abstract_expected_files.py b/openpype/lib/abstract_expected_files.py similarity index 100% rename from pype/lib/abstract_expected_files.py rename to openpype/lib/abstract_expected_files.py diff --git a/pype/lib/abstract_metaplugins.py b/openpype/lib/abstract_metaplugins.py similarity index 100% rename from pype/lib/abstract_metaplugins.py rename to openpype/lib/abstract_metaplugins.py diff --git a/pype/lib/abstract_submit_deadline.py b/openpype/lib/abstract_submit_deadline.py similarity index 100% rename from pype/lib/abstract_submit_deadline.py rename to openpype/lib/abstract_submit_deadline.py diff --git a/pype/lib/anatomy.py b/openpype/lib/anatomy.py similarity index 100% rename from pype/lib/anatomy.py rename to openpype/lib/anatomy.py diff --git a/pype/lib/applications.py b/openpype/lib/applications.py similarity index 100% rename from pype/lib/applications.py rename to openpype/lib/applications.py diff --git a/pype/lib/avalon_context.py b/openpype/lib/avalon_context.py similarity index 100% rename from pype/lib/avalon_context.py rename to openpype/lib/avalon_context.py diff --git a/pype/lib/config.py b/openpype/lib/config.py similarity index 100% rename from pype/lib/config.py rename to openpype/lib/config.py diff --git a/pype/lib/editorial.py b/openpype/lib/editorial.py similarity index 100% rename from pype/lib/editorial.py rename to openpype/lib/editorial.py diff --git a/pype/lib/env_tools.py b/openpype/lib/env_tools.py similarity index 100% rename from pype/lib/env_tools.py rename to openpype/lib/env_tools.py diff --git a/pype/lib/execute.py b/openpype/lib/execute.py similarity index 100% rename from pype/lib/execute.py rename to openpype/lib/execute.py diff --git a/pype/lib/ffmpeg_utils.py b/openpype/lib/ffmpeg_utils.py similarity index 100% rename from pype/lib/ffmpeg_utils.py rename to openpype/lib/ffmpeg_utils.py diff --git a/pype/lib/git_progress.py b/openpype/lib/git_progress.py similarity index 100% rename from pype/lib/git_progress.py rename to openpype/lib/git_progress.py diff --git a/pype/lib/import_utils.py b/openpype/lib/import_utils.py similarity index 100% rename from pype/lib/import_utils.py rename to openpype/lib/import_utils.py diff --git a/pype/lib/local_settings.py b/openpype/lib/local_settings.py similarity index 100% rename from pype/lib/local_settings.py rename to openpype/lib/local_settings.py diff --git a/pype/lib/log.py b/openpype/lib/log.py similarity index 100% rename from pype/lib/log.py rename to openpype/lib/log.py diff --git a/pype/lib/mongo.py b/openpype/lib/mongo.py similarity index 100% rename from pype/lib/mongo.py rename to openpype/lib/mongo.py diff --git a/pype/lib/path_tools.py b/openpype/lib/path_tools.py similarity index 100% rename from pype/lib/path_tools.py rename to openpype/lib/path_tools.py diff --git a/pype/lib/plugin_tools.py b/openpype/lib/plugin_tools.py similarity index 100% rename from pype/lib/plugin_tools.py rename to openpype/lib/plugin_tools.py diff --git a/pype/lib/profiles_filtering.py b/openpype/lib/profiles_filtering.py similarity index 100% rename from pype/lib/profiles_filtering.py rename to openpype/lib/profiles_filtering.py diff --git a/pype/lib/profiling.py b/openpype/lib/profiling.py similarity index 100% rename from pype/lib/profiling.py rename to openpype/lib/profiling.py diff --git a/pype/lib/pype_info.py b/openpype/lib/pype_info.py similarity index 100% rename from pype/lib/pype_info.py rename to openpype/lib/pype_info.py diff --git a/pype/lib/python_module_tools.py b/openpype/lib/python_module_tools.py similarity index 100% rename from pype/lib/python_module_tools.py rename to openpype/lib/python_module_tools.py diff --git a/pype/lib/splash.txt b/openpype/lib/splash.txt similarity index 100% rename from pype/lib/splash.txt rename to openpype/lib/splash.txt diff --git a/pype/lib/terminal.py b/openpype/lib/terminal.py similarity index 100% rename from pype/lib/terminal.py rename to openpype/lib/terminal.py diff --git a/pype/lib/terminal_splash.py b/openpype/lib/terminal_splash.py similarity index 100% rename from pype/lib/terminal_splash.py rename to openpype/lib/terminal_splash.py diff --git a/pype/modules/README.md b/openpype/modules/README.md similarity index 100% rename from pype/modules/README.md rename to openpype/modules/README.md diff --git a/pype/modules/__init__.py b/openpype/modules/__init__.py similarity index 100% rename from pype/modules/__init__.py rename to openpype/modules/__init__.py diff --git a/pype/modules/avalon_apps/__init__.py b/openpype/modules/avalon_apps/__init__.py similarity index 100% rename from pype/modules/avalon_apps/__init__.py rename to openpype/modules/avalon_apps/__init__.py diff --git a/pype/modules/avalon_apps/avalon_app.py b/openpype/modules/avalon_apps/avalon_app.py similarity index 100% rename from pype/modules/avalon_apps/avalon_app.py rename to openpype/modules/avalon_apps/avalon_app.py diff --git a/pype/modules/avalon_apps/rest_api.py b/openpype/modules/avalon_apps/rest_api.py similarity index 100% rename from pype/modules/avalon_apps/rest_api.py rename to openpype/modules/avalon_apps/rest_api.py diff --git a/pype/modules/base.py b/openpype/modules/base.py similarity index 100% rename from pype/modules/base.py rename to openpype/modules/base.py diff --git a/pype/modules/clockify/__init__.py b/openpype/modules/clockify/__init__.py similarity index 100% rename from pype/modules/clockify/__init__.py rename to openpype/modules/clockify/__init__.py diff --git a/pype/modules/clockify/clockify_api.py b/openpype/modules/clockify/clockify_api.py similarity index 100% rename from pype/modules/clockify/clockify_api.py rename to openpype/modules/clockify/clockify_api.py diff --git a/pype/modules/clockify/clockify_module.py b/openpype/modules/clockify/clockify_module.py similarity index 100% rename from pype/modules/clockify/clockify_module.py rename to openpype/modules/clockify/clockify_module.py diff --git a/pype/modules/clockify/constants.py b/openpype/modules/clockify/constants.py similarity index 100% rename from pype/modules/clockify/constants.py rename to openpype/modules/clockify/constants.py diff --git a/pype/modules/clockify/ftrack/server/action_clockify_sync_server.py b/openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py similarity index 100% rename from pype/modules/clockify/ftrack/server/action_clockify_sync_server.py rename to openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py diff --git a/pype/modules/clockify/ftrack/user/action_clockify_sync_local.py b/openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py similarity index 100% rename from pype/modules/clockify/ftrack/user/action_clockify_sync_local.py rename to openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py diff --git a/pype/modules/clockify/launcher_actions/ClockifyStart.py b/openpype/modules/clockify/launcher_actions/ClockifyStart.py similarity index 100% rename from pype/modules/clockify/launcher_actions/ClockifyStart.py rename to openpype/modules/clockify/launcher_actions/ClockifyStart.py diff --git a/pype/modules/clockify/launcher_actions/ClockifySync.py b/openpype/modules/clockify/launcher_actions/ClockifySync.py similarity index 100% rename from pype/modules/clockify/launcher_actions/ClockifySync.py rename to openpype/modules/clockify/launcher_actions/ClockifySync.py diff --git a/pype/modules/clockify/widgets.py b/openpype/modules/clockify/widgets.py similarity index 100% rename from pype/modules/clockify/widgets.py rename to openpype/modules/clockify/widgets.py diff --git a/pype/modules/deadline/__init__.py b/openpype/modules/deadline/__init__.py similarity index 100% rename from pype/modules/deadline/__init__.py rename to openpype/modules/deadline/__init__.py diff --git a/pype/modules/deadline/deadline_module.py b/openpype/modules/deadline/deadline_module.py similarity index 100% rename from pype/modules/deadline/deadline_module.py rename to openpype/modules/deadline/deadline_module.py diff --git a/pype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py b/openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py similarity index 100% rename from pype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py rename to openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py diff --git a/pype/modules/deadline/plugins/publish/submit_harmony_deadline..py b/openpype/modules/deadline/plugins/publish/submit_harmony_deadline..py similarity index 100% rename from pype/modules/deadline/plugins/publish/submit_harmony_deadline..py rename to openpype/modules/deadline/plugins/publish/submit_harmony_deadline..py diff --git a/pype/modules/deadline/plugins/publish/submit_maya_deadline.py b/openpype/modules/deadline/plugins/publish/submit_maya_deadline.py similarity index 100% rename from pype/modules/deadline/plugins/publish/submit_maya_deadline.py rename to openpype/modules/deadline/plugins/publish/submit_maya_deadline.py diff --git a/pype/modules/deadline/plugins/publish/submit_nuke_deadline.py b/openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py similarity index 100% rename from pype/modules/deadline/plugins/publish/submit_nuke_deadline.py rename to openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py diff --git a/pype/modules/deadline/plugins/publish/submit_publish_job.py b/openpype/modules/deadline/plugins/publish/submit_publish_job.py similarity index 100% rename from pype/modules/deadline/plugins/publish/submit_publish_job.py rename to openpype/modules/deadline/plugins/publish/submit_publish_job.py diff --git a/pype/modules/deadline/plugins/publish/validate_deadline_connection.py b/openpype/modules/deadline/plugins/publish/validate_deadline_connection.py similarity index 100% rename from pype/modules/deadline/plugins/publish/validate_deadline_connection.py rename to openpype/modules/deadline/plugins/publish/validate_deadline_connection.py diff --git a/pype/modules/ftrack/__init__.py b/openpype/modules/ftrack/__init__.py similarity index 100% rename from pype/modules/ftrack/__init__.py rename to openpype/modules/ftrack/__init__.py diff --git a/pype/modules/ftrack/event_handlers_server/action_clone_review_session.py b/openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/action_clone_review_session.py rename to openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py diff --git a/pype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py b/openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py rename to openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py diff --git a/pype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py b/openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py rename to openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py diff --git a/pype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py b/openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py rename to openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py diff --git a/pype/modules/ftrack/event_handlers_server/event_first_version_status.py b/openpype/modules/ftrack/event_handlers_server/event_first_version_status.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_first_version_status.py rename to openpype/modules/ftrack/event_handlers_server/event_first_version_status.py diff --git a/pype/modules/ftrack/event_handlers_server/event_next_task_update.py b/openpype/modules/ftrack/event_handlers_server/event_next_task_update.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_next_task_update.py rename to openpype/modules/ftrack/event_handlers_server/event_next_task_update.py diff --git a/pype/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 similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py rename to openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py diff --git a/pype/modules/ftrack/event_handlers_server/event_radio_buttons.py b/openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_radio_buttons.py rename to openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py diff --git a/pype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py b/openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py rename to openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py diff --git a/pype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py b/openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py rename to openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py diff --git a/pype/modules/ftrack/event_handlers_server/event_task_to_version_status.py b/openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_task_to_version_status.py rename to openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py diff --git a/pype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py b/openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py rename to openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py diff --git a/pype/modules/ftrack/event_handlers_server/event_user_assigment.py b/openpype/modules/ftrack/event_handlers_server/event_user_assigment.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_user_assigment.py rename to openpype/modules/ftrack/event_handlers_server/event_user_assigment.py diff --git a/pype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py b/openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py similarity index 100% rename from pype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py rename to openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py diff --git a/pype/modules/ftrack/event_handlers_user/action_applications.py b/openpype/modules/ftrack/event_handlers_user/action_applications.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_applications.py rename to openpype/modules/ftrack/event_handlers_user/action_applications.py diff --git a/pype/modules/ftrack/event_handlers_user/action_batch_task_creation.py b/openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_batch_task_creation.py rename to openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py diff --git a/pype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py b/openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py rename to openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py diff --git a/pype/modules/ftrack/event_handlers_user/action_client_review_sort.py b/openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_client_review_sort.py rename to openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py diff --git a/pype/modules/ftrack/event_handlers_user/action_component_open.py b/openpype/modules/ftrack/event_handlers_user/action_component_open.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_component_open.py rename to openpype/modules/ftrack/event_handlers_user/action_component_open.py diff --git a/pype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py b/openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py rename to openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py diff --git a/pype/modules/ftrack/event_handlers_user/action_create_folders.py b/openpype/modules/ftrack/event_handlers_user/action_create_folders.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_create_folders.py rename to openpype/modules/ftrack/event_handlers_user/action_create_folders.py diff --git a/pype/modules/ftrack/event_handlers_user/action_create_project_structure.py b/openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_create_project_structure.py rename to openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py diff --git a/pype/modules/ftrack/event_handlers_user/action_delete_asset.py b/openpype/modules/ftrack/event_handlers_user/action_delete_asset.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_delete_asset.py rename to openpype/modules/ftrack/event_handlers_user/action_delete_asset.py diff --git a/pype/modules/ftrack/event_handlers_user/action_delete_old_versions.py b/openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_delete_old_versions.py rename to openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py diff --git a/pype/modules/ftrack/event_handlers_user/action_delivery.py b/openpype/modules/ftrack/event_handlers_user/action_delivery.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_delivery.py rename to openpype/modules/ftrack/event_handlers_user/action_delivery.py diff --git a/pype/modules/ftrack/event_handlers_user/action_djvview.py b/openpype/modules/ftrack/event_handlers_user/action_djvview.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_djvview.py rename to openpype/modules/ftrack/event_handlers_user/action_djvview.py diff --git a/pype/modules/ftrack/event_handlers_user/action_job_killer.py b/openpype/modules/ftrack/event_handlers_user/action_job_killer.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_job_killer.py rename to openpype/modules/ftrack/event_handlers_user/action_job_killer.py diff --git a/pype/modules/ftrack/event_handlers_user/action_multiple_notes.py b/openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_multiple_notes.py rename to openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py diff --git a/pype/modules/ftrack/event_handlers_user/action_prepare_project.py b/openpype/modules/ftrack/event_handlers_user/action_prepare_project.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_prepare_project.py rename to openpype/modules/ftrack/event_handlers_user/action_prepare_project.py diff --git a/pype/modules/ftrack/event_handlers_user/action_rv.py b/openpype/modules/ftrack/event_handlers_user/action_rv.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_rv.py rename to openpype/modules/ftrack/event_handlers_user/action_rv.py diff --git a/pype/modules/ftrack/event_handlers_user/action_seed.py b/openpype/modules/ftrack/event_handlers_user/action_seed.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_seed.py rename to openpype/modules/ftrack/event_handlers_user/action_seed.py diff --git a/pype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py b/openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py rename to openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py diff --git a/pype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py b/openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py rename to openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py diff --git a/pype/modules/ftrack/event_handlers_user/action_test.py b/openpype/modules/ftrack/event_handlers_user/action_test.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_test.py rename to openpype/modules/ftrack/event_handlers_user/action_test.py diff --git a/pype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py b/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py rename to openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py diff --git a/pype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py b/openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py rename to openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py diff --git a/pype/modules/ftrack/event_handlers_user/action_where_run_ask.py b/openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_where_run_ask.py rename to openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py diff --git a/pype/modules/ftrack/event_handlers_user/action_where_run_show.py b/openpype/modules/ftrack/event_handlers_user/action_where_run_show.py similarity index 100% rename from pype/modules/ftrack/event_handlers_user/action_where_run_show.py rename to openpype/modules/ftrack/event_handlers_user/action_where_run_show.py diff --git a/pype/modules/ftrack/ftrack_module.py b/openpype/modules/ftrack/ftrack_module.py similarity index 100% rename from pype/modules/ftrack/ftrack_module.py rename to openpype/modules/ftrack/ftrack_module.py diff --git a/pype/modules/ftrack/ftrack_server/__init__.py b/openpype/modules/ftrack/ftrack_server/__init__.py similarity index 100% rename from pype/modules/ftrack/ftrack_server/__init__.py rename to openpype/modules/ftrack/ftrack_server/__init__.py diff --git a/pype/modules/ftrack/ftrack_server/event_server_cli.py b/openpype/modules/ftrack/ftrack_server/event_server_cli.py similarity index 100% rename from pype/modules/ftrack/ftrack_server/event_server_cli.py rename to openpype/modules/ftrack/ftrack_server/event_server_cli.py diff --git a/pype/modules/ftrack/ftrack_server/ftrack_server.py b/openpype/modules/ftrack/ftrack_server/ftrack_server.py similarity index 100% rename from pype/modules/ftrack/ftrack_server/ftrack_server.py rename to openpype/modules/ftrack/ftrack_server/ftrack_server.py diff --git a/pype/modules/ftrack/ftrack_server/lib.py b/openpype/modules/ftrack/ftrack_server/lib.py similarity index 100% rename from pype/modules/ftrack/ftrack_server/lib.py rename to openpype/modules/ftrack/ftrack_server/lib.py diff --git a/pype/modules/ftrack/ftrack_server/socket_thread.py b/openpype/modules/ftrack/ftrack_server/socket_thread.py similarity index 100% rename from pype/modules/ftrack/ftrack_server/socket_thread.py rename to openpype/modules/ftrack/ftrack_server/socket_thread.py diff --git a/pype/modules/ftrack/launch_hooks/post_ftrack_changes.py b/openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py similarity index 100% rename from pype/modules/ftrack/launch_hooks/post_ftrack_changes.py rename to openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py diff --git a/pype/modules/ftrack/launch_hooks/pre_python2_vendor.py b/openpype/modules/ftrack/launch_hooks/pre_python2_vendor.py similarity index 100% rename from pype/modules/ftrack/launch_hooks/pre_python2_vendor.py rename to openpype/modules/ftrack/launch_hooks/pre_python2_vendor.py diff --git a/pype/modules/ftrack/lib/__init__.py b/openpype/modules/ftrack/lib/__init__.py similarity index 100% rename from pype/modules/ftrack/lib/__init__.py rename to openpype/modules/ftrack/lib/__init__.py diff --git a/pype/modules/ftrack/lib/avalon_sync.py b/openpype/modules/ftrack/lib/avalon_sync.py similarity index 100% rename from pype/modules/ftrack/lib/avalon_sync.py rename to openpype/modules/ftrack/lib/avalon_sync.py diff --git a/pype/modules/ftrack/lib/credentials.py b/openpype/modules/ftrack/lib/credentials.py similarity index 100% rename from pype/modules/ftrack/lib/credentials.py rename to openpype/modules/ftrack/lib/credentials.py diff --git a/pype/modules/ftrack/lib/custom_attributes.json b/openpype/modules/ftrack/lib/custom_attributes.json similarity index 100% rename from pype/modules/ftrack/lib/custom_attributes.json rename to openpype/modules/ftrack/lib/custom_attributes.json diff --git a/pype/modules/ftrack/lib/ftrack_action_handler.py b/openpype/modules/ftrack/lib/ftrack_action_handler.py similarity index 100% rename from pype/modules/ftrack/lib/ftrack_action_handler.py rename to openpype/modules/ftrack/lib/ftrack_action_handler.py diff --git a/pype/modules/ftrack/lib/ftrack_base_handler.py b/openpype/modules/ftrack/lib/ftrack_base_handler.py similarity index 100% rename from pype/modules/ftrack/lib/ftrack_base_handler.py rename to openpype/modules/ftrack/lib/ftrack_base_handler.py diff --git a/pype/modules/ftrack/lib/ftrack_event_handler.py b/openpype/modules/ftrack/lib/ftrack_event_handler.py similarity index 100% rename from pype/modules/ftrack/lib/ftrack_event_handler.py rename to openpype/modules/ftrack/lib/ftrack_event_handler.py diff --git a/pype/modules/ftrack/lib/settings.py b/openpype/modules/ftrack/lib/settings.py similarity index 100% rename from pype/modules/ftrack/lib/settings.py rename to openpype/modules/ftrack/lib/settings.py diff --git a/pype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py b/openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py similarity index 100% rename from pype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py rename to openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py diff --git a/pype/modules/ftrack/plugins/publish/collect_ftrack_api.py b/openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/collect_ftrack_api.py rename to openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_ftrack_api.py b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_ftrack_api.py rename to openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py rename to openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py rename to openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_ftrack_note.py b/openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_ftrack_note.py rename to openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py b/openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py rename to openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py diff --git a/pype/modules/ftrack/plugins/publish/integrate_remove_components.py b/openpype/modules/ftrack/plugins/publish/integrate_remove_components.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/integrate_remove_components.py rename to openpype/modules/ftrack/plugins/publish/integrate_remove_components.py diff --git a/pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py b/openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py similarity index 100% rename from pype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py rename to openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py diff --git a/pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/__init__.py b/openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/__init__.py similarity index 100% rename from pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/__init__.py rename to openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/__init__.py diff --git a/pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/__init__.py b/openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/__init__.py similarity index 100% rename from pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/__init__.py rename to openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/__init__.py diff --git a/pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/helpers.py b/openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/helpers.py similarity index 100% rename from pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/helpers.py rename to openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/configparser/helpers.py diff --git a/pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/functools_lru_cache.py b/openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/functools_lru_cache.py similarity index 100% rename from pype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/functools_lru_cache.py rename to openpype/modules/ftrack/python2_vendor/backports.functools_lru_cache/backports/functools_lru_cache.py diff --git a/pype/modules/ftrack/python2_vendor/builtins/builtins/__init__.py b/openpype/modules/ftrack/python2_vendor/builtins/builtins/__init__.py similarity index 100% rename from pype/modules/ftrack/python2_vendor/builtins/builtins/__init__.py rename to openpype/modules/ftrack/python2_vendor/builtins/builtins/__init__.py diff --git a/pype/modules/ftrack/scripts/sub_event_processor.py b/openpype/modules/ftrack/scripts/sub_event_processor.py similarity index 100% rename from pype/modules/ftrack/scripts/sub_event_processor.py rename to openpype/modules/ftrack/scripts/sub_event_processor.py diff --git a/pype/modules/ftrack/scripts/sub_event_status.py b/openpype/modules/ftrack/scripts/sub_event_status.py similarity index 100% rename from pype/modules/ftrack/scripts/sub_event_status.py rename to openpype/modules/ftrack/scripts/sub_event_status.py diff --git a/pype/modules/ftrack/scripts/sub_event_storer.py b/openpype/modules/ftrack/scripts/sub_event_storer.py similarity index 100% rename from pype/modules/ftrack/scripts/sub_event_storer.py rename to openpype/modules/ftrack/scripts/sub_event_storer.py diff --git a/pype/modules/ftrack/scripts/sub_legacy_server.py b/openpype/modules/ftrack/scripts/sub_legacy_server.py similarity index 100% rename from pype/modules/ftrack/scripts/sub_legacy_server.py rename to openpype/modules/ftrack/scripts/sub_legacy_server.py diff --git a/pype/modules/ftrack/scripts/sub_user_server.py b/openpype/modules/ftrack/scripts/sub_user_server.py similarity index 100% rename from pype/modules/ftrack/scripts/sub_user_server.py rename to openpype/modules/ftrack/scripts/sub_user_server.py diff --git a/pype/modules/ftrack/tray/__init__.py b/openpype/modules/ftrack/tray/__init__.py similarity index 100% rename from pype/modules/ftrack/tray/__init__.py rename to openpype/modules/ftrack/tray/__init__.py diff --git a/pype/modules/ftrack/tray/ftrack_tray.py b/openpype/modules/ftrack/tray/ftrack_tray.py similarity index 100% rename from pype/modules/ftrack/tray/ftrack_tray.py rename to openpype/modules/ftrack/tray/ftrack_tray.py diff --git a/pype/modules/ftrack/tray/login_dialog.py b/openpype/modules/ftrack/tray/login_dialog.py similarity index 100% rename from pype/modules/ftrack/tray/login_dialog.py rename to openpype/modules/ftrack/tray/login_dialog.py diff --git a/pype/modules/ftrack/tray/login_tools.py b/openpype/modules/ftrack/tray/login_tools.py similarity index 100% rename from pype/modules/ftrack/tray/login_tools.py rename to openpype/modules/ftrack/tray/login_tools.py diff --git a/pype/modules/idle_manager/__init__.py b/openpype/modules/idle_manager/__init__.py similarity index 100% rename from pype/modules/idle_manager/__init__.py rename to openpype/modules/idle_manager/__init__.py diff --git a/pype/modules/idle_manager/idle_module.py b/openpype/modules/idle_manager/idle_module.py similarity index 100% rename from pype/modules/idle_manager/idle_module.py rename to openpype/modules/idle_manager/idle_module.py diff --git a/pype/modules/idle_manager/idle_threads.py b/openpype/modules/idle_manager/idle_threads.py similarity index 100% rename from pype/modules/idle_manager/idle_threads.py rename to openpype/modules/idle_manager/idle_threads.py diff --git a/pype/modules/launcher_action.py b/openpype/modules/launcher_action.py similarity index 100% rename from pype/modules/launcher_action.py rename to openpype/modules/launcher_action.py diff --git a/pype/modules/log_viewer/__init__.py b/openpype/modules/log_viewer/__init__.py similarity index 100% rename from pype/modules/log_viewer/__init__.py rename to openpype/modules/log_viewer/__init__.py diff --git a/pype/modules/log_viewer/log_view_module.py b/openpype/modules/log_viewer/log_view_module.py similarity index 100% rename from pype/modules/log_viewer/log_view_module.py rename to openpype/modules/log_viewer/log_view_module.py diff --git a/pype/modules/log_viewer/tray/__init__.py b/openpype/modules/log_viewer/tray/__init__.py similarity index 100% rename from pype/modules/log_viewer/tray/__init__.py rename to openpype/modules/log_viewer/tray/__init__.py diff --git a/pype/modules/log_viewer/tray/app.py b/openpype/modules/log_viewer/tray/app.py similarity index 100% rename from pype/modules/log_viewer/tray/app.py rename to openpype/modules/log_viewer/tray/app.py diff --git a/pype/modules/log_viewer/tray/models.py b/openpype/modules/log_viewer/tray/models.py similarity index 100% rename from pype/modules/log_viewer/tray/models.py rename to openpype/modules/log_viewer/tray/models.py diff --git a/pype/modules/log_viewer/tray/widgets.py b/openpype/modules/log_viewer/tray/widgets.py similarity index 100% rename from pype/modules/log_viewer/tray/widgets.py rename to openpype/modules/log_viewer/tray/widgets.py diff --git a/pype/modules/muster/__init__.py b/openpype/modules/muster/__init__.py similarity index 100% rename from pype/modules/muster/__init__.py rename to openpype/modules/muster/__init__.py diff --git a/pype/modules/muster/muster.py b/openpype/modules/muster/muster.py similarity index 100% rename from pype/modules/muster/muster.py rename to openpype/modules/muster/muster.py diff --git a/pype/modules/muster/rest_api.py b/openpype/modules/muster/rest_api.py similarity index 100% rename from pype/modules/muster/rest_api.py rename to openpype/modules/muster/rest_api.py diff --git a/pype/modules/muster/widget_login.py b/openpype/modules/muster/widget_login.py similarity index 100% rename from pype/modules/muster/widget_login.py rename to openpype/modules/muster/widget_login.py diff --git a/pype/modules/settings_action.py b/openpype/modules/settings_action.py similarity index 100% rename from pype/modules/settings_action.py rename to openpype/modules/settings_action.py diff --git a/pype/modules/standalonepublish_action.py b/openpype/modules/standalonepublish_action.py similarity index 100% rename from pype/modules/standalonepublish_action.py rename to openpype/modules/standalonepublish_action.py diff --git a/pype/modules/sync_server/README.md b/openpype/modules/sync_server/README.md similarity index 100% rename from pype/modules/sync_server/README.md rename to openpype/modules/sync_server/README.md diff --git a/pype/modules/sync_server/__init__.py b/openpype/modules/sync_server/__init__.py similarity index 100% rename from pype/modules/sync_server/__init__.py rename to openpype/modules/sync_server/__init__.py diff --git a/pype/modules/sync_server/providers/abstract_provider.py b/openpype/modules/sync_server/providers/abstract_provider.py similarity index 100% rename from pype/modules/sync_server/providers/abstract_provider.py rename to openpype/modules/sync_server/providers/abstract_provider.py diff --git a/pype/modules/sync_server/providers/gdrive.py b/openpype/modules/sync_server/providers/gdrive.py similarity index 100% rename from pype/modules/sync_server/providers/gdrive.py rename to openpype/modules/sync_server/providers/gdrive.py diff --git a/pype/modules/sync_server/providers/lib.py b/openpype/modules/sync_server/providers/lib.py similarity index 100% rename from pype/modules/sync_server/providers/lib.py rename to openpype/modules/sync_server/providers/lib.py diff --git a/pype/modules/sync_server/providers/local_drive.py b/openpype/modules/sync_server/providers/local_drive.py similarity index 100% rename from pype/modules/sync_server/providers/local_drive.py rename to openpype/modules/sync_server/providers/local_drive.py diff --git a/pype/modules/sync_server/providers/resources/gdrive.png b/openpype/modules/sync_server/providers/resources/gdrive.png similarity index 100% rename from pype/modules/sync_server/providers/resources/gdrive.png rename to openpype/modules/sync_server/providers/resources/gdrive.png diff --git a/pype/modules/sync_server/providers/resources/local_drive.png b/openpype/modules/sync_server/providers/resources/local_drive.png similarity index 100% rename from pype/modules/sync_server/providers/resources/local_drive.png rename to openpype/modules/sync_server/providers/resources/local_drive.png diff --git a/pype/modules/sync_server/providers/resources/studio.png b/openpype/modules/sync_server/providers/resources/studio.png similarity index 100% rename from pype/modules/sync_server/providers/resources/studio.png rename to openpype/modules/sync_server/providers/resources/studio.png diff --git a/pype/modules/sync_server/resources/paused.png b/openpype/modules/sync_server/resources/paused.png similarity index 100% rename from pype/modules/sync_server/resources/paused.png rename to openpype/modules/sync_server/resources/paused.png diff --git a/pype/modules/sync_server/resources/synced.png b/openpype/modules/sync_server/resources/synced.png similarity index 100% rename from pype/modules/sync_server/resources/synced.png rename to openpype/modules/sync_server/resources/synced.png diff --git a/pype/modules/sync_server/sync_server.py b/openpype/modules/sync_server/sync_server.py similarity index 100% rename from pype/modules/sync_server/sync_server.py rename to openpype/modules/sync_server/sync_server.py diff --git a/pype/modules/sync_server/tray/app.py b/openpype/modules/sync_server/tray/app.py similarity index 100% rename from pype/modules/sync_server/tray/app.py rename to openpype/modules/sync_server/tray/app.py diff --git a/pype/modules/sync_server/utils.py b/openpype/modules/sync_server/utils.py similarity index 100% rename from pype/modules/sync_server/utils.py rename to openpype/modules/sync_server/utils.py diff --git a/pype/modules/timers_manager/__init__.py b/openpype/modules/timers_manager/__init__.py similarity index 100% rename from pype/modules/timers_manager/__init__.py rename to openpype/modules/timers_manager/__init__.py diff --git a/pype/modules/timers_manager/rest_api.py b/openpype/modules/timers_manager/rest_api.py similarity index 100% rename from pype/modules/timers_manager/rest_api.py rename to openpype/modules/timers_manager/rest_api.py diff --git a/pype/modules/timers_manager/timers_manager.py b/openpype/modules/timers_manager/timers_manager.py similarity index 100% rename from pype/modules/timers_manager/timers_manager.py rename to openpype/modules/timers_manager/timers_manager.py diff --git a/pype/modules/timers_manager/widget_user_idle.py b/openpype/modules/timers_manager/widget_user_idle.py similarity index 100% rename from pype/modules/timers_manager/widget_user_idle.py rename to openpype/modules/timers_manager/widget_user_idle.py diff --git a/pype/modules/user/__init__.py b/openpype/modules/user/__init__.py similarity index 100% rename from pype/modules/user/__init__.py rename to openpype/modules/user/__init__.py diff --git a/pype/modules/user/rest_api.py b/openpype/modules/user/rest_api.py similarity index 100% rename from pype/modules/user/rest_api.py rename to openpype/modules/user/rest_api.py diff --git a/pype/modules/user/user_module.py b/openpype/modules/user/user_module.py similarity index 100% rename from pype/modules/user/user_module.py rename to openpype/modules/user/user_module.py diff --git a/pype/modules/user/widget_user.py b/openpype/modules/user/widget_user.py similarity index 100% rename from pype/modules/user/widget_user.py rename to openpype/modules/user/widget_user.py diff --git a/pype/modules/webserver/__init__.py b/openpype/modules/webserver/__init__.py similarity index 100% rename from pype/modules/webserver/__init__.py rename to openpype/modules/webserver/__init__.py diff --git a/pype/modules/webserver/base_routes.py b/openpype/modules/webserver/base_routes.py similarity index 100% rename from pype/modules/webserver/base_routes.py rename to openpype/modules/webserver/base_routes.py diff --git a/pype/modules/webserver/server.py b/openpype/modules/webserver/server.py similarity index 100% rename from pype/modules/webserver/server.py rename to openpype/modules/webserver/server.py diff --git a/pype/modules/webserver/webserver_module.py b/openpype/modules/webserver/webserver_module.py similarity index 100% rename from pype/modules/webserver/webserver_module.py rename to openpype/modules/webserver/webserver_module.py diff --git a/pype/plugin.py b/openpype/plugin.py similarity index 100% rename from pype/plugin.py rename to openpype/plugin.py diff --git a/pype/plugins/load/copy_file.py b/openpype/plugins/load/copy_file.py similarity index 100% rename from pype/plugins/load/copy_file.py rename to openpype/plugins/load/copy_file.py diff --git a/pype/plugins/load/copy_file_path.py b/openpype/plugins/load/copy_file_path.py similarity index 100% rename from pype/plugins/load/copy_file_path.py rename to openpype/plugins/load/copy_file_path.py diff --git a/pype/plugins/load/delete_old_versions.py b/openpype/plugins/load/delete_old_versions.py similarity index 100% rename from pype/plugins/load/delete_old_versions.py rename to openpype/plugins/load/delete_old_versions.py diff --git a/pype/plugins/load/open_djv.py b/openpype/plugins/load/open_djv.py similarity index 100% rename from pype/plugins/load/open_djv.py rename to openpype/plugins/load/open_djv.py diff --git a/pype/plugins/load/open_file.py b/openpype/plugins/load/open_file.py similarity index 100% rename from pype/plugins/load/open_file.py rename to openpype/plugins/load/open_file.py diff --git a/pype/plugins/publish/cleanup.py b/openpype/plugins/publish/cleanup.py similarity index 100% rename from pype/plugins/publish/cleanup.py rename to openpype/plugins/publish/cleanup.py diff --git a/pype/plugins/publish/collect_anatomy_context_data.py b/openpype/plugins/publish/collect_anatomy_context_data.py similarity index 100% rename from pype/plugins/publish/collect_anatomy_context_data.py rename to openpype/plugins/publish/collect_anatomy_context_data.py diff --git a/pype/plugins/publish/collect_anatomy_instance_data.py b/openpype/plugins/publish/collect_anatomy_instance_data.py similarity index 100% rename from pype/plugins/publish/collect_anatomy_instance_data.py rename to openpype/plugins/publish/collect_anatomy_instance_data.py diff --git a/pype/plugins/publish/collect_anatomy_object.py b/openpype/plugins/publish/collect_anatomy_object.py similarity index 100% rename from pype/plugins/publish/collect_anatomy_object.py rename to openpype/plugins/publish/collect_anatomy_object.py diff --git a/pype/plugins/publish/collect_avalon_entities.py b/openpype/plugins/publish/collect_avalon_entities.py similarity index 100% rename from pype/plugins/publish/collect_avalon_entities.py rename to openpype/plugins/publish/collect_avalon_entities.py diff --git a/pype/plugins/publish/collect_comment.py b/openpype/plugins/publish/collect_comment.py similarity index 100% rename from pype/plugins/publish/collect_comment.py rename to openpype/plugins/publish/collect_comment.py diff --git a/pype/plugins/publish/collect_context_label.py b/openpype/plugins/publish/collect_context_label.py similarity index 100% rename from pype/plugins/publish/collect_context_label.py rename to openpype/plugins/publish/collect_context_label.py diff --git a/pype/plugins/publish/collect_current_pype_user.py b/openpype/plugins/publish/collect_current_pype_user.py similarity index 100% rename from pype/plugins/publish/collect_current_pype_user.py rename to openpype/plugins/publish/collect_current_pype_user.py diff --git a/pype/plugins/publish/collect_current_shell_file.py b/openpype/plugins/publish/collect_current_shell_file.py similarity index 100% rename from pype/plugins/publish/collect_current_shell_file.py rename to openpype/plugins/publish/collect_current_shell_file.py diff --git a/pype/plugins/publish/collect_datetime_data.py b/openpype/plugins/publish/collect_datetime_data.py similarity index 100% rename from pype/plugins/publish/collect_datetime_data.py rename to openpype/plugins/publish/collect_datetime_data.py diff --git a/pype/plugins/publish/collect_hierarchy.py b/openpype/plugins/publish/collect_hierarchy.py similarity index 100% rename from pype/plugins/publish/collect_hierarchy.py rename to openpype/plugins/publish/collect_hierarchy.py diff --git a/pype/plugins/publish/collect_machine_name.py b/openpype/plugins/publish/collect_machine_name.py similarity index 100% rename from pype/plugins/publish/collect_machine_name.py rename to openpype/plugins/publish/collect_machine_name.py diff --git a/pype/plugins/publish/collect_otio_frame_ranges.py b/openpype/plugins/publish/collect_otio_frame_ranges.py similarity index 100% rename from pype/plugins/publish/collect_otio_frame_ranges.py rename to openpype/plugins/publish/collect_otio_frame_ranges.py diff --git a/pype/plugins/publish/collect_otio_review.py b/openpype/plugins/publish/collect_otio_review.py similarity index 100% rename from pype/plugins/publish/collect_otio_review.py rename to openpype/plugins/publish/collect_otio_review.py diff --git a/pype/plugins/publish/collect_otio_subset_resources.py b/openpype/plugins/publish/collect_otio_subset_resources.py similarity index 100% rename from pype/plugins/publish/collect_otio_subset_resources.py rename to openpype/plugins/publish/collect_otio_subset_resources.py diff --git a/pype/plugins/publish/collect_rendered_files.py b/openpype/plugins/publish/collect_rendered_files.py similarity index 100% rename from pype/plugins/publish/collect_rendered_files.py rename to openpype/plugins/publish/collect_rendered_files.py diff --git a/pype/plugins/publish/collect_resources_path.py b/openpype/plugins/publish/collect_resources_path.py similarity index 100% rename from pype/plugins/publish/collect_resources_path.py rename to openpype/plugins/publish/collect_resources_path.py diff --git a/pype/plugins/publish/collect_scene_version.py b/openpype/plugins/publish/collect_scene_version.py similarity index 100% rename from pype/plugins/publish/collect_scene_version.py rename to openpype/plugins/publish/collect_scene_version.py diff --git a/pype/plugins/publish/collect_settings.py b/openpype/plugins/publish/collect_settings.py similarity index 100% rename from pype/plugins/publish/collect_settings.py rename to openpype/plugins/publish/collect_settings.py diff --git a/pype/plugins/publish/collect_shell_workspace.py b/openpype/plugins/publish/collect_shell_workspace.py similarity index 100% rename from pype/plugins/publish/collect_shell_workspace.py rename to openpype/plugins/publish/collect_shell_workspace.py diff --git a/pype/plugins/publish/collect_time.py b/openpype/plugins/publish/collect_time.py similarity index 100% rename from pype/plugins/publish/collect_time.py rename to openpype/plugins/publish/collect_time.py diff --git a/pype/plugins/publish/extract_burnin.py b/openpype/plugins/publish/extract_burnin.py similarity index 100% rename from pype/plugins/publish/extract_burnin.py rename to openpype/plugins/publish/extract_burnin.py diff --git a/pype/plugins/publish/extract_hierarchy_avalon.py b/openpype/plugins/publish/extract_hierarchy_avalon.py similarity index 100% rename from pype/plugins/publish/extract_hierarchy_avalon.py rename to openpype/plugins/publish/extract_hierarchy_avalon.py diff --git a/pype/plugins/publish/extract_jpeg.py b/openpype/plugins/publish/extract_jpeg.py similarity index 100% rename from pype/plugins/publish/extract_jpeg.py rename to openpype/plugins/publish/extract_jpeg.py diff --git a/pype/plugins/publish/extract_otio_file.py b/openpype/plugins/publish/extract_otio_file.py similarity index 100% rename from pype/plugins/publish/extract_otio_file.py rename to openpype/plugins/publish/extract_otio_file.py diff --git a/pype/plugins/publish/extract_otio_review.py b/openpype/plugins/publish/extract_otio_review.py similarity index 100% rename from pype/plugins/publish/extract_otio_review.py rename to openpype/plugins/publish/extract_otio_review.py diff --git a/pype/plugins/publish/extract_review.py b/openpype/plugins/publish/extract_review.py similarity index 100% rename from pype/plugins/publish/extract_review.py rename to openpype/plugins/publish/extract_review.py diff --git a/pype/plugins/publish/extract_review_slate.py b/openpype/plugins/publish/extract_review_slate.py similarity index 100% rename from pype/plugins/publish/extract_review_slate.py rename to openpype/plugins/publish/extract_review_slate.py diff --git a/pype/plugins/publish/extract_scanline_exr.py b/openpype/plugins/publish/extract_scanline_exr.py similarity index 100% rename from pype/plugins/publish/extract_scanline_exr.py rename to openpype/plugins/publish/extract_scanline_exr.py diff --git a/pype/plugins/publish/integrate_ftrack_component_overwrite.py b/openpype/plugins/publish/integrate_ftrack_component_overwrite.py similarity index 100% rename from pype/plugins/publish/integrate_ftrack_component_overwrite.py rename to openpype/plugins/publish/integrate_ftrack_component_overwrite.py diff --git a/pype/plugins/publish/integrate_master_version.py b/openpype/plugins/publish/integrate_master_version.py similarity index 100% rename from pype/plugins/publish/integrate_master_version.py rename to openpype/plugins/publish/integrate_master_version.py diff --git a/pype/plugins/publish/integrate_new.py b/openpype/plugins/publish/integrate_new.py similarity index 100% rename from pype/plugins/publish/integrate_new.py rename to openpype/plugins/publish/integrate_new.py diff --git a/pype/plugins/publish/integrate_resources_path.py b/openpype/plugins/publish/integrate_resources_path.py similarity index 100% rename from pype/plugins/publish/integrate_resources_path.py rename to openpype/plugins/publish/integrate_resources_path.py diff --git a/pype/plugins/publish/integrate_thumbnail.py b/openpype/plugins/publish/integrate_thumbnail.py similarity index 100% rename from pype/plugins/publish/integrate_thumbnail.py rename to openpype/plugins/publish/integrate_thumbnail.py diff --git a/pype/plugins/publish/repair_unicode_strings.py b/openpype/plugins/publish/repair_unicode_strings.py similarity index 100% rename from pype/plugins/publish/repair_unicode_strings.py rename to openpype/plugins/publish/repair_unicode_strings.py diff --git a/pype/plugins/publish/validate_containers.py b/openpype/plugins/publish/validate_containers.py similarity index 100% rename from pype/plugins/publish/validate_containers.py rename to openpype/plugins/publish/validate_containers.py diff --git a/pype/plugins/publish/validate_ffmpeg_installed.py b/openpype/plugins/publish/validate_ffmpeg_installed.py similarity index 100% rename from pype/plugins/publish/validate_ffmpeg_installed.py rename to openpype/plugins/publish/validate_ffmpeg_installed.py diff --git a/pype/plugins/publish/validate_file_saved.py b/openpype/plugins/publish/validate_file_saved.py similarity index 100% rename from pype/plugins/publish/validate_file_saved.py rename to openpype/plugins/publish/validate_file_saved.py diff --git a/pype/plugins/publish/validate_filesequences.py b/openpype/plugins/publish/validate_filesequences.py similarity index 100% rename from pype/plugins/publish/validate_filesequences.py rename to openpype/plugins/publish/validate_filesequences.py diff --git a/pype/plugins/publish/validate_instance_in_context.py b/openpype/plugins/publish/validate_instance_in_context.py similarity index 100% rename from pype/plugins/publish/validate_instance_in_context.py rename to openpype/plugins/publish/validate_instance_in_context.py diff --git a/pype/plugins/publish/validate_intent.py b/openpype/plugins/publish/validate_intent.py similarity index 100% rename from pype/plugins/publish/validate_intent.py rename to openpype/plugins/publish/validate_intent.py diff --git a/pype/plugins/publish/validate_resources.py b/openpype/plugins/publish/validate_resources.py similarity index 100% rename from pype/plugins/publish/validate_resources.py rename to openpype/plugins/publish/validate_resources.py diff --git a/pype/plugins/publish/validate_sequence_frames.py b/openpype/plugins/publish/validate_sequence_frames.py similarity index 100% rename from pype/plugins/publish/validate_sequence_frames.py rename to openpype/plugins/publish/validate_sequence_frames.py diff --git a/pype/plugins/publish/validate_version.py b/openpype/plugins/publish/validate_version.py similarity index 100% rename from pype/plugins/publish/validate_version.py rename to openpype/plugins/publish/validate_version.py diff --git a/pype/pype_commands.py b/openpype/pype_commands.py similarity index 100% rename from pype/pype_commands.py rename to openpype/pype_commands.py diff --git a/pype/resources/__init__.py b/openpype/resources/__init__.py similarity index 100% rename from pype/resources/__init__.py rename to openpype/resources/__init__.py diff --git a/pype/resources/app_icons/Aport.png b/openpype/resources/app_icons/Aport.png similarity index 100% rename from pype/resources/app_icons/Aport.png rename to openpype/resources/app_icons/Aport.png diff --git a/pype/resources/app_icons/aftereffects.png b/openpype/resources/app_icons/aftereffects.png similarity index 100% rename from pype/resources/app_icons/aftereffects.png rename to openpype/resources/app_icons/aftereffects.png diff --git a/pype/resources/app_icons/blender.png b/openpype/resources/app_icons/blender.png similarity index 100% rename from pype/resources/app_icons/blender.png rename to openpype/resources/app_icons/blender.png diff --git a/pype/resources/app_icons/celaction_local.png b/openpype/resources/app_icons/celaction_local.png similarity index 100% rename from pype/resources/app_icons/celaction_local.png rename to openpype/resources/app_icons/celaction_local.png diff --git a/pype/resources/app_icons/celaction_remotel.png b/openpype/resources/app_icons/celaction_remotel.png similarity index 100% rename from pype/resources/app_icons/celaction_remotel.png rename to openpype/resources/app_icons/celaction_remotel.png diff --git a/pype/resources/app_icons/clockify-white.png b/openpype/resources/app_icons/clockify-white.png similarity index 100% rename from pype/resources/app_icons/clockify-white.png rename to openpype/resources/app_icons/clockify-white.png diff --git a/pype/resources/app_icons/clockify.png b/openpype/resources/app_icons/clockify.png similarity index 100% rename from pype/resources/app_icons/clockify.png rename to openpype/resources/app_icons/clockify.png diff --git a/pype/resources/app_icons/djvView.png b/openpype/resources/app_icons/djvView.png similarity index 100% rename from pype/resources/app_icons/djvView.png rename to openpype/resources/app_icons/djvView.png diff --git a/pype/resources/app_icons/fusion.png b/openpype/resources/app_icons/fusion.png similarity index 100% rename from pype/resources/app_icons/fusion.png rename to openpype/resources/app_icons/fusion.png diff --git a/pype/resources/app_icons/harmony.png b/openpype/resources/app_icons/harmony.png similarity index 100% rename from pype/resources/app_icons/harmony.png rename to openpype/resources/app_icons/harmony.png diff --git a/pype/resources/app_icons/hiero.png b/openpype/resources/app_icons/hiero.png similarity index 100% rename from pype/resources/app_icons/hiero.png rename to openpype/resources/app_icons/hiero.png diff --git a/pype/resources/app_icons/houdini.png b/openpype/resources/app_icons/houdini.png similarity index 100% rename from pype/resources/app_icons/houdini.png rename to openpype/resources/app_icons/houdini.png diff --git a/pype/resources/app_icons/maya.png b/openpype/resources/app_icons/maya.png similarity index 100% rename from pype/resources/app_icons/maya.png rename to openpype/resources/app_icons/maya.png diff --git a/pype/resources/app_icons/nuke.png b/openpype/resources/app_icons/nuke.png similarity index 100% rename from pype/resources/app_icons/nuke.png rename to openpype/resources/app_icons/nuke.png diff --git a/pype/resources/app_icons/nukex.png b/openpype/resources/app_icons/nukex.png similarity index 100% rename from pype/resources/app_icons/nukex.png rename to openpype/resources/app_icons/nukex.png diff --git a/pype/resources/app_icons/photoshop.png b/openpype/resources/app_icons/photoshop.png similarity index 100% rename from pype/resources/app_icons/photoshop.png rename to openpype/resources/app_icons/photoshop.png diff --git a/pype/resources/app_icons/premiere.png b/openpype/resources/app_icons/premiere.png similarity index 100% rename from pype/resources/app_icons/premiere.png rename to openpype/resources/app_icons/premiere.png diff --git a/pype/resources/app_icons/python.png b/openpype/resources/app_icons/python.png similarity index 100% rename from pype/resources/app_icons/python.png rename to openpype/resources/app_icons/python.png diff --git a/pype/resources/app_icons/resolve.png b/openpype/resources/app_icons/resolve.png similarity index 100% rename from pype/resources/app_icons/resolve.png rename to openpype/resources/app_icons/resolve.png diff --git a/pype/resources/app_icons/storyboardpro.png b/openpype/resources/app_icons/storyboardpro.png similarity index 100% rename from pype/resources/app_icons/storyboardpro.png rename to openpype/resources/app_icons/storyboardpro.png diff --git a/pype/resources/app_icons/tvpaint.png b/openpype/resources/app_icons/tvpaint.png similarity index 100% rename from pype/resources/app_icons/tvpaint.png rename to openpype/resources/app_icons/tvpaint.png diff --git a/pype/resources/app_icons/ue4.png b/openpype/resources/app_icons/ue4.png similarity index 100% rename from pype/resources/app_icons/ue4.png rename to openpype/resources/app_icons/ue4.png diff --git a/pype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf b/openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf similarity index 100% rename from pype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf rename to openpype/resources/fonts/LiberationSans/LiberationSans-Bold.ttf diff --git a/pype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf b/openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf similarity index 100% rename from pype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf rename to openpype/resources/fonts/LiberationSans/LiberationSans-BoldItalic.ttf diff --git a/pype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf b/openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf similarity index 100% rename from pype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf rename to openpype/resources/fonts/LiberationSans/LiberationSans-Italic.ttf diff --git a/pype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf b/openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf similarity index 100% rename from pype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf rename to openpype/resources/fonts/LiberationSans/LiberationSans-Regular.ttf diff --git a/pype/resources/fonts/LiberationSans/License.txt b/openpype/resources/fonts/LiberationSans/License.txt similarity index 100% rename from pype/resources/fonts/LiberationSans/License.txt rename to openpype/resources/fonts/LiberationSans/License.txt diff --git a/pype/resources/ftrack/action_icons/ActionAskWhereIRun.svg b/openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg similarity index 100% rename from pype/resources/ftrack/action_icons/ActionAskWhereIRun.svg rename to openpype/resources/ftrack/action_icons/ActionAskWhereIRun.svg diff --git a/pype/resources/ftrack/action_icons/AssetsRemover.svg b/openpype/resources/ftrack/action_icons/AssetsRemover.svg similarity index 100% rename from pype/resources/ftrack/action_icons/AssetsRemover.svg rename to openpype/resources/ftrack/action_icons/AssetsRemover.svg diff --git a/pype/resources/ftrack/action_icons/ComponentOpen.svg b/openpype/resources/ftrack/action_icons/ComponentOpen.svg similarity index 100% rename from pype/resources/ftrack/action_icons/ComponentOpen.svg rename to openpype/resources/ftrack/action_icons/ComponentOpen.svg diff --git a/pype/resources/ftrack/action_icons/CreateFolders.svg b/openpype/resources/ftrack/action_icons/CreateFolders.svg similarity index 100% rename from pype/resources/ftrack/action_icons/CreateFolders.svg rename to openpype/resources/ftrack/action_icons/CreateFolders.svg diff --git a/pype/resources/ftrack/action_icons/CreateProjectFolders.svg b/openpype/resources/ftrack/action_icons/CreateProjectFolders.svg similarity index 100% rename from pype/resources/ftrack/action_icons/CreateProjectFolders.svg rename to openpype/resources/ftrack/action_icons/CreateProjectFolders.svg diff --git a/pype/resources/ftrack/action_icons/DeleteAsset.svg b/openpype/resources/ftrack/action_icons/DeleteAsset.svg similarity index 100% rename from pype/resources/ftrack/action_icons/DeleteAsset.svg rename to openpype/resources/ftrack/action_icons/DeleteAsset.svg diff --git a/pype/resources/ftrack/action_icons/Delivery.svg b/openpype/resources/ftrack/action_icons/Delivery.svg similarity index 100% rename from pype/resources/ftrack/action_icons/Delivery.svg rename to openpype/resources/ftrack/action_icons/Delivery.svg diff --git a/pype/resources/ftrack/action_icons/MultipleNotes.svg b/openpype/resources/ftrack/action_icons/MultipleNotes.svg similarity index 100% rename from pype/resources/ftrack/action_icons/MultipleNotes.svg rename to openpype/resources/ftrack/action_icons/MultipleNotes.svg diff --git a/pype/resources/ftrack/action_icons/PrepareProject.svg b/openpype/resources/ftrack/action_icons/PrepareProject.svg similarity index 100% rename from pype/resources/ftrack/action_icons/PrepareProject.svg rename to openpype/resources/ftrack/action_icons/PrepareProject.svg diff --git a/pype/resources/ftrack/action_icons/PypeAdmin.svg b/openpype/resources/ftrack/action_icons/PypeAdmin.svg similarity index 100% rename from pype/resources/ftrack/action_icons/PypeAdmin.svg rename to openpype/resources/ftrack/action_icons/PypeAdmin.svg diff --git a/pype/resources/ftrack/action_icons/PypeDoctor.svg b/openpype/resources/ftrack/action_icons/PypeDoctor.svg similarity index 100% rename from pype/resources/ftrack/action_icons/PypeDoctor.svg rename to openpype/resources/ftrack/action_icons/PypeDoctor.svg diff --git a/pype/resources/ftrack/action_icons/PypeUpdate.svg b/openpype/resources/ftrack/action_icons/PypeUpdate.svg similarity index 100% rename from pype/resources/ftrack/action_icons/PypeUpdate.svg rename to openpype/resources/ftrack/action_icons/PypeUpdate.svg diff --git a/pype/resources/ftrack/action_icons/RV.png b/openpype/resources/ftrack/action_icons/RV.png similarity index 100% rename from pype/resources/ftrack/action_icons/RV.png rename to openpype/resources/ftrack/action_icons/RV.png diff --git a/pype/resources/ftrack/action_icons/SeedProject.svg b/openpype/resources/ftrack/action_icons/SeedProject.svg similarity index 100% rename from pype/resources/ftrack/action_icons/SeedProject.svg rename to openpype/resources/ftrack/action_icons/SeedProject.svg diff --git a/pype/resources/ftrack/action_icons/SyncHierarchicalAttrs.svg b/openpype/resources/ftrack/action_icons/SyncHierarchicalAttrs.svg similarity index 100% rename from pype/resources/ftrack/action_icons/SyncHierarchicalAttrs.svg rename to openpype/resources/ftrack/action_icons/SyncHierarchicalAttrs.svg diff --git a/pype/resources/ftrack/action_icons/SyncToAvalon.svg b/openpype/resources/ftrack/action_icons/SyncToAvalon.svg similarity index 100% rename from pype/resources/ftrack/action_icons/SyncToAvalon.svg rename to openpype/resources/ftrack/action_icons/SyncToAvalon.svg diff --git a/pype/resources/ftrack/action_icons/TestAction.svg b/openpype/resources/ftrack/action_icons/TestAction.svg similarity index 100% rename from pype/resources/ftrack/action_icons/TestAction.svg rename to openpype/resources/ftrack/action_icons/TestAction.svg diff --git a/pype/resources/ftrack/action_icons/Thumbnail.svg b/openpype/resources/ftrack/action_icons/Thumbnail.svg similarity index 100% rename from pype/resources/ftrack/action_icons/Thumbnail.svg rename to openpype/resources/ftrack/action_icons/Thumbnail.svg diff --git a/pype/resources/ftrack/sign_in_message.html b/openpype/resources/ftrack/sign_in_message.html similarity index 100% rename from pype/resources/ftrack/sign_in_message.html rename to openpype/resources/ftrack/sign_in_message.html diff --git a/pype/resources/icons/circle_green.png b/openpype/resources/icons/circle_green.png similarity index 100% rename from pype/resources/icons/circle_green.png rename to openpype/resources/icons/circle_green.png diff --git a/pype/resources/icons/circle_orange.png b/openpype/resources/icons/circle_orange.png similarity index 100% rename from pype/resources/icons/circle_orange.png rename to openpype/resources/icons/circle_orange.png diff --git a/pype/resources/icons/circle_red.png b/openpype/resources/icons/circle_red.png similarity index 100% rename from pype/resources/icons/circle_red.png rename to openpype/resources/icons/circle_red.png diff --git a/pype/resources/icons/folder-favorite.png b/openpype/resources/icons/folder-favorite.png similarity index 100% rename from pype/resources/icons/folder-favorite.png rename to openpype/resources/icons/folder-favorite.png diff --git a/pype/resources/icons/folder-favorite2.png b/openpype/resources/icons/folder-favorite2.png similarity index 100% rename from pype/resources/icons/folder-favorite2.png rename to openpype/resources/icons/folder-favorite2.png diff --git a/pype/resources/icons/folder-favorite3.png b/openpype/resources/icons/folder-favorite3.png similarity index 100% rename from pype/resources/icons/folder-favorite3.png rename to openpype/resources/icons/folder-favorite3.png diff --git a/pype/resources/icons/inventory.png b/openpype/resources/icons/inventory.png similarity index 100% rename from pype/resources/icons/inventory.png rename to openpype/resources/icons/inventory.png diff --git a/pype/resources/icons/loader.png b/openpype/resources/icons/loader.png similarity index 100% rename from pype/resources/icons/loader.png rename to openpype/resources/icons/loader.png diff --git a/pype/resources/icons/lookmanager.png b/openpype/resources/icons/lookmanager.png similarity index 100% rename from pype/resources/icons/lookmanager.png rename to openpype/resources/icons/lookmanager.png diff --git a/pype/resources/icons/openpype_icon.png b/openpype/resources/icons/openpype_icon.png similarity index 100% rename from pype/resources/icons/openpype_icon.png rename to openpype/resources/icons/openpype_icon.png diff --git a/pype/resources/icons/openpype_icon_staging.png b/openpype/resources/icons/openpype_icon_staging.png similarity index 100% rename from pype/resources/icons/openpype_icon_staging.png rename to openpype/resources/icons/openpype_icon_staging.png diff --git a/pype/resources/icons/openpype_splash.png b/openpype/resources/icons/openpype_splash.png similarity index 100% rename from pype/resources/icons/openpype_splash.png rename to openpype/resources/icons/openpype_splash.png diff --git a/pype/resources/icons/openpype_splash_staging.png b/openpype/resources/icons/openpype_splash_staging.png similarity index 100% rename from pype/resources/icons/openpype_splash_staging.png rename to openpype/resources/icons/openpype_splash_staging.png diff --git a/pype/resources/icons/workfiles.png b/openpype/resources/icons/workfiles.png similarity index 100% rename from pype/resources/icons/workfiles.png rename to openpype/resources/icons/workfiles.png diff --git a/pype/scripts/__init__.py b/openpype/scripts/__init__.py similarity index 100% rename from pype/scripts/__init__.py rename to openpype/scripts/__init__.py diff --git a/pype/scripts/export_maya_ass_job.py b/openpype/scripts/export_maya_ass_job.py similarity index 100% rename from pype/scripts/export_maya_ass_job.py rename to openpype/scripts/export_maya_ass_job.py diff --git a/pype/scripts/export_maya_ass_sequence.mel b/openpype/scripts/export_maya_ass_sequence.mel similarity index 100% rename from pype/scripts/export_maya_ass_sequence.mel rename to openpype/scripts/export_maya_ass_sequence.mel diff --git a/pype/scripts/fusion_switch_shot.py b/openpype/scripts/fusion_switch_shot.py similarity index 100% rename from pype/scripts/fusion_switch_shot.py rename to openpype/scripts/fusion_switch_shot.py diff --git a/pype/scripts/non_python_host_launch.py b/openpype/scripts/non_python_host_launch.py similarity index 100% rename from pype/scripts/non_python_host_launch.py rename to openpype/scripts/non_python_host_launch.py diff --git a/pype/scripts/otio_burnin.py b/openpype/scripts/otio_burnin.py similarity index 100% rename from pype/scripts/otio_burnin.py rename to openpype/scripts/otio_burnin.py diff --git a/pype/scripts/slates/__init__.py b/openpype/scripts/slates/__init__.py similarity index 100% rename from pype/scripts/slates/__init__.py rename to openpype/scripts/slates/__init__.py diff --git a/pype/scripts/slates/__main__.py b/openpype/scripts/slates/__main__.py similarity index 100% rename from pype/scripts/slates/__main__.py rename to openpype/scripts/slates/__main__.py diff --git a/pype/scripts/slates/slate_base/__init__.py b/openpype/scripts/slates/slate_base/__init__.py similarity index 100% rename from pype/scripts/slates/slate_base/__init__.py rename to openpype/scripts/slates/slate_base/__init__.py diff --git a/pype/scripts/slates/slate_base/api.py b/openpype/scripts/slates/slate_base/api.py similarity index 100% rename from pype/scripts/slates/slate_base/api.py rename to openpype/scripts/slates/slate_base/api.py diff --git a/pype/scripts/slates/slate_base/base.py b/openpype/scripts/slates/slate_base/base.py similarity index 100% rename from pype/scripts/slates/slate_base/base.py rename to openpype/scripts/slates/slate_base/base.py diff --git a/pype/scripts/slates/slate_base/default_style.json b/openpype/scripts/slates/slate_base/default_style.json similarity index 100% rename from pype/scripts/slates/slate_base/default_style.json rename to openpype/scripts/slates/slate_base/default_style.json diff --git a/pype/scripts/slates/slate_base/example.py b/openpype/scripts/slates/slate_base/example.py similarity index 100% rename from pype/scripts/slates/slate_base/example.py rename to openpype/scripts/slates/slate_base/example.py diff --git a/pype/scripts/slates/slate_base/font_factory.py b/openpype/scripts/slates/slate_base/font_factory.py similarity index 100% rename from pype/scripts/slates/slate_base/font_factory.py rename to openpype/scripts/slates/slate_base/font_factory.py diff --git a/pype/scripts/slates/slate_base/items.py b/openpype/scripts/slates/slate_base/items.py similarity index 100% rename from pype/scripts/slates/slate_base/items.py rename to openpype/scripts/slates/slate_base/items.py diff --git a/pype/scripts/slates/slate_base/layer.py b/openpype/scripts/slates/slate_base/layer.py similarity index 100% rename from pype/scripts/slates/slate_base/layer.py rename to openpype/scripts/slates/slate_base/layer.py diff --git a/pype/scripts/slates/slate_base/lib.py b/openpype/scripts/slates/slate_base/lib.py similarity index 100% rename from pype/scripts/slates/slate_base/lib.py rename to openpype/scripts/slates/slate_base/lib.py diff --git a/pype/scripts/slates/slate_base/main_frame.py b/openpype/scripts/slates/slate_base/main_frame.py similarity index 100% rename from pype/scripts/slates/slate_base/main_frame.py rename to openpype/scripts/slates/slate_base/main_frame.py diff --git a/pype/settings/__init__.py b/openpype/settings/__init__.py similarity index 100% rename from pype/settings/__init__.py rename to openpype/settings/__init__.py diff --git a/pype/settings/constants.py b/openpype/settings/constants.py similarity index 100% rename from pype/settings/constants.py rename to openpype/settings/constants.py diff --git a/pype/settings/defaults/project_anatomy/attributes.json b/openpype/settings/defaults/project_anatomy/attributes.json similarity index 100% rename from pype/settings/defaults/project_anatomy/attributes.json rename to openpype/settings/defaults/project_anatomy/attributes.json diff --git a/pype/settings/defaults/project_anatomy/imageio.json b/openpype/settings/defaults/project_anatomy/imageio.json similarity index 100% rename from pype/settings/defaults/project_anatomy/imageio.json rename to openpype/settings/defaults/project_anatomy/imageio.json diff --git a/pype/settings/defaults/project_anatomy/roots.json b/openpype/settings/defaults/project_anatomy/roots.json similarity index 100% rename from pype/settings/defaults/project_anatomy/roots.json rename to openpype/settings/defaults/project_anatomy/roots.json diff --git a/pype/settings/defaults/project_anatomy/tasks.json b/openpype/settings/defaults/project_anatomy/tasks.json similarity index 100% rename from pype/settings/defaults/project_anatomy/tasks.json rename to openpype/settings/defaults/project_anatomy/tasks.json diff --git a/pype/settings/defaults/project_anatomy/templates.json b/openpype/settings/defaults/project_anatomy/templates.json similarity index 100% rename from pype/settings/defaults/project_anatomy/templates.json rename to openpype/settings/defaults/project_anatomy/templates.json diff --git a/pype/settings/defaults/project_settings/celaction.json b/openpype/settings/defaults/project_settings/celaction.json similarity index 100% rename from pype/settings/defaults/project_settings/celaction.json rename to openpype/settings/defaults/project_settings/celaction.json diff --git a/pype/settings/defaults/project_settings/deadline.json b/openpype/settings/defaults/project_settings/deadline.json similarity index 100% rename from pype/settings/defaults/project_settings/deadline.json rename to openpype/settings/defaults/project_settings/deadline.json diff --git a/pype/settings/defaults/project_settings/ftrack.json b/openpype/settings/defaults/project_settings/ftrack.json similarity index 100% rename from pype/settings/defaults/project_settings/ftrack.json rename to openpype/settings/defaults/project_settings/ftrack.json diff --git a/pype/settings/defaults/project_settings/global.json b/openpype/settings/defaults/project_settings/global.json similarity index 100% rename from pype/settings/defaults/project_settings/global.json rename to openpype/settings/defaults/project_settings/global.json diff --git a/pype/settings/defaults/project_settings/harmony.json b/openpype/settings/defaults/project_settings/harmony.json similarity index 100% rename from pype/settings/defaults/project_settings/harmony.json rename to openpype/settings/defaults/project_settings/harmony.json diff --git a/pype/settings/defaults/project_settings/hiero.json b/openpype/settings/defaults/project_settings/hiero.json similarity index 100% rename from pype/settings/defaults/project_settings/hiero.json rename to openpype/settings/defaults/project_settings/hiero.json diff --git a/pype/settings/defaults/project_settings/maya.json b/openpype/settings/defaults/project_settings/maya.json similarity index 100% rename from pype/settings/defaults/project_settings/maya.json rename to openpype/settings/defaults/project_settings/maya.json diff --git a/pype/settings/defaults/project_settings/nuke.json b/openpype/settings/defaults/project_settings/nuke.json similarity index 100% rename from pype/settings/defaults/project_settings/nuke.json rename to openpype/settings/defaults/project_settings/nuke.json diff --git a/pype/settings/defaults/project_settings/resolve.json b/openpype/settings/defaults/project_settings/resolve.json similarity index 100% rename from pype/settings/defaults/project_settings/resolve.json rename to openpype/settings/defaults/project_settings/resolve.json diff --git a/pype/settings/defaults/project_settings/standalonepublisher.json b/openpype/settings/defaults/project_settings/standalonepublisher.json similarity index 100% rename from pype/settings/defaults/project_settings/standalonepublisher.json rename to openpype/settings/defaults/project_settings/standalonepublisher.json diff --git a/pype/settings/defaults/project_settings/unreal.json b/openpype/settings/defaults/project_settings/unreal.json similarity index 100% rename from pype/settings/defaults/project_settings/unreal.json rename to openpype/settings/defaults/project_settings/unreal.json diff --git a/pype/settings/defaults/system_settings/applications.json b/openpype/settings/defaults/system_settings/applications.json similarity index 100% rename from pype/settings/defaults/system_settings/applications.json rename to openpype/settings/defaults/system_settings/applications.json diff --git a/pype/settings/defaults/system_settings/general.json b/openpype/settings/defaults/system_settings/general.json similarity index 100% rename from pype/settings/defaults/system_settings/general.json rename to openpype/settings/defaults/system_settings/general.json diff --git a/pype/settings/defaults/system_settings/modules.json b/openpype/settings/defaults/system_settings/modules.json similarity index 100% rename from pype/settings/defaults/system_settings/modules.json rename to openpype/settings/defaults/system_settings/modules.json diff --git a/pype/settings/defaults/system_settings/tools.json b/openpype/settings/defaults/system_settings/tools.json similarity index 100% rename from pype/settings/defaults/system_settings/tools.json rename to openpype/settings/defaults/system_settings/tools.json diff --git a/pype/settings/entities/__init__.py b/openpype/settings/entities/__init__.py similarity index 100% rename from pype/settings/entities/__init__.py rename to openpype/settings/entities/__init__.py diff --git a/pype/settings/entities/anatomy_entities.py b/openpype/settings/entities/anatomy_entities.py similarity index 100% rename from pype/settings/entities/anatomy_entities.py rename to openpype/settings/entities/anatomy_entities.py diff --git a/pype/settings/entities/base_entity.py b/openpype/settings/entities/base_entity.py similarity index 100% rename from pype/settings/entities/base_entity.py rename to openpype/settings/entities/base_entity.py diff --git a/pype/settings/entities/dict_immutable_keys_entity.py b/openpype/settings/entities/dict_immutable_keys_entity.py similarity index 100% rename from pype/settings/entities/dict_immutable_keys_entity.py rename to openpype/settings/entities/dict_immutable_keys_entity.py diff --git a/pype/settings/entities/dict_mutable_keys_entity.py b/openpype/settings/entities/dict_mutable_keys_entity.py similarity index 100% rename from pype/settings/entities/dict_mutable_keys_entity.py rename to openpype/settings/entities/dict_mutable_keys_entity.py diff --git a/pype/settings/entities/enum_entity.py b/openpype/settings/entities/enum_entity.py similarity index 100% rename from pype/settings/entities/enum_entity.py rename to openpype/settings/entities/enum_entity.py diff --git a/pype/settings/entities/exceptions.py b/openpype/settings/entities/exceptions.py similarity index 100% rename from pype/settings/entities/exceptions.py rename to openpype/settings/entities/exceptions.py diff --git a/pype/settings/entities/input_entities.py b/openpype/settings/entities/input_entities.py similarity index 100% rename from pype/settings/entities/input_entities.py rename to openpype/settings/entities/input_entities.py diff --git a/pype/settings/entities/item_entities.py b/openpype/settings/entities/item_entities.py similarity index 100% rename from pype/settings/entities/item_entities.py rename to openpype/settings/entities/item_entities.py diff --git a/pype/settings/entities/lib.py b/openpype/settings/entities/lib.py similarity index 100% rename from pype/settings/entities/lib.py rename to openpype/settings/entities/lib.py diff --git a/pype/settings/entities/list_entity.py b/openpype/settings/entities/list_entity.py similarity index 100% rename from pype/settings/entities/list_entity.py rename to openpype/settings/entities/list_entity.py diff --git a/pype/settings/entities/root_entities.py b/openpype/settings/entities/root_entities.py similarity index 100% rename from pype/settings/entities/root_entities.py rename to openpype/settings/entities/root_entities.py diff --git a/pype/settings/entities/schemas/README.md b/openpype/settings/entities/schemas/README.md similarity index 100% rename from pype/settings/entities/schemas/README.md rename to openpype/settings/entities/schemas/README.md diff --git a/pype/settings/entities/schemas/projects_schema/schema_main.json b/openpype/settings/entities/schemas/projects_schema/schema_main.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_main.json rename to openpype/settings/entities/schemas/projects_schema/schema_main.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_celaction.json b/openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_celaction.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_celaction.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_deadline.json b/openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_deadline.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_deadline.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_ftrack.json b/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_ftrack.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_global.json b/openpype/settings/entities/schemas/projects_schema/schema_project_global.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_global.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_global.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_harmony.json b/openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_harmony.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_harmony.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_hiero.json b/openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_hiero.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_hiero.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_maya.json b/openpype/settings/entities/schemas/projects_schema/schema_project_maya.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_maya.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_maya.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_nuke.json b/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_nuke.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_resolve.json b/openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_resolve.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_resolve.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json b/openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_standalonepublisher.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_syncserver.json b/openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_syncserver.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_syncserver.json diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_unreal.json b/openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schema_project_unreal.json rename to openpype/settings/entities/schemas/projects_schema/schema_project_unreal.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_global_tools.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_create.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_load.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_load.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_nuke_publish.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_publish_gui_filter.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json rename to openpype/settings/entities/schemas/projects_schema/schemas/schema_workfile_build.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/template_color.json b/openpype/settings/entities/schemas/projects_schema/schemas/template_color.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/template_color.json rename to openpype/settings/entities/schemas/projects_schema/schemas/template_color.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json b/openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json rename to openpype/settings/entities/schemas/projects_schema/schemas/template_create_plugin.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json b/openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json rename to openpype/settings/entities/schemas/projects_schema/schemas/template_loader_plugin_nuke.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/template_maya_capture.json b/openpype/settings/entities/schemas/projects_schema/schemas/template_maya_capture.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/template_maya_capture.json rename to openpype/settings/entities/schemas/projects_schema/schemas/template_maya_capture.json diff --git a/pype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json b/openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json similarity index 100% rename from pype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json rename to openpype/settings/entities/schemas/projects_schema/schemas/template_publish_plugin.json diff --git a/pype/settings/entities/schemas/system_schema/example_schema.json b/openpype/settings/entities/schemas/system_schema/example_schema.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/example_schema.json rename to openpype/settings/entities/schemas/system_schema/example_schema.json diff --git a/pype/settings/entities/schemas/system_schema/example_template.json b/openpype/settings/entities/schemas/system_schema/example_template.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/example_template.json rename to openpype/settings/entities/schemas/system_schema/example_template.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_aftereffects.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_blender.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_blender.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_blender.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_celaction.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_djv.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_djv.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_djv.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_fusion.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_harmony.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_houdini.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_maya.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_maya.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_maya.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_mayabatch.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_photoshop.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_resolve.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_shell.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_shell.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_shell.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_shell.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_tvpaint.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json b/openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json rename to openpype/settings/entities/schemas/system_schema/host_settings/schema_unreal.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json rename to openpype/settings/entities/schemas/system_schema/host_settings/template_host_unchangables.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json rename to openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json diff --git a/pype/settings/entities/schemas/system_schema/host_settings/template_nuke.json b/openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/host_settings/template_nuke.json rename to openpype/settings/entities/schemas/system_schema/host_settings/template_nuke.json diff --git a/pype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json b/openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json rename to openpype/settings/entities/schemas/system_schema/module_settings/schema_ftrack.json diff --git a/pype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json b/openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json rename to openpype/settings/entities/schemas/system_schema/module_settings/template_custom_attribute.json diff --git a/pype/settings/entities/schemas/system_schema/schema_applications.json b/openpype/settings/entities/schemas/system_schema/schema_applications.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/schema_applications.json rename to openpype/settings/entities/schemas/system_schema/schema_applications.json diff --git a/pype/settings/entities/schemas/system_schema/schema_general.json b/openpype/settings/entities/schemas/system_schema/schema_general.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/schema_general.json rename to openpype/settings/entities/schemas/system_schema/schema_general.json diff --git a/pype/settings/entities/schemas/system_schema/schema_main.json b/openpype/settings/entities/schemas/system_schema/schema_main.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/schema_main.json rename to openpype/settings/entities/schemas/system_schema/schema_main.json diff --git a/pype/settings/entities/schemas/system_schema/schema_modules.json b/openpype/settings/entities/schemas/system_schema/schema_modules.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/schema_modules.json rename to openpype/settings/entities/schemas/system_schema/schema_modules.json diff --git a/pype/settings/entities/schemas/system_schema/schema_tools.json b/openpype/settings/entities/schemas/system_schema/schema_tools.json similarity index 100% rename from pype/settings/entities/schemas/system_schema/schema_tools.json rename to openpype/settings/entities/schemas/system_schema/schema_tools.json diff --git a/pype/settings/handlers.py b/openpype/settings/handlers.py similarity index 100% rename from pype/settings/handlers.py rename to openpype/settings/handlers.py diff --git a/pype/settings/lib.py b/openpype/settings/lib.py similarity index 100% rename from pype/settings/lib.py rename to openpype/settings/lib.py diff --git a/pype/settings/local_settings.md b/openpype/settings/local_settings.md similarity index 100% rename from pype/settings/local_settings.md rename to openpype/settings/local_settings.md diff --git a/pype/tests/README.md b/openpype/tests/README.md similarity index 100% rename from pype/tests/README.md rename to openpype/tests/README.md diff --git a/pype/tests/__init__.py b/openpype/tests/__init__.py similarity index 100% rename from pype/tests/__init__.py rename to openpype/tests/__init__.py diff --git a/pype/tests/lib.py b/openpype/tests/lib.py similarity index 100% rename from pype/tests/lib.py rename to openpype/tests/lib.py diff --git a/pype/tests/test_avalon_plugin_presets.py b/openpype/tests/test_avalon_plugin_presets.py similarity index 100% rename from pype/tests/test_avalon_plugin_presets.py rename to openpype/tests/test_avalon_plugin_presets.py diff --git a/pype/tests/test_lib_restructuralization.py b/openpype/tests/test_lib_restructuralization.py similarity index 100% rename from pype/tests/test_lib_restructuralization.py rename to openpype/tests/test_lib_restructuralization.py diff --git a/pype/tests/test_mongo_performance.py b/openpype/tests/test_mongo_performance.py similarity index 100% rename from pype/tests/test_mongo_performance.py rename to openpype/tests/test_mongo_performance.py diff --git a/pype/tests/test_pyblish_filter.py b/openpype/tests/test_pyblish_filter.py similarity index 100% rename from pype/tests/test_pyblish_filter.py rename to openpype/tests/test_pyblish_filter.py diff --git a/pype/tools/__init__.py b/openpype/tools/__init__.py similarity index 100% rename from pype/tools/__init__.py rename to openpype/tools/__init__.py diff --git a/pype/tools/assetcreator/__init__.py b/openpype/tools/assetcreator/__init__.py similarity index 100% rename from pype/tools/assetcreator/__init__.py rename to openpype/tools/assetcreator/__init__.py diff --git a/pype/tools/assetcreator/__main__.py b/openpype/tools/assetcreator/__main__.py similarity index 100% rename from pype/tools/assetcreator/__main__.py rename to openpype/tools/assetcreator/__main__.py diff --git a/pype/tools/assetcreator/app.py b/openpype/tools/assetcreator/app.py similarity index 100% rename from pype/tools/assetcreator/app.py rename to openpype/tools/assetcreator/app.py diff --git a/pype/tools/assetcreator/model.py b/openpype/tools/assetcreator/model.py similarity index 100% rename from pype/tools/assetcreator/model.py rename to openpype/tools/assetcreator/model.py diff --git a/pype/tools/assetcreator/widget.py b/openpype/tools/assetcreator/widget.py similarity index 100% rename from pype/tools/assetcreator/widget.py rename to openpype/tools/assetcreator/widget.py diff --git a/pype/tools/launcher/__init__.py b/openpype/tools/launcher/__init__.py similarity index 100% rename from pype/tools/launcher/__init__.py rename to openpype/tools/launcher/__init__.py diff --git a/pype/tools/launcher/actions.py b/openpype/tools/launcher/actions.py similarity index 100% rename from pype/tools/launcher/actions.py rename to openpype/tools/launcher/actions.py diff --git a/pype/tools/launcher/constants.py b/openpype/tools/launcher/constants.py similarity index 100% rename from pype/tools/launcher/constants.py rename to openpype/tools/launcher/constants.py diff --git a/pype/tools/launcher/delegates.py b/openpype/tools/launcher/delegates.py similarity index 100% rename from pype/tools/launcher/delegates.py rename to openpype/tools/launcher/delegates.py diff --git a/pype/tools/launcher/flickcharm.py b/openpype/tools/launcher/flickcharm.py similarity index 100% rename from pype/tools/launcher/flickcharm.py rename to openpype/tools/launcher/flickcharm.py diff --git a/pype/tools/launcher/lib.py b/openpype/tools/launcher/lib.py similarity index 100% rename from pype/tools/launcher/lib.py rename to openpype/tools/launcher/lib.py diff --git a/pype/tools/launcher/models.py b/openpype/tools/launcher/models.py similarity index 100% rename from pype/tools/launcher/models.py rename to openpype/tools/launcher/models.py diff --git a/pype/tools/launcher/widgets.py b/openpype/tools/launcher/widgets.py similarity index 100% rename from pype/tools/launcher/widgets.py rename to openpype/tools/launcher/widgets.py diff --git a/pype/tools/launcher/window.py b/openpype/tools/launcher/window.py similarity index 100% rename from pype/tools/launcher/window.py rename to openpype/tools/launcher/window.py diff --git a/pype/tools/mayalookassigner/LICENSE b/openpype/tools/mayalookassigner/LICENSE similarity index 100% rename from pype/tools/mayalookassigner/LICENSE rename to openpype/tools/mayalookassigner/LICENSE diff --git a/pype/tools/mayalookassigner/__init__.py b/openpype/tools/mayalookassigner/__init__.py similarity index 100% rename from pype/tools/mayalookassigner/__init__.py rename to openpype/tools/mayalookassigner/__init__.py diff --git a/pype/tools/mayalookassigner/app.py b/openpype/tools/mayalookassigner/app.py similarity index 100% rename from pype/tools/mayalookassigner/app.py rename to openpype/tools/mayalookassigner/app.py diff --git a/pype/tools/mayalookassigner/commands.py b/openpype/tools/mayalookassigner/commands.py similarity index 100% rename from pype/tools/mayalookassigner/commands.py rename to openpype/tools/mayalookassigner/commands.py diff --git a/pype/tools/mayalookassigner/models.py b/openpype/tools/mayalookassigner/models.py similarity index 100% rename from pype/tools/mayalookassigner/models.py rename to openpype/tools/mayalookassigner/models.py diff --git a/pype/tools/mayalookassigner/views.py b/openpype/tools/mayalookassigner/views.py similarity index 100% rename from pype/tools/mayalookassigner/views.py rename to openpype/tools/mayalookassigner/views.py diff --git a/pype/tools/mayalookassigner/widgets.py b/openpype/tools/mayalookassigner/widgets.py similarity index 100% rename from pype/tools/mayalookassigner/widgets.py rename to openpype/tools/mayalookassigner/widgets.py diff --git a/pype/tools/pyblish_pype/__init__.py b/openpype/tools/pyblish_pype/__init__.py similarity index 100% rename from pype/tools/pyblish_pype/__init__.py rename to openpype/tools/pyblish_pype/__init__.py diff --git a/pype/tools/pyblish_pype/__main__.py b/openpype/tools/pyblish_pype/__main__.py similarity index 100% rename from pype/tools/pyblish_pype/__main__.py rename to openpype/tools/pyblish_pype/__main__.py diff --git a/pype/tools/pyblish_pype/app.css b/openpype/tools/pyblish_pype/app.css similarity index 100% rename from pype/tools/pyblish_pype/app.css rename to openpype/tools/pyblish_pype/app.css diff --git a/pype/tools/pyblish_pype/app.py b/openpype/tools/pyblish_pype/app.py similarity index 100% rename from pype/tools/pyblish_pype/app.py rename to openpype/tools/pyblish_pype/app.py diff --git a/pype/tools/pyblish_pype/awesome.py b/openpype/tools/pyblish_pype/awesome.py similarity index 100% rename from pype/tools/pyblish_pype/awesome.py rename to openpype/tools/pyblish_pype/awesome.py diff --git a/pype/tools/pyblish_pype/constants.py b/openpype/tools/pyblish_pype/constants.py similarity index 100% rename from pype/tools/pyblish_pype/constants.py rename to openpype/tools/pyblish_pype/constants.py diff --git a/pype/tools/pyblish_pype/control.py b/openpype/tools/pyblish_pype/control.py similarity index 100% rename from pype/tools/pyblish_pype/control.py rename to openpype/tools/pyblish_pype/control.py diff --git a/pype/tools/pyblish_pype/delegate.py b/openpype/tools/pyblish_pype/delegate.py similarity index 100% rename from pype/tools/pyblish_pype/delegate.py rename to openpype/tools/pyblish_pype/delegate.py diff --git a/pype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf b/openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf rename to openpype/tools/pyblish_pype/font/fontawesome/fontawesome-webfont.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/LICENSE.txt b/openpype/tools/pyblish_pype/font/opensans/LICENSE.txt similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/LICENSE.txt rename to openpype/tools/pyblish_pype/font/opensans/LICENSE.txt diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-Bold.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-BoldItalic.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBold.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-ExtraBoldItalic.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-Italic.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-Light.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-LightItalic.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-Regular.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-Semibold.ttf diff --git a/pype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf b/openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf similarity index 100% rename from pype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf rename to openpype/tools/pyblish_pype/font/opensans/OpenSans-SemiboldItalic.ttf diff --git a/pype/tools/pyblish_pype/i18n/pyblish_lite.pro b/openpype/tools/pyblish_pype/i18n/pyblish_lite.pro similarity index 100% rename from pype/tools/pyblish_pype/i18n/pyblish_lite.pro rename to openpype/tools/pyblish_pype/i18n/pyblish_lite.pro diff --git a/pype/tools/pyblish_pype/i18n/zh_CN.qm b/openpype/tools/pyblish_pype/i18n/zh_CN.qm similarity index 100% rename from pype/tools/pyblish_pype/i18n/zh_CN.qm rename to openpype/tools/pyblish_pype/i18n/zh_CN.qm diff --git a/pype/tools/pyblish_pype/i18n/zh_CN.ts b/openpype/tools/pyblish_pype/i18n/zh_CN.ts similarity index 100% rename from pype/tools/pyblish_pype/i18n/zh_CN.ts rename to openpype/tools/pyblish_pype/i18n/zh_CN.ts diff --git a/pype/tools/pyblish_pype/img/down_arrow.png b/openpype/tools/pyblish_pype/img/down_arrow.png similarity index 100% rename from pype/tools/pyblish_pype/img/down_arrow.png rename to openpype/tools/pyblish_pype/img/down_arrow.png diff --git a/pype/tools/pyblish_pype/img/logo-extrasmall.png b/openpype/tools/pyblish_pype/img/logo-extrasmall.png similarity index 100% rename from pype/tools/pyblish_pype/img/logo-extrasmall.png rename to openpype/tools/pyblish_pype/img/logo-extrasmall.png diff --git a/pype/tools/pyblish_pype/img/tab-overview.png b/openpype/tools/pyblish_pype/img/tab-overview.png similarity index 100% rename from pype/tools/pyblish_pype/img/tab-overview.png rename to openpype/tools/pyblish_pype/img/tab-overview.png diff --git a/pype/tools/pyblish_pype/img/tab-terminal.png b/openpype/tools/pyblish_pype/img/tab-terminal.png similarity index 100% rename from pype/tools/pyblish_pype/img/tab-terminal.png rename to openpype/tools/pyblish_pype/img/tab-terminal.png diff --git a/pype/tools/pyblish_pype/mock.py b/openpype/tools/pyblish_pype/mock.py similarity index 100% rename from pype/tools/pyblish_pype/mock.py rename to openpype/tools/pyblish_pype/mock.py diff --git a/pype/tools/pyblish_pype/model.py b/openpype/tools/pyblish_pype/model.py similarity index 100% rename from pype/tools/pyblish_pype/model.py rename to openpype/tools/pyblish_pype/model.py diff --git a/pype/tools/pyblish_pype/settings.py b/openpype/tools/pyblish_pype/settings.py similarity index 100% rename from pype/tools/pyblish_pype/settings.py rename to openpype/tools/pyblish_pype/settings.py diff --git a/pype/tools/pyblish_pype/util.py b/openpype/tools/pyblish_pype/util.py similarity index 100% rename from pype/tools/pyblish_pype/util.py rename to openpype/tools/pyblish_pype/util.py diff --git a/pype/tools/pyblish_pype/vendor/__init__.py b/openpype/tools/pyblish_pype/vendor/__init__.py similarity index 100% rename from pype/tools/pyblish_pype/vendor/__init__.py rename to openpype/tools/pyblish_pype/vendor/__init__.py diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/__init__.py b/openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/__init__.py rename to openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/_version.py b/openpype/tools/pyblish_pype/vendor/qtawesome/_version.py similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/_version.py rename to openpype/tools/pyblish_pype/vendor/qtawesome/_version.py diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/animation.py b/openpype/tools/pyblish_pype/vendor/qtawesome/animation.py similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/animation.py rename to openpype/tools/pyblish_pype/vendor/qtawesome/animation.py diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json b/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json rename to openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont-charmap.json diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf b/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf rename to openpype/tools/pyblish_pype/vendor/qtawesome/fonts/elusiveicons-webfont.ttf diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json b/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json rename to openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont-charmap.json diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf b/openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf rename to openpype/tools/pyblish_pype/vendor/qtawesome/fonts/fontawesome-webfont.ttf diff --git a/pype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py b/openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py similarity index 100% rename from pype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py rename to openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py diff --git a/pype/tools/pyblish_pype/version.py b/openpype/tools/pyblish_pype/version.py similarity index 100% rename from pype/tools/pyblish_pype/version.py rename to openpype/tools/pyblish_pype/version.py diff --git a/pype/tools/pyblish_pype/view.py b/openpype/tools/pyblish_pype/view.py similarity index 100% rename from pype/tools/pyblish_pype/view.py rename to openpype/tools/pyblish_pype/view.py diff --git a/pype/tools/pyblish_pype/widgets.py b/openpype/tools/pyblish_pype/widgets.py similarity index 100% rename from pype/tools/pyblish_pype/widgets.py rename to openpype/tools/pyblish_pype/widgets.py diff --git a/pype/tools/pyblish_pype/window.py b/openpype/tools/pyblish_pype/window.py similarity index 100% rename from pype/tools/pyblish_pype/window.py rename to openpype/tools/pyblish_pype/window.py diff --git a/pype/tools/settings/__init__.py b/openpype/tools/settings/__init__.py similarity index 100% rename from pype/tools/settings/__init__.py rename to openpype/tools/settings/__init__.py diff --git a/pype/tools/settings/__main__.py b/openpype/tools/settings/__main__.py similarity index 100% rename from pype/tools/settings/__main__.py rename to openpype/tools/settings/__main__.py diff --git a/pype/tools/settings/local_settings/__init__.py b/openpype/tools/settings/local_settings/__init__.py similarity index 100% rename from pype/tools/settings/local_settings/__init__.py rename to openpype/tools/settings/local_settings/__init__.py diff --git a/pype/tools/settings/local_settings/apps_widget.py b/openpype/tools/settings/local_settings/apps_widget.py similarity index 100% rename from pype/tools/settings/local_settings/apps_widget.py rename to openpype/tools/settings/local_settings/apps_widget.py diff --git a/pype/tools/settings/local_settings/constants.py b/openpype/tools/settings/local_settings/constants.py similarity index 100% rename from pype/tools/settings/local_settings/constants.py rename to openpype/tools/settings/local_settings/constants.py diff --git a/pype/tools/settings/local_settings/general_widget.py b/openpype/tools/settings/local_settings/general_widget.py similarity index 100% rename from pype/tools/settings/local_settings/general_widget.py rename to openpype/tools/settings/local_settings/general_widget.py diff --git a/pype/tools/settings/local_settings/mongo_widget.py b/openpype/tools/settings/local_settings/mongo_widget.py similarity index 100% rename from pype/tools/settings/local_settings/mongo_widget.py rename to openpype/tools/settings/local_settings/mongo_widget.py diff --git a/pype/tools/settings/local_settings/projects_widget.py b/openpype/tools/settings/local_settings/projects_widget.py similarity index 100% rename from pype/tools/settings/local_settings/projects_widget.py rename to openpype/tools/settings/local_settings/projects_widget.py diff --git a/pype/tools/settings/local_settings/widgets.py b/openpype/tools/settings/local_settings/widgets.py similarity index 100% rename from pype/tools/settings/local_settings/widgets.py rename to openpype/tools/settings/local_settings/widgets.py diff --git a/pype/tools/settings/local_settings/window.py b/openpype/tools/settings/local_settings/window.py similarity index 100% rename from pype/tools/settings/local_settings/window.py rename to openpype/tools/settings/local_settings/window.py diff --git a/pype/tools/settings/settings/README.md b/openpype/tools/settings/settings/README.md similarity index 100% rename from pype/tools/settings/settings/README.md rename to openpype/tools/settings/settings/README.md diff --git a/pype/tools/settings/settings/__init__.py b/openpype/tools/settings/settings/__init__.py similarity index 100% rename from pype/tools/settings/settings/__init__.py rename to openpype/tools/settings/settings/__init__.py diff --git a/pype/tools/settings/settings/style/__init__.py b/openpype/tools/settings/settings/style/__init__.py similarity index 100% rename from pype/tools/settings/settings/style/__init__.py rename to openpype/tools/settings/settings/style/__init__.py diff --git a/pype/tools/settings/settings/style/pype_icon.png b/openpype/tools/settings/settings/style/pype_icon.png similarity index 100% rename from pype/tools/settings/settings/style/pype_icon.png rename to openpype/tools/settings/settings/style/pype_icon.png diff --git a/pype/tools/settings/settings/style/style.css b/openpype/tools/settings/settings/style/style.css similarity index 100% rename from pype/tools/settings/settings/style/style.css rename to openpype/tools/settings/settings/style/style.css diff --git a/pype/tools/settings/settings/widgets/__init__.py b/openpype/tools/settings/settings/widgets/__init__.py similarity index 100% rename from pype/tools/settings/settings/widgets/__init__.py rename to openpype/tools/settings/settings/widgets/__init__.py diff --git a/pype/tools/settings/settings/widgets/base.py b/openpype/tools/settings/settings/widgets/base.py similarity index 100% rename from pype/tools/settings/settings/widgets/base.py rename to openpype/tools/settings/settings/widgets/base.py diff --git a/pype/tools/settings/settings/widgets/categories.py b/openpype/tools/settings/settings/widgets/categories.py similarity index 100% rename from pype/tools/settings/settings/widgets/categories.py rename to openpype/tools/settings/settings/widgets/categories.py diff --git a/pype/tools/settings/settings/widgets/dict_mutable_widget.py b/openpype/tools/settings/settings/widgets/dict_mutable_widget.py similarity index 100% rename from pype/tools/settings/settings/widgets/dict_mutable_widget.py rename to openpype/tools/settings/settings/widgets/dict_mutable_widget.py diff --git a/pype/tools/settings/settings/widgets/item_widgets.py b/openpype/tools/settings/settings/widgets/item_widgets.py similarity index 100% rename from pype/tools/settings/settings/widgets/item_widgets.py rename to openpype/tools/settings/settings/widgets/item_widgets.py diff --git a/pype/tools/settings/settings/widgets/lib.py b/openpype/tools/settings/settings/widgets/lib.py similarity index 100% rename from pype/tools/settings/settings/widgets/lib.py rename to openpype/tools/settings/settings/widgets/lib.py diff --git a/pype/tools/settings/settings/widgets/list_item_widget.py b/openpype/tools/settings/settings/widgets/list_item_widget.py similarity index 100% rename from pype/tools/settings/settings/widgets/list_item_widget.py rename to openpype/tools/settings/settings/widgets/list_item_widget.py diff --git a/pype/tools/settings/settings/widgets/list_strict_widget.py b/openpype/tools/settings/settings/widgets/list_strict_widget.py similarity index 100% rename from pype/tools/settings/settings/widgets/list_strict_widget.py rename to openpype/tools/settings/settings/widgets/list_strict_widget.py diff --git a/pype/tools/settings/settings/widgets/multiselection_combobox.py b/openpype/tools/settings/settings/widgets/multiselection_combobox.py similarity index 100% rename from pype/tools/settings/settings/widgets/multiselection_combobox.py rename to openpype/tools/settings/settings/widgets/multiselection_combobox.py diff --git a/pype/tools/settings/settings/widgets/tests.py b/openpype/tools/settings/settings/widgets/tests.py similarity index 100% rename from pype/tools/settings/settings/widgets/tests.py rename to openpype/tools/settings/settings/widgets/tests.py diff --git a/pype/tools/settings/settings/widgets/widgets.py b/openpype/tools/settings/settings/widgets/widgets.py similarity index 100% rename from pype/tools/settings/settings/widgets/widgets.py rename to openpype/tools/settings/settings/widgets/widgets.py diff --git a/pype/tools/settings/settings/widgets/window.py b/openpype/tools/settings/settings/widgets/window.py similarity index 100% rename from pype/tools/settings/settings/widgets/window.py rename to openpype/tools/settings/settings/widgets/window.py diff --git a/pype/tools/settings/settings/widgets/wrapper_widgets.py b/openpype/tools/settings/settings/widgets/wrapper_widgets.py similarity index 100% rename from pype/tools/settings/settings/widgets/wrapper_widgets.py rename to openpype/tools/settings/settings/widgets/wrapper_widgets.py diff --git a/pype/tools/standalonepublish/__init__.py b/openpype/tools/standalonepublish/__init__.py similarity index 100% rename from pype/tools/standalonepublish/__init__.py rename to openpype/tools/standalonepublish/__init__.py diff --git a/pype/tools/standalonepublish/app.py b/openpype/tools/standalonepublish/app.py similarity index 100% rename from pype/tools/standalonepublish/app.py rename to openpype/tools/standalonepublish/app.py diff --git a/pype/tools/standalonepublish/publish.py b/openpype/tools/standalonepublish/publish.py similarity index 100% rename from pype/tools/standalonepublish/publish.py rename to openpype/tools/standalonepublish/publish.py diff --git a/pype/tools/standalonepublish/widgets/__init__.py b/openpype/tools/standalonepublish/widgets/__init__.py similarity index 100% rename from pype/tools/standalonepublish/widgets/__init__.py rename to openpype/tools/standalonepublish/widgets/__init__.py diff --git a/pype/tools/standalonepublish/widgets/constants.py b/openpype/tools/standalonepublish/widgets/constants.py similarity index 100% rename from pype/tools/standalonepublish/widgets/constants.py rename to openpype/tools/standalonepublish/widgets/constants.py diff --git a/pype/tools/standalonepublish/widgets/model_asset.py b/openpype/tools/standalonepublish/widgets/model_asset.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_asset.py rename to openpype/tools/standalonepublish/widgets/model_asset.py diff --git a/pype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py b/openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py rename to openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py diff --git a/pype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py b/openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py rename to openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py diff --git a/pype/tools/standalonepublish/widgets/model_node.py b/openpype/tools/standalonepublish/widgets/model_node.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_node.py rename to openpype/tools/standalonepublish/widgets/model_node.py diff --git a/pype/tools/standalonepublish/widgets/model_tasks_template.py b/openpype/tools/standalonepublish/widgets/model_tasks_template.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_tasks_template.py rename to openpype/tools/standalonepublish/widgets/model_tasks_template.py diff --git a/pype/tools/standalonepublish/widgets/model_tree.py b/openpype/tools/standalonepublish/widgets/model_tree.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_tree.py rename to openpype/tools/standalonepublish/widgets/model_tree.py diff --git a/pype/tools/standalonepublish/widgets/model_tree_view_deselectable.py b/openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py similarity index 100% rename from pype/tools/standalonepublish/widgets/model_tree_view_deselectable.py rename to openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py diff --git a/pype/tools/standalonepublish/widgets/resources/__init__.py b/openpype/tools/standalonepublish/widgets/resources/__init__.py similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/__init__.py rename to openpype/tools/standalonepublish/widgets/resources/__init__.py diff --git a/pype/tools/standalonepublish/widgets/resources/edit.svg b/openpype/tools/standalonepublish/widgets/resources/edit.svg similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/edit.svg rename to openpype/tools/standalonepublish/widgets/resources/edit.svg diff --git a/pype/tools/standalonepublish/widgets/resources/file.png b/openpype/tools/standalonepublish/widgets/resources/file.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/file.png rename to openpype/tools/standalonepublish/widgets/resources/file.png diff --git a/pype/tools/standalonepublish/widgets/resources/files.png b/openpype/tools/standalonepublish/widgets/resources/files.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/files.png rename to openpype/tools/standalonepublish/widgets/resources/files.png diff --git a/pype/tools/standalonepublish/widgets/resources/houdini.png b/openpype/tools/standalonepublish/widgets/resources/houdini.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/houdini.png rename to openpype/tools/standalonepublish/widgets/resources/houdini.png diff --git a/pype/tools/standalonepublish/widgets/resources/image_file.png b/openpype/tools/standalonepublish/widgets/resources/image_file.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/image_file.png rename to openpype/tools/standalonepublish/widgets/resources/image_file.png diff --git a/pype/tools/standalonepublish/widgets/resources/image_files.png b/openpype/tools/standalonepublish/widgets/resources/image_files.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/image_files.png rename to openpype/tools/standalonepublish/widgets/resources/image_files.png diff --git a/pype/tools/standalonepublish/widgets/resources/information.svg b/openpype/tools/standalonepublish/widgets/resources/information.svg similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/information.svg rename to openpype/tools/standalonepublish/widgets/resources/information.svg diff --git a/pype/tools/standalonepublish/widgets/resources/maya.png b/openpype/tools/standalonepublish/widgets/resources/maya.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/maya.png rename to openpype/tools/standalonepublish/widgets/resources/maya.png diff --git a/pype/tools/standalonepublish/widgets/resources/menu.png b/openpype/tools/standalonepublish/widgets/resources/menu.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/menu.png rename to openpype/tools/standalonepublish/widgets/resources/menu.png diff --git a/pype/tools/standalonepublish/widgets/resources/menu_disabled.png b/openpype/tools/standalonepublish/widgets/resources/menu_disabled.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/menu_disabled.png rename to openpype/tools/standalonepublish/widgets/resources/menu_disabled.png diff --git a/pype/tools/standalonepublish/widgets/resources/menu_hover.png b/openpype/tools/standalonepublish/widgets/resources/menu_hover.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/menu_hover.png rename to openpype/tools/standalonepublish/widgets/resources/menu_hover.png diff --git a/pype/tools/standalonepublish/widgets/resources/menu_pressed.png b/openpype/tools/standalonepublish/widgets/resources/menu_pressed.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/menu_pressed.png rename to openpype/tools/standalonepublish/widgets/resources/menu_pressed.png diff --git a/pype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png b/openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png rename to openpype/tools/standalonepublish/widgets/resources/menu_pressed_hover.png diff --git a/pype/tools/standalonepublish/widgets/resources/nuke.png b/openpype/tools/standalonepublish/widgets/resources/nuke.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/nuke.png rename to openpype/tools/standalonepublish/widgets/resources/nuke.png diff --git a/pype/tools/standalonepublish/widgets/resources/premiere.png b/openpype/tools/standalonepublish/widgets/resources/premiere.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/premiere.png rename to openpype/tools/standalonepublish/widgets/resources/premiere.png diff --git a/pype/tools/standalonepublish/widgets/resources/trash.png b/openpype/tools/standalonepublish/widgets/resources/trash.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/trash.png rename to openpype/tools/standalonepublish/widgets/resources/trash.png diff --git a/pype/tools/standalonepublish/widgets/resources/trash_disabled.png b/openpype/tools/standalonepublish/widgets/resources/trash_disabled.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/trash_disabled.png rename to openpype/tools/standalonepublish/widgets/resources/trash_disabled.png diff --git a/pype/tools/standalonepublish/widgets/resources/trash_hover.png b/openpype/tools/standalonepublish/widgets/resources/trash_hover.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/trash_hover.png rename to openpype/tools/standalonepublish/widgets/resources/trash_hover.png diff --git a/pype/tools/standalonepublish/widgets/resources/trash_pressed.png b/openpype/tools/standalonepublish/widgets/resources/trash_pressed.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/trash_pressed.png rename to openpype/tools/standalonepublish/widgets/resources/trash_pressed.png diff --git a/pype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png b/openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png rename to openpype/tools/standalonepublish/widgets/resources/trash_pressed_hover.png diff --git a/pype/tools/standalonepublish/widgets/resources/video_file.png b/openpype/tools/standalonepublish/widgets/resources/video_file.png similarity index 100% rename from pype/tools/standalonepublish/widgets/resources/video_file.png rename to openpype/tools/standalonepublish/widgets/resources/video_file.png diff --git a/pype/tools/standalonepublish/widgets/widget_asset.py b/openpype/tools/standalonepublish/widgets/widget_asset.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_asset.py rename to openpype/tools/standalonepublish/widgets/widget_asset.py diff --git a/pype/tools/standalonepublish/widgets/widget_component_item.py b/openpype/tools/standalonepublish/widgets/widget_component_item.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_component_item.py rename to openpype/tools/standalonepublish/widgets/widget_component_item.py diff --git a/pype/tools/standalonepublish/widgets/widget_components.py b/openpype/tools/standalonepublish/widgets/widget_components.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_components.py rename to openpype/tools/standalonepublish/widgets/widget_components.py diff --git a/pype/tools/standalonepublish/widgets/widget_components_list.py b/openpype/tools/standalonepublish/widgets/widget_components_list.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_components_list.py rename to openpype/tools/standalonepublish/widgets/widget_components_list.py diff --git a/pype/tools/standalonepublish/widgets/widget_drop_empty.py b/openpype/tools/standalonepublish/widgets/widget_drop_empty.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_drop_empty.py rename to openpype/tools/standalonepublish/widgets/widget_drop_empty.py diff --git a/pype/tools/standalonepublish/widgets/widget_drop_frame.py b/openpype/tools/standalonepublish/widgets/widget_drop_frame.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_drop_frame.py rename to openpype/tools/standalonepublish/widgets/widget_drop_frame.py diff --git a/pype/tools/standalonepublish/widgets/widget_family.py b/openpype/tools/standalonepublish/widgets/widget_family.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_family.py rename to openpype/tools/standalonepublish/widgets/widget_family.py diff --git a/pype/tools/standalonepublish/widgets/widget_family_desc.py b/openpype/tools/standalonepublish/widgets/widget_family_desc.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_family_desc.py rename to openpype/tools/standalonepublish/widgets/widget_family_desc.py diff --git a/pype/tools/standalonepublish/widgets/widget_shadow.py b/openpype/tools/standalonepublish/widgets/widget_shadow.py similarity index 100% rename from pype/tools/standalonepublish/widgets/widget_shadow.py rename to openpype/tools/standalonepublish/widgets/widget_shadow.py diff --git a/pype/tools/texture_copy/app.py b/openpype/tools/texture_copy/app.py similarity index 100% rename from pype/tools/texture_copy/app.py rename to openpype/tools/texture_copy/app.py diff --git a/pype/tools/tray/__init__.py b/openpype/tools/tray/__init__.py similarity index 100% rename from pype/tools/tray/__init__.py rename to openpype/tools/tray/__init__.py diff --git a/pype/tools/tray/__main__.py b/openpype/tools/tray/__main__.py similarity index 100% rename from pype/tools/tray/__main__.py rename to openpype/tools/tray/__main__.py diff --git a/pype/tools/tray/pype_info_widget.py b/openpype/tools/tray/pype_info_widget.py similarity index 100% rename from pype/tools/tray/pype_info_widget.py rename to openpype/tools/tray/pype_info_widget.py diff --git a/pype/tools/tray/pype_tray.py b/openpype/tools/tray/pype_tray.py similarity index 100% rename from pype/tools/tray/pype_tray.py rename to openpype/tools/tray/pype_tray.py diff --git a/pype/tools/workfiles/README.md b/openpype/tools/workfiles/README.md similarity index 100% rename from pype/tools/workfiles/README.md rename to openpype/tools/workfiles/README.md diff --git a/pype/tools/workfiles/__init__.py b/openpype/tools/workfiles/__init__.py similarity index 100% rename from pype/tools/workfiles/__init__.py rename to openpype/tools/workfiles/__init__.py diff --git a/pype/tools/workfiles/app.py b/openpype/tools/workfiles/app.py similarity index 100% rename from pype/tools/workfiles/app.py rename to openpype/tools/workfiles/app.py diff --git a/pype/tools/workfiles/model.py b/openpype/tools/workfiles/model.py similarity index 100% rename from pype/tools/workfiles/model.py rename to openpype/tools/workfiles/model.py diff --git a/pype/tools/workfiles/view.py b/openpype/tools/workfiles/view.py similarity index 100% rename from pype/tools/workfiles/view.py rename to openpype/tools/workfiles/view.py diff --git a/pype/vendor/OpenHarmony/.gitattributes b/openpype/vendor/OpenHarmony/.gitattributes similarity index 100% rename from pype/vendor/OpenHarmony/.gitattributes rename to openpype/vendor/OpenHarmony/.gitattributes diff --git a/pype/vendor/OpenHarmony/.gitignore b/openpype/vendor/OpenHarmony/.gitignore similarity index 100% rename from pype/vendor/OpenHarmony/.gitignore rename to openpype/vendor/OpenHarmony/.gitignore diff --git a/pype/vendor/OpenHarmony/Install.bat b/openpype/vendor/OpenHarmony/Install.bat similarity index 100% rename from pype/vendor/OpenHarmony/Install.bat rename to openpype/vendor/OpenHarmony/Install.bat diff --git a/pype/vendor/OpenHarmony/LICENSE b/openpype/vendor/OpenHarmony/LICENSE similarity index 100% rename from pype/vendor/OpenHarmony/LICENSE rename to openpype/vendor/OpenHarmony/LICENSE diff --git a/pype/vendor/OpenHarmony/README.md b/openpype/vendor/OpenHarmony/README.md similarity index 100% rename from pype/vendor/OpenHarmony/README.md rename to openpype/vendor/OpenHarmony/README.md diff --git a/pype/vendor/OpenHarmony/build_doc.bat b/openpype/vendor/OpenHarmony/build_doc.bat similarity index 100% rename from pype/vendor/OpenHarmony/build_doc.bat rename to openpype/vendor/OpenHarmony/build_doc.bat diff --git a/pype/vendor/OpenHarmony/docs/$.html b/openpype/vendor/OpenHarmony/docs/$.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.html rename to openpype/vendor/OpenHarmony/docs/$.html diff --git a/pype/vendor/OpenHarmony/docs/$.oApp.html b/openpype/vendor/OpenHarmony/docs/$.oApp.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oApp.html rename to openpype/vendor/OpenHarmony/docs/$.oApp.html diff --git a/pype/vendor/OpenHarmony/docs/$.oArtLayer.html b/openpype/vendor/OpenHarmony/docs/$.oArtLayer.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oArtLayer.html rename to openpype/vendor/OpenHarmony/docs/$.oArtLayer.html diff --git a/pype/vendor/OpenHarmony/docs/$.oAttribute.html b/openpype/vendor/OpenHarmony/docs/$.oAttribute.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oAttribute.html rename to openpype/vendor/OpenHarmony/docs/$.oAttribute.html diff --git a/pype/vendor/OpenHarmony/docs/$.oBackdrop.html b/openpype/vendor/OpenHarmony/docs/$.oBackdrop.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oBackdrop.html rename to openpype/vendor/OpenHarmony/docs/$.oBackdrop.html diff --git a/pype/vendor/OpenHarmony/docs/$.oBox.html b/openpype/vendor/OpenHarmony/docs/$.oBox.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oBox.html rename to openpype/vendor/OpenHarmony/docs/$.oBox.html diff --git a/pype/vendor/OpenHarmony/docs/$.oColor.html b/openpype/vendor/OpenHarmony/docs/$.oColor.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oColor.html rename to openpype/vendor/OpenHarmony/docs/$.oColor.html diff --git a/pype/vendor/OpenHarmony/docs/$.oColorValue.html b/openpype/vendor/OpenHarmony/docs/$.oColorValue.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oColorValue.html rename to openpype/vendor/OpenHarmony/docs/$.oColorValue.html diff --git a/pype/vendor/OpenHarmony/docs/$.oColumn.html b/openpype/vendor/OpenHarmony/docs/$.oColumn.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oColumn.html rename to openpype/vendor/OpenHarmony/docs/$.oColumn.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDatabase.html b/openpype/vendor/OpenHarmony/docs/$.oDatabase.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDatabase.html rename to openpype/vendor/OpenHarmony/docs/$.oDatabase.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDialog.Progress.html b/openpype/vendor/OpenHarmony/docs/$.oDialog.Progress.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDialog.Progress.html rename to openpype/vendor/OpenHarmony/docs/$.oDialog.Progress.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDialog.html b/openpype/vendor/OpenHarmony/docs/$.oDialog.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDialog.html rename to openpype/vendor/OpenHarmony/docs/$.oDialog.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDrawing.html b/openpype/vendor/OpenHarmony/docs/$.oDrawing.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDrawing.html rename to openpype/vendor/OpenHarmony/docs/$.oDrawing.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDrawingColumn.html b/openpype/vendor/OpenHarmony/docs/$.oDrawingColumn.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDrawingColumn.html rename to openpype/vendor/OpenHarmony/docs/$.oDrawingColumn.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDrawingNode.html b/openpype/vendor/OpenHarmony/docs/$.oDrawingNode.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDrawingNode.html rename to openpype/vendor/OpenHarmony/docs/$.oDrawingNode.html diff --git a/pype/vendor/OpenHarmony/docs/$.oDynList.html b/openpype/vendor/OpenHarmony/docs/$.oDynList.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oDynList.html rename to openpype/vendor/OpenHarmony/docs/$.oDynList.html diff --git a/pype/vendor/OpenHarmony/docs/$.oElement.html b/openpype/vendor/OpenHarmony/docs/$.oElement.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oElement.html rename to openpype/vendor/OpenHarmony/docs/$.oElement.html diff --git a/pype/vendor/OpenHarmony/docs/$.oFile.html b/openpype/vendor/OpenHarmony/docs/$.oFile.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oFile.html rename to openpype/vendor/OpenHarmony/docs/$.oFile.html diff --git a/pype/vendor/OpenHarmony/docs/$.oFolder.html b/openpype/vendor/OpenHarmony/docs/$.oFolder.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oFolder.html rename to openpype/vendor/OpenHarmony/docs/$.oFolder.html diff --git a/pype/vendor/OpenHarmony/docs/$.oFrame.html b/openpype/vendor/OpenHarmony/docs/$.oFrame.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oFrame.html rename to openpype/vendor/OpenHarmony/docs/$.oFrame.html diff --git a/pype/vendor/OpenHarmony/docs/$.oGroupNode.html b/openpype/vendor/OpenHarmony/docs/$.oGroupNode.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oGroupNode.html rename to openpype/vendor/OpenHarmony/docs/$.oGroupNode.html diff --git a/pype/vendor/OpenHarmony/docs/$.oLink.html b/openpype/vendor/OpenHarmony/docs/$.oLink.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oLink.html rename to openpype/vendor/OpenHarmony/docs/$.oLink.html diff --git a/pype/vendor/OpenHarmony/docs/$.oLinkPath.html b/openpype/vendor/OpenHarmony/docs/$.oLinkPath.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oLinkPath.html rename to openpype/vendor/OpenHarmony/docs/$.oLinkPath.html diff --git a/pype/vendor/OpenHarmony/docs/$.oList.html b/openpype/vendor/OpenHarmony/docs/$.oList.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oList.html rename to openpype/vendor/OpenHarmony/docs/$.oList.html diff --git a/pype/vendor/OpenHarmony/docs/$.oMetadata.html b/openpype/vendor/OpenHarmony/docs/$.oMetadata.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oMetadata.html rename to openpype/vendor/OpenHarmony/docs/$.oMetadata.html diff --git a/pype/vendor/OpenHarmony/docs/$.oNetwork.html b/openpype/vendor/OpenHarmony/docs/$.oNetwork.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oNetwork.html rename to openpype/vendor/OpenHarmony/docs/$.oNetwork.html diff --git a/pype/vendor/OpenHarmony/docs/$.oNode.html b/openpype/vendor/OpenHarmony/docs/$.oNode.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oNode.html rename to openpype/vendor/OpenHarmony/docs/$.oNode.html diff --git a/pype/vendor/OpenHarmony/docs/$.oNodeLink.html b/openpype/vendor/OpenHarmony/docs/$.oNodeLink.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oNodeLink.html rename to openpype/vendor/OpenHarmony/docs/$.oNodeLink.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPalette.html b/openpype/vendor/OpenHarmony/docs/$.oPalette.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPalette.html rename to openpype/vendor/OpenHarmony/docs/$.oPalette.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPathPoint.html b/openpype/vendor/OpenHarmony/docs/$.oPathPoint.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPathPoint.html rename to openpype/vendor/OpenHarmony/docs/$.oPathPoint.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPegNode.html b/openpype/vendor/OpenHarmony/docs/$.oPegNode.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPegNode.html rename to openpype/vendor/OpenHarmony/docs/$.oPegNode.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPieMenu.html b/openpype/vendor/OpenHarmony/docs/$.oPieMenu.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPieMenu.html rename to openpype/vendor/OpenHarmony/docs/$.oPieMenu.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPieSubMenu.html b/openpype/vendor/OpenHarmony/docs/$.oPieSubMenu.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPieSubMenu.html rename to openpype/vendor/OpenHarmony/docs/$.oPieSubMenu.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPoint.html b/openpype/vendor/OpenHarmony/docs/$.oPoint.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPoint.html rename to openpype/vendor/OpenHarmony/docs/$.oPoint.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPreference.html b/openpype/vendor/OpenHarmony/docs/$.oPreference.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPreference.html rename to openpype/vendor/OpenHarmony/docs/$.oPreference.html diff --git a/pype/vendor/OpenHarmony/docs/$.oPreferences.html b/openpype/vendor/OpenHarmony/docs/$.oPreferences.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oPreferences.html rename to openpype/vendor/OpenHarmony/docs/$.oPreferences.html diff --git a/pype/vendor/OpenHarmony/docs/$.oProcess.html b/openpype/vendor/OpenHarmony/docs/$.oProcess.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oProcess.html rename to openpype/vendor/OpenHarmony/docs/$.oProcess.html diff --git a/pype/vendor/OpenHarmony/docs/$.oProgressDialog.html b/openpype/vendor/OpenHarmony/docs/$.oProgressDialog.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oProgressDialog.html rename to openpype/vendor/OpenHarmony/docs/$.oProgressDialog.html diff --git a/pype/vendor/OpenHarmony/docs/$.oScene.html b/openpype/vendor/OpenHarmony/docs/$.oScene.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oScene.html rename to openpype/vendor/OpenHarmony/docs/$.oScene.html diff --git a/pype/vendor/OpenHarmony/docs/$.oScriptButton.html b/openpype/vendor/OpenHarmony/docs/$.oScriptButton.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oScriptButton.html rename to openpype/vendor/OpenHarmony/docs/$.oScriptButton.html diff --git a/pype/vendor/OpenHarmony/docs/$.oShape.html b/openpype/vendor/OpenHarmony/docs/$.oShape.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oShape.html rename to openpype/vendor/OpenHarmony/docs/$.oShape.html diff --git a/pype/vendor/OpenHarmony/docs/$.oStencil.html b/openpype/vendor/OpenHarmony/docs/$.oStencil.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oStencil.html rename to openpype/vendor/OpenHarmony/docs/$.oStencil.html diff --git a/pype/vendor/OpenHarmony/docs/$.oThread.html b/openpype/vendor/OpenHarmony/docs/$.oThread.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oThread.html rename to openpype/vendor/OpenHarmony/docs/$.oThread.html diff --git a/pype/vendor/OpenHarmony/docs/$.oTimeline.html b/openpype/vendor/OpenHarmony/docs/$.oTimeline.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oTimeline.html rename to openpype/vendor/OpenHarmony/docs/$.oTimeline.html diff --git a/pype/vendor/OpenHarmony/docs/$.oTimelineLayer.html b/openpype/vendor/OpenHarmony/docs/$.oTimelineLayer.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oTimelineLayer.html rename to openpype/vendor/OpenHarmony/docs/$.oTimelineLayer.html diff --git a/pype/vendor/OpenHarmony/docs/$.oTool.html b/openpype/vendor/OpenHarmony/docs/$.oTool.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oTool.html rename to openpype/vendor/OpenHarmony/docs/$.oTool.html diff --git a/pype/vendor/OpenHarmony/docs/$.oToolbar.html b/openpype/vendor/OpenHarmony/docs/$.oToolbar.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oToolbar.html rename to openpype/vendor/OpenHarmony/docs/$.oToolbar.html diff --git a/pype/vendor/OpenHarmony/docs/$.oUtils.html b/openpype/vendor/OpenHarmony/docs/$.oUtils.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oUtils.html rename to openpype/vendor/OpenHarmony/docs/$.oUtils.html diff --git a/pype/vendor/OpenHarmony/docs/$.oXml.html b/openpype/vendor/OpenHarmony/docs/$.oXml.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/$.oXml.html rename to openpype/vendor/OpenHarmony/docs/$.oXml.html diff --git a/pype/vendor/OpenHarmony/docs/404.md b/openpype/vendor/OpenHarmony/docs/404.md similarity index 100% rename from pype/vendor/OpenHarmony/docs/404.md rename to openpype/vendor/OpenHarmony/docs/404.md diff --git a/pype/vendor/OpenHarmony/docs/NodeTypes.html b/openpype/vendor/OpenHarmony/docs/NodeTypes.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/NodeTypes.html rename to openpype/vendor/OpenHarmony/docs/NodeTypes.html diff --git a/pype/vendor/OpenHarmony/docs/actions.html b/openpype/vendor/OpenHarmony/docs/actions.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/actions.html rename to openpype/vendor/OpenHarmony/docs/actions.html diff --git a/pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.eot b/openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.eot rename to openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.eot diff --git a/pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.svg b/openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.svg rename to openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.svg diff --git a/pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.ttf b/openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.ttf rename to openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.ttf diff --git a/pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.woff b/openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from pype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.woff rename to openpype/vendor/OpenHarmony/docs/fonts/glyphicons-halflings-regular.woff diff --git a/pype/vendor/OpenHarmony/docs/global.html b/openpype/vendor/OpenHarmony/docs/global.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/global.html rename to openpype/vendor/OpenHarmony/docs/global.html diff --git a/pype/vendor/OpenHarmony/docs/index.html b/openpype/vendor/OpenHarmony/docs/index.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/index.html rename to openpype/vendor/OpenHarmony/docs/index.html diff --git a/pype/vendor/OpenHarmony/docs/preferences.html b/openpype/vendor/OpenHarmony/docs/preferences.html similarity index 100% rename from pype/vendor/OpenHarmony/docs/preferences.html rename to openpype/vendor/OpenHarmony/docs/preferences.html diff --git a/pype/vendor/OpenHarmony/docs/scripts/bootstrap.min.js b/openpype/vendor/OpenHarmony/docs/scripts/bootstrap.min.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/bootstrap.min.js rename to openpype/vendor/OpenHarmony/docs/scripts/bootstrap.min.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/jaguar.js b/openpype/vendor/OpenHarmony/docs/scripts/jaguar.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/jaguar.js rename to openpype/vendor/OpenHarmony/docs/scripts/jaguar.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/jquery.min.js b/openpype/vendor/OpenHarmony/docs/scripts/jquery.min.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/jquery.min.js rename to openpype/vendor/OpenHarmony/docs/scripts/jquery.min.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/jquery.min.map b/openpype/vendor/OpenHarmony/docs/scripts/jquery.min.map similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/jquery.min.map rename to openpype/vendor/OpenHarmony/docs/scripts/jquery.min.map diff --git a/pype/vendor/OpenHarmony/docs/scripts/prettify/Apache-License-2.0.txt b/openpype/vendor/OpenHarmony/docs/scripts/prettify/Apache-License-2.0.txt similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/prettify/Apache-License-2.0.txt rename to openpype/vendor/OpenHarmony/docs/scripts/prettify/Apache-License-2.0.txt diff --git a/pype/vendor/OpenHarmony/docs/scripts/prettify/lang-css.js b/openpype/vendor/OpenHarmony/docs/scripts/prettify/lang-css.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/prettify/lang-css.js rename to openpype/vendor/OpenHarmony/docs/scripts/prettify/lang-css.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/prettify/prettify.js b/openpype/vendor/OpenHarmony/docs/scripts/prettify/prettify.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/prettify/prettify.js rename to openpype/vendor/OpenHarmony/docs/scripts/prettify/prettify.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/underscore-min.js b/openpype/vendor/OpenHarmony/docs/scripts/underscore-min.js similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/underscore-min.js rename to openpype/vendor/OpenHarmony/docs/scripts/underscore-min.js diff --git a/pype/vendor/OpenHarmony/docs/scripts/underscore-min.map b/openpype/vendor/OpenHarmony/docs/scripts/underscore-min.map similarity index 100% rename from pype/vendor/OpenHarmony/docs/scripts/underscore-min.map rename to openpype/vendor/OpenHarmony/docs/scripts/underscore-min.map diff --git a/pype/vendor/OpenHarmony/docs/styles/bootstrap.min.css b/openpype/vendor/OpenHarmony/docs/styles/bootstrap.min.css similarity index 100% rename from pype/vendor/OpenHarmony/docs/styles/bootstrap.min.css rename to openpype/vendor/OpenHarmony/docs/styles/bootstrap.min.css diff --git a/pype/vendor/OpenHarmony/docs/styles/jaguar.css b/openpype/vendor/OpenHarmony/docs/styles/jaguar.css similarity index 100% rename from pype/vendor/OpenHarmony/docs/styles/jaguar.css rename to openpype/vendor/OpenHarmony/docs/styles/jaguar.css diff --git a/pype/vendor/OpenHarmony/docs/styles/prettify-jsdoc.css b/openpype/vendor/OpenHarmony/docs/styles/prettify-jsdoc.css similarity index 100% rename from pype/vendor/OpenHarmony/docs/styles/prettify-jsdoc.css rename to openpype/vendor/OpenHarmony/docs/styles/prettify-jsdoc.css diff --git a/pype/vendor/OpenHarmony/docs/styles/prettify-tomorrow.css b/openpype/vendor/OpenHarmony/docs/styles/prettify-tomorrow.css similarity index 100% rename from pype/vendor/OpenHarmony/docs/styles/prettify-tomorrow.css rename to openpype/vendor/OpenHarmony/docs/styles/prettify-tomorrow.css diff --git a/pype/vendor/OpenHarmony/documentation.json b/openpype/vendor/OpenHarmony/documentation.json similarity index 100% rename from pype/vendor/OpenHarmony/documentation.json rename to openpype/vendor/OpenHarmony/documentation.json diff --git a/pype/vendor/OpenHarmony/install.sh b/openpype/vendor/OpenHarmony/install.sh similarity index 100% rename from pype/vendor/OpenHarmony/install.sh rename to openpype/vendor/OpenHarmony/install.sh diff --git a/pype/vendor/OpenHarmony/oH_DOM.jpg b/openpype/vendor/OpenHarmony/oH_DOM.jpg similarity index 100% rename from pype/vendor/OpenHarmony/oH_DOM.jpg rename to openpype/vendor/OpenHarmony/oH_DOM.jpg diff --git a/pype/vendor/OpenHarmony/openHarmony.js b/openpype/vendor/OpenHarmony/openHarmony.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony.js rename to openpype/vendor/OpenHarmony/openHarmony.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_actions.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_actions.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_actions.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_actions.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_application.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_application.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_application.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_application.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_attribute.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_backdrop.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_color.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_color.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_color.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_color.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_column.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_column.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_column.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_column.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_database.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_database.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_database.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_database.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_dialog.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_drawing.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_element.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_element.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_element.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_element.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_file.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_file.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_file.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_file.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_frame.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_frame.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_frame.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_frame.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_list.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_list.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_list.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_list.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_math.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_math.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_math.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_math.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_metadata.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_misc.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_misc.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_misc.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_misc.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_network.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_network.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_network.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_network.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_node.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_node.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_node.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_node.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_nodeAttributes.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_nodeLink.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_palette.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_palette.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_palette.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_palette.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_path.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_path.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_path.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_path.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_preferencedoc.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_preferences.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_scene.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_scene.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_scene.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_scene.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_threading.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_threading.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_threading.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_threading.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_timeline.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_tool.js b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_tool.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_tool.js rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_tool.js diff --git a/pype/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui b/openpype/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui rename to openpype/vendor/OpenHarmony/openHarmony/openHarmony_toolInstall.ui diff --git a/pype/vendor/OpenHarmony/openHarmony_install.js b/openpype/vendor/OpenHarmony/openHarmony_install.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony_install.js rename to openpype/vendor/OpenHarmony/openHarmony_install.js diff --git a/pype/vendor/OpenHarmony/openHarmony_tools.js b/openpype/vendor/OpenHarmony/openHarmony_tools.js similarity index 100% rename from pype/vendor/OpenHarmony/openHarmony_tools.js rename to openpype/vendor/OpenHarmony/openHarmony_tools.js diff --git a/pype/vendor/OpenHarmony/package.json b/openpype/vendor/OpenHarmony/package.json similarity index 100% rename from pype/vendor/OpenHarmony/package.json rename to openpype/vendor/OpenHarmony/package.json diff --git a/pype/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt b/openpype/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt similarity index 100% rename from pype/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt rename to openpype/vendor/OpenHarmony/reference/Reference_view_currentToolManager().txt diff --git a/pype/vendor/OpenHarmony/tbpackage.json b/openpype/vendor/OpenHarmony/tbpackage.json similarity index 100% rename from pype/vendor/OpenHarmony/tbpackage.json rename to openpype/vendor/OpenHarmony/tbpackage.json diff --git a/pype/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL b/openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL similarity index 100% rename from pype/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL rename to openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/INSTALL diff --git a/pype/vendor/OpenHarmony/tools/OpenHarmony_basic/README b/openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/README similarity index 100% rename from pype/vendor/OpenHarmony/tools/OpenHarmony_basic/README rename to openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/README diff --git a/pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js b/openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js similarity index 100% rename from pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js rename to openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js diff --git a/pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui b/openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui similarity index 100% rename from pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui rename to openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_basic_backdropPicker.ui diff --git a/pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js b/openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js similarity index 100% rename from pype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js rename to openpype/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js diff --git a/pype/vendor/__init__.py b/openpype/vendor/__init__.py similarity index 100% rename from pype/vendor/__init__.py rename to openpype/vendor/__init__.py diff --git a/pype/vendor/python/common/README.md b/openpype/vendor/python/common/README.md similarity index 100% rename from pype/vendor/python/common/README.md rename to openpype/vendor/python/common/README.md diff --git a/pype/vendor/python/common/capture.py b/openpype/vendor/python/common/capture.py similarity index 100% rename from pype/vendor/python/common/capture.py rename to openpype/vendor/python/common/capture.py diff --git a/pype/vendor/python/common/capture_gui/__init__.py b/openpype/vendor/python/common/capture_gui/__init__.py similarity index 100% rename from pype/vendor/python/common/capture_gui/__init__.py rename to openpype/vendor/python/common/capture_gui/__init__.py diff --git a/pype/vendor/python/common/capture_gui/accordion.py b/openpype/vendor/python/common/capture_gui/accordion.py similarity index 100% rename from pype/vendor/python/common/capture_gui/accordion.py rename to openpype/vendor/python/common/capture_gui/accordion.py diff --git a/pype/vendor/python/common/capture_gui/app.py b/openpype/vendor/python/common/capture_gui/app.py similarity index 100% rename from pype/vendor/python/common/capture_gui/app.py rename to openpype/vendor/python/common/capture_gui/app.py diff --git a/pype/vendor/python/common/capture_gui/colorpicker.py b/openpype/vendor/python/common/capture_gui/colorpicker.py similarity index 100% rename from pype/vendor/python/common/capture_gui/colorpicker.py rename to openpype/vendor/python/common/capture_gui/colorpicker.py diff --git a/pype/vendor/python/common/capture_gui/lib.py b/openpype/vendor/python/common/capture_gui/lib.py similarity index 100% rename from pype/vendor/python/common/capture_gui/lib.py rename to openpype/vendor/python/common/capture_gui/lib.py diff --git a/pype/vendor/python/common/capture_gui/plugin.py b/openpype/vendor/python/common/capture_gui/plugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugin.py rename to openpype/vendor/python/common/capture_gui/plugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/cameraplugin.py b/openpype/vendor/python/common/capture_gui/plugins/cameraplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/cameraplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/cameraplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/codecplugin.py b/openpype/vendor/python/common/capture_gui/plugins/codecplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/codecplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/codecplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/defaultoptionsplugin.py b/openpype/vendor/python/common/capture_gui/plugins/defaultoptionsplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/defaultoptionsplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/defaultoptionsplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/displayplugin.py b/openpype/vendor/python/common/capture_gui/plugins/displayplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/displayplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/displayplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/genericplugin.py b/openpype/vendor/python/common/capture_gui/plugins/genericplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/genericplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/genericplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/ioplugin.py b/openpype/vendor/python/common/capture_gui/plugins/ioplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/ioplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/ioplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/panzoomplugin.py b/openpype/vendor/python/common/capture_gui/plugins/panzoomplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/panzoomplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/panzoomplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/rendererplugin.py b/openpype/vendor/python/common/capture_gui/plugins/rendererplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/rendererplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/rendererplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/resolutionplugin.py b/openpype/vendor/python/common/capture_gui/plugins/resolutionplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/resolutionplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/resolutionplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/timeplugin.py b/openpype/vendor/python/common/capture_gui/plugins/timeplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/timeplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/timeplugin.py diff --git a/pype/vendor/python/common/capture_gui/plugins/viewportplugin.py b/openpype/vendor/python/common/capture_gui/plugins/viewportplugin.py similarity index 100% rename from pype/vendor/python/common/capture_gui/plugins/viewportplugin.py rename to openpype/vendor/python/common/capture_gui/plugins/viewportplugin.py diff --git a/pype/vendor/python/common/capture_gui/presets.py b/openpype/vendor/python/common/capture_gui/presets.py similarity index 100% rename from pype/vendor/python/common/capture_gui/presets.py rename to openpype/vendor/python/common/capture_gui/presets.py diff --git a/pype/vendor/python/common/capture_gui/resources/config.png b/openpype/vendor/python/common/capture_gui/resources/config.png similarity index 100% rename from pype/vendor/python/common/capture_gui/resources/config.png rename to openpype/vendor/python/common/capture_gui/resources/config.png diff --git a/pype/vendor/python/common/capture_gui/resources/import.png b/openpype/vendor/python/common/capture_gui/resources/import.png similarity index 100% rename from pype/vendor/python/common/capture_gui/resources/import.png rename to openpype/vendor/python/common/capture_gui/resources/import.png diff --git a/pype/vendor/python/common/capture_gui/resources/reset.png b/openpype/vendor/python/common/capture_gui/resources/reset.png similarity index 100% rename from pype/vendor/python/common/capture_gui/resources/reset.png rename to openpype/vendor/python/common/capture_gui/resources/reset.png diff --git a/pype/vendor/python/common/capture_gui/resources/save.png b/openpype/vendor/python/common/capture_gui/resources/save.png similarity index 100% rename from pype/vendor/python/common/capture_gui/resources/save.png rename to openpype/vendor/python/common/capture_gui/resources/save.png diff --git a/pype/vendor/python/common/capture_gui/tokens.py b/openpype/vendor/python/common/capture_gui/tokens.py similarity index 100% rename from pype/vendor/python/common/capture_gui/tokens.py rename to openpype/vendor/python/common/capture_gui/tokens.py diff --git a/pype/vendor/python/common/capture_gui/vendor/Qt.py b/openpype/vendor/python/common/capture_gui/vendor/Qt.py similarity index 100% rename from pype/vendor/python/common/capture_gui/vendor/Qt.py rename to openpype/vendor/python/common/capture_gui/vendor/Qt.py diff --git a/pype/vendor/python/common/capture_gui/vendor/__init__.py b/openpype/vendor/python/common/capture_gui/vendor/__init__.py similarity index 100% rename from pype/vendor/python/common/capture_gui/vendor/__init__.py rename to openpype/vendor/python/common/capture_gui/vendor/__init__.py diff --git a/pype/vendor/python/common/capture_gui/version.py b/openpype/vendor/python/common/capture_gui/version.py similarity index 100% rename from pype/vendor/python/common/capture_gui/version.py rename to openpype/vendor/python/common/capture_gui/version.py diff --git a/pype/vendor/python/common/pysync.py b/openpype/vendor/python/common/pysync.py similarity index 100% rename from pype/vendor/python/common/pysync.py rename to openpype/vendor/python/common/pysync.py diff --git a/pype/vendor/python/python_2/README.md b/openpype/vendor/python/python_2/README.md similarity index 100% rename from pype/vendor/python/python_2/README.md rename to openpype/vendor/python/python_2/README.md diff --git a/pype/vendor/python/python_2/opentimelineio/__init__.py b/openpype/vendor/python/python_2/opentimelineio/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/__init__.py b/openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/adapter.py b/openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/adapter.py rename to openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json b/openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json rename to openpype/vendor/python/python_2/opentimelineio/adapters/builtin_adapters.plugin_manifest.json diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py b/openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py rename to openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py b/openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py rename to openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py diff --git a/pype/vendor/python/python_2/opentimelineio/adapters/otio_json.py b/openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/adapters/otio_json.py rename to openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py diff --git a/pype/vendor/python/python_2/opentimelineio/algorithms/__init__.py b/openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/algorithms/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/algorithms/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/algorithms/filter.py b/openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/algorithms/filter.py rename to openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py diff --git a/pype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py b/openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py rename to openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py diff --git a/pype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py b/openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py rename to openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py diff --git a/pype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py b/openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py rename to openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/__init__.py b/openpype/vendor/python/python_2/opentimelineio/console/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/console/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py b/openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py rename to openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/console_utils.py b/openpype/vendor/python/python_2/opentimelineio/console/console_utils.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/console_utils.py rename to openpype/vendor/python/python_2/opentimelineio/console/console_utils.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/otiocat.py b/openpype/vendor/python/python_2/opentimelineio/console/otiocat.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/otiocat.py rename to openpype/vendor/python/python_2/opentimelineio/console/otiocat.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/otioconvert.py b/openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/otioconvert.py rename to openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py diff --git a/pype/vendor/python/python_2/opentimelineio/console/otiostat.py b/openpype/vendor/python/python_2/opentimelineio/console/otiostat.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/console/otiostat.py rename to openpype/vendor/python/python_2/opentimelineio/console/otiostat.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/__init__.py b/openpype/vendor/python/python_2/opentimelineio/core/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/core/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/composable.py b/openpype/vendor/python/python_2/opentimelineio/core/composable.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/composable.py rename to openpype/vendor/python/python_2/opentimelineio/core/composable.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/composition.py b/openpype/vendor/python/python_2/opentimelineio/core/composition.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/composition.py rename to openpype/vendor/python/python_2/opentimelineio/core/composition.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/item.py b/openpype/vendor/python/python_2/opentimelineio/core/item.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/item.py rename to openpype/vendor/python/python_2/opentimelineio/core/item.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/json_serializer.py b/openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/json_serializer.py rename to openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/media_reference.py b/openpype/vendor/python/python_2/opentimelineio/core/media_reference.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/media_reference.py rename to openpype/vendor/python/python_2/opentimelineio/core/media_reference.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/serializable_object.py b/openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/serializable_object.py rename to openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/type_registry.py b/openpype/vendor/python/python_2/opentimelineio/core/type_registry.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/type_registry.py rename to openpype/vendor/python/python_2/opentimelineio/core/type_registry.py diff --git a/pype/vendor/python/python_2/opentimelineio/core/unknown_schema.py b/openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/core/unknown_schema.py rename to openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py diff --git a/pype/vendor/python/python_2/opentimelineio/exceptions.py b/openpype/vendor/python/python_2/opentimelineio/exceptions.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/exceptions.py rename to openpype/vendor/python/python_2/opentimelineio/exceptions.py diff --git a/pype/vendor/python/python_2/opentimelineio/hooks.py b/openpype/vendor/python/python_2/opentimelineio/hooks.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/hooks.py rename to openpype/vendor/python/python_2/opentimelineio/hooks.py diff --git a/pype/vendor/python/python_2/opentimelineio/media_linker.py b/openpype/vendor/python/python_2/opentimelineio/media_linker.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/media_linker.py rename to openpype/vendor/python/python_2/opentimelineio/media_linker.py diff --git a/pype/vendor/python/python_2/opentimelineio/opentime.py b/openpype/vendor/python/python_2/opentimelineio/opentime.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/opentime.py rename to openpype/vendor/python/python_2/opentimelineio/opentime.py diff --git a/pype/vendor/python/python_2/opentimelineio/plugins/__init__.py b/openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/plugins/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/plugins/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/plugins/manifest.py b/openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/plugins/manifest.py rename to openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py diff --git a/pype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py b/openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py rename to openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/__init__.py b/openpype/vendor/python/python_2/opentimelineio/schema/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/schema/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/clip.py b/openpype/vendor/python/python_2/opentimelineio/schema/clip.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/clip.py rename to openpype/vendor/python/python_2/opentimelineio/schema/clip.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/effect.py b/openpype/vendor/python/python_2/opentimelineio/schema/effect.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/effect.py rename to openpype/vendor/python/python_2/opentimelineio/schema/effect.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/external_reference.py b/openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/external_reference.py rename to openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/gap.py b/openpype/vendor/python/python_2/opentimelineio/schema/gap.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/gap.py rename to openpype/vendor/python/python_2/opentimelineio/schema/gap.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/generator_reference.py b/openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/generator_reference.py rename to openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/marker.py b/openpype/vendor/python/python_2/opentimelineio/schema/marker.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/marker.py rename to openpype/vendor/python/python_2/opentimelineio/schema/marker.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/missing_reference.py b/openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/missing_reference.py rename to openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/schemadef.py b/openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/schemadef.py rename to openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py b/openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py rename to openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/stack.py b/openpype/vendor/python/python_2/opentimelineio/schema/stack.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/stack.py rename to openpype/vendor/python/python_2/opentimelineio/schema/stack.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/timeline.py b/openpype/vendor/python/python_2/opentimelineio/schema/timeline.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/timeline.py rename to openpype/vendor/python/python_2/opentimelineio/schema/timeline.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/track.py b/openpype/vendor/python/python_2/opentimelineio/schema/track.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/track.py rename to openpype/vendor/python/python_2/opentimelineio/schema/track.py diff --git a/pype/vendor/python/python_2/opentimelineio/schema/transition.py b/openpype/vendor/python/python_2/opentimelineio/schema/transition.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schema/transition.py rename to openpype/vendor/python/python_2/opentimelineio/schema/transition.py diff --git a/pype/vendor/python/python_2/opentimelineio/schemadef/__init__.py b/openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/schemadef/__init__.py rename to openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio/test_utils.py b/openpype/vendor/python/python_2/opentimelineio/test_utils.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio/test_utils.py rename to openpype/vendor/python/python_2/opentimelineio/test_utils.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/__init__.py b/openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/__init__.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/__init__.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py diff --git a/pype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py b/openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py similarity index 100% rename from pype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py rename to openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py diff --git a/pype/vendor/python/python_2/pkg_resources/__init__.py b/openpype/vendor/python/python_2/pkg_resources/__init__.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/__init__.py rename to openpype/vendor/python/python_2/pkg_resources/__init__.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/__init__.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/__init__.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/__init__.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__about__.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/__init__.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py diff --git a/pype/vendor/python/python_2/pkg_resources/_vendor/six.py b/openpype/vendor/python/python_2/pkg_resources/_vendor/six.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/_vendor/six.py rename to openpype/vendor/python/python_2/pkg_resources/_vendor/six.py diff --git a/pype/vendor/python/python_2/pkg_resources/extern/__init__.py b/openpype/vendor/python/python_2/pkg_resources/extern/__init__.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/extern/__init__.py rename to openpype/vendor/python/python_2/pkg_resources/extern/__init__.py diff --git a/pype/vendor/python/python_2/pkg_resources/py2_warn.py b/openpype/vendor/python/python_2/pkg_resources/py2_warn.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/py2_warn.py rename to openpype/vendor/python/python_2/pkg_resources/py2_warn.py diff --git a/pype/vendor/python/python_2/pkg_resources/py31compat.py b/openpype/vendor/python/python_2/pkg_resources/py31compat.py similarity index 100% rename from pype/vendor/python/python_2/pkg_resources/py31compat.py rename to openpype/vendor/python/python_2/pkg_resources/py31compat.py diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/INSTALLER diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/LICENSE diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/METADATA diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/RECORD diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/REQUESTED diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/WHEEL diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/dependency_links.txt diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/entry_points.txt diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/top_level.txt diff --git a/pype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe b/openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe similarity index 100% rename from pype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe rename to openpype/vendor/python/python_2/setuptools-45.0.0.dist-info/zip-safe diff --git a/pype/vendor/python/python_2/setuptools/__init__.py b/openpype/vendor/python/python_2/setuptools/__init__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/__init__.py rename to openpype/vendor/python/python_2/setuptools/__init__.py diff --git a/pype/vendor/python/python_2/setuptools/_deprecation_warning.py b/openpype/vendor/python/python_2/setuptools/_deprecation_warning.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_deprecation_warning.py rename to openpype/vendor/python/python_2/setuptools/_deprecation_warning.py diff --git a/pype/vendor/python/python_2/setuptools/_imp.py b/openpype/vendor/python/python_2/setuptools/_imp.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_imp.py rename to openpype/vendor/python/python_2/setuptools/_imp.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/__init__.py b/openpype/vendor/python/python_2/setuptools/_vendor/__init__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/__init__.py rename to openpype/vendor/python/python_2/setuptools/_vendor/__init__.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/ordered_set.py b/openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/ordered_set.py rename to openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/__about__.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/__init__.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/packaging/version.py b/openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/packaging/version.py rename to openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/pyparsing.py b/openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/pyparsing.py rename to openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py diff --git a/pype/vendor/python/python_2/setuptools/_vendor/six.py b/openpype/vendor/python/python_2/setuptools/_vendor/six.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/_vendor/six.py rename to openpype/vendor/python/python_2/setuptools/_vendor/six.py diff --git a/pype/vendor/python/python_2/setuptools/archive_util.py b/openpype/vendor/python/python_2/setuptools/archive_util.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/archive_util.py rename to openpype/vendor/python/python_2/setuptools/archive_util.py diff --git a/pype/vendor/python/python_2/setuptools/build_meta.py b/openpype/vendor/python/python_2/setuptools/build_meta.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/build_meta.py rename to openpype/vendor/python/python_2/setuptools/build_meta.py diff --git a/pype/vendor/python/python_2/setuptools/cli-32.exe b/openpype/vendor/python/python_2/setuptools/cli-32.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/cli-32.exe rename to openpype/vendor/python/python_2/setuptools/cli-32.exe diff --git a/pype/vendor/python/python_2/setuptools/cli-64.exe b/openpype/vendor/python/python_2/setuptools/cli-64.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/cli-64.exe rename to openpype/vendor/python/python_2/setuptools/cli-64.exe diff --git a/pype/vendor/python/python_2/setuptools/cli.exe b/openpype/vendor/python/python_2/setuptools/cli.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/cli.exe rename to openpype/vendor/python/python_2/setuptools/cli.exe diff --git a/pype/vendor/python/python_2/setuptools/command/__init__.py b/openpype/vendor/python/python_2/setuptools/command/__init__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/__init__.py rename to openpype/vendor/python/python_2/setuptools/command/__init__.py diff --git a/pype/vendor/python/python_2/setuptools/command/alias.py b/openpype/vendor/python/python_2/setuptools/command/alias.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/alias.py rename to openpype/vendor/python/python_2/setuptools/command/alias.py diff --git a/pype/vendor/python/python_2/setuptools/command/bdist_egg.py b/openpype/vendor/python/python_2/setuptools/command/bdist_egg.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/bdist_egg.py rename to openpype/vendor/python/python_2/setuptools/command/bdist_egg.py diff --git a/pype/vendor/python/python_2/setuptools/command/bdist_rpm.py b/openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/bdist_rpm.py rename to openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py diff --git a/pype/vendor/python/python_2/setuptools/command/bdist_wininst.py b/openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/bdist_wininst.py rename to openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py diff --git a/pype/vendor/python/python_2/setuptools/command/build_clib.py b/openpype/vendor/python/python_2/setuptools/command/build_clib.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/build_clib.py rename to openpype/vendor/python/python_2/setuptools/command/build_clib.py diff --git a/pype/vendor/python/python_2/setuptools/command/build_ext.py b/openpype/vendor/python/python_2/setuptools/command/build_ext.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/build_ext.py rename to openpype/vendor/python/python_2/setuptools/command/build_ext.py diff --git a/pype/vendor/python/python_2/setuptools/command/build_py.py b/openpype/vendor/python/python_2/setuptools/command/build_py.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/build_py.py rename to openpype/vendor/python/python_2/setuptools/command/build_py.py diff --git a/pype/vendor/python/python_2/setuptools/command/develop.py b/openpype/vendor/python/python_2/setuptools/command/develop.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/develop.py rename to openpype/vendor/python/python_2/setuptools/command/develop.py diff --git a/pype/vendor/python/python_2/setuptools/command/dist_info.py b/openpype/vendor/python/python_2/setuptools/command/dist_info.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/dist_info.py rename to openpype/vendor/python/python_2/setuptools/command/dist_info.py diff --git a/pype/vendor/python/python_2/setuptools/command/easy_install.py b/openpype/vendor/python/python_2/setuptools/command/easy_install.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/easy_install.py rename to openpype/vendor/python/python_2/setuptools/command/easy_install.py diff --git a/pype/vendor/python/python_2/setuptools/command/egg_info.py b/openpype/vendor/python/python_2/setuptools/command/egg_info.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/egg_info.py rename to openpype/vendor/python/python_2/setuptools/command/egg_info.py diff --git a/pype/vendor/python/python_2/setuptools/command/install.py b/openpype/vendor/python/python_2/setuptools/command/install.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/install.py rename to openpype/vendor/python/python_2/setuptools/command/install.py diff --git a/pype/vendor/python/python_2/setuptools/command/install_egg_info.py b/openpype/vendor/python/python_2/setuptools/command/install_egg_info.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/install_egg_info.py rename to openpype/vendor/python/python_2/setuptools/command/install_egg_info.py diff --git a/pype/vendor/python/python_2/setuptools/command/install_lib.py b/openpype/vendor/python/python_2/setuptools/command/install_lib.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/install_lib.py rename to openpype/vendor/python/python_2/setuptools/command/install_lib.py diff --git a/pype/vendor/python/python_2/setuptools/command/install_scripts.py b/openpype/vendor/python/python_2/setuptools/command/install_scripts.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/install_scripts.py rename to openpype/vendor/python/python_2/setuptools/command/install_scripts.py diff --git a/pype/vendor/python/python_2/setuptools/command/launcher manifest.xml b/openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/launcher manifest.xml rename to openpype/vendor/python/python_2/setuptools/command/launcher manifest.xml diff --git a/pype/vendor/python/python_2/setuptools/command/py36compat.py b/openpype/vendor/python/python_2/setuptools/command/py36compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/py36compat.py rename to openpype/vendor/python/python_2/setuptools/command/py36compat.py diff --git a/pype/vendor/python/python_2/setuptools/command/register.py b/openpype/vendor/python/python_2/setuptools/command/register.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/register.py rename to openpype/vendor/python/python_2/setuptools/command/register.py diff --git a/pype/vendor/python/python_2/setuptools/command/rotate.py b/openpype/vendor/python/python_2/setuptools/command/rotate.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/rotate.py rename to openpype/vendor/python/python_2/setuptools/command/rotate.py diff --git a/pype/vendor/python/python_2/setuptools/command/saveopts.py b/openpype/vendor/python/python_2/setuptools/command/saveopts.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/saveopts.py rename to openpype/vendor/python/python_2/setuptools/command/saveopts.py diff --git a/pype/vendor/python/python_2/setuptools/command/sdist.py b/openpype/vendor/python/python_2/setuptools/command/sdist.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/sdist.py rename to openpype/vendor/python/python_2/setuptools/command/sdist.py diff --git a/pype/vendor/python/python_2/setuptools/command/setopt.py b/openpype/vendor/python/python_2/setuptools/command/setopt.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/setopt.py rename to openpype/vendor/python/python_2/setuptools/command/setopt.py diff --git a/pype/vendor/python/python_2/setuptools/command/test.py b/openpype/vendor/python/python_2/setuptools/command/test.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/test.py rename to openpype/vendor/python/python_2/setuptools/command/test.py diff --git a/pype/vendor/python/python_2/setuptools/command/upload.py b/openpype/vendor/python/python_2/setuptools/command/upload.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/upload.py rename to openpype/vendor/python/python_2/setuptools/command/upload.py diff --git a/pype/vendor/python/python_2/setuptools/command/upload_docs.py b/openpype/vendor/python/python_2/setuptools/command/upload_docs.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/command/upload_docs.py rename to openpype/vendor/python/python_2/setuptools/command/upload_docs.py diff --git a/pype/vendor/python/python_2/setuptools/config.py b/openpype/vendor/python/python_2/setuptools/config.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/config.py rename to openpype/vendor/python/python_2/setuptools/config.py diff --git a/pype/vendor/python/python_2/setuptools/dep_util.py b/openpype/vendor/python/python_2/setuptools/dep_util.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/dep_util.py rename to openpype/vendor/python/python_2/setuptools/dep_util.py diff --git a/pype/vendor/python/python_2/setuptools/depends.py b/openpype/vendor/python/python_2/setuptools/depends.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/depends.py rename to openpype/vendor/python/python_2/setuptools/depends.py diff --git a/pype/vendor/python/python_2/setuptools/dist.py b/openpype/vendor/python/python_2/setuptools/dist.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/dist.py rename to openpype/vendor/python/python_2/setuptools/dist.py diff --git a/pype/vendor/python/python_2/setuptools/errors.py b/openpype/vendor/python/python_2/setuptools/errors.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/errors.py rename to openpype/vendor/python/python_2/setuptools/errors.py diff --git a/pype/vendor/python/python_2/setuptools/extension.py b/openpype/vendor/python/python_2/setuptools/extension.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/extension.py rename to openpype/vendor/python/python_2/setuptools/extension.py diff --git a/pype/vendor/python/python_2/setuptools/extern/__init__.py b/openpype/vendor/python/python_2/setuptools/extern/__init__.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/extern/__init__.py rename to openpype/vendor/python/python_2/setuptools/extern/__init__.py diff --git a/pype/vendor/python/python_2/setuptools/glob.py b/openpype/vendor/python/python_2/setuptools/glob.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/glob.py rename to openpype/vendor/python/python_2/setuptools/glob.py diff --git a/pype/vendor/python/python_2/setuptools/gui-32.exe b/openpype/vendor/python/python_2/setuptools/gui-32.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/gui-32.exe rename to openpype/vendor/python/python_2/setuptools/gui-32.exe diff --git a/pype/vendor/python/python_2/setuptools/gui-64.exe b/openpype/vendor/python/python_2/setuptools/gui-64.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/gui-64.exe rename to openpype/vendor/python/python_2/setuptools/gui-64.exe diff --git a/pype/vendor/python/python_2/setuptools/gui.exe b/openpype/vendor/python/python_2/setuptools/gui.exe similarity index 100% rename from pype/vendor/python/python_2/setuptools/gui.exe rename to openpype/vendor/python/python_2/setuptools/gui.exe diff --git a/pype/vendor/python/python_2/setuptools/installer.py b/openpype/vendor/python/python_2/setuptools/installer.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/installer.py rename to openpype/vendor/python/python_2/setuptools/installer.py diff --git a/pype/vendor/python/python_2/setuptools/launch.py b/openpype/vendor/python/python_2/setuptools/launch.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/launch.py rename to openpype/vendor/python/python_2/setuptools/launch.py diff --git a/pype/vendor/python/python_2/setuptools/lib2to3_ex.py b/openpype/vendor/python/python_2/setuptools/lib2to3_ex.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/lib2to3_ex.py rename to openpype/vendor/python/python_2/setuptools/lib2to3_ex.py diff --git a/pype/vendor/python/python_2/setuptools/monkey.py b/openpype/vendor/python/python_2/setuptools/monkey.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/monkey.py rename to openpype/vendor/python/python_2/setuptools/monkey.py diff --git a/pype/vendor/python/python_2/setuptools/msvc.py b/openpype/vendor/python/python_2/setuptools/msvc.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/msvc.py rename to openpype/vendor/python/python_2/setuptools/msvc.py diff --git a/pype/vendor/python/python_2/setuptools/namespaces.py b/openpype/vendor/python/python_2/setuptools/namespaces.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/namespaces.py rename to openpype/vendor/python/python_2/setuptools/namespaces.py diff --git a/pype/vendor/python/python_2/setuptools/package_index.py b/openpype/vendor/python/python_2/setuptools/package_index.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/package_index.py rename to openpype/vendor/python/python_2/setuptools/package_index.py diff --git a/pype/vendor/python/python_2/setuptools/py27compat.py b/openpype/vendor/python/python_2/setuptools/py27compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/py27compat.py rename to openpype/vendor/python/python_2/setuptools/py27compat.py diff --git a/pype/vendor/python/python_2/setuptools/py31compat.py b/openpype/vendor/python/python_2/setuptools/py31compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/py31compat.py rename to openpype/vendor/python/python_2/setuptools/py31compat.py diff --git a/pype/vendor/python/python_2/setuptools/py33compat.py b/openpype/vendor/python/python_2/setuptools/py33compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/py33compat.py rename to openpype/vendor/python/python_2/setuptools/py33compat.py diff --git a/pype/vendor/python/python_2/setuptools/py34compat.py b/openpype/vendor/python/python_2/setuptools/py34compat.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/py34compat.py rename to openpype/vendor/python/python_2/setuptools/py34compat.py diff --git a/pype/vendor/python/python_2/setuptools/sandbox.py b/openpype/vendor/python/python_2/setuptools/sandbox.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/sandbox.py rename to openpype/vendor/python/python_2/setuptools/sandbox.py diff --git a/pype/vendor/python/python_2/setuptools/script (dev).tmpl b/openpype/vendor/python/python_2/setuptools/script (dev).tmpl similarity index 100% rename from pype/vendor/python/python_2/setuptools/script (dev).tmpl rename to openpype/vendor/python/python_2/setuptools/script (dev).tmpl diff --git a/pype/vendor/python/python_2/setuptools/script.tmpl b/openpype/vendor/python/python_2/setuptools/script.tmpl similarity index 100% rename from pype/vendor/python/python_2/setuptools/script.tmpl rename to openpype/vendor/python/python_2/setuptools/script.tmpl diff --git a/pype/vendor/python/python_2/setuptools/site-patch.py b/openpype/vendor/python/python_2/setuptools/site-patch.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/site-patch.py rename to openpype/vendor/python/python_2/setuptools/site-patch.py diff --git a/pype/vendor/python/python_2/setuptools/ssl_support.py b/openpype/vendor/python/python_2/setuptools/ssl_support.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/ssl_support.py rename to openpype/vendor/python/python_2/setuptools/ssl_support.py diff --git a/pype/vendor/python/python_2/setuptools/unicode_utils.py b/openpype/vendor/python/python_2/setuptools/unicode_utils.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/unicode_utils.py rename to openpype/vendor/python/python_2/setuptools/unicode_utils.py diff --git a/pype/vendor/python/python_2/setuptools/version.py b/openpype/vendor/python/python_2/setuptools/version.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/version.py rename to openpype/vendor/python/python_2/setuptools/version.py diff --git a/pype/vendor/python/python_2/setuptools/wheel.py b/openpype/vendor/python/python_2/setuptools/wheel.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/wheel.py rename to openpype/vendor/python/python_2/setuptools/wheel.py diff --git a/pype/vendor/python/python_2/setuptools/windows_support.py b/openpype/vendor/python/python_2/setuptools/windows_support.py similarity index 100% rename from pype/vendor/python/python_2/setuptools/windows_support.py rename to openpype/vendor/python/python_2/setuptools/windows_support.py diff --git a/pype/vendor/python/python_3/README.md b/openpype/vendor/python/python_3/README.md similarity index 100% rename from pype/vendor/python/python_3/README.md rename to openpype/vendor/python/python_3/README.md diff --git a/pype/version.py b/openpype/version.py similarity index 100% rename from pype/version.py rename to openpype/version.py diff --git a/pype/widgets/__init__.py b/openpype/widgets/__init__.py similarity index 100% rename from pype/widgets/__init__.py rename to openpype/widgets/__init__.py diff --git a/pype/widgets/message_window.py b/openpype/widgets/message_window.py similarity index 100% rename from pype/widgets/message_window.py rename to openpype/widgets/message_window.py diff --git a/pype/widgets/popup.py b/openpype/widgets/popup.py similarity index 100% rename from pype/widgets/popup.py rename to openpype/widgets/popup.py diff --git a/pype/widgets/project_settings.py b/openpype/widgets/project_settings.py similarity index 100% rename from pype/widgets/project_settings.py rename to openpype/widgets/project_settings.py