SYMBOL INDEX (30638 symbols across 2586 files) FILE: app_launcher.py function main (line 13) | def main(input_json_path): FILE: igniter/__init__.py function _get_qt_app (line 22) | def _get_qt_app(): function open_dialog (line 49) | def open_dialog(): function open_update_window (line 65) | def open_update_window(openpype_version): function show_message_dialog (line 83) | def show_message_dialog(title, message): FILE: igniter/__main__.py function get_result (line 13) | def get_result(res: int): FILE: igniter/bootstrap_repos.py function sanitize_long_path (line 38) | def sanitize_long_path(path): function sha256sum (line 61) | def sha256sum(filename): class ZipFileLongPaths (line 80) | class ZipFileLongPaths(ZipFile): method _extract_member (line 81) | def _extract_member(self, member, targetpath, pwd): class OpenPypeVersion (line 87) | class OpenPypeVersion(semver.VersionInfo): method __init__ (line 101) | def __init__(self, *args, **kwargs): method __repr__ (line 147) | def __repr__(self): method __lt__ (line 150) | def __lt__(self, other: OpenPypeVersion): method get_main_version (line 166) | def get_main_version(self) -> str: method version_in_str (line 181) | def version_in_str(string: str) -> Union[None, OpenPypeVersion]: method __hash__ (line 199) | def __hash__(self): method is_version_in_dir (line 203) | def is_version_in_dir( method is_version_in_zip (line 239) | def is_version_in_zip( method get_version_string_from_directory (line 290) | def get_version_string_from_directory(repo_dir: Path) -> Union[str, No... method get_openpype_path (line 317) | def get_openpype_path(cls): method get_local_openpype_path (line 326) | def get_local_openpype_path(cls): method openpype_path_is_set (line 343) | def openpype_path_is_set(cls): method openpype_path_is_accessible (line 350) | def openpype_path_is_accessible(cls): method get_local_versions (line 365) | def get_local_versions(cls) -> List: method get_remote_versions (line 378) | def get_remote_versions(cls) -> List: method get_versions_from_directory (line 409) | def get_versions_from_directory( method get_installed_version_str (line 462) | def get_installed_version_str() -> str: method get_installed_version (line 472) | def get_installed_version(cls): method get_latest_version (line 484) | def get_latest_version( method get_expected_studio_version (line 527) | def get_expected_studio_version(cls, staging=False, global_settings=No... method is_compatible (line 547) | def is_compatible(self, version: OpenPypeVersion): class BootstrapRepos (line 563) | class BootstrapRepos: method __init__ (line 575) | def __init__(self, progress_callback: Callable = None, message=None): method set_data_dir (line 604) | def set_data_dir(self, data_dir): method get_version_path_from_list (line 612) | def get_version_path_from_list( method get_version (line 630) | def get_version(repo_dir: Path) -> Union[str, None]: method create_version_from_live_code (line 656) | def create_version_from_live_code( method _move_zip_to_data_dir (line 706) | def _move_zip_to_data_dir(self, zip_file) -> Union[None, Path]: method _filter_dir (line 747) | def _filter_dir(self, path: Path, path_filter: List) -> List[Path]: method create_version_from_frozen_code (line 761) | def create_version_from_frozen_code(self) -> Union[None, OpenPypeVersi... method _create_openpype_zip (line 810) | def _create_openpype_zip(self, zip_path: Path, openpype_path: Path) ->... method validate_openpype_version (line 885) | def validate_openpype_version(self, path: Path) -> tuple: method _validate_zip (line 910) | def _validate_zip(path: Path) -> tuple: method _validate_dir (line 952) | def _validate_dir(path: Path) -> tuple: method add_paths_from_archive (line 1003) | def add_paths_from_archive(archive: Path) -> None: method add_paths_from_directory (line 1030) | def add_paths_from_directory(directory: Path) -> None: method find_openpype_version (line 1046) | def find_openpype_version( method find_latest_openpype_version (line 1085) | def find_latest_openpype_version() -> Union[OpenPypeVersion, None]: method find_openpype (line 1112) | def find_openpype( method process_entered_location (line 1190) | def process_entered_location(self, location: str) -> Union[Path, None]: method _print (line 1251) | def _print(self, method extract_openpype (line 1277) | def extract_openpype(self, version: OpenPypeVersion) -> Union[Path, No... method is_inside_user_data (line 1312) | def is_inside_user_data(self, path: Path) -> bool: method install_version (line 1332) | def install_version(self, method _copy_zip (line 1432) | def _copy_zip(self, source: Path, destination: Path) -> Path: method _is_openpype_in_dir (line 1449) | def _is_openpype_in_dir(self, method _is_openpype_in_zip (line 1487) | def _is_openpype_in_zip(self, method get_openpype_versions (line 1540) | def get_openpype_versions(self, openpype_dir: Path) -> list: class OpenPypeVersionExists (line 1590) | class OpenPypeVersionExists(Exception): class OpenPypeVersionInvalid (line 1595) | class OpenPypeVersionInvalid(Exception): class OpenPypeVersionIOError (line 1600) | class OpenPypeVersionIOError(Exception): FILE: igniter/install_dialog.py class ButtonWithOptions (line 22) | class ButtonWithOptions(QtWidgets.QFrame): method __init__ (line 25) | def __init__(self, commands, parent=None): method resizeEvent (line 68) | def resizeEvent(self, event): method _on_options_click (line 72) | def _on_options_click(self): method _on_trigger (line 77) | def _on_trigger(self, action): method _on_main_button (line 80) | def _on_main_button(self): class ConsoleWidget (line 84) | class ConsoleWidget(QtWidgets.QWidget): method __init__ (line 85) | def __init__(self, parent=None): method hide_console (line 119) | def hide_console(self): method show_console (line 125) | def show_console(self): method update_console (line 131) | def update_console(self, msg: str, error: bool = False) -> None: class MongoUrlInput (line 143) | class MongoUrlInput(QtWidgets.QLineEdit): method set_valid (line 146) | def set_valid(self): method remove_state (line 151) | def remove_state(self): method set_invalid (line 156) | def set_invalid(self): class InstallDialog (line 162) | class InstallDialog(QtWidgets.QDialog): method __init__ (line 174) | def __init__(self, parent=None): method _init_ui (line 227) | def _init_ui(self): method _on_run_btn_click (line 331) | def _on_run_btn_click(self, option): method _run_openpype_from_code (line 357) | def _run_openpype_from_code(self): method _run_openpype (line 366) | def _run_openpype(self): method _installation_finished (line 388) | def _installation_finished(self): method _update_progress (line 401) | def _update_progress(self, progress: int): method _on_exit_clicked (line 410) | def _on_exit_clicked(self): method _on_mongo_url_change (line 413) | def _on_mongo_url_change(self, new_value): method validate_url (line 434) | def validate_url(self): method set_invalid_mongo_url (line 455) | def set_invalid_mongo_url(self, reason): method set_invalid_mongo_connection (line 461) | def set_invalid_mongo_connection(self, mongo_url, connecting=False): method update_console (line 473) | def update_console(self, msg: str, error: bool = False) -> None: method _show_console (line 482) | def _show_console(self): method _disable_buttons (line 486) | def _disable_buttons(self): method _enable_buttons (line 492) | def _enable_buttons(self): method closeEvent (line 498) | def closeEvent(self, event): # noqa FILE: igniter/install_thread.py class InstallThread (line 24) | class InstallThread(QtCore.QThread): method __init__ (line 38) | def __init__(self, parent=None,): method result (line 44) | def result(self): method _set_result (line 48) | def _set_result(self, value): method run (line 53) | def run(self): method set_path (line 192) | def set_path(self, path: str) -> None: method set_mongo (line 201) | def set_mongo(self, mongo: str) -> None: method set_progress (line 210) | def set_progress(self, progress: int) -> None: FILE: igniter/message_dialog.py class MessageDialog (line 9) | class MessageDialog(QtWidgets.QDialog): method __init__ (line 11) | def __init__(self, title, message): method _on_ok_clicked (line 39) | def _on_ok_clicked(self): method showEvent (line 42) | def showEvent(self, event): FILE: igniter/nice_progress_bar.py class NiceProgressBar (line 4) | class NiceProgressBar(QtWidgets.QProgressBar): method __init__ (line 5) | def __init__(self, parent=None): method setValue (line 9) | def setValue(self, value): method value (line 16) | def value(self): method text (line 19) | def text(self): FILE: igniter/terminal_splash.py function play_animation (line 17) | def play_animation(): FILE: igniter/tools.py class OpenPypeVersionNotFound (line 19) | class OpenPypeVersionNotFound(Exception): class OpenPypeVersionIncompatible (line 24) | class OpenPypeVersionIncompatible(Exception): function should_add_certificate_path_to_mongo_url (line 29) | def should_add_certificate_path_to_mongo_url(mongo_url): function validate_mongo_connection (line 57) | def validate_mongo_connection(cnx: str) -> (bool, str): function validate_mongo_string (line 94) | def validate_mongo_string(mongo: str) -> (bool, str): function validate_path_string (line 111) | def validate_path_string(path: str) -> (bool, str): function get_openpype_global_settings (line 136) | def get_openpype_global_settings(url: str) -> dict: function get_openpype_path_from_settings (line 170) | def get_openpype_path_from_settings(settings: dict) -> Union[str, None]: function get_local_openpype_path_from_settings (line 191) | def get_local_openpype_path_from_settings(settings: dict) -> Union[str, ... function get_expected_studio_version_str (line 211) | def get_expected_studio_version_str( function load_stylesheet (line 230) | def load_stylesheet() -> str: function get_openpype_icon_path (line 242) | def get_openpype_icon_path() -> str: FILE: igniter/update_thread.py class UpdateThread (line 11) | class UpdateThread(QtCore.QThread): method __init__ (line 25) | def __init__(self, parent=None): method set_version (line 30) | def set_version(self, openpype_version: OpenPypeVersion): method result (line 33) | def result(self): method _set_result (line 37) | def _set_result(self, value): method run (line 42) | def run(self): method set_progress (line 56) | def set_progress(self, progress: int) -> None: FILE: igniter/update_window.py class UpdateWindow (line 13) | class UpdateWindow(QtWidgets.QDialog): method __init__ (line 19) | def __init__(self, version: OpenPypeVersion, parent=None): method _init_ui (line 58) | def _init_ui(self): method showEvent (line 83) | def showEvent(self, event): method _run_update (line 93) | def _run_update(self): method get_version_path (line 113) | def get_version_path(self): method _installation_finished (line 116) | def _installation_finished(self): method _update_progress (line 124) | def _update_progress(self, progress: int): method update_console (line 140) | def update_console(self, msg: str, error: bool = False) -> None: FILE: igniter/user_settings.py function lru_cache (line 12) | def lru_cache(maxsize): class OpenPypeSecureRegistry (line 34) | class OpenPypeSecureRegistry: method __init__ (line 46) | def __init__(self, name): method set_item (line 64) | def set_item(self, name, value): method get_item (line 84) | def get_item(self, name, default=_PLACEHOLDER): method delete_item (line 117) | def delete_item(self, name): class ASettingRegistry (line 137) | class ASettingRegistry(): method __init__ (line 149) | def __init__(self, name): method set_item (line 156) | def set_item(self, name, value): method _set_item (line 168) | def _set_item(self, name, value): method __setitem__ (line 173) | def __setitem__(self, name, value): method get_item (line 177) | def get_item(self, name): method _get_item (line 194) | def _get_item(self, name): method __getitem__ (line 199) | def __getitem__(self, name): method delete_item (line 202) | def delete_item(self, name): method _delete_item (line 213) | def _delete_item(self, name): method __delitem__ (line 223) | def __delitem__(self, name): class IniSettingRegistry (line 228) | class IniSettingRegistry(ASettingRegistry): method __init__ (line 235) | def __init__(self, name, path): method set_item_section (line 248) | def set_item_section( method _set_item (line 273) | def _set_item(self, name, value): method set_item (line 277) | def set_item(self, name, value): method get_item (line 293) | def get_item(self, name): method get_item_from_section (line 313) | def get_item_from_section(self, section, name): method _get_item (line 341) | def _get_item(self, name): method delete_item_from_section (line 345) | def delete_item_from_section(self, section, name): method _delete_item (line 374) | def _delete_item(self, name): class JSONSettingRegistry (line 384) | class JSONSettingRegistry(ASettingRegistry): method __init__ (line 387) | def __init__(self, name, path): method _get_item (line 408) | def _get_item(self, name): method get_item (line 425) | def get_item(self, name): method _set_item (line 441) | def _set_item(self, name, value): method set_item (line 456) | def set_item(self, name, value): method _delete_item (line 467) | def _delete_item(self, name): class OpenPypeSettingsRegistry (line 478) | class OpenPypeSettingsRegistry(JSONSettingRegistry): method __init__ (line 487) | def __init__(self, name=None): FILE: openpype/cli.py class AliasedGroup (line 12) | class AliasedGroup(click.Group): method __init__ (line 13) | def __init__(self, *args, **kwargs): method set_alias (line 17) | def set_alias(self, src_name, dst_name): method get_command (line 20) | def get_command(self, ctx, cmd_name): function main (line 42) | def main(ctx): function settings (line 63) | def settings(dev): function tray (line 72) | def tray(): function module (line 84) | def module(ctx): function eventserver (line 109) | def eventserver(ftrack_url, function webpublisherwebserver (line 138) | def webpublisherwebserver(executable, upload_dir, host=None, port=None): function extractenvironments (line 168) | def extractenvironments(output_json_path, project, asset, task, app, env... function publish (line 189) | def publish(paths, targets, gui): function projectmanager (line 200) | def projectmanager(): function publish_report_viewer (line 207) | def publish_report_viewer(): function contextselection (line 222) | def contextselection( function run (line 246) | def run(script): function runtests (line 302) | def runtests(folder, mark, pyargs, test_data_folder, persist, app_variant, function syncserver (line 314) | def syncserver(ctx, active_site): function repack_version (line 345) | def repack_version(directory): function pack_project (line 363) | def pack_project(project, dirpath, dbonly): function unpack_project (line 378) | def unpack_project(zipfile, root, dbonly): function interactive (line 386) | def interactive(): function version (line 413) | def version(build): FILE: openpype/client/entities.py function get_asset_name_identifier (line 9) | def get_asset_name_identifier(asset_doc): FILE: openpype/client/mongo/entities.py function _prepare_fields (line 20) | def _prepare_fields(fields, required_fields=None): function convert_id (line 37) | def convert_id(in_id): function convert_ids (line 53) | def convert_ids(in_ids): function get_projects (line 71) | def get_projects(active=True, inactive=False, fields=None): function get_project (line 96) | def get_project(project_name, active=True, inactive=True, fields=None): function get_whole_project (line 138) | def get_whole_project(project_name): function get_asset_by_id (line 153) | def get_asset_by_id(project_name, asset_id, fields=None): function get_asset_by_name (line 177) | def get_asset_by_name(project_name, asset_name, fields=None): function _get_assets (line 203) | def _get_assets( function get_assets (line 271) | def get_assets( function get_archived_assets (line 312) | def get_archived_assets( function get_asset_ids_with_subsets (line 345) | def get_asset_ids_with_subsets(project_name, asset_ids=None): function get_subset_by_id (line 387) | def get_subset_by_id(project_name, subset_id, fields=None): function get_subset_by_name (line 411) | def get_subset_by_name(project_name, subset_name, asset_id, fields=None): function get_subsets (line 442) | def get_subsets( function get_subset_families (line 515) | def get_subset_families(project_name, subset_ids=None): function get_version_by_id (line 551) | def get_version_by_id(project_name, version_id, fields=None): function get_version_by_name (line 578) | def get_version_by_name(project_name, version, subset_id, fields=None): function version_is_latest (line 607) | def version_is_latest(project_name, version_id): function _get_versions (line 643) | def _get_versions( function get_versions (line 693) | def get_versions( function get_hero_version_by_subset_id (line 732) | def get_hero_version_by_subset_id(project_name, subset_id, fields=None): function get_hero_version_by_id (line 764) | def get_hero_version_by_id(project_name, version_id, fields=None): function get_hero_versions (line 795) | def get_hero_versions( function get_output_link_versions (line 826) | def get_output_link_versions(project_name, version_id, fields=None): function get_last_versions (line 858) | def get_last_versions(project_name, subset_ids, active=None, fields=None): function get_last_version_by_subset_id (line 953) | def get_last_version_by_subset_id(project_name, subset_id, fields=None): function get_last_version_by_subset_name (line 978) | def get_last_version_by_subset_name( function get_representation_by_id (line 1019) | def get_representation_by_id(project_name, representation_id, fields=None): function get_representation_by_name (line 1049) | def get_representation_by_name( function _flatten_dict (line 1081) | def _flatten_dict(data): function _regex_filters (line 1100) | def _regex_filters(filters): function _get_representations (line 1133) | def _get_representations( function get_representations (line 1222) | def get_representations( function get_archived_representations (line 1270) | def get_archived_representations( function get_representations_parents (line 1315) | def get_representations_parents(project_name, representations): function get_representation_parents (line 1391) | def get_representation_parents(project_name, representation): function get_thumbnail_id_from_source (line 1416) | def get_thumbnail_id_from_source(project_name, src_type, src_id): function get_thumbnails (line 1441) | def get_thumbnails(project_name, thumbnail_ids, fields=None): function get_thumbnail (line 1471) | def get_thumbnail( function get_workfile_info (line 1495) | def get_workfile_info( FILE: openpype/client/mongo/entity_links.py function get_linked_asset_ids (line 11) | def get_linked_asset_ids(project_name, asset_doc=None, asset_id=None): function get_linked_assets (line 50) | def get_linked_assets( function get_linked_representation_id (line 88) | def get_linked_representation_id( function _process_referenced_pipeline_result (line 187) | def _process_referenced_pipeline_result(result, link_type): function _filter_input_links (line 230) | def _filter_input_links(input_links, link_type, correctly_linked_ids): FILE: openpype/client/mongo/mongo.py class MongoEnvNotSet (line 21) | class MongoEnvNotSet(Exception): function documents_to_json (line 25) | def documents_to_json(docs): function load_json_file (line 39) | def load_json_file(filepath): function get_project_database_name (line 58) | def get_project_database_name(): function _decompose_url (line 68) | def _decompose_url(url): function get_default_components (line 114) | def get_default_components(): function should_add_certificate_path_to_mongo_url (line 123) | def should_add_certificate_path_to_mongo_url(mongo_url): function validate_mongo_connection (line 153) | def validate_mongo_connection(mongo_uri): class OpenPypeMongoConnection (line 173) | class OpenPypeMongoConnection: method get_default_mongo_url (line 183) | def get_default_mongo_url(): method get_mongo_client (line 187) | def get_mongo_client(cls, mongo_url=None): method create_connection (line 209) | def create_connection(cls, mongo_url, timeout=None, retry_attempts=None): function get_collection_documents (line 268) | def get_collection_documents(database_name, collection_name, as_json=Fal... function store_collection (line 288) | def store_collection(filepath, database_name, collection_name): function replace_collection_documents (line 307) | def replace_collection_documents(docs, database_name, collection_name): function restore_collection (line 328) | def restore_collection(filepath, database_name, collection_name): function get_project_database (line 345) | def get_project_database(database_name=None): function get_project_connection (line 360) | def get_project_connection(project_name, database_name=None): function get_project_documents (line 381) | def get_project_documents(project_name, database_name=None): function store_project_documents (line 398) | def store_project_documents(project_name, filepath, database_name=None): function replace_project_documents (line 414) | def replace_project_documents(project_name, docs, database_name=None): function restore_project_documents (line 432) | def restore_project_documents(project_name, filepath, database_name=None): FILE: openpype/client/mongo/operations.py function _create_or_convert_to_mongo_id (line 35) | def _create_or_convert_to_mongo_id(mongo_id): function new_project_document (line 41) | def new_project_document( function new_asset_document (line 76) | def new_asset_document( function new_subset_document (line 112) | def new_subset_document(name, family, asset_id, data=None, entity_id=None): function new_version_doc (line 141) | def new_version_doc(version, subset_id, data=None, entity_id=None): function new_hero_version_doc (line 169) | def new_hero_version_doc(version_id, subset_id, data=None, entity_id=None): function new_representation_doc (line 197) | def new_representation_doc( function new_thumbnail_doc (line 232) | def new_thumbnail_doc(data=None, entity_id=None): function new_workfile_info_doc (line 255) | def new_workfile_info_doc( function _prepare_update_data (line 287) | def _prepare_update_data(old_doc, new_doc, replace): function prepare_subset_update_data (line 300) | def prepare_subset_update_data(old_doc, new_doc, replace=True): function prepare_version_update_data (line 315) | def prepare_version_update_data(old_doc, new_doc, replace=True): function prepare_hero_version_update_data (line 330) | def prepare_hero_version_update_data(old_doc, new_doc, replace=True): function prepare_representation_update_data (line 344) | def prepare_representation_update_data(old_doc, new_doc, replace=True): function prepare_workfile_info_update_data (line 359) | def prepare_workfile_info_update_data(old_doc, new_doc, replace=True): class MongoCreateOperation (line 374) | class MongoCreateOperation(CreateOperation): method __init__ (line 386) | def __init__(self, project_name, entity_type, data): method entity_id (line 397) | def entity_id(self): method to_mongo_operation (line 400) | def to_mongo_operation(self): class MongoUpdateOperation (line 404) | class MongoUpdateOperation(UpdateOperation): method __init__ (line 419) | def __init__(self, project_name, entity_type, entity_id, update_data): method to_mongo_operation (line 426) | def to_mongo_operation(self): class MongoDeleteOperation (line 450) | class MongoDeleteOperation(DeleteOperation): method __init__ (line 462) | def __init__(self, project_name, entity_type, entity_id): method to_mongo_operation (line 469) | def to_mongo_operation(self): class MongoOperationsSession (line 473) | class MongoOperationsSession(BaseOperationsSession): method commit (line 487) | def commit(self): method create_entity (line 509) | def create_entity(self, project_name, entity_type, data): method update_entity (line 520) | def update_entity(self, project_name, entity_type, entity_id, update_d... method delete_entity (line 533) | def delete_entity(self, project_name, entity_type, entity_id): function create_project (line 545) | def create_project( FILE: openpype/client/operations_base.py class AbstractOperation (line 10) | class AbstractOperation(object): method __init__ (line 22) | def __init__(self, project_name, entity_type): method project_name (line 28) | def project_name(self): method id (line 32) | def id(self): method entity_type (line 38) | def entity_type(self): method operation_name (line 42) | def operation_name(self): method to_data (line 47) | def to_data(self): class CreateOperation (line 66) | class CreateOperation(AbstractOperation): method __init__ (line 78) | def __init__(self, project_name, entity_type, data): method __setitem__ (line 87) | def __setitem__(self, key, value): method __getitem__ (line 90) | def __getitem__(self, key): method set_value (line 93) | def set_value(self, key, value): method get (line 96) | def get(self, key, *args, **kwargs): method entity_id (line 100) | def entity_id(self): method data (line 104) | def data(self): method to_data (line 107) | def to_data(self): class UpdateOperation (line 113) | class UpdateOperation(AbstractOperation): method __init__ (line 128) | def __init__(self, project_name, entity_type, entity_id, update_data): method entity_id (line 135) | def entity_id(self): method update_data (line 139) | def update_data(self): method to_data (line 142) | def to_data(self): class DeleteOperation (line 157) | class DeleteOperation(AbstractOperation): method __init__ (line 169) | def __init__(self, project_name, entity_type, entity_id): method entity_id (line 175) | def entity_id(self): method to_data (line 178) | def to_data(self): class BaseOperationsSession (line 184) | class BaseOperationsSession(object): method __init__ (line 193) | def __init__(self): method __len__ (line 196) | def __len__(self): method add (line 199) | def add(self, operation): method append (line 215) | def append(self, operation): method extend (line 224) | def extend(self, operations): method remove (line 235) | def remove(self, operation): method clear (line 240) | def clear(self): method to_data (line 245) | def to_data(self): method commit (line 252) | def commit(self): method create_entity (line 256) | def create_entity(self, project_name, entity_type, data): method update_entity (line 267) | def update_entity(self, project_name, entity_type, entity_id, update_d... method delete_entity (line 280) | def delete_entity(self, project_name, entity_type, entity_id): FILE: openpype/client/server/conversion_utils.py function project_fields_v3_to_v4 (line 72) | def project_fields_v3_to_v4(fields, con): function _get_default_template_name (line 121) | def _get_default_template_name(templates): function _template_replacements_to_v3 (line 133) | def _template_replacements_to_v3(template): function _convert_template_item (line 141) | def _convert_template_item(template_item): function _fill_template_category (line 159) | def _fill_template_category(templates, cat_templates, cat_key): function convert_v4_project_to_v3 (line 170) | def convert_v4_project_to_v3(project): function folder_fields_v3_to_v4 (line 287) | def folder_fields_v3_to_v4(fields, con): function convert_v4_tasks_to_v3 (line 342) | def convert_v4_tasks_to_v3(tasks): function convert_v4_folder_to_v3 (line 362) | def convert_v4_folder_to_v3(folder, project_name): function subset_fields_v3_to_v4 (line 412) | def subset_fields_v3_to_v4(fields, con): function convert_v4_subset_to_v3 (line 465) | def convert_v4_subset_to_v3(subset): function version_fields_v3_to_v4 (line 498) | def version_fields_v3_to_v4(fields, con): function convert_v4_version_to_v3 (line 563) | def convert_v4_version_to_v3(version): function representation_fields_v3_to_v4 (line 617) | def representation_fields_v3_to_v4(fields, con): function convert_v4_representation_to_v3 (line 662) | def convert_v4_representation_to_v3(representation): function workfile_info_fields_v3_to_v4 (line 754) | def workfile_info_fields_v3_to_v4(fields): function convert_v4_workfile_info_to_v3 (line 775) | def convert_v4_workfile_info_to_v3(workfile_info, task): function convert_create_asset_to_v4 (line 796) | def convert_create_asset_to_v4(asset, project, con): function convert_create_task_to_v4 (line 835) | def convert_create_task_to_v4(task, project, con): function convert_create_subset_to_v4 (line 852) | def convert_create_subset_to_v4(subset, con): function convert_create_version_to_v4 (line 888) | def convert_create_version_to_v4(version, con): function convert_create_hero_version_to_v4 (line 916) | def convert_create_hero_version_to_v4(hero_version, project_name, con): function convert_create_representation_to_v4 (line 959) | def convert_create_representation_to_v4(representation, con): function convert_create_workfile_info_to_v4 (line 1027) | def convert_create_workfile_info_to_v4(data, project_name, con): function _from_flat_dict (line 1061) | def _from_flat_dict(data): function _to_flat_dict (line 1076) | def _to_flat_dict(data): function convert_update_folder_to_v4 (line 1095) | def convert_update_folder_to_v4(project_name, asset_id, update_data, con): function convert_update_subset_to_v4 (line 1155) | def convert_update_subset_to_v4(project_name, subset_id, update_data, con): function convert_update_version_to_v4 (line 1208) | def convert_update_version_to_v4(project_name, version_id, update_data, ... function convert_update_hero_version_to_v4 (line 1255) | def convert_update_hero_version_to_v4( function convert_update_representation_to_v4 (line 1278) | def convert_update_representation_to_v4( function convert_update_workfile_info_to_v4 (line 1355) | def convert_update_workfile_info_to_v4( FILE: openpype/client/server/entities.py function get_projects (line 28) | def get_projects(active=True, inactive=False, library=None, fields=None): function get_project (line 45) | def get_project(project_name, active=True, inactive=False, fields=None): function get_whole_project (line 54) | def get_whole_project(*args, **kwargs): function _get_subsets (line 58) | def _get_subsets( function _get_versions (line 93) | def _get_versions( function get_asset_by_id (line 167) | def get_asset_by_id(project_name, asset_id, fields=None): function get_asset_by_name (line 176) | def get_asset_by_name(project_name, asset_name, fields=None): function _folders_query (line 185) | def _folders_query(project_name, con, fields, **kwargs): function get_assets (line 198) | def get_assets( function get_archived_assets (line 252) | def get_archived_assets( function get_asset_ids_with_subsets (line 269) | def get_asset_ids_with_subsets(project_name, asset_ids=None): function get_subset_by_id (line 274) | def get_subset_by_id(project_name, subset_id, fields=None): function get_subset_by_name (line 283) | def get_subset_by_name(project_name, subset_name, asset_id, fields=None): function get_subsets (line 295) | def get_subsets( function get_subset_families (line 315) | def get_subset_families(project_name, subset_ids=None): function get_version_by_id (line 320) | def get_version_by_id(project_name, version_id, fields=None): function get_version_by_name (line 332) | def get_version_by_name(project_name, version, subset_id, fields=None): function get_versions (line 344) | def get_versions( function get_hero_version_by_id (line 363) | def get_hero_version_by_id(project_name, version_id, fields=None): function get_hero_version_by_subset_id (line 374) | def get_hero_version_by_subset_id( function get_hero_versions (line 387) | def get_hero_versions( function get_last_versions (line 400) | def get_last_versions(project_name, subset_ids, active=None, fields=None): function get_last_version_by_subset_id (line 419) | def get_last_version_by_subset_id(project_name, subset_id, fields=None): function get_last_version_by_subset_name (line 432) | def get_last_version_by_subset_name( function get_output_link_versions (line 460) | def get_output_link_versions(project_name, version_id, fields=None): function version_is_latest (line 479) | def version_is_latest(project_name, version_id): function get_representation_by_id (line 484) | def get_representation_by_id(project_name, representation_id, fields=None): function get_representation_by_name (line 495) | def get_representation_by_name( function get_representations (line 509) | def get_representations( function get_representation_parents (line 553) | def get_representation_parents(project_name, representation): function get_representations_parents (line 564) | def get_representations_parents(project_name, representations): function get_archived_representations (line 592) | def get_archived_representations( function get_thumbnail (line 614) | def get_thumbnail( function get_thumbnails (line 654) | def get_thumbnails(project_name, thumbnail_contexts, fields=None): function get_thumbnail_id_from_source (line 674) | def get_thumbnail_id_from_source(project_name, src_type, src_id): function get_workfile_info (line 705) | def get_workfile_info( FILE: openpype/client/server/entity_links.py function get_linked_asset_ids (line 5) | def get_linked_asset_ids(project_name, asset_doc=None, asset_id=None): function get_linked_assets (line 38) | def get_linked_assets( function get_linked_representation_id (line 65) | def get_linked_representation_id( FILE: openpype/client/server/openpype_comp.py function folders_tasks_graphql_query (line 10) | def folders_tasks_graphql_query(fields): function get_folders_with_tasks (line 53) | def get_folders_with_tasks( FILE: openpype/client/server/operations.py function _create_or_convert_to_id (line 46) | def _create_or_convert_to_id(entity_id=None): function new_project_document (line 58) | def new_project_document( function new_asset_document (line 93) | def new_asset_document( function new_subset_document (line 130) | def new_subset_document(name, family, asset_id, data=None, entity_id=None): function new_version_doc (line 159) | def new_version_doc(version, subset_id, data=None, entity_id=None): function new_hero_version_doc (line 187) | def new_hero_version_doc(subset_id, data, version=None, entity_id=None): function new_representation_doc (line 216) | def new_representation_doc( function new_thumbnail_doc (line 251) | def new_thumbnail_doc(data=None, entity_id=None): function new_workfile_info_doc (line 274) | def new_workfile_info_doc( function _prepare_update_data (line 306) | def _prepare_update_data(old_doc, new_doc, replace): function prepare_subset_update_data (line 319) | def prepare_subset_update_data(old_doc, new_doc, replace=True): function prepare_version_update_data (line 334) | def prepare_version_update_data(old_doc, new_doc, replace=True): function prepare_hero_version_update_data (line 349) | def prepare_hero_version_update_data(old_doc, new_doc, replace=True): function prepare_representation_update_data (line 365) | def prepare_representation_update_data(old_doc, new_doc, replace=True): function prepare_workfile_info_update_data (line 391) | def prepare_workfile_info_update_data(old_doc, new_doc, replace=True): class FailedOperations (line 406) | class FailedOperations(Exception): function entity_data_json_default (line 410) | def entity_data_json_default(value): function failed_json_default (line 419) | def failed_json_default(value): class ServerCreateOperation (line 423) | class ServerCreateOperation(CreateOperation): method __init__ (line 433) | def __init__(self, project_name, entity_type, data, session): method con (line 512) | def con(self): method session (line 516) | def session(self): method entity_id (line 520) | def entity_id(self): method to_server_operation (line 523) | def to_server_operation(self): class ServerUpdateOperation (line 533) | class ServerUpdateOperation(UpdateOperation): method __init__ (line 546) | def __init__( method con (line 609) | def con(self): method session (line 613) | def session(self): method to_server_operation (line 616) | def to_server_operation(self): class ServerDeleteOperation (line 635) | class ServerDeleteOperation(DeleteOperation): method __init__ (line 645) | def __init__(self, project_name, entity_type, entity_id, session): method con (line 662) | def con(self): method session (line 666) | def session(self): method to_server_operation (line 669) | def to_server_operation(self): class OperationsSession (line 678) | class OperationsSession(BaseOperationsSession): method __init__ (line 679) | def __init__(self, con=None, *args, **kwargs): method con (line 688) | def con(self): method get_project (line 691) | def get_project(self, project_name): method commit (line 697) | def commit(self): method create_entity (line 755) | def create_entity(self, project_name, entity_type, data, nested_id=None): method update_entity (line 783) | def update_entity( method delete_entity (line 803) | def delete_entity( function create_project (line 824) | def create_project( function delete_project (line 870) | def delete_project(project_name, con=None): function create_thumbnail (line 877) | def create_thumbnail(project_name, src_filepath, thumbnail_id=None, con=... FILE: openpype/client/server/thumbnails.py class AYONThumbnailCache (line 21) | class AYONThumbnailCache: method __init__ (line 48) | def __init__(self, cleanup=True): method get_thumbnails_dir (line 54) | def get_thumbnails_dir(self): method get_thumbnails_dir_file_info (line 69) | def get_thumbnails_dir_file_info(self): method get_thumbnails_dir_size (line 89) | def get_thumbnails_dir_size(self, files_info=None): method cleanup (line 111) | def cleanup(self, check_max_size=False): method _soft_cleanup (line 128) | def _soft_cleanup(self, thumbnails_dir): method _max_size_cleanup (line 137) | def _max_size_cleanup(self, thumbnails_dir): method get_thumbnail_filepath (line 155) | def get_thumbnail_filepath(self, project_name, thumbnail_id): method get_project_dir (line 181) | def get_project_dir(self, project_name): method make_sure_project_dir_exists (line 194) | def make_sure_project_dir_exists(self, project_name): method store_thumbnail (line 200) | def store_thumbnail(self, project_name, thumbnail_id, content, mime_ty... FILE: openpype/client/server/utils.py class _GlobalCache (line 9) | class _GlobalCache: function get_ayon_server_api_connection (line 13) | def get_ayon_server_api_connection(): function create_entity_id (line 31) | def create_entity_id(): function prepare_attribute_changes (line 35) | def prepare_attribute_changes(old_entity, new_entity, replace=False): function prepare_entity_changes (line 102) | def prepare_entity_changes(old_entity, new_entity, replace=False): FILE: openpype/hooks/pre_add_last_workfile_arg.py class AddLastWorkfileToLaunchArgs (line 6) | class AddLastWorkfileToLaunchArgs(PreLaunchHook): method execute (line 34) | def execute(self): FILE: openpype/hooks/pre_copy_template_workfile.py class CopyTemplateWorkfile (line 11) | class CopyTemplateWorkfile(PreLaunchHook): method execute (line 26) | def execute(self): FILE: openpype/hooks/pre_create_extra_workdir_folders.py class CreateWorkdirExtraFolders (line 6) | class CreateWorkdirExtraFolders(PreLaunchHook): method execute (line 19) | def execute(self): FILE: openpype/hooks/pre_global_host_data.py class GlobalHostDataHook (line 11) | class GlobalHostDataHook(PreLaunchHook): method execute (line 15) | def execute(self): method prepare_global_data (line 50) | def prepare_global_data(self): FILE: openpype/hooks/pre_mac_launch.py class LaunchWithTerminal (line 5) | class LaunchWithTerminal(PreLaunchHook): method execute (line 18) | def execute(self): FILE: openpype/hooks/pre_new_console_apps.py class LaunchNewConsoleApps (line 5) | class LaunchNewConsoleApps(PreLaunchHook): method execute (line 22) | def execute(self): FILE: openpype/hooks/pre_non_python_host_launch.py class NonPythonHostHook (line 13) | class NonPythonHostHook(PreLaunchHook): method execute (line 25) | def execute(self): FILE: openpype/hooks/pre_ocio_hook.py class OCIOEnvHook (line 7) | class OCIOEnvHook(PreLaunchHook): method execute (line 25) | def execute(self): FILE: openpype/host/dirmap.py class HostDirmap (line 22) | class HostDirmap(object): method __init__ (line 34) | def __init__( method sync_module (line 50) | def sync_module(self): method project_settings (line 58) | def project_settings(self): method log (line 64) | def log(self): method on_enable_dirmap (line 70) | def on_enable_dirmap(self): method dirmap_routine (line 75) | def dirmap_routine(self, source_path, destination_path): method process_dirmap (line 79) | def process_dirmap(self, mapping=None): method get_mappings (line 118) | def get_mappings(self): method _get_local_sync_dirmap (line 149) | def _get_local_sync_dirmap(self): FILE: openpype/host/host.py class HostBase (line 12) | class HostBase(object): method __init__ (line 65) | def __init__(self): method install (line 80) | def install(self): method log (line 93) | def log(self): method name (line 99) | def name(self): method get_current_project_name (line 104) | def get_current_project_name(self): method get_current_asset_name (line 112) | def get_current_asset_name(self): method get_current_task_name (line 120) | def get_current_task_name(self): method get_current_context (line 128) | def get_current_context(self): method get_context_title (line 149) | def get_context_title(self): method maintained_selection (line 181) | def maintained_selection(self): FILE: openpype/host/interfaces.py class MissingMethodsError (line 5) | class MissingMethodsError(ValueError): method __init__ (line 13) | def __init__(self, host, missing_methods): class ILoadHost (line 29) | class ILoadHost: method get_missing_load_methods (line 43) | def get_missing_load_methods(host): method validate_load_methods (line 68) | def validate_load_methods(host): method get_containers (line 83) | def get_containers(self): method ls (line 99) | def ls(self): class IWorkfileHost (line 110) | class IWorkfileHost: method get_missing_workfile_methods (line 114) | def get_missing_workfile_methods(host): method validate_workfile_methods (line 146) | def validate_workfile_methods(host): method get_workfile_extensions (line 162) | def get_workfile_extensions(self): method save_workfile (line 172) | def save_workfile(self, dst_path=None): method open_workfile (line 183) | def open_workfile(self, filepath): method get_current_workfile (line 193) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 203) | def workfile_has_unsaved_changes(self): method work_root (line 217) | def work_root(self, session): method file_extensions (line 240) | def file_extensions(self): method save_file (line 248) | def save_file(self, dst_path=None): method open_file (line 257) | def open_file(self, filepath): method current_file (line 266) | def current_file(self): method has_unsaved_changes (line 275) | def has_unsaved_changes(self): class IPublishHost (line 285) | class IPublishHost: method get_missing_publish_methods (line 294) | def get_missing_publish_methods(host): method validate_publish_methods (line 325) | def validate_publish_methods(host): method get_context_data (line 340) | def get_context_data(self): method update_context_data (line 357) | def update_context_data(self, data, changes): class INewPublisher (line 375) | class INewPublisher(IPublishHost): FILE: openpype/hosts/aftereffects/addon.py class AfterEffectsAddon (line 4) | class AfterEffectsAddon(OpenPypeModule, IHostAddon): method initialize (line 8) | def initialize(self, module_settings): method add_implementation_envs (line 11) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 21) | def get_workfile_extensions(self): FILE: openpype/hosts/aftereffects/api/extension/js/libs/CSInterface.js function CSXSWindowType (line 19) | function CSXSWindowType() function Version (line 48) | function Version(major, minor, micro, special) function VersionBound (line 72) | function VersionBound(version, inclusive) function VersionRange (line 87) | function VersionRange(lowerBound, upperBound) function Runtime (line 104) | function Runtime(name, versionRange) function Extension (line 134) | function Extension(id, name, mainPath, basePath, windowType, width, heig... function CSEvent (line 166) | function CSEvent(type, scope, appId, extensionId) function SystemPath (line 183) | function SystemPath() function ColorType (line 209) | function ColorType() function RGBColor (line 236) | function RGBColor(red, green, blue, alpha) function Direction (line 256) | function Direction(x, y) function GradientStop (line 271) | function GradientStop(offset, rgbColor) function GradientColor (line 289) | function GradientColor(type, direction, numStops, arrGradientStop) function UIColor (line 309) | function UIColor(type, antialiasLevel, color) function AppSkinInfo (line 330) | function AppSkinInfo(baseFontFamily, baseFontSize, appBarBackgroundColor... function HostEnvironment (line 355) | function HostEnvironment(appName, appVersion, appLocale, appUILocale, ap... function HostCapabilities (line 378) | function HostCapabilities(EXTENDED_PANEL_MENU, EXTENDED_PANEL_ICONS, DEL... function ApiVersion (line 399) | function ApiVersion(major, minor, micro) function MenuItemStatus (line 418) | function MenuItemStatus(menuItemLabel, enabled, checked) function ContextMenuItemStatus (line 437) | function ContextMenuItemStatus(menuItemID, enabled, checked) function CSInterface (line 457) | function CSInterface() FILE: openpype/hosts/aftereffects/api/extension/js/libs/json.js function f (line 171) | function f(n) { function this_value (line 178) | function this_value() { function quote (line 215) | function quote(string) { function str (line 234) | function str(key, holder) { function walk (line 449) | function walk(holder, key) { FILE: openpype/hosts/aftereffects/api/extension/js/libs/wsrpc.js function _classCallCheck (line 7) | function _classCallCheck(instance, Constructor) { function wrapper (line 21) | function wrapper(func) { function logGroup (line 41) | function logGroup(group, level, args) { function log (line 47) | function log() { function trace (line 52) | function trace(msg) { function getAbsoluteWsUrl (line 59) | function getAbsoluteWsUrl(url) { function createSocket (line 101) | function createSocket() { function makeCall (line 299) | function makeCall(func, args, params) { FILE: openpype/hosts/aftereffects/api/extension/js/main.js function startUp (line 14) | async function startUp(url){ function get_extension_version (line 31) | function get_extension_version(){ function main (line 58) | function main(websocket_url){ function init (line 384) | function init() { function EscapeStringForJSX (line 397) | function EscapeStringForJSX(str){ function runEvalScript (line 406) | function runEvalScript(script) { FILE: openpype/hosts/aftereffects/api/extension/js/themeManager.js function toHex (line 18) | function toHex(color, delta) { function reverseColor (line 42) | function reverseColor(color, delta) { function addRule (line 52) | function addRule(stylesheetId, selector, rule) { function updateThemeWithAppSkinInfo (line 70) | function updateThemeWithAppSkinInfo(appSkinInfo) { function onAppThemeColorChanged (line 109) | function onAppThemeColorChanged(event) { function init (line 115) | function init() { FILE: openpype/hosts/aftereffects/api/extension/jsx/hostscript.jsx function sayHello (line 21) | function sayHello(){ function getEnv (line 25) | function getEnv(variable){ function getMetadata (line 29) | function getMetadata(){ function imprint (line 53) | function imprint(payload){ function fileOpen (line 77) | function fileOpen(path){ function getActiveDocumentName (line 85) | function getActiveDocumentName(){ function getActiveDocumentFullName (line 98) | function getActiveDocumentFullName(){ function addItem (line 116) | function addItem(name, item_type){ function getItems (line 141) | function getItems(comps, folders, footages){ function selectItems (line 168) | function selectItems(items){ function getSelectedItems (line 186) | function getSelectedItems(comps, folders, footages){ function _getItem (line 211) | function _getItem(item, comps, folders, footages){ function importFile (line 255) | function importFile(path, item_name, import_options){ function setLabelColor (line 324) | function setLabelColor(comp_id, color_idx){ function replaceItem (line 339) | function replaceItem(item_id, path, item_name){ function renameItem (line 375) | function renameItem(item_id, new_name){ function deleteItem (line 391) | function deleteItem(item_id){ function getCompProperties (line 406) | function getCompProperties(comp_id){ function setCompProperties (line 429) | function setCompProperties(comp_id, frameStart, framesCount, frameRate, function save (line 478) | function save(){ function saveAs (line 485) | function saveAs(path){ function getRenderInfo (line 492) | function getRenderInfo(comp_id){ function getAudioUrlForComp (line 563) | function getAudioUrlForComp(comp_id){ function addItemAsLayerToComp (line 593) | function addItemAsLayerToComp(comp_id, item_id, found_comp){ function importBackground (line 617) | function importBackground(comp_id, composition_name, files_to_import){ function reloadBackground (line 682) | function reloadBackground(comp_id, composition_name, files_to_import){ function _get_file_name (line 757) | function _get_file_name(file_url){ function _delete_obsolete_items (line 771) | function _delete_obsolete_items(folder, new_filenames){ function _importItem (line 797) | function _importItem(file_url){ function isFileSequence (line 816) | function isFileSequence (item){ function render (line 829) | function render(target_folder, comp_id){ function close (line 867) | function close(){ function getAppVersion (line 872) | function getAppVersion(){ function printMsg (line 876) | function printMsg(msg){ function addPlaceholder (line 880) | function addPlaceholder(name, width, height, fps, duration){ function addItemInstead (line 899) | function addItemInstead(placeholder_item_id, item_id){ function _prepareSingleValue (line 941) | function _prepareSingleValue(value){ function _prepareError (line 944) | function _prepareError(error_msg){ FILE: openpype/hosts/aftereffects/api/launch_logic.py function safe_excepthook (line 32) | def safe_excepthook(*args): function main (line 36) | def main(*subprocess_args): function show_tool_by_name (line 77) | def show_tool_by_name(tool_name): class ProcessLauncher (line 85) | class ProcessLauncher(QtCore.QObject): method __init__ (line 90) | def __init__(self, subprocess_args): method log (line 115) | def log(self): method websocket_server_is_running (line 122) | def websocket_server_is_running(self): method is_process_running (line 128) | def is_process_running(self): method is_host_connected (line 134) | def is_host_connected(self): method execute_in_main_thread (line 150) | def execute_in_main_thread(cls, callback): method start (line 153) | def start(self): method exit (line 160) | def exit(self): method _on_loop_timer (line 176) | def _on_loop_timer(self): method _on_start_process_timer (line 193) | def _on_start_process_timer(self): method _init_server (line 222) | def _init_server(self): method _start_process (line 253) | def _start_process(self): class AfterEffectsRoute (line 268) | class AfterEffectsRoute(WebSocketRoute): method init (line 277) | def init(self, **kwargs): method ping (line 285) | async def ping(self): method set_context (line 290) | async def set_context(self, project, asset, task): method read (line 310) | async def read(self): method workfiles_route (line 316) | async def workfiles_route(self): method loader_route (line 319) | async def loader_route(self): method publish_route (line 322) | async def publish_route(self): method sceneinventory_route (line 325) | async def sceneinventory_route(self): method setresolution_route (line 328) | async def setresolution_route(self): method setframes_route (line 331) | async def setframes_route(self): method setall_route (line 334) | async def setall_route(self): method experimental_tools_route (line 337) | async def experimental_tools_route(self): method _tool_route (line 340) | def _tool_route(self, _tool_name): method _settings_route (line 351) | def _settings_route(self, frames, resolution): method create_placeholder_route (line 361) | def create_placeholder_route(self): method update_placeholder_route (line 371) | def update_placeholder_route(self): method build_workfile_template_route (line 381) | def build_workfile_template_route(self): FILE: openpype/hosts/aftereffects/api/lib.py function maintained_selection (line 16) | def maintained_selection(): function get_extension_manifest_path (line 25) | def get_extension_manifest_path(): function get_unique_layer_name (line 34) | def get_unique_layer_name(layers, name): function get_background_layers (line 57) | def get_background_layers(file_url): function get_asset_settings (line 88) | def get_asset_settings(asset_doc): function set_settings (line 117) | def set_settings(frames, resolution, comp_ids=None, print_msg=True): FILE: openpype/hosts/aftereffects/api/pipeline.py class AfterEffectsHost (line 43) | class AfterEffectsHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __init__ (line 46) | def __init__(self): method stub (line 51) | def stub(self): method install (line 69) | def install(self): method get_workfile_extensions (line 80) | def get_workfile_extensions(self): method save_workfile (line 83) | def save_workfile(self, dst_path=None): method open_workfile (line 86) | def open_workfile(self, filepath): method get_current_workfile (line 91) | def get_current_workfile(self): method get_containers (line 102) | def get_containers(self): method get_context_data (line 105) | def get_context_data(self): method update_context_data (line 114) | def update_context_data(self, data, changes): method get_workfile_build_placeholder_plugins (line 119) | def get_workfile_build_placeholder_plugins(self): method list_instances (line 126) | def list_instances(self): method remove_instance (line 149) | def remove_instance(self, instance): function application_launch (line 179) | def application_launch(): function ls (line 184) | def ls(): function check_inventory (line 224) | def check_inventory(): function containerise (line 239) | def containerise(name, function cache_and_get_instances (line 280) | def cache_and_get_instances(creator): FILE: openpype/hosts/aftereffects/api/plugin.py class AfterEffectsLoader (line 9) | class AfterEffectsLoader(LoaderPlugin): method get_stub (line 11) | def get_stub(): FILE: openpype/hosts/aftereffects/api/workfile_template_builder.py class AETemplateBuilder (line 24) | class AETemplateBuilder(AbstractTemplateBuilder): method import_template (line 27) | def import_template(self, path): class AEPlaceholderPlugin (line 51) | class AEPlaceholderPlugin(PlaceholderPlugin): method collect_placeholders (line 54) | def collect_placeholders(self): method update_placeholder (line 81) | def update_placeholder(self, placeholder_item, placeholder_data): method _get_item (line 92) | def _get_item(self, placeholder_item): method _collect_scene_placeholders (line 103) | def _collect_scene_placeholders(self): method _imprint_item (line 123) | def _imprint_item(self, item_id, name, placeholder_data, stub): class AEPlaceholderCreatePlugin (line 138) | class AEPlaceholderCreatePlugin(AEPlaceholderPlugin, PlaceholderCreateMi... method create_placeholder (line 146) | def create_placeholder(self, placeholder_data): method populate_placeholder (line 153) | def populate_placeholder(self, placeholder): method get_placeholder_options (line 168) | def get_placeholder_options(self, options=None): class AEPlaceholderLoadPlugin (line 172) | class AEPlaceholderLoadPlugin(AEPlaceholderPlugin, PlaceholderLoadMixin): method create_placeholder (line 176) | def create_placeholder(self, placeholder_data): method populate_placeholder (line 188) | def populate_placeholder(self, placeholder): method get_placeholder_options (line 210) | def get_placeholder_options(self, options=None): method load_succeed (line 213) | def load_succeed(self, placeholder, container): function build_workfile_template (line 219) | def build_workfile_template(*args, **kwargs): function update_workfile_template (line 224) | def update_workfile_template(*args): function create_placeholder (line 229) | def create_placeholder(*args): function update_placeholder (line 237) | def update_placeholder(*args): FILE: openpype/hosts/aftereffects/api/ws_stub.py class ConnectionNotEstablishedYet (line 14) | class ConnectionNotEstablishedYet(Exception): class AEItem (line 19) | class AEItem(object): class AfterEffectsServerStub (line 45) | class AfterEffectsServerStub(): method __init__ (line 55) | def __init__(self): method get_client (line 61) | def get_client(): method open (line 75) | def open(self, path): method get_metadata (line 87) | def get_metadata(self): method read (line 104) | def read(self, item, layers_meta=None): method imprint (line 125) | def imprint(self, item_id, data, all_items=None, items_meta=None): method get_active_document_full_name (line 183) | def get_active_document_full_name(self): method get_active_document_name (line 193) | def get_active_document_name(self): method get_items (line 203) | def get_items(self, comps, folders=False, footages=False): method select_items (line 228) | def select_items(self, items): method get_selected_items (line 238) | def get_selected_items(self, comps, folders=False, footages=False): method add_item (line 258) | def add_item(self, name, item_type): method get_item (line 273) | def get_item(self, item_id): method import_file (line 286) | def import_file(self, path, item_name, import_options=None): method replace_item (line 306) | def replace_item(self, item_id, path, item_name): method rename_item (line 322) | def rename_item(self, item_id, item_name): method delete_item (line 337) | def delete_item(self, item_id): method remove_instance (line 349) | def remove_instance(self, instance_id, metadata=None): method is_saved (line 376) | def is_saved(self): method set_label_color (line 380) | def set_label_color(self, item_id, color_idx): method get_comp_properties (line 395) | def get_comp_properties(self, comp_id): method set_comp_properties (line 416) | def set_comp_properties(self, comp_id, start, duration, frame_rate, method save (line 441) | def save(self): method saveAs (line 451) | def saveAs(self, project_path, as_copy): method get_render_info (line 466) | def get_render_info(self, comp_id): method get_audio_url (line 479) | def get_audio_url(self, item_id): method import_background (line 493) | def import_background(self, comp_id, comp_name, files): method reload_background (line 525) | def reload_background(self, comp_id, comp_name, files): method add_item_as_layer (line 551) | def add_item_as_layer(self, comp_id, item_id): method add_item_instead_placeholder (line 570) | def add_item_instead_placeholder(self, placeholder_item_id, item_id): method add_placeholder (line 587) | def add_placeholder(self, name, width, height, fps, duration): method render (line 611) | def render(self, folder_url, comp_id): method get_extension_version (line 624) | def get_extension_version(self): method get_app_version (line 631) | def get_app_version(self): method close (line 638) | def close(self): method print_msg (line 643) | def print_msg(self, msg): method _handle_return (line 649) | def _handle_return(self, res): method _to_records (line 673) | def _to_records(self, payload): function get_stub (line 719) | def get_stub(): FILE: openpype/hosts/aftereffects/plugins/create/create_render.py class RenderCreator (line 17) | class RenderCreator(Creator): method create (line 34) | def create(self, subset_name_from_ui, data, pre_create_data): method get_pre_create_attr_defs (line 104) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 122) | def get_instance_attr_defs(self): method get_icon (line 132) | def get_icon(self): method collect_instances (line 135) | def collect_instances(self): method update_instances (line 147) | def update_instances(self, update_list): method remove_instances (line 156) | def remove_instances(self, instances): method apply_settings (line 173) | def apply_settings(self, project_settings): method get_detail_description (line 185) | def get_detail_description(self): method get_dynamic_data (line 213) | def get_dynamic_data(self, variant, task_name, asset_doc, method _handle_legacy (line 225) | def _handle_legacy(self, instance_data): FILE: openpype/hosts/aftereffects/plugins/create/workfile_creator.py class AEWorkfileCreator (line 11) | class AEWorkfileCreator(AutoCreator): method get_instance_attr_defs (line 17) | def get_instance_attr_defs(self): method collect_instances (line 20) | def collect_instances(self): method update_instances (line 30) | def update_instances(self, update_list): method create (line 34) | def create(self, options=None): FILE: openpype/hosts/aftereffects/plugins/load/load_background.py class BackgroundLoader (line 12) | class BackgroundLoader(api.AfterEffectsLoader): method load (line 26) | def load(self, context, name=None, namespace=None, data=None): method update (line 59) | def update(self, container, representation): method remove (line 95) | def remove(self, container): method switch (line 107) | def switch(self, container, representation): FILE: openpype/hosts/aftereffects/plugins/load/load_file.py class FileLoader (line 8) | class FileLoader(api.AfterEffectsLoader): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 67) | def update(self, container, representation): method remove (line 95) | def remove(self, container): method switch (line 106) | def switch(self, container, representation): FILE: openpype/hosts/aftereffects/plugins/publish/add_publish_highlight.py class AddPublishHighlight (line 6) | class AddPublishHighlight(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/closeAE.py class CloseAE (line 8) | class CloseAE(pyblish.api.ContextPlugin): method process (line 20) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/collect_audio.py class CollectAudio (line 8) | class CollectAudio(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/collect_current_file.py class CollectCurrentFile (line 8) | class CollectCurrentFile(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/collect_extension_version.py class CollectExtensionVersion (line 11) | class CollectExtensionVersion(pyblish.api.ContextPlugin): method process (line 32) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/collect_render.py class AERenderInstance (line 16) | class AERenderInstance(RenderInstance): class CollectAERender (line 28) | class CollectAERender(publish.AbstractCollectRender): method get_stub (line 40) | def get_stub(cls): method get_instances (line 45) | def get_instances(self, context): method get_expected_files (line 154) | def get_expected_files(self, render_instance): method _get_output_dir (line 196) | def _get_output_dir(self, render_instance): method _update_for_local (line 217) | def _update_for_local(self, instance, project_entity): FILE: openpype/hosts/aftereffects/plugins/publish/collect_review.py class CollectReview (line 11) | class CollectReview(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/collect_workfile.py class CollectWorkfile (line 9) | class CollectWorkfile(pyblish.api.ContextPlugin): method process (line 17) | def process(self, context): method _get_new_instance (line 47) | def _get_new_instance(self, context, scene_file): FILE: openpype/hosts/aftereffects/plugins/publish/extract_local_render.py class ExtractLocalRender (line 7) | class ExtractLocalRender(publish.Extractor): method process (line 15) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/extract_save_scene.py class ExtractSaveScene (line 7) | class ExtractSaveScene(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/aftereffects/plugins/publish/increment_workfile.py class IncrementWorkfile (line 8) | class IncrementWorkfile(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/pre_collect_render.py class PreCollectRender (line 6) | class PreCollectRender(pyblish.api.ContextPlugin): method process (line 23) | def process(self, context): method _debug_log (line 48) | def _debug_log(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/remove_publish_highlight.py class RemovePublishHighlight (line 5) | class RemovePublishHighlight(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/validate_footage_items.py class ValidateFootageItems (line 15) | class ValidateFootageItems(pyblish.api.InstancePlugin): method process (line 34) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/validate_instance_asset.py class ValidateInstanceAssetRepair (line 11) | class ValidateInstanceAssetRepair(pyblish.api.Action): method process (line 18) | def process(self, context, plugin): class ValidateInstanceAsset (line 37) | class ValidateInstanceAsset(pyblish.api.InstancePlugin): method process (line 55) | def process(self, instance): FILE: openpype/hosts/aftereffects/plugins/publish/validate_scene_settings.py class ValidateSceneSettings (line 19) | class ValidateSceneSettings(OptionalPyblishPluginMixin, method process (line 68) | def process(self, instance): FILE: openpype/hosts/blender/addon.py class BlenderAddon (line 7) | class BlenderAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 64) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 71) | def get_workfile_extensions(self): FILE: openpype/hosts/blender/api/action.py class SelectInvalidAction (line 8) | class SelectInvalidAction(pyblish.api.Action): method process (line 14) | def process(self, context, plugin): FILE: openpype/hosts/blender/api/capture.py function capture (line 12) | def capture( function isolate_objects (line 121) | def isolate_objects(window, objects): function _apply_options (line 137) | def _apply_options(entity, options): function applied_view (line 145) | def applied_view(window, camera, isolate=None, options=None): function applied_frame_range (line 173) | def applied_frame_range(window, start, end, step): function applied_render_options (line 193) | def applied_render_options(window, options): function applied_image_settings (line 216) | def applied_image_settings(window, options): function maintain_camera (line 258) | def maintain_camera(window, camera): function _independent_window (line 270) | def _independent_window(): FILE: openpype/hosts/blender/api/colorspace.py class LayerMetadata (line 7) | class LayerMetadata(object): class RenderProduct (line 14) | class RenderProduct(object): class ARenderProduct (line 24) | class ARenderProduct(object): method __init__ (line 25) | def __init__(self): method _get_layer_data (line 31) | def _get_layer_data(self): method get_render_products (line 39) | def get_render_products(self): FILE: openpype/hosts/blender/api/lib.py function load_scripts (line 16) | def load_scripts(paths): function append_user_scripts (line 125) | def append_user_scripts(): function set_app_templates_path (line 137) | def set_app_templates_path(): function imprint (line 158) | def imprint(node: bpy.types.bpy_struct_meta_idprop, data: Dict): function lsattr (line 199) | def lsattr(attr: str, function lsattrs (line 221) | def lsattrs(attrs: Dict) -> List: function read (line 255) | def read(node: bpy.types.bpy_struct_meta_idprop): function get_selected_collections (line 269) | def get_selected_collections(): function get_selection (line 305) | def get_selection(include_collections: bool = False) -> List[bpy.types.O... function maintained_selection (line 325) | def maintained_selection(): function maintained_time (line 361) | def maintained_time(): FILE: openpype/hosts/blender/api/ops.py function execute_function_in_main_thread (line 34) | def execute_function_in_main_thread(f): class BlenderApplication (line 42) | class BlenderApplication(QtWidgets.QApplication): method __init__ (line 46) | def __init__(self, *args, **kwargs): method get_app (line 54) | def get_app(cls): method reset (line 60) | def reset(cls): method store_window (line 64) | def store_window(cls, identifier, window): method get_window (line 72) | def get_window(cls, identifier): class MainThreadItem (line 76) | class MainThreadItem: method __init__ (line 88) | def __init__(self, callback, *args, **kwargs): method execute (line 96) | def execute(self): method wait (line 123) | def wait(self): class GlobalClass (line 144) | class GlobalClass: function execute_in_main_thread (line 150) | def execute_in_main_thread(main_thead_item): function _process_app_events (line 155) | def _process_app_events() -> Optional[float]: class LaunchQtApp (line 194) | class LaunchQtApp(bpy.types.Operator): method __init__ (line 204) | def __init__(self): method execute (line 217) | def execute(self, context): method before_window_show (line 289) | def before_window_show(self): class LaunchCreator (line 293) | class LaunchCreator(LaunchQtApp): method before_window_show (line 300) | def before_window_show(self): method execute (line 303) | def execute(self, context): class LaunchLoader (line 308) | class LaunchLoader(LaunchQtApp): method before_window_show (line 315) | def before_window_show(self): class LaunchPublisher (line 324) | class LaunchPublisher(LaunchQtApp): method execute (line 330) | def execute(self, context): class LaunchManager (line 335) | class LaunchManager(LaunchQtApp): method before_window_show (line 342) | def before_window_show(self): class LaunchLibrary (line 348) | class LaunchLibrary(LaunchQtApp): method before_window_show (line 355) | def before_window_show(self): class LaunchWorkFiles (line 361) | class LaunchWorkFiles(LaunchQtApp): method execute (line 368) | def execute(self, context): method before_window_show (line 377) | def before_window_show(self): class SetFrameRange (line 387) | class SetFrameRange(bpy.types.Operator): method execute (line 391) | def execute(self, context): class SetResolution (line 397) | class SetResolution(bpy.types.Operator): method execute (line 401) | def execute(self, context): class TOPBAR_MT_avalon (line 407) | class TOPBAR_MT_avalon(bpy.types.Menu): method draw (line 413) | def draw(self, context): function draw_avalon_menu (line 450) | def draw_avalon_menu(self, context): function register (line 469) | def register(): function unregister (line 483) | def unregister(): FILE: openpype/hosts/blender/api/pipeline.py class BlenderHost (line 64) | class BlenderHost(HostBase, IWorkfileHost, IPublishHost, ILoadHost): method install (line 67) | def install(self): method get_containers (line 72) | def get_containers(self) -> Iterator: method get_workfile_extensions (line 76) | def get_workfile_extensions(self) -> List[str]: method save_workfile (line 85) | def save_workfile(self, dst_path: str = None): method open_workfile (line 95) | def open_workfile(self, filepath: str): method get_current_workfile (line 104) | def get_current_workfile(self) -> str: method workfile_has_unsaved_changes (line 113) | def workfile_has_unsaved_changes(self) -> bool: method work_root (line 123) | def work_root(self, session) -> str: method get_context_data (line 135) | def get_context_data(self) -> dict: method update_context_data (line 147) | def update_context_data(self, data: dict, changes: dict): function pype_excepthook_handler (line 159) | def pype_excepthook_handler(*args): function install (line 163) | def install(): function uninstall (line 186) | def uninstall(): function show_message (line 200) | def show_message(title, message): function message_window (line 213) | def message_window(title, message): function get_asset_data (line 225) | def get_asset_data(): function set_frame_range (line 233) | def set_frame_range(data): function set_resolution (line 257) | def set_resolution(data): function on_new (line 276) | def on_new(): function on_open (line 297) | def on_open(): function _on_save_pre (line 327) | def _on_save_pre(*args): function _on_save_post (line 332) | def _on_save_post(*args): function _on_load_post (line 337) | def _on_load_post(*args): function _register_callbacks (line 348) | def _register_callbacks(): function _on_task_changed (line 374) | def _on_task_changed(): function _register_events (line 388) | def _register_events(): function _discover_gui (line 395) | def _discover_gui() -> Optional[Callable]: function add_to_avalon_container (line 412) | def add_to_avalon_container(container: bpy.types.Collection): function metadata_update (line 434) | def metadata_update(node: bpy.types.bpy_struct_meta_idprop, data: Dict): function containerise (line 448) | def containerise(name: str, function containerise_existing (line 497) | def containerise_existing( function parse_container (line 536) | def parse_container(container: bpy.types.Collection, function ls (line 560) | def ls() -> Iterator: function publish (line 572) | def publish(): FILE: openpype/hosts/blender/api/plugin.py function prepare_scene_name (line 31) | def prepare_scene_name( function get_unique_number (line 48) | def get_unique_number( function prepare_data (line 73) | def prepare_data(data, container_name=None): function create_blender_context (line 83) | def create_blender_context(active: Optional[bpy.types.Object] = None, function get_parent_collection (line 113) | def get_parent_collection(collection): function get_local_collection_with_name (line 125) | def get_local_collection_with_name(name): function deselect_all (line 132) | def deselect_all(): class BaseCreator (line 156) | class BaseCreator(Creator): method cache_subsets (line 163) | def cache_subsets(shared_data): method create (line 215) | def create( method collect_instances (line 262) | def collect_instances(self): method update_instances (line 289) | def update_instances(self, update_list): method remove_instances (line 331) | def remove_instances(self, instances: List[CreatedInstance]): method set_instance_data (line 349) | def set_instance_data( method get_pre_create_attr_defs (line 372) | def get_pre_create_attr_defs(self): class Loader (line 380) | class Loader(LoaderPlugin): class AssetLoader (line 386) | class AssetLoader(LoaderPlugin): method _get_instance_empty (line 398) | def _get_instance_empty(instance_name: str, nodes: List) -> Optional[b... method _get_instance_collection (line 409) | def _get_instance_collection(instance_name: str, nodes: List) -> Optio... method _get_library_from_container (line 419) | def _get_library_from_container(container: bpy.types.Collection) -> bp... method process_asset (line 440) | def process_asset(self, method load (line 448) | def load(self, method _load (line 457) | def _load(self, method exec_update (line 517) | def exec_update(self, container: Dict, representation: Dict): method update (line 521) | def update(self, container: Dict, representation: Dict): method exec_remove (line 526) | def exec_remove(self, container: Dict) -> bool: method remove (line 530) | def remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/api/render_lib.py function get_default_render_folder (line 10) | def get_default_render_folder(settings): function get_aov_separator (line 18) | def get_aov_separator(settings): function get_image_format (line 35) | def get_image_format(settings): function get_multilayer (line 43) | def get_multilayer(settings): function get_renderer (line 51) | def get_renderer(settings): function get_compositing (line 59) | def get_compositing(settings): function get_render_product (line 67) | def get_render_product(output_path, name, aov_sep): function set_render_format (line 86) | def set_render_format(ext, multilayer): function set_render_passes (line 111) | def set_render_passes(settings, renderer): function _create_aov_slot (line 189) | def _create_aov_slot(name, aov_sep, slots, rpass_name, multi_exr, output... function set_node_tree (line 197) | def set_node_tree( function imprint_render_settings (line 310) | def imprint_render_settings(node, data): function prepare_rendering (line 320) | def prepare_rendering(asset_group): FILE: openpype/hosts/blender/api/workio.py class OpenFileCacher (line 9) | class OpenFileCacher: method post_load (line 17) | def post_load(cls): method set_opening (line 21) | def set_opening(cls): function open_file (line 25) | def open_file(filepath: str) -> Optional[str]: function save_file (line 43) | def save_file(filepath: str, copy: bool = False) -> Optional[str]: function current_file (line 61) | def current_file() -> Optional[str]: function has_unsaved_changes (line 70) | def has_unsaved_changes() -> bool: function file_extensions (line 76) | def file_extensions() -> List[str]: function work_root (line 82) | def work_root(session: dict) -> str: FILE: openpype/hosts/blender/blender_addon/startup/init.py function register (line 5) | def register(): function unregister (line 9) | def unregister(): FILE: openpype/hosts/blender/hooks/pre_add_run_python_script_arg.py class AddPythonScriptToLaunchArgs (line 6) | class AddPythonScriptToLaunchArgs(PreLaunchHook): method execute (line 14) | def execute(self): FILE: openpype/hosts/blender/hooks/pre_pyside_install.py class InstallPySideToBlender (line 8) | class InstallPySideToBlender(PreLaunchHook): method execute (line 22) | def execute(self): method inner_execute (line 32) | def inner_execute(self): method install_pyside_windows (line 134) | def install_pyside_windows(self, python_executable): method install_pyside (line 176) | def install_pyside(self, python_executable): method is_pyside_installed (line 206) | def is_pyside_installed(self, python_executable): FILE: openpype/hosts/blender/hooks/pre_windows_console.py class BlenderConsoleWindows (line 5) | class BlenderConsoleWindows(PreLaunchHook): method execute (line 20) | def execute(self): FILE: openpype/hosts/blender/plugins/create/convert_legacy.py class BlenderLegacyConvertor (line 7) | class BlenderLegacyConvertor(SubsetConvertorPlugin): method __init__ (line 34) | def __init__(self, *args, **kwargs): method find_instances (line 38) | def find_instances(self): method convert (line 59) | def convert(self): FILE: openpype/hosts/blender/plugins/create/create_action.py class CreateAction (line 8) | class CreateAction(plugin.BaseCreator): method create (line 16) | def create( FILE: openpype/hosts/blender/plugins/create/create_animation.py class CreateAnimation (line 6) | class CreateAnimation(plugin.BaseCreator): method create (line 14) | def create( FILE: openpype/hosts/blender/plugins/create/create_blendScene.py class CreateBlendScene (line 8) | class CreateBlendScene(plugin.BaseCreator): method create (line 18) | def create( FILE: openpype/hosts/blender/plugins/create/create_camera.py class CreateCamera (line 9) | class CreateCamera(plugin.BaseCreator): method create (line 19) | def create( FILE: openpype/hosts/blender/plugins/create/create_layout.py class CreateLayout (line 8) | class CreateLayout(plugin.BaseCreator): method create (line 18) | def create( FILE: openpype/hosts/blender/plugins/create/create_model.py class CreateModel (line 8) | class CreateModel(plugin.BaseCreator): method create (line 18) | def create( FILE: openpype/hosts/blender/plugins/create/create_pointcache.py class CreatePointcache (line 6) | class CreatePointcache(plugin.BaseCreator): method create (line 14) | def create( FILE: openpype/hosts/blender/plugins/create/create_render.py class CreateRenderlayer (line 10) | class CreateRenderlayer(plugin.BaseCreator): method create (line 18) | def create( FILE: openpype/hosts/blender/plugins/create/create_review.py class CreateReview (line 6) | class CreateReview(plugin.BaseCreator): method create (line 14) | def create( FILE: openpype/hosts/blender/plugins/create/create_rig.py class CreateRig (line 8) | class CreateRig(plugin.BaseCreator): method create (line 18) | def create( FILE: openpype/hosts/blender/plugins/create/create_workfile.py class CreateWorkfile (line 13) | class CreateWorkfile(BaseCreator, AutoCreator): method create (line 26) | def create(self): method collect_instances (line 100) | def collect_instances(self): method remove_instances (line 120) | def remove_instances(self, instances): FILE: openpype/hosts/blender/plugins/load/import_workfile.py function append_workfile (line 6) | def append_workfile(context, fname, do_import): class AppendBlendLoader (line 37) | class AppendBlendLoader(plugin.AssetLoader): method load (line 54) | def load(self, context, name=None, namespace=None, data=None): class ImportBlendLoader (line 62) | class ImportBlendLoader(plugin.AssetLoader): method load (line 79) | def load(self, context, name=None, namespace=None, data=None): FILE: openpype/hosts/blender/plugins/load/load_abc.py class CacheModelLoader (line 21) | class CacheModelLoader(plugin.AssetLoader): method _remove (line 36) | def _remove(self, asset_group): method _process (line 52) | def _process(self, libpath, asset_group, group_name): method _link_objects (line 112) | def _link_objects(self, objects, collection, containers, asset_group): method process_asset (line 124) | def process_asset( method exec_update (line 179) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 246) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_action.py class BlendActionLoader (line 19) | class BlendActionLoader(plugin.AssetLoader): method process_asset (line 34) | def process_asset( method update (line 117) | def update(self, container: Dict, representation: Dict): method remove (line 248) | def remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_animation.py class BlendAnimationLoader (line 11) | class BlendAnimationLoader(plugin.AssetLoader): method process_asset (line 26) | def process_asset( FILE: openpype/hosts/blender/plugins/load/load_audio.py class AudioLoader (line 20) | class AudioLoader(plugin.AssetLoader): method process_asset (line 30) | def process_asset( method exec_update (line 97) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 180) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_blend.py class BlendLoader (line 20) | class BlendLoader(plugin.AssetLoader): method _get_asset_container (line 31) | def _get_asset_container(objects): method get_all_container_parents (line 41) | def get_all_container_parents(asset_group): method _post_process_layout (line 51) | def _post_process_layout(self, container, asset, representation): method _process_data (line 78) | def _process_data(self, libpath, group_name): method process_asset (line 118) | def process_asset( method exec_update (line 182) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 250) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_blendscene.py class BlendSceneLoader (line 18) | class BlendSceneLoader(plugin.AssetLoader): method _get_asset_container (line 29) | def _get_asset_container(collections): method _process_data (line 37) | def _process_data(self, libpath, group_name, family): method process_asset (line 73) | def process_asset( method exec_update (line 132) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 203) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_camera_abc.py class AbcCameraLoader (line 20) | class AbcCameraLoader(plugin.AssetLoader): method _remove (line 33) | def _remove(self, asset_group): method _process (line 43) | def _process(self, libpath, asset_group, group_name): method process_asset (line 70) | def process_asset( method exec_update (line 131) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 188) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_camera_fbx.py class FbxCameraLoader (line 20) | class FbxCameraLoader(plugin.AssetLoader): method _remove (line 33) | def _remove(self, asset_group): method _process (line 43) | def _process(self, libpath, asset_group, group_name): method process_asset (line 78) | def process_asset( method exec_update (line 134) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 198) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_fbx.py class FbxModelLoader (line 20) | class FbxModelLoader(plugin.AssetLoader): method _remove (line 33) | def _remove(self, asset_group): method _process (line 51) | def _process(self, libpath, asset_group, group_name, action): method process_asset (line 122) | def process_asset( method exec_update (line 178) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 253) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_layout_json.py class JsonLayoutLoader (line 26) | class JsonLayoutLoader(plugin.AssetLoader): method _remove (line 38) | def _remove(self, asset_group): method _remove_animation_instances (line 44) | def _remove_animation_instances(self, asset_group): method _get_loader (line 53) | def _get_loader(self, loaders, family): method _process (line 69) | def _process(self, libpath, asset, asset_group, actions): method process_asset (line 136) | def process_asset(self, method exec_update (line 187) | def exec_update(self, container: Dict, representation: Dict): method exec_remove (line 267) | def exec_remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/load/load_look.py class BlendLookLoader (line 19) | class BlendLookLoader(plugin.AssetLoader): method get_all_children (line 33) | def get_all_children(self, obj): method _process (line 41) | def _process(self, libpath, container_name, objects): method process_asset (line 83) | def process_asset( method update (line 141) | def update(self, container: Dict, representation: Dict): method remove (line 206) | def remove(self, container: Dict) -> bool: FILE: openpype/hosts/blender/plugins/publish/collect_current_file.py class CollectBlenderCurrentFile (line 5) | class CollectBlenderCurrentFile(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/hosts/blender/plugins/publish/collect_instance.py class CollectBlenderInstanceData (line 9) | class CollectBlenderInstanceData(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/collect_render.py class CollectBlenderRender (line 13) | class CollectBlenderRender(pyblish.api.InstancePlugin): method generate_expected_beauty (line 23) | def generate_expected_beauty( method generate_expected_aovs (line 47) | def generate_expected_aovs( method process (line 73) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/collect_review.py class CollectReview (line 6) | class CollectReview(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/collect_workfile.py class CollectWorkfile (line 6) | class CollectWorkfile(InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_abc.py class ExtractABC (line 9) | class ExtractABC(publish.Extractor, publish.OptionalPyblishPluginMixin): method process (line 16) | def process(self, instance): class ExtractModelABC (line 69) | class ExtractModelABC(ExtractABC): FILE: openpype/hosts/blender/plugins/publish/extract_abc_animation.py class ExtractAnimationABC (line 9) | class ExtractAnimationABC( method process (line 20) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_blend.py class ExtractBlend (line 8) | class ExtractBlend(publish.Extractor, publish.OptionalPyblishPluginMixin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_blend_animation.py class ExtractBlendAnimation (line 8) | class ExtractBlendAnimation( method process (line 19) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_camera_abc.py class ExtractCameraABC (line 10) | class ExtractCameraABC(publish.Extractor, publish.OptionalPyblishPluginM... method process (line 18) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_camera_fbx.py class ExtractCamera (line 9) | class ExtractCamera(publish.Extractor, publish.OptionalPyblishPluginMixin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_fbx.py class ExtractFBX (line 10) | class ExtractFBX(publish.Extractor, publish.OptionalPyblishPluginMixin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_fbx_animation.py function get_all_parents (line 13) | def get_all_parents(obj): function get_highest_root (line 24) | def get_highest_root(objects): class ExtractAnimationFBX (line 44) | class ExtractAnimationFBX( method process (line 55) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_layout.py class ExtractLayout (line 14) | class ExtractLayout(publish.Extractor, publish.OptionalPyblishPluginMixin): method _export_animation (line 22) | def _export_animation(self, asset, instance, stagingdir, fbx_count): method process (line 116) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_playblast.py class ExtractPlayblast (line 12) | class ExtractPlayblast(publish.Extractor, publish.OptionalPyblishPluginM... method process (line 26) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/extract_thumbnail.py class ExtractThumbnail (line 12) | class ExtractThumbnail(publish.Extractor): method process (line 26) | def process(self, instance): method _fix_output_path (line 84) | def _fix_output_path(self, filepath): FILE: openpype/hosts/blender/plugins/publish/increment_workfile_version.py class IncrementWorkfileVersion (line 6) | class IncrementWorkfileVersion( method process (line 19) | def process(self, context): FILE: openpype/hosts/blender/plugins/publish/integrate_animation.py class IntegrateAnimation (line 7) | class IntegrateAnimation( method process (line 19) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_camera_zero_keyframe.py class ValidateCameraZeroKeyframe (line 15) | class ValidateCameraZeroKeyframe(pyblish.api.InstancePlugin, method get_invalid (line 31) | def get_invalid(instance) -> List: method process (line 47) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_deadline_publish.py class ValidateDeadlinePublish (line 15) | class ValidateDeadlinePublish(pyblish.api.InstancePlugin, method process (line 28) | def process(self, instance): method repair (line 55) | def repair(cls, instance): FILE: openpype/hosts/blender/plugins/publish/validate_file_saved.py class SaveWorkfileAction (line 11) | class SaveWorkfileAction(pyblish.api.Action): method process (line 17) | def process(self, context, plugin): class ValidateFileSaved (line 21) | class ValidateFileSaved(pyblish.api.ContextPlugin, method process (line 32) | def process(self, context): FILE: openpype/hosts/blender/plugins/publish/validate_instance_empty.py class ValidateInstanceEmpty (line 5) | class ValidateInstanceEmpty(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_mesh_has_uv.py class ValidateMeshHasUvs (line 15) | class ValidateMeshHasUvs( method has_uvs (line 29) | def has_uvs(obj: bpy.types.Object) -> bool: method get_invalid (line 45) | def get_invalid(cls, instance) -> List: method process (line 58) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_mesh_no_negative_scale.py class ValidateMeshNoNegativeScale (line 15) | class ValidateMeshNoNegativeScale(pyblish.api.Validator, method get_invalid (line 26) | def get_invalid(instance) -> List: method process (line 34) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_no_colons_in_name.py class ValidateNoColonsInName (line 15) | class ValidateNoColonsInName(pyblish.api.InstancePlugin, method get_invalid (line 31) | def get_invalid(instance) -> List: method process (line 43) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_object_mode.py class ValidateObjectIsInObjectMode (line 13) | class ValidateObjectIsInObjectMode( method get_invalid (line 27) | def get_invalid(instance) -> List: method process (line 34) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_render_camera_is_set.py class ValidateRenderCameraIsSet (line 11) | class ValidateRenderCameraIsSet(pyblish.api.InstancePlugin, method process (line 21) | def process(self, instance): FILE: openpype/hosts/blender/plugins/publish/validate_transform_zero.py class ValidateTransformZero (line 16) | class ValidateTransformZero(pyblish.api.InstancePlugin, method get_invalid (line 35) | def get_invalid(cls, instance) -> List: method process (line 45) | def process(self, instance): FILE: openpype/hosts/celaction/addon.py class CelactionAddon (line 7) | class CelactionAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method get_launch_hook_paths (line 14) | def get_launch_hook_paths(self, app): method add_implementation_envs (line 21) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 30) | def get_workfile_extensions(self): FILE: openpype/hosts/celaction/hooks/pre_celaction_setup.py class CelactionPrelaunchHook (line 10) | class CelactionPrelaunchHook(PreLaunchHook): method execute (line 18) | def execute(self): method workfile_path (line 118) | def workfile_path(self): method get_workfile_settings (line 153) | def get_workfile_settings(self): FILE: openpype/hosts/celaction/plugins/publish/collect_celaction_cli_kwargs.py class CollectCelactionCliKwargs (line 6) | class CollectCelactionCliKwargs(pyblish.api.Collector): method process (line 12) | def process(self, context): FILE: openpype/hosts/celaction/plugins/publish/collect_celaction_instances.py class CollectCelactionInstances (line 7) | class CollectCelactionInstances(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/celaction/plugins/publish/collect_render_path.py class CollectRenderPath (line 6) | class CollectRenderPath(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/celaction/plugins/publish/integrate_version_up.py class VersionUpScene (line 6) | class VersionUpScene(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/celaction/scripts/publish_cli.py function main (line 21) | def main(): FILE: openpype/hosts/equalizer/addon.py class EqualizerAddon (line 7) | class EqualizerAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method add_implementation_envs (line 16) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 32) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 39) | def get_workfile_extensions(self): FILE: openpype/hosts/equalizer/api/host.py class EqualizerHost (line 35) | class EqualizerHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __new__ (line 39) | def __new__(cls): method __init__ (line 47) | def __init__(self): method workfile_has_unsaved_changes (line 51) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 61) | def get_workfile_extensions(self): method save_workfile (line 64) | def save_workfile(self, dst_path=None): method open_workfile (line 73) | def open_workfile(self, filepath): method get_current_workfile (line 80) | def get_current_workfile(self): method get_containers (line 83) | def get_containers(self): method add_container (line 89) | def add_container(self, container: Container): method get_context_data (line 107) | def get_context_data(self) -> dict: method update_context_data (line 129) | def update_context_data(self, data, changes): method install (line 166) | def install(self): method _timer (line 183) | def _timer(): method get_host (line 188) | def get_host(cls): method get_main_window (line 191) | def get_main_window(self): FILE: openpype/hosts/equalizer/api/pipeline.py class Container (line 8) | class Container(object): function maintained_model_selection (line 18) | def maintained_model_selection(): FILE: openpype/hosts/equalizer/api/plugin.py class EqualizerCreator (line 19) | class EqualizerCreator(ABC, Creator): method host (line 22) | def host(self) -> EqualizerHost: method create (line 28) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 48) | def collect_instances(self): method update_instances (line 61) | def update_instances(self, update_list): method remove_instances (line 91) | def remove_instances(self, instances: List[Dict]): class ExtractScriptBase (line 107) | class ExtractScriptBase(OptionalPyblishPluginMixin): method apply_settings (line 117) | def apply_settings(cls, project_settings, system_settings): method get_attribute_defs (line 132) | def get_attribute_defs(cls): FILE: openpype/hosts/equalizer/hooks/pre_pyside2_install.py class InstallPySide2 (line 21) | class InstallPySide2(PreLaunchHook): method execute (line 27) | def execute(self): method _execute (line 36) | def _execute(self): method install_pyside_windows (line 88) | def install_pyside_windows(self, python_executable: Path): method install_pyside (line 136) | def install_pyside(self, python_executable: Path): method is_pyside_installed (line 168) | def is_pyside_installed(python_executable: Path) -> bool: FILE: openpype/hosts/equalizer/plugins/create/create_lens_distortion_data.py class CreateLensDistortionData (line 4) | class CreateLensDistortionData(EqualizerCreator): method create (line 10) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/equalizer/plugins/create/create_matchmove.py class CreateMatchMove (line 7) | class CreateMatchMove(EqualizerCreator): method get_instance_attr_defs (line 13) | def get_instance_attr_defs(self): method create (line 53) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/equalizer/plugins/load/load_plate.py class LoadPlate (line 28) | class LoadPlate(load.LoaderPlugin): method load (line 46) | def load(self, context, name=None, namespace=None, options=None): method update (line 77) | def update(self, container, representation): method switch (line 106) | def switch(self, container, representation): method file_path (line 109) | def file_path(self, representation, context): FILE: openpype/hosts/equalizer/plugins/publish/collect_3de_installation_dir.py class Collect3DE4InstallationDir (line 7) | class Collect3DE4InstallationDir(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/equalizer/plugins/publish/collect_camera_data.py class CollectCameraData (line 6) | class CollectCameraData(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance: pyblish.api.Instance): FILE: openpype/hosts/equalizer/plugins/publish/collect_workfile.py class CollectWorkfile (line 9) | class CollectWorkfile(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context: pyblish.api.Context): FILE: openpype/hosts/equalizer/plugins/publish/extract_lens_distortion_nuke.py class ExtractLensDistortionNuke (line 10) | class ExtractLensDistortionNuke(publish.Extractor, method process (line 28) | def process(self, instance: pyblish.api.Instance): FILE: openpype/hosts/equalizer/plugins/publish/extract_matchmove_script_maya.py class ExtractMatchmoveScriptMaya (line 21) | class ExtractMatchmoveScriptMaya(publish.Extractor, method process (line 35) | def process(self, instance: pyblish.api.Instance): FILE: openpype/hosts/equalizer/plugins/publish/extract_matchmove_script_nuke.py class ExtractMatchmoveScriptNuke (line 24) | class ExtractMatchmoveScriptNuke(publish.Extractor, method process (line 42) | def process(self, instance: pyblish.api.Instance): FILE: openpype/hosts/equalizer/plugins/publish/validate_camera_pointgroup.py class ValidateCameraPoingroup (line 10) | class ValidateCameraPoingroup(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/hosts/equalizer/plugins/publish/validate_instance_camera_data.py class ValidateInstanceCameraData (line 7) | class ValidateInstanceCameraData(pyblish.api.InstancePlugin): method process (line 19) | def process(self, instance): FILE: openpype/hosts/equalizer/startup/ayon_create.py function install_3de_host (line 12) | def install_3de_host(): FILE: openpype/hosts/equalizer/startup/ayon_load.py function install_3de_host (line 12) | def install_3de_host(): FILE: openpype/hosts/equalizer/startup/ayon_manage.py function install_3de_host (line 12) | def install_3de_host(): FILE: openpype/hosts/equalizer/startup/ayon_publish.py function install_3de_host (line 12) | def install_3de_host(): FILE: openpype/hosts/equalizer/startup/ayon_workfile.py function install_3de_host (line 12) | def install_3de_host(): FILE: openpype/hosts/equalizer/tests/test_plugin.py class Container (line 22) | class Container(object): class Tde4Mock (line 31) | class Tde4Mock: method isProjectUpToDate (line 39) | def isProjectUpToDate(self): method setProjectNotes (line 42) | def setProjectNotes(self, notes): method getProjectNotes (line 45) | def getProjectNotes(self): function get_context_data (line 52) | def get_context_data(): function update_context_data (line 57) | def update_context_data(data, _): function get_containers (line 71) | def get_containers(): function add_container (line 75) | def add_container(container: Container): class TestEqualizer (line 94) | class TestEqualizer(unittest.TestCase): method test_context_data (line 95) | def test_context_data(self): FILE: openpype/hosts/flame/addon.py class FlameAddon (line 7) | class FlameAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 27) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 34) | def get_workfile_extensions(self): FILE: openpype/hosts/flame/api/batch_utils.py function create_batch_group (line 4) | def create_batch_group( function _add_reels_to_batch_group (line 63) | def _add_reels_to_batch_group(batch_group, reels, shelf_reels): function create_batch_group_conent (line 87) | def create_batch_group_conent(batch_nodes, batch_links, batch_group=None): FILE: openpype/hosts/flame/api/lib.py class CTX (line 31) | class CTX: function io_preferences_file (line 39) | def io_preferences_file(klass, filepath, write=False): class FlameAppFramework (line 49) | class FlameAppFramework(object): class prefs_dict (line 52) | class prefs_dict(dict): method __init__ (line 54) | def __init__(self, master, name, **kwargs): method __getitem__ (line 61) | def __getitem__(self, k): method __setitem__ (line 64) | def __setitem__(self, k, v): method __delitem__ (line 67) | def __delitem__(self, k): method get (line 70) | def get(self, k, default=None): method setdefault (line 73) | def setdefault(self, k, default=None): method pop (line 76) | def pop(self, *args, **kwargs): method update (line 79) | def update(self, mapping=(), **kwargs): method __contains__ (line 82) | def __contains__(self, k): method copy (line 85) | def copy(self): # don"t delegate w/ super - dict.copy() -> dict :( method keys (line 88) | def keys(self): method fromkeys (line 92) | def fromkeys(cls, keys, v=None): method __repr__ (line 95) | def __repr__(self): method master_keys (line 99) | def master_keys(self): method __init__ (line 102) | def __init__(self): method get_pref_file_paths (line 161) | def get_pref_file_paths(self): method load_prefs (line 173) | def load_prefs(self): method save_prefs (line 201) | def save_prefs(self): function get_current_project (line 239) | def get_current_project(): function get_current_sequence (line 244) | def get_current_sequence(selection): function rescan_hooks (line 268) | def rescan_hooks(): function get_metadata (line 276) | def get_metadata(project_name, _log=None): function get_segment_data_marker (line 320) | def get_segment_data_marker(segment, with_marker=None): function set_segment_data_marker (line 347) | def set_segment_data_marker(segment, data=None): function set_publish_attribute (line 375) | def set_publish_attribute(segment, value): function get_publish_attribute (line 389) | def get_publish_attribute(segment): function create_segment_data_marker (line 407) | def create_segment_data_marker(segment): function get_sequence_segments (line 432) | def get_sequence_segments(sequence, selected=False): function maintained_segment_selection (line 458) | def maintained_segment_selection(sequence): function reset_segment_selection (line 486) | def reset_segment_selection(sequence): function _get_shot_tokens_values (line 497) | def _get_shot_tokens_values(clip, tokens): function get_segment_attributes (line 520) | def get_segment_attributes(segment): function get_clips_in_reels (line 578) | def get_clips_in_reels(project): function get_reformated_filename (line 610) | def get_reformated_filename(filename, padded=True): function get_padding_from_filename (line 640) | def get_padding_from_filename(filename): function get_frame_from_filename (line 659) | def get_frame_from_filename(filename): function maintained_object_duplication (line 681) | def maintained_object_duplication(item): function maintained_temp_file_path (line 703) | def maintained_temp_file_path(suffix=None): function get_clip_segment (line 721) | def get_clip_segment(flame_clip): function get_batch_group_from_desktop (line 736) | def get_batch_group_from_desktop(name): class MediaInfoFile (line 745) | class MediaInfoFile(object): method __init__ (line 770) | def __init__(self, path, logger=None): method _get_collection (line 812) | def _get_collection(self, feed_basename, feed_dir, feed_ext): method _format_collection (line 873) | def _format_collection(collection, padding=None): method _separate_file_head (line 887) | def _separate_file_head(self, basename, extension): method _separate_number (line 911) | def _separate_number(self, basename, extension): method clip_data (line 930) | def clip_data(self): method clip_data (line 939) | def clip_data(self, data): method start_frame (line 943) | def start_frame(self): method start_frame (line 952) | def start_frame(self, number): method fps (line 956) | def fps(self): method fps (line 965) | def fps(self, fl_number): method drop_mode (line 969) | def drop_mode(self): method drop_mode (line 978) | def drop_mode(self, text): method file_pattern (line 982) | def file_pattern(self): method file_pattern (line 991) | def file_pattern(self, fpattern): method _validate_media_script_path (line 994) | def _validate_media_script_path(self): method _generate_media_info_file (line 999) | def _generate_media_info_file(self, fpath, feed_ext, feed_dir): method _make_single_clip_media_info (line 1025) | def _make_single_clip_media_info(self, fpath, feed_basename, path_patt... method _get_time_info_from_origin (line 1080) | def _get_time_info_from_origin(self, xml_data): method write_clip_data_to_file (line 1108) | def write_clip_data_to_file(fpath, xml_element_data): class TimeEffectMetadata (line 1130) | class TimeEffectMetadata(object): method __init__ (line 1139) | def __init__(self, segment, logger=None): method data (line 1146) | def data(self): method _get_metadata (line 1154) | def _get_metadata(self, segment): method _get_attributes_from_xml (line 1165) | def _get_attributes_from_xml(self, tmp_path): method _get_anim_keys (line 1226) | def _get_anim_keys(self, setup_cat, index=None): method _dictify (line 1250) | def _dictify(self, xml_, root=True): FILE: openpype/hosts/flame/api/menu.py function callback_selection (line 30) | def callback_selection(selection, function): class _FlameMenuApp (line 41) | class _FlameMenuApp(object): method __init__ (line 42) | def __init__(self, framework): method __getattr__ (line 76) | def __getattr__(self, name): method rescan (line 81) | def rescan(self, *args, **kwargs): class FlameMenuProjectConnect (line 94) | class FlameMenuProjectConnect(_FlameMenuApp): method __init__ (line 98) | def __init__(self, framework): method __getattr__ (line 101) | def __getattr__(self, name): method build_menu (line 108) | def build_menu(self): method refresh (line 132) | def refresh(self, *args, **kwargs): method rescan (line 135) | def rescan(self, *args, **kwargs): class FlameMenuTimeline (line 148) | class FlameMenuTimeline(_FlameMenuApp): method __init__ (line 152) | def __init__(self, framework): method __getattr__ (line 155) | def __getattr__(self, name): method build_menu (line 162) | def build_menu(self): method refresh (line 192) | def refresh(self, *args, **kwargs): method rescan (line 195) | def rescan(self, *args, **kwargs): class FlameMenuUniversal (line 208) | class FlameMenuUniversal(_FlameMenuApp): method __init__ (line 212) | def __init__(self, framework): method __getattr__ (line 215) | def __getattr__(self, name): method build_menu (line 222) | def build_menu(self): method refresh (line 243) | def refresh(self, *args, **kwargs): method rescan (line 246) | def rescan(self, *args, **kwargs): FILE: openpype/hosts/flame/api/pipeline.py function install (line 36) | def install(): function uninstall (line 49) | def uninstall(): function containerise (line 63) | def containerise(flame_clip_segment, function ls (line 90) | def ls(): function parse_container (line 96) | def parse_container(tl_segment, validate=True): function update_container (line 103) | def update_container(tl_segment, data=None): function on_pyblish_instance_toggled (line 110) | def on_pyblish_instance_toggled(instance, old_value, new_value): function remove_instance (line 125) | def remove_instance(instance): function list_instances (line 131) | def list_instances(): function imprint (line 137) | def imprint(segment, data=None): function maintained_selection (line 163) | def maintained_selection(): FILE: openpype/hosts/flame/api/plugin.py class CreatorWidget (line 23) | class CreatorWidget(QtWidgets.QDialog): method __init__ (line 29) | def __init__(self, name, info, ui_inputs, parent=None): method set_results_back (line 100) | def set_results_back(cls, value): method get_results_back (line 104) | def get_results_back(cls): method _on_ok_clicked (line 107) | def _on_ok_clicked(self): method _on_cancel_clicked (line 113) | def _on_cancel_clicked(self): method showEvent (line 117) | def showEvent(self, event): method _values (line 121) | def _values(self, data, new_data=None): method camel_case_split (line 149) | def camel_case_split(self, text): method create_row (line 154) | def create_row(self, layout, type_name, text, **kwargs): method populate_widgets (line 186) | def populate_widgets(self, data, content_layout=None): class Spacer (line 285) | class Spacer(QtWidgets.QWidget): method __init__ (line 286) | def __init__(self, height, *args, **kwargs): class Creator (line 302) | class Creator(LegacyCreator): method __init__ (line 308) | def __init__(self, *args, **kwargs): method create_widget (line 322) | def create_widget(self, *args, **kwargs): class PublishableClip (line 328) | class PublishableClip: method __init__ (line 369) | def __init__(self, segment, **kwargs): method convert (line 413) | def convert(self): method _populate_segment_default_data (line 448) | def _populate_segment_default_data(self): method _populate_attributes (line 460) | def _populate_attributes(self): method _replace_hash_to_expression (line 519) | def _replace_hash_to_expression(self, name, text): method _convert_to_marker_data (line 526) | def _convert_to_marker_data(self): method _solve_tag_hierarchy_data (line 626) | def _solve_tag_hierarchy_data(self, hierarchy_formatting_data): method _convert_to_entity (line 645) | def _convert_to_entity(self, type, template): method _create_parents (line 668) | def _create_parents(self): class ClipLoader (line 685) | class ClipLoader(LoaderPlugin): method apply_settings (line 707) | def apply_settings(cls, project_settings, system_settings): method get_colorspace (line 738) | def get_colorspace(self, context): method get_native_colorspace (line 765) | def get_native_colorspace(cls, input_colorspace): class OpenClipSolver (line 796) | class OpenClipSolver(flib.MediaInfoFile): method __init__ (line 801) | def __init__(self, openclip_file_path, feed_data, logger=None): method _is_valid_tmp_file (line 836) | def _is_valid_tmp_file(self, file): method make (line 850) | def make(self): method _clear_handler (line 858) | def _clear_handler(self, xml_object): method _create_new_open_clip (line 863) | def _create_new_open_clip(self): method _get_xml_track_obj_by_uid (line 893) | def _get_xml_track_obj_by_uid(self, xml_data, uid): method _rename_track_name (line 904) | def _rename_track_name(self, xml_track_data): method _update_formatting_data (line 926) | def _update_formatting_data(self, **kwargs): method _update_open_clip (line 946) | def _update_open_clip(self): method _feed_exists (line 1051) | def _feed_exists(self, xml_data, path): method _create_openclip_backup_file (line 1060) | def _create_openclip_backup_file(self, file): method _add_colorspace (line 1082) | def _add_colorspace(self, feed_obj, profile_name): FILE: openpype/hosts/flame/api/render_utils.py function export_clip (line 8) | def export_clip(export_path, clip, preset_path, **kwargs): function get_preset_path_by_xml_name (line 67) | def get_preset_path_by_xml_name(xml_preset_name): function modify_preset_file (line 132) | def modify_preset_file(xml_path, staging_dir, data): function append_element (line 181) | def append_element(root_element_obj, key, value): FILE: openpype/hosts/flame/api/scripts/wiretap_com.py class WireTapCom (line 22) | class WireTapCom(object): method __init__ (line 32) | def __init__(self, host_name=None, volume_name=None, group_name=None): method close (line 57) | def close(self): method get_launch_args (line 62) | def get_launch_args( method _workspace_prep (line 106) | def _workspace_prep(self, project_name, workspace_name): method _project_prep (line 139) | def _project_prep(self, project_name): method _get_all_volumes (line 199) | def _get_all_volumes(self): method _user_prep (line 241) | def _user_prep(self, user_name): method _get_usernames (line 284) | def _get_usernames(self): method _child_is_in_parent_path (line 326) | def _child_is_in_parent_path(self, parent_path, child_name, child_type): method _set_project_settings (line 382) | def _set_project_settings(self, project_name, project_data): method _set_project_colorspace (line 414) | def _set_project_colorspace(self, project_name, color_policy): function _subprocess_preexec_fn (line 463) | def _subprocess_preexec_fn(): FILE: openpype/hosts/flame/api/utils.py function _sync_utility_scripts (line 11) | def _sync_utility_scripts(env=None): function setup (line 118) | def setup(env=None): function get_flame_version (line 130) | def get_flame_version(): function get_flame_install_root (line 141) | def get_flame_install_root(): FILE: openpype/hosts/flame/api/workio.py function file_extensions (line 16) | def file_extensions(): function has_unsaved_changes (line 20) | def has_unsaved_changes(): function save_file (line 24) | def save_file(filepath): function open_file (line 28) | def open_file(filepath): function current_file (line 32) | def current_file(): function work_root (line 36) | def work_root(session): FILE: openpype/hosts/flame/hooks/pre_flame_setup.py class FlamePrelaunch (line 16) | class FlamePrelaunch(PreLaunchHook): method __init__ (line 29) | def __init__(self, *args, **kwargs): method execute (line 33) | def execute(self): method _fix_permissions (line 118) | def _fix_permissions(self, project_name, volume_name): method _get_flame_fps (line 147) | def _get_flame_fps(self, fps_num): method _add_pythonpath (line 169) | def _add_pythonpath(self): method _get_launch_arguments (line 178) | def _get_launch_arguments(self, script_data): function make_temp_file (line 213) | def make_temp_file(data): FILE: openpype/hosts/flame/otio/flame_export.py class CTX (line 37) | class CTX: method set_fps (line 44) | def set_fps(cls, new_fps): method get_fps (line 51) | def get_fps(cls): method set_tl_start_frame (line 55) | def set_tl_start_frame(cls, number): method get_tl_start_frame (line 63) | def get_tl_start_frame(cls): function flatten (line 67) | def flatten(_list): function get_current_flame_project (line 76) | def get_current_flame_project(): function create_otio_rational_time (line 81) | def create_otio_rational_time(frame, fps): function create_otio_time_range (line 88) | def create_otio_time_range(start_frame, frame_duration, fps): function _get_metadata (line 95) | def _get_metadata(item): function create_time_effects (line 101) | def create_time_effects(otio_clip, speed): function _get_marker_color (line 123) | def _get_marker_color(flame_colour): function _get_flame_markers (line 136) | def _get_flame_markers(item): function create_otio_markers (line 160) | def create_otio_markers(otio_item, item): function create_otio_reference (line 208) | def create_otio_reference(clip_data, fps=None): function create_otio_clip (line 277) | def create_otio_clip(clip_data): function create_otio_gap (line 375) | def create_otio_gap(gap_start, clip_start, tl_start_frame, fps): function _get_colourspace_policy (line 385) | def _get_colourspace_policy(): function _create_otio_timeline (line 406) | def _create_otio_timeline(sequence): function create_otio_track (line 430) | def create_otio_track(track_type, track_name): function add_otio_gap (line 437) | def add_otio_gap(clip_data, otio_track, prev_out): function add_otio_metadata (line 452) | def add_otio_metadata(otio_item, item, **kwargs): function _get_shot_tokens_values (line 464) | def _get_shot_tokens_values(clip, tokens): function _get_segment_attributes (line 484) | def _get_segment_attributes(segment): function create_otio_timeline (line 535) | def create_otio_timeline(sequence): function write_to_file (line 623) | def write_to_file(otio_timeline, path): FILE: openpype/hosts/flame/otio/utils.py function timecode_to_frames (line 9) | def timecode_to_frames(timecode, framerate): function frames_to_timecode (line 14) | def frames_to_timecode(frames, framerate): function frames_to_seconds (line 19) | def frames_to_seconds(frames, framerate): function get_reformated_filename (line 24) | def get_reformated_filename(filename, padded=True): function get_padding_from_filename (line 54) | def get_padding_from_filename(filename): function get_frame_from_filename (line 73) | def get_frame_from_filename(filename): FILE: openpype/hosts/flame/plugins/create/create_shot_clip.py class CreateShotClip (line 5) | class CreateShotClip(opfapi.Creator): method process (line 15) | def process(self): method get_gui_inputs (line 73) | def get_gui_inputs(self): method _get_video_track_names (line 301) | def _get_video_track_names(self, sequence): FILE: openpype/hosts/flame/plugins/load/load_clip.py class LoadClip (line 13) | class LoadClip(opfapi.ClipLoader): method load (line 44) | def load(self, context, name, namespace, options): method _get_clip (line 139) | def _get_clip(self, name, clip_path): method _get_reel (line 150) | def _get_reel(self): method _get_segment_from_clip (line 179) | def _get_segment_from_clip(self, clip): FILE: openpype/hosts/flame/plugins/load/load_clip_batch.py class LoadClipBatch (line 12) | class LoadClipBatch(opfapi.ClipLoader): method load (line 42) | def load(self, context, name, namespace, options): method _get_clip (line 137) | def _get_clip(self, name, clip_path): method _get_reel (line 153) | def _get_reel(self): FILE: openpype/hosts/flame/plugins/publish/collect_test_selection.py class CollectTestSelection (line 12) | class CollectTestSelection(pyblish.api.ContextPlugin): method process (line 21) | def process(self, context): method test_otio_export (line 30) | def test_otio_export(self, sequence): method test_imprint_data (line 51) | def test_imprint_data(self, sequence): FILE: openpype/hosts/flame/plugins/publish/collect_timeline_instances.py class CollectTimelineInstances (line 19) | class CollectTimelineInstances(pyblish.api.ContextPlugin): method process (line 32) | def process(self, context): method _set_workfile_start (line 179) | def _set_workfile_start(data): method _get_comment_attributes (line 189) | def _get_comment_attributes(self, segment): method _get_xml_preset_attrs (line 217) | def _get_xml_preset_attrs(self, attributes, split): method _split_comments (line 268) | def _split_comments(self, comment_string): method _get_head_tail (line 280) | def _get_head_tail(self, clip_data, otio_clip, handle_start, handle_end): method _get_resolution_to_data (line 300) | def _get_resolution_to_data(self, data, context): method _create_shot_instance (line 325) | def _create_shot_instance(self, context, clip_name, **data): method _get_otio_clip_instance_data (line 362) | def _get_otio_clip_instance_data(self, clip_data): method _create_otio_time_range_from_timeline_item_data (line 398) | def _create_otio_time_range_from_timeline_item_data(self, clip_data): FILE: openpype/hosts/flame/plugins/publish/collect_timeline_otio.py class CollecTimelineOTIO (line 9) | class CollecTimelineOTIO(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/flame/plugins/publish/extract_otio_file.py class ExtractOTIOFile (line 7) | class ExtractOTIOFile(publish.Extractor): method process (line 17) | def process(self, instance): FILE: openpype/hosts/flame/plugins/publish/extract_subset_resources.py class ExtractSubsetResources (line 18) | class ExtractSubsetResources(publish.Extractor): method process (line 52) | def process(self, instance): method _get_retimed_attributes (line 398) | def _get_retimed_attributes(self, instance): method _should_skip (line 425) | def _should_skip(self, preset_config, clip_path, unique_name): method _unfolds_nested_folders (line 447) | def _unfolds_nested_folders(self, stage_dir, files_list, ext): method hide_others (line 507) | def hide_others(self, sequence_clip, segment_name, track_name): method import_clip (line 531) | def import_clip(self, path): FILE: openpype/hosts/flame/plugins/publish/integrate_batch_group.py class IntegrateBatchGroup (line 11) | class IntegrateBatchGroup(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): method _add_nodes_to_batch_with_links (line 52) | def _add_nodes_to_batch_with_links(self, instance, task_data, batch_gr... method _load_clip_to_context (line 85) | def _load_clip_to_context(self, instance, bgroup): method _get_batch_group (line 165) | def _get_batch_group(self, instance, task_data): method _get_anamoty_data_with_current_task (line 214) | def _get_anamoty_data_with_current_task(self, instance, task_data): method _get_write_prefs (line 232) | def _get_write_prefs(self, instance, task_data): method _get_shot_task_dir_path (line 323) | def _get_shot_task_dir_path(self, instance, task_data): FILE: openpype/hosts/flame/startup/openpype_babypublisher/modules/app_utils.py function make_temp_dir (line 15) | def make_temp_dir(): function get_config (line 31) | def get_config(section=None): function set_config (line 69) | def set_config(cfg_data, section=None): function cfg_default (line 91) | def cfg_default(): function configure_preset (line 102) | def configure_preset(file_path, data): function export_thumbnail (line 116) | def export_thumbnail(sequence, tempdir_path, data): function export_video (line 128) | def export_video(sequence, tempdir_path, data): function timecode_to_frames (line 140) | def timecode_to_frames(timecode, framerate): FILE: openpype/hosts/flame/startup/openpype_babypublisher/modules/ftrack_lib.py function import_ftrack_api (line 16) | def import_ftrack_api(): function get_ftrack_session (line 28) | def get_ftrack_session(): function get_project_task_types (line 68) | def get_project_task_types(project_entity): class FtrackComponentCreator (line 80) | class FtrackComponentCreator: method __init__ (line 87) | def __init__(self, session): method generate_temp_data (line 91) | def generate_temp_data(self, selection, change_preset_data): method collect_generated_data (line 100) | def collect_generated_data(self, tempdir_path): method get_thumb_path (line 106) | def get_thumb_path(self, shot_name): method get_video_path (line 111) | def get_video_path(self, shot_name): method close (line 116) | def close(self): method create_comonent (line 120) | def create_comonent(self, shot_entity, data, assetversion_entity=None): method _overwrite_members (line 175) | def _overwrite_members(self, entity, data): method _remove_component_from_location (line 200) | def _remove_component_from_location(self, entity, location): method _get_assettype (line 225) | def _get_assettype(self, data): method _set_component (line 229) | def _set_component(self, comp_data, base_data): method _get_asset (line 267) | def _get_asset(self, data): method _get_assetversion (line 283) | def _get_assetversion(self, data): method _commit (line 298) | def _commit(self): method _get_ftrack_location (line 307) | def _get_ftrack_location(self, name=None): method _query (line 319) | def _query(self, entitytype, data): class FtrackEntityOperator (line 362) | class FtrackEntityOperator: method __init__ (line 365) | def __init__(self, session, project_entity): method commit (line 369) | def commit(self): method create_ftrack_entity (line 378) | def create_ftrack_entity(self, session, type, name, parent=None): method get_ftrack_entity (line 393) | def get_ftrack_entity(self, session, type, name, parent): method create_parents (line 410) | def create_parents(self, template): method create_task (line 431) | def create_task(self, task_type, task_types, parent): FILE: openpype/hosts/flame/startup/openpype_babypublisher/modules/panel_app.py function clear_inner_modules (line 8) | def clear_inner_modules(): class MainWindow (line 24) | class MainWindow(QtWidgets.QWidget): method __init__ (line 26) | def __init__(self, klass, *args, **kwargs): method closeEvent (line 30) | def closeEvent(self, event): class FlameBabyPublisherPanel (line 41) | class FlameBabyPublisherPanel(object): method __init__ (line 73) | def __init__(self, selection): method _generate_widgets (line 98) | def _generate_widgets(self): method _generate_layouts (line 155) | def _generate_layouts(self): method _set_sequence_params (line 213) | def _set_sequence_params(self): method _create_task_type_widget (line 220) | def _create_task_type_widget(self, cfg_d): method _create_project_widget (line 230) | def _create_project_widget(self): method _create_tree_widget (line 260) | def _create_tree_widget(self): method _resolve_project_entity (line 282) | def _resolve_project_entity(self): method _save_ui_state_to_cfg (line 291) | def _save_ui_state_to_cfg(self): method _send_to_ftrack (line 303) | def _send_to_ftrack(self): method _fix_resolution (line 457) | def _fix_resolution(self): method _on_project_changed (line 464) | def _on_project_changed(self): method _timeline_info (line 468) | def _timeline_info(self): method select_all (line 514) | def select_all(self, ): method clear_temp_data (line 517) | def clear_temp_data(self): method close (line 527) | def close(self): FILE: openpype/hosts/flame/startup/openpype_babypublisher/modules/uiwidgets.py class FlameLabel (line 4) | class FlameLabel(QtWidgets.QLabel): method __init__ (line 16) | def __init__(self, label_name, label_type, parent_window, *args, **kwa... class FlameLineEdit (line 44) | class FlameLineEdit(QtWidgets.QLineEdit): method __init__ (line 56) | def __init__(self, text, parent_window, *args, **kwargs): class FlameTreeWidget (line 70) | class FlameTreeWidget(QtWidgets.QTreeWidget): method __init__ (line 80) | def __init__(self, tree_headers, parent_window, *args, **kwargs): class FlameButton (line 102) | class FlameButton(QtWidgets.QPushButton): method __init__ (line 111) | def __init__(self, button_name, do_when_pressed, parent_window, class FlamePushButton (line 128) | class FlamePushButton(QtWidgets.QPushButton): method __init__ (line 137) | def __init__(self, button_name, button_checked, parent_window, class FlamePushButtonMenu (line 156) | class FlamePushButtonMenu(QtWidgets.QPushButton): method __init__ (line 174) | def __init__(self, button_name, menu_options, parent_window, method set_menu_options (line 198) | def set_menu_options(self, menu_options, current_option=None): method _on_action_trigger (line 209) | def _on_action_trigger(self): FILE: openpype/hosts/flame/startup/openpype_babypublisher/openpype_babypublisher.py function flame_panel_executor (line 15) | def flame_panel_executor(selection): function scope_sequence (line 26) | def scope_sequence(selection): function get_media_panel_custom_ui_actions (line 31) | def get_media_panel_custom_ui_actions(): FILE: openpype/hosts/flame/startup/openpype_in_flame.py function openpype_install (line 14) | def openpype_install(): function exeption_handler (line 22) | def exeption_handler(exctype, value, _traceback): function cleanup (line 46) | def cleanup(): function load_apps (line 69) | def load_apps(): function project_changed_dict (line 81) | def project_changed_dict(info): function app_initialized (line 90) | def app_initialized(parent=None): function rescan_hooks (line 120) | def rescan_hooks(): function _build_app_menu (line 125) | def _build_app_menu(app_name): function project_saved (line 162) | def project_saved(project_name, save_time, is_auto_save): function get_main_menu_custom_ui_actions (line 174) | def get_main_menu_custom_ui_actions(): function get_timeline_custom_ui_actions (line 186) | def get_timeline_custom_ui_actions(): function get_batch_custom_ui_actions (line 198) | def get_batch_custom_ui_actions(): function get_media_panel_custom_ui_actions (line 210) | def get_media_panel_custom_ui_actions(): FILE: openpype/hosts/fusion/addon.py function get_fusion_version (line 20) | def get_fusion_version(app_name): class FusionAddon (line 51) | class FusionAddon(OpenPypeModule, IHostAddon): method initialize (line 55) | def initialize(self, module_settings): method get_launch_hook_paths (line 58) | def get_launch_hook_paths(self, app): method add_implementation_envs (line 63) | def add_implementation_envs(self, env, app): method get_workfile_extensions (line 71) | def get_workfile_extensions(self): FILE: openpype/hosts/fusion/api/action.py class SelectInvalidAction (line 8) | class SelectInvalidAction(pyblish.api.Action): method process (line 20) | def process(self, context, plugin): FILE: openpype/hosts/fusion/api/lib.py function update_frame_range (line 25) | def update_frame_range(start, end, comp=None, set_render_range=True, function set_asset_framerange (line 66) | def set_asset_framerange(): function set_asset_resolution (line 78) | def set_asset_resolution(): function validate_comp_prefs (line 93) | def validate_comp_prefs(comp=None, force_repair=False): function maintained_selection (line 185) | def maintained_selection(comp=None): function maintained_comp_range (line 202) | def maintained_comp_range(comp=None, function get_frame_path (line 228) | def get_frame_path(path): function get_fusion_module (line 262) | def get_fusion_module(): function get_bmd_library (line 268) | def get_bmd_library(): function get_current_comp (line 274) | def get_current_comp(): function comp_lock_and_undo_chunk (line 283) | def comp_lock_and_undo_chunk( FILE: openpype/hosts/fusion/api/menu.py class OpenPypeMenu (line 31) | class OpenPypeMenu(QtWidgets.QWidget): method __init__ (line 32) | def __init__(self, *args, **kwargs): method on_task_changed (line 132) | def on_task_changed(self): method register_callback (line 137) | def register_callback(self, name, fn): method deregister_all_callbacks (line 146) | def deregister_all_callbacks(self): method on_workfile_clicked (line 149) | def on_workfile_clicked(self): method on_create_clicked (line 152) | def on_create_clicked(self): method on_publish_clicked (line 155) | def on_publish_clicked(self): method on_load_clicked (line 158) | def on_load_clicked(self): method on_manager_clicked (line 161) | def on_manager_clicked(self): method on_libload_clicked (line 164) | def on_libload_clicked(self): method on_duplicate_with_inputs_clicked (line 167) | def on_duplicate_with_inputs_clicked(self): method on_set_resolution_clicked (line 170) | def on_set_resolution_clicked(self): method on_set_framerange_clicked (line 173) | def on_set_framerange_clicked(self): function launch_openpype_menu (line 177) | def launch_openpype_menu(): FILE: openpype/hosts/fusion/api/pipeline.py class FusionLogHandler (line 45) | class FusionLogHandler(logging.Handler): method print (line 50) | def print(self): method emit (line 64) | def emit(self, record): class FusionHost (line 69) | class FusionHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method install (line 72) | def install(self): method has_unsaved_changes (line 111) | def has_unsaved_changes(self): method get_workfile_extensions (line 115) | def get_workfile_extensions(self): method save_workfile (line 118) | def save_workfile(self, dst_path=None): method open_workfile (line 122) | def open_workfile(self, filepath): method get_current_workfile (line 129) | def get_current_workfile(self): method work_root (line 137) | def work_root(self, session): method maintained_selection (line 147) | def maintained_selection(self): method get_containers (line 151) | def get_containers(self): method update_context_data (line 154) | def update_context_data(self, data, changes): method get_context_data (line 158) | def get_context_data(self): function on_new (line 163) | def on_new(event): function on_save (line 168) | def on_save(event): function on_after_open (line 173) | def on_after_open(event): function ls (line 205) | def ls(): function imprint_container (line 226) | def imprint_container(tool, function parse_container (line 262) | def parse_container(tool): class FusionEventThread (line 290) | class FusionEventThread(QtCore.QThread): method run (line 300) | def run(self): class FusionEventHandler (line 328) | class FusionEventHandler(QtCore.QObject): method __init__ (line 350) | def __init__(self, parent=None): method start (line 370) | def start(self): method stop (line 373) | def stop(self): method _on_event (line 376) | def _on_event(self, event): FILE: openpype/hosts/fusion/api/plugin.py class GenericCreateSaver (line 20) | class GenericCreateSaver(Creator): method create (line 37) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 64) | def collect_instances(self): method update_instances (line 80) | def update_instances(self, update_list): method remove_instances (line 87) | def remove_instances(self, instances): method _imprint (line 98) | def _imprint(self, tool, data): method _update_tool_with_data (line 112) | def _update_tool_with_data(self, tool, data): method _configure_saver_tool (line 129) | def _configure_saver_tool(self, data, tool, subset): method get_managed_tool_data (line 161) | def get_managed_tool_data(self, tool): method get_instance_attr_defs (line 186) | def get_instance_attr_defs(self): method pass_pre_attributes_to_instance (line 190) | def pass_pre_attributes_to_instance(self, instance_data, pre_create_da... method _get_render_target_enum (line 195) | def _get_render_target_enum(self): method _get_reviewable_bool (line 207) | def _get_reviewable_bool(self): method _get_image_format_enum (line 214) | def _get_image_format_enum(self): FILE: openpype/hosts/fusion/api/pulse.py class PulseThread (line 7) | class PulseThread(QtCore.QThread): method __init__ (line 10) | def __init__(self, parent=None): method run (line 13) | def run(self): class FusionPulse (line 33) | class FusionPulse(QtCore.QObject): method __init__ (line 50) | def __init__(self, parent=None): method on_no_response (line 55) | def on_no_response(self): method start (line 59) | def start(self): method stop (line 62) | def stop(self): FILE: openpype/hosts/fusion/deploy/MenuScripts/launch_menu.py function main (line 24) | def main(env): FILE: openpype/hosts/fusion/hooks/pre_fusion_profile_hook.py class FusionCopyPrefsPrelaunch (line 18) | class FusionCopyPrefsPrelaunch(PreLaunchHook): method get_fusion_profile_name (line 33) | def get_fusion_profile_name(self, profile_version) -> str: method get_fusion_profile_dir (line 37) | def get_fusion_profile_dir(self, profile_version) -> Path: method get_profile_source (line 50) | def get_profile_source(self, profile_version) -> Path: method get_copy_fusion_prefs_settings (line 73) | def get_copy_fusion_prefs_settings(self): method copy_fusion_profile (line 88) | def copy_fusion_profile( method execute (line 127) | def execute(self): FILE: openpype/hosts/fusion/hooks/pre_fusion_setup.py class FusionPrelaunch (line 14) | class FusionPrelaunch(PreLaunchHook): method execute (line 28) | def execute(self): FILE: openpype/hosts/fusion/hooks/pre_pyside_install.py class InstallPySideToFusion (line 9) | class InstallPySideToFusion(PreLaunchHook): method execute (line 22) | def execute(self): method inner_execute (line 35) | def inner_execute(self): method _install_pyside_windows (line 80) | def _install_pyside_windows(self, python_executable): method _install_pyside (line 123) | def _install_pyside(self, python_executable): method _is_pyside_installed (line 156) | def _is_pyside_installed(self, python_executable): method _windows_require_permissions (line 168) | def _windows_require_permissions(self, dirpath): FILE: openpype/hosts/fusion/plugins/create/create_image_saver.py class CreateImageSaver (line 7) | class CreateImageSaver(GenericCreateSaver): method get_detail_description (line 25) | def get_detail_description(self): method get_pre_create_attr_defs (line 47) | def get_pre_create_attr_defs(self): method _get_frame_int (line 57) | def _get_frame_int(self): FILE: openpype/hosts/fusion/plugins/create/create_saver.py class CreateSaver (line 6) | class CreateSaver(GenericCreateSaver): method get_detail_description (line 20) | def get_detail_description(self): method get_pre_create_attr_defs (line 41) | def get_pre_create_attr_defs(self): method _get_frame_range_enum (line 51) | def _get_frame_range_enum(self): FILE: openpype/hosts/fusion/plugins/create/create_workfile.py class FusionWorkfileCreator (line 12) | class FusionWorkfileCreator(AutoCreator): method collect_instances (line 24) | def collect_instances(self): method update_instances (line 41) | def update_instances(self, update_list): method create (line 54) | def create(self, options=None): FILE: openpype/hosts/fusion/plugins/inventory/select_containers.py class FusionSelectContainers (line 4) | class FusionSelectContainers(InventoryAction): method process (line 10) | def process(self, containers): FILE: openpype/hosts/fusion/plugins/inventory/set_tool_color.py class FusionSetToolColor (line 11) | class FusionSetToolColor(InventoryAction): method process (line 19) | def process(self, containers): method get_color_picker (line 54) | def get_color_picker(self, color): FILE: openpype/hosts/fusion/plugins/load/actions.py class FusionSetFrameRangeLoader (line 8) | class FusionSetFrameRangeLoader(load.LoaderPlugin): method load (line 26) | def load(self, context, name, namespace, data): class FusionSetFrameRangeWithHandlesLoader (line 44) | class FusionSetFrameRangeWithHandlesLoader(load.LoaderPlugin): method load (line 61) | def load(self, context, name, namespace, data): FILE: openpype/hosts/fusion/plugins/load/load_alembic.py class FusionLoadAlembicMesh (line 12) | class FusionLoadAlembicMesh(load.LoaderPlugin): method load (line 26) | def load(self, context, name, namespace, data): method switch (line 47) | def switch(self, container, representation): method update (line 50) | def update(self, container, representation): method remove (line 65) | def remove(self, container): FILE: openpype/hosts/fusion/plugins/load/load_fbx.py class FusionLoadFBXMesh (line 12) | class FusionLoadFBXMesh(load.LoaderPlugin): method load (line 40) | def load(self, context, name, namespace, data): method switch (line 62) | def switch(self, container, representation): method update (line 65) | def update(self, container, representation): method remove (line 80) | def remove(self, container): FILE: openpype/hosts/fusion/plugins/load/load_sequence.py function preserve_inputs (line 16) | def preserve_inputs(tool, inputs): function preserve_trim (line 36) | def preserve_trim(loader, log=None): function loader_shift (line 76) | def loader_shift(loader, frame, relative=True): class FusionLoadSequence (line 130) | class FusionLoadSequence(load.LoaderPlugin): method load (line 151) | def load(self, context, name, namespace, data): method switch (line 178) | def switch(self, container, representation): method update (line 181) | def update(self, container, representation): method remove (line 260) | def remove(self, container): method _get_start (line 268) | def _get_start(self, version_doc, tool): FILE: openpype/hosts/fusion/plugins/load/load_usd.py class FusionLoadUSD (line 13) | class FusionLoadUSD(load.LoaderPlugin): method apply_settings (line 31) | def apply_settings(cls, project_settings, system_settings): method load (line 43) | def load(self, context, name, namespace, data): method switch (line 64) | def switch(self, container, representation): method update (line 67) | def update(self, container, representation): method remove (line 81) | def remove(self, container): FILE: openpype/hosts/fusion/plugins/load/load_workfile.py class FusionLoadWorkfile (line 14) | class FusionLoadWorkfile(load.LoaderPlugin): method load (line 26) | def load(self, context, name, namespace, data): FILE: openpype/hosts/fusion/plugins/publish/collect_comp.py class CollectCurrentCompFusion (line 6) | class CollectCurrentCompFusion(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/fusion/plugins/publish/collect_comp_frame_range.py function get_comp_render_range (line 4) | def get_comp_render_range(comp): class CollectFusionCompFrameRanges (line 22) | class CollectFusionCompFrameRanges(pyblish.api.ContextPlugin): method process (line 31) | def process(self, context): FILE: openpype/hosts/fusion/plugins/publish/collect_inputs.py function collect_input_containers (line 6) | def collect_input_containers(tools): function iter_upstream (line 36) | def iter_upstream(tool): class CollectUpstreamInputs (line 86) | class CollectUpstreamInputs(pyblish.api.InstancePlugin): method process (line 100) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/collect_instances.py class CollectInstanceData (line 4) | class CollectInstanceData(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/collect_render.py class FusionRenderInstance (line 11) | class FusionRenderInstance(RenderInstance): class CollectFusionRender (line 24) | class CollectFusionRender( method get_instances (line 33) | def get_instances(self, context): method post_collecting_action (line 126) | def post_collecting_action(self): method get_expected_files (line 132) | def get_expected_files(self, render_instance): method _update_for_frames (line 172) | def _update_for_frames(self, instance): FILE: openpype/hosts/fusion/plugins/publish/collect_workfile.py class CollectFusionWorkfile (line 6) | class CollectFusionWorkfile(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/extract_render_local.py function enabled_savers (line 15) | def enabled_savers(comp, savers): class FusionRenderLocal (line 49) | class FusionRenderLocal( method process (line 62) | def process(self, instance): method render (line 80) | def render(self, instance): method _add_representation (line 137) | def _add_representation(self, instance): method get_render_instances_by_frame_range (line 177) | def get_render_instances_by_frame_range(self, context): method get_instance_render_frame_range (line 204) | def get_instance_render_frame_range(self, instance): FILE: openpype/hosts/fusion/plugins/publish/increment_current_file.py class FusionIncrementCurrentFile (line 7) | class FusionIncrementCurrentFile( method process (line 21) | def process(self, context): FILE: openpype/hosts/fusion/plugins/publish/save_scene.py class FusionSaveComp (line 4) | class FusionSaveComp(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/hosts/fusion/plugins/publish/validate_background_depth.py class ValidateBackgroundDepth (line 12) | class ValidateBackgroundDepth( method get_invalid (line 26) | def get_invalid(cls, instance): method process (line 37) | def process(self, instance): method repair (line 50) | def repair(cls, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_comp_saved.py class ValidateFusionCompSaved (line 7) | class ValidateFusionCompSaved(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/fusion/plugins/publish/validate_create_folder_checked.py class ValidateCreateFolderChecked (line 9) | class ValidateCreateFolderChecked(pyblish.api.InstancePlugin): method get_invalid (line 23) | def get_invalid(cls, instance): method process (line 32) | def process(self, instance): method repair (line 41) | def repair(cls, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_expected_frames_existence.py class ValidateLocalFramesExistence (line 10) | class ValidateLocalFramesExistence(pyblish.api.InstancePlugin): method get_invalid (line 22) | def get_invalid(cls, instance, non_existing_frames=None): method process (line 41) | def process(self, instance): method repair (line 56) | def repair(cls, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_filename_has_extension.py class ValidateFilenameHasExtension (line 9) | class ValidateFilenameHasExtension(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): method get_invalid (line 31) | def get_invalid(cls, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_image_frame.py class ValidateImageFrame (line 6) | class ValidateImageFrame(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_instance_frame_range.py class ValidateInstanceFrameRange (line 6) | class ValidateInstanceFrameRange(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_saver_has_input.py class ValidateSaverHasInput (line 7) | class ValidateSaverHasInput(pyblish.api.InstancePlugin): method get_invalid (line 21) | def get_invalid(cls, instance): method process (line 29) | def process(self, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_saver_passthrough.py class ValidateSaverPassthrough (line 7) | class ValidateSaverPassthrough(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): method is_invalid (line 38) | def is_invalid(self, instance): FILE: openpype/hosts/fusion/plugins/publish/validate_saver_resolution.py class ValidateSaverResolution (line 11) | class ValidateSaverResolution( method process (line 23) | def process(self, instance): method get_invalid (line 40) | def get_invalid(cls, instance): method get_resolution (line 51) | def get_resolution(cls, instance): method get_expected_resolution (line 57) | def get_expected_resolution(cls, instance): method get_tool_resolution (line 62) | def get_tool_resolution(cls, tool, frame): FILE: openpype/hosts/fusion/plugins/publish/validate_unique_subsets.py class ValidateUniqueSubsets (line 9) | class ValidateUniqueSubsets(pyblish.api.ContextPlugin): method get_invalid (line 19) | def get_invalid(cls, context): method process (line 50) | def process(self, context): FILE: openpype/hosts/fusion/scripts/duplicate_with_inputs.py function is_connected (line 7) | def is_connected(input): function duplicate_with_input_connections (line 12) | def duplicate_with_input_connections(): FILE: openpype/hosts/fusion/vendor/attr/__init__.pyi function Factory (line 69) | def Factory(factory: Callable[[], _T]) -> _T: ... function Factory (line 71) | def Factory( function Factory (line 76) | def Factory( function Factory (line 82) | def Factory(factory: Callable[[], _T]) -> _T: ... function Factory (line 84) | def Factory( function __dataclass_transform__ (line 97) | def __dataclass_transform__( class Attribute (line 105) | class Attribute(Generic[_T]): method evolve (line 121) | def evolve(self, **changes: Any) -> "Attribute[Any]": ... function attrib (line 148) | def attrib( function attrib (line 168) | def attrib( function attrib (line 187) | def attrib( function attrib (line 206) | def attrib( function field (line 223) | def field( function field (line 242) | def field( function field (line 260) | def field( function field (line 278) | def field( function attrs (line 295) | def attrs( function attrs (line 321) | def attrs( function define (line 347) | def define( function define (line 371) | def define( class _Fields (line 398) | class _Fields(Tuple[Attribute[Any], ...]): method __getattr__ (line 399) | def __getattr__(self, name: str) -> Attribute[Any]: ... function fields (line 401) | def fields(cls: type) -> _Fields: ... function fields_dict (line 402) | def fields_dict(cls: type) -> Dict[str, Attribute[Any]]: ... function validate (line 403) | def validate(inst: Any) -> None: ... function resolve_types (line 404) | def resolve_types( function make_class (line 414) | def make_class( function asdict (line 445) | def asdict( function astuple (line 455) | def astuple( function has (line 462) | def has(cls: type) -> bool: ... function assoc (line 463) | def assoc(inst: _T, **changes: Any) -> _T: ... function evolve (line 464) | def evolve(inst: _T, **changes: Any) -> _T: ... function set_run_validators (line 468) | def set_run_validators(run: bool) -> None: ... function get_run_validators (line 469) | def get_run_validators() -> bool: ... FILE: openpype/hosts/fusion/vendor/attr/_cmp.py function cmp_using (line 12) | def cmp_using( function _make_init (line 101) | def _make_init(): function _make_operator (line 115) | def _make_operator(name, func): function _is_comparable_to (line 138) | def _is_comparable_to(self, other): function _check_same_type (line 148) | def _check_same_type(self, other): FILE: openpype/hosts/fusion/vendor/attr/_cmp.pyi function cmp_using (line 6) | def cmp_using( FILE: openpype/hosts/fusion/vendor/attr/_compat.py function isclass (line 28) | def isclass(klass): function new_class (line 31) | def new_class(name, bases, kwds, exec_body): function iteritems (line 43) | def iteritems(d): class ReadOnlyDict (line 47) | class ReadOnlyDict(IterableUserDict): method __setitem__ (line 52) | def __setitem__(self, key, val): method update (line 58) | def update(self, _): method __delitem__ (line 64) | def __delitem__(self, _): method clear (line 70) | def clear(self): method pop (line 76) | def pop(self, key, default=None): method popitem (line 82) | def popitem(self): method setdefault (line 88) | def setdefault(self, key, default=None): method __repr__ (line 94) | def __repr__(self): function metadata_proxy (line 98) | def metadata_proxy(d): function just_warn (line 103) | def just_warn(*args, **kw): # pragma: no cover function just_warn (line 113) | def just_warn(*args, **kw): function isclass (line 126) | def isclass(klass): function iteritems (line 131) | def iteritems(d): function metadata_proxy (line 136) | def metadata_proxy(d): function make_set_closure_cell (line 140) | def make_set_closure_cell(): FILE: openpype/hosts/fusion/vendor/attr/_config.py function set_run_validators (line 9) | def set_run_validators(run): function get_run_validators (line 19) | def get_run_validators(): FILE: openpype/hosts/fusion/vendor/attr/_funcs.py function asdict (line 10) | def asdict( function _asdict_anything (line 112) | def _asdict_anything( function astuple (line 167) | def astuple( function has (line 267) | def has(cls): function assoc (line 279) | def assoc(inst, **changes): function evolve (line 317) | def evolve(inst, **changes): function resolve_types (line 346) | def resolve_types(cls, globalns=None, localns=None, attribs=None): FILE: openpype/hosts/fusion/vendor/attr/_make.py class _Nothing (line 61) | class _Nothing(object): method __new__ (line 72) | def __new__(cls): method __repr__ (line 77) | def __repr__(self): method __bool__ (line 80) | def __bool__(self): method __len__ (line 83) | def __len__(self): class _CacheHashWrapper (line 93) | class _CacheHashWrapper(int): method __reduce__ (line 109) | def __reduce__(self, _none_constructor=getattr, _args=(0, "", None)): method __reduce__ (line 114) | def __reduce__(self, _none_constructor=type(None), _args=()): function attrib (line 118) | def attrib( function _compile_and_eval (line 314) | def _compile_and_eval(script, globs, locs=None, filename=""): function _make_method (line 322) | def _make_method(name, script, filename, globs=None): function _make_attr_tuple_class (line 344) | def _make_attr_tuple_class(cls_name, attr_names): function _is_class_var (line 386) | def _is_class_var(annot): function _has_own_attribute (line 403) | def _has_own_attribute(cls, attrib_name): function _get_annotations (line 421) | def _get_annotations(cls): function _counter_getter (line 431) | def _counter_getter(e): function _collect_base_attrs (line 438) | def _collect_base_attrs(cls, taken_attr_names): function _collect_base_attrs_broken (line 469) | def _collect_base_attrs_broken(cls, taken_attr_names): function _transform_attrs (line 497) | def _transform_attrs( function _frozen_setattrs (line 606) | def _frozen_setattrs(self, name, value): function _frozen_setattrs (line 622) | def _frozen_setattrs(self, name, value): function _frozen_delattrs (line 629) | def _frozen_delattrs(self, name): class _ClassBuilder (line 636) | class _ClassBuilder(object): method __init__ (line 661) | def __init__( method __repr__ (line 720) | def __repr__(self): method build_class (line 723) | def build_class(self): method _patch_original_class (line 734) | def _patch_original_class(self): method _create_slots_class (line 772) | def _create_slots_class(self): method add_repr (line 880) | def add_repr(self, ns): method add_str (line 886) | def add_str(self): method _make_getstate_setstate (line 899) | def _make_getstate_setstate(self): method make_unhashable (line 933) | def make_unhashable(self): method add_hash (line 937) | def add_hash(self): method add_init (line 949) | def add_init(self): method add_attrs_init (line 969) | def add_attrs_init(self): method add_eq (line 989) | def add_eq(self): method add_order (line 999) | def add_order(self): method add_setattr (line 1009) | def add_setattr(self): method _add_method_dunders (line 1045) | def _add_method_dunders(self, method): function _determine_attrs_eq_order (line 1077) | def _determine_attrs_eq_order(cmp, eq, order, default_eq): function _determine_attrib_eq_order (line 1103) | def _determine_attrib_eq_order(cmp, eq, order, default_eq): function _determine_whether_to_implement (line 1144) | def _determine_whether_to_implement( function attrs (line 1172) | def attrs( function _has_frozen_base_class (line 1578) | def _has_frozen_base_class(cls): function _has_frozen_base_class (line 1592) | def _has_frozen_base_class(cls): function _generate_unique_filename (line 1600) | def _generate_unique_filename(cls, func_name): function _make_hash (line 1630) | def _make_hash(cls, attrs, frozen, cache_hash): function _add_hash (line 1696) | def _add_hash(cls, attrs): function _make_ne (line 1704) | def _make_ne(): function _make_eq (line 1723) | def _make_eq(cls, attrs): function _make_order (line 1775) | def _make_order(cls, attrs): function _add_eq (line 1831) | def _add_eq(cls, attrs=None): function _make_repr (line 1847) | def _make_repr(attrs, ns): function _add_repr (line 1906) | def _add_repr(cls, ns=None, attrs=None): function fields (line 1917) | def fields(cls): function fields_dict (line 1945) | def fields_dict(cls): function validate (line 1973) | def validate(inst): function _is_slot_cls (line 1990) | def _is_slot_cls(cls): function _is_slot_attr (line 1994) | def _is_slot_attr(a_name, base_attr_map): function _make_init (line 2001) | def _make_init( function _setattr (line 2074) | def _setattr(attr_name, value_var, has_on_setattr): function _setattr_with_converter (line 2081) | def _setattr_with_converter(attr_name, value_var, has_on_setattr): function _assign (line 2093) | def _assign(attr_name, value, has_on_setattr): function _assign_with_converter (line 2104) | def _assign_with_converter(attr_name, value_var, has_on_setattr): function _unpack_kw_only_py2 (line 2121) | def _unpack_kw_only_py2(attr_name, default=None): function _unpack_kw_only_lines_py2 (line 2135) | def _unpack_kw_only_lines_py2(kw_only_args): function _attrs_to_init_script (line 2176) | def _attrs_to_init_script( class Attribute (line 2473) | class Attribute(object): method __init__ (line 2519) | def __init__( method __setattr__ (line 2572) | def __setattr__(self, name, value): method from_counting_attr (line 2576) | def from_counting_attr(cls, name, ca, type=None): method cmp (line 2607) | def cmp(self): method evolve (line 2616) | def evolve(self, **changes): method __getstate__ (line 2634) | def __getstate__(self): method __setstate__ (line 2643) | def __setstate__(self, state): method _setattrs (line 2649) | def _setattrs(self, name_values_pairs): class _CountingAttr (line 2688) | class _CountingAttr(object): method __init__ (line 2761) | def __init__( method validator (line 2796) | def validator(self, meth): method default (line 2810) | def default(self, meth): class Factory (line 2831) | class Factory(object): method __init__ (line 2848) | def __init__(self, factory, takes_self=False): method __getstate__ (line 2856) | def __getstate__(self): method __setstate__ (line 2862) | def __setstate__(self, state): function make_class (line 2889) | def make_class(name, attrs, bases=(object,), **attributes_arguments): class _AndValidator (line 2966) | class _AndValidator(object): method __call__ (line 2973) | def __call__(self, inst, attr, value): function and_ (line 2978) | def and_(*validators): function pipe (line 2999) | def pipe(*converters): FILE: openpype/hosts/fusion/vendor/attr/_next_gen.py function define (line 14) | def define( function field (line 124) | def field( FILE: openpype/hosts/fusion/vendor/attr/_version_info.py class VersionInfo (line 11) | class VersionInfo(object): method _from_version_string (line 38) | def _from_version_string(cls, s): method _ensure_tuple (line 50) | def _ensure_tuple(self, other): method __eq__ (line 69) | def __eq__(self, other): method __lt__ (line 77) | def __lt__(self, other): FILE: openpype/hosts/fusion/vendor/attr/_version_info.pyi class VersionInfo (line 1) | class VersionInfo: method year (line 3) | def year(self) -> int: ... method minor (line 5) | def minor(self) -> int: ... method micro (line 7) | def micro(self) -> int: ... method releaselevel (line 9) | def releaselevel(self) -> str: ... FILE: openpype/hosts/fusion/vendor/attr/converters.py function optional (line 23) | def optional(converter): function default_if_none (line 62) | def default_if_none(default=NOTHING, factory=None): FILE: openpype/hosts/fusion/vendor/attr/converters.pyi function pipe (line 8) | def pipe(*validators: _ConverterType) -> _ConverterType: ... function optional (line 9) | def optional(converter: _ConverterType) -> _ConverterType: ... function default_if_none (line 11) | def default_if_none(default: _T) -> _ConverterType: ... function default_if_none (line 13) | def default_if_none(*, factory: Callable[[], _T]) -> _ConverterType: ... FILE: openpype/hosts/fusion/vendor/attr/exceptions.py class FrozenError (line 4) | class FrozenError(AttributeError): class FrozenInstanceError (line 19) | class FrozenInstanceError(FrozenError): class FrozenAttributeError (line 27) | class FrozenAttributeError(FrozenError): class AttrsAttributeNotFoundError (line 35) | class AttrsAttributeNotFoundError(ValueError): class NotAnAttrsClassError (line 43) | class NotAnAttrsClassError(ValueError): class DefaultAlreadySetError (line 51) | class DefaultAlreadySetError(RuntimeError): class UnannotatedAttributeError (line 60) | class UnannotatedAttributeError(RuntimeError): class PythonTooOldError (line 69) | class PythonTooOldError(RuntimeError): class NotCallableError (line 78) | class NotCallableError(TypeError): method __init__ (line 86) | def __init__(self, msg, value): method __str__ (line 91) | def __str__(self): FILE: openpype/hosts/fusion/vendor/attr/exceptions.pyi class FrozenError (line 4) | class FrozenError(AttributeError): class FrozenInstanceError (line 7) | class FrozenInstanceError(FrozenError): ... class FrozenAttributeError (line 8) | class FrozenAttributeError(FrozenError): ... class AttrsAttributeNotFoundError (line 9) | class AttrsAttributeNotFoundError(ValueError): ... class NotAnAttrsClassError (line 10) | class NotAnAttrsClassError(ValueError): ... class DefaultAlreadySetError (line 11) | class DefaultAlreadySetError(RuntimeError): ... class UnannotatedAttributeError (line 12) | class UnannotatedAttributeError(RuntimeError): ... class PythonTooOldError (line 13) | class PythonTooOldError(RuntimeError): ... class NotCallableError (line 15) | class NotCallableError(TypeError): method __init__ (line 18) | def __init__(self, msg: str, value: Any) -> None: ... FILE: openpype/hosts/fusion/vendor/attr/filters.py function _split_what (line 11) | def _split_what(what): function include (line 21) | def include(*what): function exclude (line 38) | def exclude(*what): FILE: openpype/hosts/fusion/vendor/attr/filters.pyi function include (line 6) | def include(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... function exclude (line 7) | def exclude(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... FILE: openpype/hosts/fusion/vendor/attr/setters.py function pipe (line 11) | def pipe(*setters): function frozen (line 29) | def frozen(_, __, ___): function validate (line 38) | def validate(instance, attrib, new_value): function convert (line 56) | def convert(instance, attrib, new_value): FILE: openpype/hosts/fusion/vendor/attr/setters.pyi function frozen (line 8) | def frozen( function pipe (line 11) | def pipe(*setters: _OnSetAttrType) -> _OnSetAttrType: ... function validate (line 12) | def validate(instance: Any, attribute: Attribute[_T], new_value: _T) -> ... function convert (line 15) | def convert( FILE: openpype/hosts/fusion/vendor/attr/validators.py class _InstanceOfValidator (line 27) | class _InstanceOfValidator(object): method __call__ (line 30) | def __call__(self, inst, attr, value): method __repr__ (line 48) | def __repr__(self): function instance_of (line 54) | def instance_of(type): class _MatchesReValidator (line 71) | class _MatchesReValidator(object): method __call__ (line 76) | def __call__(self, inst, attr, value): method __repr__ (line 91) | def __repr__(self): function matches_re (line 97) | def matches_re(regex, flags=0, func=None): class _ProvidesValidator (line 143) | class _ProvidesValidator(object): method __call__ (line 146) | def __call__(self, inst, attr, value): method __repr__ (line 161) | def __repr__(self): function provides (line 167) | def provides(interface): class _OptionalValidator (line 185) | class _OptionalValidator(object): method __call__ (line 188) | def __call__(self, inst, attr, value): method __repr__ (line 194) | def __repr__(self): function optional (line 200) | def optional(validator): class _InValidator (line 219) | class _InValidator(object): method __call__ (line 222) | def __call__(self, inst, attr, value): method __repr__ (line 235) | def __repr__(self): function in_ (line 241) | def in_(options): class _IsCallableValidator (line 260) | class _IsCallableValidator(object): method __call__ (line 261) | def __call__(self, inst, attr, value): method __repr__ (line 277) | def __repr__(self): function is_callable (line 281) | def is_callable(): class _DeepIterable (line 297) | class _DeepIterable(object): method __call__ (line 303) | def __call__(self, inst, attr, value): method __repr__ (line 313) | def __repr__(self): function deep_iterable (line 328) | def deep_iterable(member_validator, iterable_validator=None): class _DeepMapping (line 344) | class _DeepMapping(object): method __call__ (line 349) | def __call__(self, inst, attr, value): method __repr__ (line 360) | def __repr__(self): function deep_mapping (line 366) | def deep_mapping(key_validator, value_validator, mapping_validator=None): FILE: openpype/hosts/fusion/vendor/attr/validators.pyi function instance_of (line 33) | def instance_of(type: Type[_T]) -> _ValidatorType[_T]: ... function instance_of (line 35) | def instance_of(type: Tuple[Type[_T]]) -> _ValidatorType[_T]: ... function instance_of (line 37) | def instance_of( function instance_of (line 41) | def instance_of( function instance_of (line 45) | def instance_of(type: Tuple[type, ...]) -> _ValidatorType[Any]: ... function provides (line 46) | def provides(interface: Any) -> _ValidatorType[Any]: ... function optional (line 47) | def optional( function in_ (line 50) | def in_(options: Container[_T]) -> _ValidatorType[_T]: ... function and_ (line 51) | def and_(*validators: _ValidatorType[_T]) -> _ValidatorType[_T]: ... function matches_re (line 52) | def matches_re( function deep_iterable (line 59) | def deep_iterable( function deep_mapping (line 63) | def deep_mapping( function is_callable (line 68) | def is_callable() -> _ValidatorType[_T]: ... FILE: openpype/hosts/fusion/vendor/urllib3/__init__.py function add_stderr_logger (line 46) | def add_stderr_logger(level=logging.DEBUG): function disable_warnings (line 81) | def disable_warnings(category=exceptions.HTTPWarning): FILE: openpype/hosts/fusion/vendor/urllib3/_collections.py class RLock (line 11) | class RLock: method __enter__ (line 12) | def __enter__(self): method __exit__ (line 15) | def __exit__(self, exc_type, exc_value, traceback): class RecentlyUsedContainer (line 31) | class RecentlyUsedContainer(MutableMapping): method __init__ (line 47) | def __init__(self, maxsize=10, dispose_func=None): method __getitem__ (line 54) | def __getitem__(self, key): method __setitem__ (line 61) | def __setitem__(self, key, value): method __delitem__ (line 76) | def __delitem__(self, key): method __len__ (line 83) | def __len__(self): method __iter__ (line 87) | def __iter__(self): method clear (line 92) | def clear(self): method keys (line 102) | def keys(self): class HTTPHeaderDict (line 107) | class HTTPHeaderDict(MutableMapping): method __init__ (line 141) | def __init__(self, headers=None, **kwargs): method __setitem__ (line 152) | def __setitem__(self, key, val): method __getitem__ (line 156) | def __getitem__(self, key): method __delitem__ (line 160) | def __delitem__(self, key): method __contains__ (line 163) | def __contains__(self, key): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): method __len__ (line 184) | def __len__(self): method __iter__ (line 187) | def __iter__(self): method pop (line 192) | def pop(self, key, default=__marker): method discard (line 209) | def discard(self, key): method add (line 215) | def add(self, key, val): method extend (line 231) | def extend(self, *args, **kwargs): method getlist (line 259) | def getlist(self, key, default=__marker): method __repr__ (line 279) | def __repr__(self): method _copy_from (line 282) | def _copy_from(self, other): method copy (line 290) | def copy(self): method iteritems (line 295) | def iteritems(self): method itermerged (line 302) | def itermerged(self): method items (line 308) | def items(self): method from_httplib (line 312) | def from_httplib(cls, message): # Python 2 FILE: openpype/hosts/fusion/vendor/urllib3/connection.py class BaseSSLError (line 24) | class BaseSSLError(BaseException): class ConnectionError (line 33) | class ConnectionError(Exception): class BrokenPipeError (line 42) | class BrokenPipeError(Exception): class HTTPConnection (line 75) | class HTTPConnection(_HTTPConnection, object): method __init__ (line 110) | def __init__(self, *args, **kw): method host (line 128) | def host(self): method host (line 147) | def host(self, value): method _new_conn (line 156) | def _new_conn(self): method _is_using_tunnel (line 187) | def _is_using_tunnel(self): method _prepare_conn (line 191) | def _prepare_conn(self, conn): method connect (line 199) | def connect(self): method putrequest (line 203) | def putrequest(self, method, url, *args, **kwargs): method putheader (line 216) | def putheader(self, header, *values): method request (line 226) | def request(self, method, url, body=None, headers=None): method request_chunked (line 236) | def request_chunked(self, method, url, body=None, headers=None): class HTTPSConnection (line 276) | class HTTPSConnection(HTTPConnection): method __init__ (line 292) | def __init__( method set_cert (line 318) | def set_cert( method connect (line 351) | def connect(self): method _connect_tls_proxy (line 471) | def _connect_tls_proxy(self, hostname, conn): function _match_hostname (line 510) | def _match_hostname(cert, asserted_hostname): function _get_default_user_agent (line 525) | def _get_default_user_agent(): class DummyConnection (line 529) | class DummyConnection(object): FILE: openpype/hosts/fusion/vendor/urllib3/connectionpool.py class ConnectionPool (line 60) | class ConnectionPool(object): method __init__ (line 74) | def __init__(self, host, port=None): method __str__ (line 82) | def __str__(self): method __enter__ (line 85) | def __enter__(self): method __exit__ (line 88) | def __exit__(self, exc_type, exc_val, exc_tb): method close (line 93) | def close(self): class HTTPConnectionPool (line 104) | class HTTPConnectionPool(ConnectionPool, RequestMethods): method __init__ (line 168) | def __init__( method _new_conn (line 222) | def _new_conn(self): method _get_conn (line 243) | def _get_conn(self, timeout=None): method _put_conn (line 282) | def _put_conn(self, conn): method _validate_conn (line 310) | def _validate_conn(self, conn): method _prepare_proxy (line 316) | def _prepare_proxy(self, conn): method _get_timeout (line 320) | def _get_timeout(self, timeout): method _raise_timeout (line 332) | def _raise_timeout(self, err, url, timeout_value): method _make_request (line 357) | def _make_request( method _absolute_url (line 476) | def _absolute_url(self, path): method close (line 479) | def close(self): method is_same_host (line 497) | def is_same_host(self, url): method urlopen (line 518) | def urlopen( class HTTPSConnectionPool (line 865) | class HTTPSConnectionPool(HTTPConnectionPool): method __init__ (line 882) | def __init__( method _prepare_conn (line 931) | def _prepare_conn(self, conn): method _prepare_proxy (line 951) | def _prepare_proxy(self, conn): method _new_conn (line 966) | def _new_conn(self): method _validate_conn (line 1002) | def _validate_conn(self, conn): function connection_from_url (line 1024) | def connection_from_url(url, **kw): function _normalize_host (line 1052) | def _normalize_host(host, scheme): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/_appengine_environ.py function is_appengine (line 8) | def is_appengine(): function is_appengine_sandbox (line 12) | def is_appengine_sandbox(): function is_local_appengine (line 22) | def is_local_appengine(): function is_prod_appengine (line 28) | def is_prod_appengine(): function is_prod_appengine_mvms (line 34) | def is_prod_appengine_mvms(): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/bindings.py function load_cdll (line 65) | def load_cdll(name, macos10_16_path): class CFConst (line 423) | class CFConst(object): class SecurityConst (line 432) | class SecurityConst(object): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/_securetransport/low_level.py function _cf_data_from_bytes (line 27) | def _cf_data_from_bytes(bytestring): function _cf_dictionary_from_tuples (line 37) | def _cf_dictionary_from_tuples(tuples): function _cfstr (line 59) | def _cfstr(py_bstr): function _create_cfstring_array (line 73) | def _create_cfstring_array(lst): function _cf_string_to_unicode (line 104) | def _cf_string_to_unicode(value): function _assert_no_error (line 129) | def _assert_no_error(error, exception_class=None): function _cert_array_from_pem (line 150) | def _cert_array_from_pem(pem_bundle): function _is_cert (line 195) | def _is_cert(item): function _is_identity (line 203) | def _is_identity(item): function _temporary_keychain (line 211) | def _temporary_keychain(): function _load_items_from_file (line 246) | def _load_items_from_file(keychain, path): function _load_client_cert_chain (line 301) | def _load_client_cert_chain(keychain, *paths): function _build_tls_unknown_ca_alert (line 385) | def _build_tls_unknown_ca_alert(version): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/appengine.py class AppEnginePlatformWarning (line 71) | class AppEnginePlatformWarning(HTTPWarning): class AppEnginePlatformError (line 75) | class AppEnginePlatformError(HTTPError): class AppEngineManager (line 79) | class AppEngineManager(RequestMethods): method __init__ (line 99) | def __init__( method __enter__ (line 124) | def __enter__(self): method __exit__ (line 127) | def __exit__(self, exc_type, exc_val, exc_tb): method urlopen (line 131) | def urlopen( method _urlfetch_response_to_http_response (line 245) | def _urlfetch_response_to_http_response(self, urlfetch_resp, **respons... method _get_absolute_timeout (line 281) | def _get_absolute_timeout(self, timeout): method _get_retries (line 294) | def _get_retries(self, retries, redirect): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/ntlmpool.py class NTLMConnectionPool (line 27) | class NTLMConnectionPool(HTTPSConnectionPool): method __init__ (line 34) | def __init__(self, user, pw, authurl, *args, **kwargs): method _new_conn (line 48) | def _new_conn(self): method urlopen (line 115) | def urlopen( FILE: openpype/hosts/fusion/vendor/urllib3/contrib/pyopenssl.py class UnsupportedExtension (line 59) | class UnsupportedExtension(Exception): function inject_into_urllib3 (line 121) | def inject_into_urllib3(): function extract_from_urllib3 (line 134) | def extract_from_urllib3(): function _validate_dependencies_met (line 145) | def _validate_dependencies_met(): function _dnsname_to_stdlib (line 171) | def _dnsname_to_stdlib(name): function get_subj_alt_name (line 214) | def get_subj_alt_name(peer_cert): class WrappedSocket (line 268) | class WrappedSocket(object): method __init__ (line 275) | def __init__(self, connection, socket, suppress_ragged_eofs=True): method fileno (line 282) | def fileno(self): method _decref_socketios (line 286) | def _decref_socketios(self): method recv (line 292) | def recv(self, *args, **kwargs): method recv_into (line 317) | def recv_into(self, *args, **kwargs): method settimeout (line 340) | def settimeout(self, timeout): method _send_until_done (line 343) | def _send_until_done(self, data): method sendall (line 354) | def sendall(self, data): method shutdown (line 362) | def shutdown(self): method close (line 366) | def close(self): method getpeercert (line 376) | def getpeercert(self, binary_form=False): method version (line 390) | def version(self): method _reuse (line 393) | def _reuse(self): method _drop (line 396) | def _drop(self): function makefile (line 405) | def makefile(self, mode, bufsize=-1): class PyOpenSSLContext (line 416) | class PyOpenSSLContext(object): method __init__ (line 423) | def __init__(self, protocol): method options (line 430) | def options(self): method options (line 434) | def options(self, value): method verify_mode (line 439) | def verify_mode(self): method verify_mode (line 443) | def verify_mode(self, value): method set_default_verify_paths (line 446) | def set_default_verify_paths(self): method set_ciphers (line 449) | def set_ciphers(self, ciphers): method load_verify_locations (line 454) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method load_cert_chain (line 466) | def load_cert_chain(self, certfile, keyfile=None, password=None): method set_alpn_protocols (line 474) | def set_alpn_protocols(self, protocols): method wrap_socket (line 478) | def wrap_socket( function _verify_callback (line 510) | def _verify_callback(cnx, x509, err_no, err_depth, return_code): FILE: openpype/hosts/fusion/vendor/urllib3/contrib/securetransport.py function inject_into_urllib3 (line 189) | def inject_into_urllib3(): function extract_from_urllib3 (line 201) | def extract_from_urllib3(): function _read_callback (line 213) | def _read_callback(connection_id, data_buffer, data_length_pointer): function _write_callback (line 268) | def _write_callback(connection_id, data_buffer, data_length_pointer): class WrappedSocket (line 326) | class WrappedSocket(object): method __init__ (line 334) | def __init__(self, socket): method _raise_on_error (line 353) | def _raise_on_error(self): method _set_ciphers (line 373) | def _set_ciphers(self): method _set_alpn_protocols (line 386) | def _set_alpn_protocols(self, protocols): method _custom_validate (line 399) | def _custom_validate(self, verify, trust_bundle): method _evaluate_trust (line 434) | def _evaluate_trust(self, trust_bundle): method handshake (line 474) | def handshake( method fileno (line 567) | def fileno(self): method _decref_socketios (line 571) | def _decref_socketios(self): method recv (line 577) | def recv(self, bufsiz): method recv_into (line 583) | def recv_into(self, buffer, nbytes=None): method settimeout (line 626) | def settimeout(self, timeout): method gettimeout (line 629) | def gettimeout(self): method send (line 632) | def send(self, data): method sendall (line 649) | def sendall(self, data): method shutdown (line 655) | def shutdown(self): method close (line 659) | def close(self): method getpeercert (line 678) | def getpeercert(self, binary_form=False): method version (line 736) | def version(self): method _reuse (line 757) | def _reuse(self): method _drop (line 760) | def _drop(self): function makefile (line 769) | def makefile(self, mode, bufsize=-1): function makefile (line 776) | def makefile(self, mode="r", buffering=None, *args, **kwargs): class SecureTransportContext (line 786) | class SecureTransportContext(object): method __init__ (line 793) | def __init__(self, protocol): method check_hostname (line 804) | def check_hostname(self): method check_hostname (line 812) | def check_hostname(self, value): method options (line 820) | def options(self): method options (line 830) | def options(self, value): method verify_mode (line 835) | def verify_mode(self): method verify_mode (line 839) | def verify_mode(self, value): method set_default_verify_paths (line 842) | def set_default_verify_paths(self): method load_default_certs (line 854) | def load_default_certs(self): method set_ciphers (line 857) | def set_ciphers(self, ciphers): method load_verify_locations (line 862) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method load_cert_chain (line 874) | def load_cert_chain(self, certfile, keyfile=None, password=None): method set_alpn_protocols (line 879) | def set_alpn_protocols(self, protocols): method wrap_socket (line 891) | def wrap_socket( FILE: openpype/hosts/fusion/vendor/urllib3/contrib/socks.py class SOCKSConnection (line 75) | class SOCKSConnection(HTTPConnection): method __init__ (line 80) | def __init__(self, *args, **kwargs): method _new_conn (line 84) | def _new_conn(self): class SOCKSHTTPSConnection (line 147) | class SOCKSHTTPSConnection(SOCKSConnection, HTTPSConnection): class SOCKSHTTPConnectionPool (line 151) | class SOCKSHTTPConnectionPool(HTTPConnectionPool): class SOCKSHTTPSConnectionPool (line 155) | class SOCKSHTTPSConnectionPool(HTTPSConnectionPool): class SOCKSProxyManager (line 159) | class SOCKSProxyManager(PoolManager): method __init__ (line 170) | def __init__( FILE: openpype/hosts/fusion/vendor/urllib3/exceptions.py class HTTPError (line 8) | class HTTPError(Exception): class HTTPWarning (line 14) | class HTTPWarning(Warning): class PoolError (line 20) | class PoolError(HTTPError): method __init__ (line 23) | def __init__(self, pool, message): method __reduce__ (line 27) | def __reduce__(self): class RequestError (line 32) | class RequestError(PoolError): method __init__ (line 35) | def __init__(self, pool, url, message): method __reduce__ (line 39) | def __reduce__(self): class SSLError (line 44) | class SSLError(HTTPError): class ProxyError (line 50) | class ProxyError(HTTPError): method __init__ (line 53) | def __init__(self, message, error, *args): class DecodeError (line 58) | class DecodeError(HTTPError): class ProtocolError (line 64) | class ProtocolError(HTTPError): class MaxRetryError (line 77) | class MaxRetryError(RequestError): method __init__ (line 87) | def __init__(self, pool, url, reason=None): class HostChangedError (line 95) | class HostChangedError(RequestError): method __init__ (line 98) | def __init__(self, pool, url, retries=3): class TimeoutStateError (line 104) | class TimeoutStateError(HTTPError): class TimeoutError (line 110) | class TimeoutError(HTTPError): class ReadTimeoutError (line 120) | class ReadTimeoutError(TimeoutError, RequestError): class ConnectTimeoutError (line 128) | class ConnectTimeoutError(TimeoutError): class NewConnectionError (line 134) | class NewConnectionError(ConnectTimeoutError, PoolError): class EmptyPoolError (line 140) | class EmptyPoolError(PoolError): class ClosedPoolError (line 146) | class ClosedPoolError(PoolError): class LocationValueError (line 152) | class LocationValueError(ValueError, HTTPError): class LocationParseError (line 158) | class LocationParseError(LocationValueError): method __init__ (line 161) | def __init__(self, location): class URLSchemeUnknown (line 168) | class URLSchemeUnknown(LocationValueError): method __init__ (line 171) | def __init__(self, scheme): class ResponseError (line 178) | class ResponseError(HTTPError): class SecurityWarning (line 185) | class SecurityWarning(HTTPWarning): class SubjectAltNameWarning (line 191) | class SubjectAltNameWarning(SecurityWarning): class InsecureRequestWarning (line 197) | class InsecureRequestWarning(SecurityWarning): class SystemTimeWarning (line 203) | class SystemTimeWarning(SecurityWarning): class InsecurePlatformWarning (line 209) | class InsecurePlatformWarning(SecurityWarning): class SNIMissingWarning (line 215) | class SNIMissingWarning(HTTPWarning): class DependencyWarning (line 221) | class DependencyWarning(HTTPWarning): class ResponseNotChunked (line 230) | class ResponseNotChunked(ProtocolError, ValueError): class BodyNotHttplibCompatible (line 236) | class BodyNotHttplibCompatible(HTTPError): class IncompleteRead (line 245) | class IncompleteRead(HTTPError, httplib_IncompleteRead): method __init__ (line 253) | def __init__(self, partial, expected): method __repr__ (line 256) | def __repr__(self): class InvalidChunkLength (line 263) | class InvalidChunkLength(HTTPError, httplib_IncompleteRead): method __init__ (line 266) | def __init__(self, response, length): method __repr__ (line 273) | def __repr__(self): class InvalidHeader (line 280) | class InvalidHeader(HTTPError): class ProxySchemeUnknown (line 286) | class ProxySchemeUnknown(AssertionError, URLSchemeUnknown): method __init__ (line 291) | def __init__(self, scheme): class ProxySchemeUnsupported (line 306) | class ProxySchemeUnsupported(ValueError): class HeaderParsingError (line 312) | class HeaderParsingError(HTTPError): method __init__ (line 315) | def __init__(self, defects, unparsed_data): class UnrewindableBodyError (line 320) | class UnrewindableBodyError(HTTPError): FILE: openpype/hosts/fusion/vendor/urllib3/fields.py function guess_content_type (line 10) | def guess_content_type(filename, default="application/octet-stream"): function format_header_param_rfc2231 (line 24) | def format_header_param_rfc2231(name, value): function _replace_multiple (line 82) | def _replace_multiple(value, needles_and_replacements): function format_header_param_html5 (line 95) | def format_header_param_html5(name, value): class RequestField (line 126) | class RequestField(object): method __init__ (line 143) | def __init__( method from_tuples (line 160) | def from_tuples(cls, fieldname, value, header_formatter=format_header_... method _render_part (line 195) | def _render_part(self, name, value): method _render_parts (line 208) | def _render_parts(self, header_parts): method render_headers (line 230) | def render_headers(self): method make_multipart (line 249) | def make_multipart( FILE: openpype/hosts/fusion/vendor/urllib3/filepost.py function choose_boundary (line 15) | def choose_boundary(): function iter_field_objects (line 25) | def iter_field_objects(fields): function iter_fields (line 45) | def iter_fields(fields): function encode_multipart_formdata (line 63) | def encode_multipart_formdata(fields, boundary=None): FILE: openpype/hosts/fusion/vendor/urllib3/packages/backports/makefile.py function backport_makefile (line 13) | def backport_makefile( FILE: openpype/hosts/fusion/vendor/urllib3/packages/six.py class X (line 60) | class X(object): method __len__ (line 61) | def __len__(self): function _add_doc (line 80) | def _add_doc(func, doc): function _import_module (line 85) | def _import_module(name): class _LazyDescr (line 91) | class _LazyDescr(object): method __init__ (line 92) | def __init__(self, name): method __get__ (line 95) | def __get__(self, obj, tp): class MovedModule (line 107) | class MovedModule(_LazyDescr): method __init__ (line 108) | def __init__(self, name, old, new=None): method _resolve (line 117) | def _resolve(self): method __getattr__ (line 120) | def __getattr__(self, attr): class _LazyModule (line 127) | class _LazyModule(types.ModuleType): method __init__ (line 128) | def __init__(self, name): method __dir__ (line 132) | def __dir__(self): class MovedAttribute (line 141) | class MovedAttribute(_LazyDescr): method __init__ (line 142) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 160) | def _resolve(self): class _SixMetaPathImporter (line 165) | class _SixMetaPathImporter(object): method __init__ (line 174) | def __init__(self, six_module_name): method _add_module (line 178) | def _add_module(self, mod, *fullnames): method _get_module (line 182) | def _get_module(self, fullname): method find_module (line 185) | def find_module(self, fullname, path=None): method find_spec (line 190) | def find_spec(self, fullname, path, target=None): method __get_module (line 195) | def __get_module(self, fullname): method load_module (line 201) | def load_module(self, fullname): method is_package (line 215) | def is_package(self, fullname): method get_code (line 224) | def get_code(self, fullname): method create_module (line 233) | def create_module(self, spec): method exec_module (line 236) | def exec_module(self, module): class _MovedItems (line 243) | class _MovedItems(_LazyModule): class Module_six_moves_urllib_parse (line 352) | class Module_six_moves_urllib_parse(_LazyModule): class Module_six_moves_urllib_error (line 399) | class Module_six_moves_urllib_error(_LazyModule): class Module_six_moves_urllib_request (line 422) | class Module_six_moves_urllib_request(_LazyModule): class Module_six_moves_urllib_response (line 477) | class Module_six_moves_urllib_response(_LazyModule): class Module_six_moves_urllib_robotparser (line 501) | class Module_six_moves_urllib_robotparser(_LazyModule): class Module_six_moves_urllib (line 524) | class Module_six_moves_urllib(types.ModuleType): method __dir__ (line 535) | def __dir__(self): function add_move (line 544) | def add_move(move): function remove_move (line 549) | def remove_move(name): function advance_iterator (line 582) | def advance_iterator(it): function callable (line 593) | def callable(obj): function get_unbound_function (line 599) | def get_unbound_function(unbound): function create_unbound_method (line 604) | def create_unbound_method(func, cls): function get_unbound_function (line 610) | def get_unbound_function(unbound): function create_bound_method (line 613) | def create_bound_method(func, obj): function create_unbound_method (line 616) | def create_unbound_method(func, cls): class Iterator (line 619) | class Iterator(object): method next (line 620) | def next(self): function iterkeys (line 639) | def iterkeys(d, **kw): function itervalues (line 642) | def itervalues(d, **kw): function iteritems (line 645) | def iteritems(d, **kw): function iterlists (line 648) | def iterlists(d, **kw): function iterkeys (line 658) | def iterkeys(d, **kw): function itervalues (line 661) | def itervalues(d, **kw): function iteritems (line 664) | def iteritems(d, **kw): function iterlists (line 667) | def iterlists(d, **kw): function b (line 686) | def b(s): function u (line 689) | def u(s): function b (line 716) | def b(s): function u (line 721) | def u(s): function byte2int (line 727) | def byte2int(bs): function indexbytes (line 730) | def indexbytes(buf, i): function assertCountEqual (line 745) | def assertCountEqual(self, *args, **kwargs): function assertRaisesRegex (line 749) | def assertRaisesRegex(self, *args, **kwargs): function assertRegex (line 753) | def assertRegex(self, *args, **kwargs): function assertNotRegex (line 757) | def assertNotRegex(self, *args, **kwargs): function reraise (line 764) | def reraise(tp, value, tb=None): function exec_ (line 778) | def exec_(_code_, _globs_=None, _locs_=None): function raise_from (line 811) | def raise_from(value, from_value): function print_ (line 818) | def print_(*args, **kwargs): function print_ (line 879) | def print_(*args, **kwargs): function _update_wrapper (line 895) | def _update_wrapper( function wraps (line 915) | def wraps( function with_metaclass (line 930) | def with_metaclass(meta, *bases): function add_metaclass (line 954) | def add_metaclass(metaclass): function ensure_binary (line 974) | def ensure_binary(s, encoding="utf-8", errors="strict"): function ensure_str (line 992) | def ensure_str(s, encoding="utf-8", errors="strict"): function ensure_text (line 1015) | def ensure_text(s, encoding="utf-8", errors="strict"): function python_2_unicode_compatible (line 1034) | def python_2_unicode_compatible(klass): FILE: openpype/hosts/fusion/vendor/urllib3/packages/ssl_match_hostname/_implementation.py class CertificateError (line 21) | class CertificateError(ValueError): function _dnsname_match (line 25) | def _dnsname_match(dn, hostname, max_wildcards=1): function _to_unicode (line 79) | def _to_unicode(obj): function _ipaddress_match (line 85) | def _ipaddress_match(ipname, host_ip): function match_hostname (line 97) | def match_hostname(cert, hostname): FILE: openpype/hosts/fusion/vendor/urllib3/poolmanager.py function _default_key_normalizer (line 78) | def _default_key_normalizer(key_class, request_context): class PoolManager (line 139) | class PoolManager(RequestMethods): method __init__ (line 170) | def __init__(self, num_pools=10, headers=None, **connection_pool_kw): method __enter__ (line 180) | def __enter__(self): method __exit__ (line 183) | def __exit__(self, exc_type, exc_val, exc_tb): method _new_pool (line 188) | def _new_pool(self, scheme, host, port, request_context=None): method clear (line 215) | def clear(self): method connection_from_host (line 224) | def connection_from_host(self, host, port=None, scheme="http", pool_kw... method connection_from_context (line 247) | def connection_from_context(self, request_context): method connection_from_pool_key (line 262) | def connection_from_pool_key(self, pool_key, request_context=None): method connection_from_url (line 286) | def connection_from_url(self, url, pool_kwargs=None): method _merge_pool_kwargs (line 302) | def _merge_pool_kwargs(self, override): method _proxy_requires_url_absolute_form (line 322) | def _proxy_requires_url_absolute_form(self, parsed_url): method _validate_proxy_scheme_url_selection (line 335) | def _validate_proxy_scheme_url_selection(self, url_scheme): method urlopen (line 352) | def urlopen(self, method, url, redirect=True, **kw): class ProxyManager (line 420) | class ProxyManager(PoolManager): method __init__ (line 460) | def __init__( method connection_from_host (line 497) | def connection_from_host(self, host, port=None, scheme="http", pool_kw... method _set_proxy_headers (line 507) | def _set_proxy_headers(self, url, headers=None): method urlopen (line 522) | def urlopen(self, method, url, redirect=True, **kw): function proxy_from_url (line 535) | def proxy_from_url(url, **kw): FILE: openpype/hosts/fusion/vendor/urllib3/request.py class RequestMethods (line 9) | class RequestMethods(object): method __init__ (line 40) | def __init__(self, headers=None): method urlopen (line 43) | def urlopen( method request (line 58) | def request(self, method, url, fields=None, headers=None, **urlopen_kw): method request_encode_url (line 82) | def request_encode_url(self, method, url, fields=None, headers=None, *... method request_encode_body (line 98) | def request_encode_body( FILE: openpype/hosts/fusion/vendor/urllib3/response.py class DeflateDecoder (line 35) | class DeflateDecoder(object): method __init__ (line 36) | def __init__(self): method __getattr__ (line 41) | def __getattr__(self, name): method decompress (line 44) | def decompress(self, data): class GzipDecoderState (line 67) | class GzipDecoderState(object): class GzipDecoder (line 74) | class GzipDecoder(object): method __init__ (line 75) | def __init__(self): method __getattr__ (line 79) | def __getattr__(self, name): method decompress (line 82) | def decompress(self, data): class BrotliDecoder (line 106) | class BrotliDecoder(object): method __init__ (line 110) | def __init__(self): method flush (line 117) | def flush(self): class MultiDecoder (line 123) | class MultiDecoder(object): method __init__ (line 132) | def __init__(self, modes): method flush (line 135) | def flush(self): method decompress (line 138) | def decompress(self, data): function _get_decoder (line 144) | def _get_decoder(mode): class HTTPResponse (line 157) | class HTTPResponse(io.IOBase): method __init__ (line 195) | def __init__( method get_redirect_location (line 262) | def get_redirect_location(self): method release_conn (line 275) | def release_conn(self): method drain_conn (line 282) | def drain_conn(self): method data (line 294) | def data(self): method connection (line 303) | def connection(self): method isclosed (line 306) | def isclosed(self): method tell (line 309) | def tell(self): method _init_length (line 317) | def _init_length(self, request_method): method _init_decoder (line 369) | def _init_decoder(self): method _decode (line 392) | def _decode(self, data, decode_content, flush_decoder): method _flush_decoder (line 414) | def _flush_decoder(self): method _error_catcher (line 426) | def _error_catcher(self): method read (line 481) | def read(self, amt=None, decode_content=None, cache_content=False): method stream (line 555) | def stream(self, amt=2 ** 16, decode_content=None): method from_httplib (line 582) | def from_httplib(ResponseCls, r, **response_kw): method getheaders (line 614) | def getheaders(self): method getheader (line 617) | def getheader(self, name, default=None): method info (line 621) | def info(self): method close (line 625) | def close(self): method closed (line 636) | def closed(self): method fileno (line 648) | def fileno(self): method flush (line 659) | def flush(self): method readable (line 667) | def readable(self): method readinto (line 671) | def readinto(self, b): method supports_chunked_reads (line 680) | def supports_chunked_reads(self): method _update_chunk_length (line 689) | def _update_chunk_length(self): method _handle_chunk (line 703) | def _handle_chunk(self, amt): method read_chunked (line 725) | def read_chunked(self, amt=None, decode_content=None): method geturl (line 795) | def geturl(self): method __iter__ (line 806) | def __iter__(self): FILE: openpype/hosts/fusion/vendor/urllib3/util/connection.py function is_connection_dropped (line 12) | def is_connection_dropped(conn): # Platform-specific function create_connection (line 38) | def create_connection( function _set_socket_options (line 101) | def _set_socket_options(sock, options): function allowed_gai_family (line 109) | def allowed_gai_family(): function _has_ipv6 (line 120) | def _has_ipv6(host): FILE: openpype/hosts/fusion/vendor/urllib3/util/proxy.py function connection_requires_http_tunnel (line 4) | def connection_requires_http_tunnel( function create_proxy_ssl_context (line 37) | def create_proxy_ssl_context( FILE: openpype/hosts/fusion/vendor/urllib3/util/queue.py class LifoQueue (line 11) | class LifoQueue(queue.Queue): method _init (line 12) | def _init(self, _): method _qsize (line 15) | def _qsize(self, len=len): method _put (line 18) | def _put(self, item): method _get (line 21) | def _get(self): FILE: openpype/hosts/fusion/vendor/urllib3/util/request.py function make_headers (line 26) | def make_headers( function set_file_position (line 98) | def set_file_position(body, pos): function rewind_body (line 116) | def rewind_body(body, body_pos): FILE: openpype/hosts/fusion/vendor/urllib3/util/response.py function is_fp_closed (line 9) | def is_fp_closed(obj): function assert_header_parsing (line 40) | def assert_header_parsing(headers): function is_response_to_head (line 94) | def is_response_to_head(response): FILE: openpype/hosts/fusion/vendor/urllib3/util/retry.py class _RetryMeta (line 35) | class _RetryMeta(type): method DEFAULT_METHOD_WHITELIST (line 37) | def DEFAULT_METHOD_WHITELIST(cls): method DEFAULT_METHOD_WHITELIST (line 46) | def DEFAULT_METHOD_WHITELIST(cls, value): method DEFAULT_REDIRECT_HEADERS_BLACKLIST (line 55) | def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls): method DEFAULT_REDIRECT_HEADERS_BLACKLIST (line 64) | def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls, value): class Retry (line 74) | class Retry(object): method __init__ (line 225) | def __init__( method new (line 286) | def new(self, **kw): method from_int (line 323) | def from_int(cls, retries, redirect=True, default=None): method get_backoff_time (line 336) | def get_backoff_time(self): method parse_retry_after (line 353) | def parse_retry_after(self, retry_after): method get_retry_after (line 376) | def get_retry_after(self, response): method sleep_for_retry (line 386) | def sleep_for_retry(self, response=None): method _sleep_backoff (line 394) | def _sleep_backoff(self): method sleep (line 400) | def sleep(self, response=None): method _is_connection_error (line 416) | def _is_connection_error(self, err): method _is_read_error (line 424) | def _is_read_error(self, err): method _is_method_retryable (line 430) | def _is_method_retryable(self, method): method is_retry (line 450) | def is_retry(self, method, status_code, has_retry_after=False): method is_exhausted (line 470) | def is_exhausted(self): method increment (line 486) | def increment( method __repr__ (line 580) | def __repr__(self): method __getattr__ (line 586) | def __getattr__(self, item): FILE: openpype/hosts/fusion/vendor/urllib3/util/ssl_.py function _const_compare_digest_backport (line 30) | def _const_compare_digest_backport(a, b): class SSLContext (line 133) | class SSLContext(object): # Platform-specific: Python 2 method __init__ (line 134) | def __init__(self, protocol_version): method load_cert_chain (line 145) | def load_cert_chain(self, certfile, keyfile): method load_verify_locations (line 149) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method set_ciphers (line 158) | def set_ciphers(self, cipher_suite): method wrap_socket (line 161) | def wrap_socket(self, socket, server_hostname=None, server_side=False): function assert_fingerprint (line 182) | def assert_fingerprint(cert, fingerprint): function resolve_cert_reqs (line 211) | def resolve_cert_reqs(candidate): function resolve_ssl_version (line 234) | def resolve_ssl_version(candidate): function create_urllib3_context (line 250) | def create_urllib3_context( function ssl_wrap_socket (line 355) | def ssl_wrap_socket( function is_ipaddress (line 457) | def is_ipaddress(hostname): function _is_key_file_encrypted (line 470) | def _is_key_file_encrypted(key_file): function _ssl_wrap_socket_impl (line 481) | def _ssl_wrap_socket_impl(sock, ssl_context, tls_in_tls, server_hostname... FILE: openpype/hosts/fusion/vendor/urllib3/util/ssltransport.py class SSLTransport (line 11) | class SSLTransport: method _validate_ssl_context_for_tls_in_tls (line 23) | def _validate_ssl_context_for_tls_in_tls(ssl_context): method __init__ (line 44) | def __init__( method __enter__ (line 63) | def __enter__(self): method __exit__ (line 66) | def __exit__(self, *_): method fileno (line 69) | def fileno(self): method read (line 72) | def read(self, len=1024, buffer=None): method recv (line 75) | def recv(self, len=1024, flags=0): method recv_into (line 80) | def recv_into(self, buffer, nbytes=None, flags=0): method sendall (line 89) | def sendall(self, data, flags=0): method send (line 99) | def send(self, data, flags=0): method makefile (line 105) | def makefile( method unwrap (line 150) | def unwrap(self): method close (line 153) | def close(self): method getpeercert (line 156) | def getpeercert(self, binary_form=False): method version (line 159) | def version(self): method cipher (line 162) | def cipher(self): method selected_alpn_protocol (line 165) | def selected_alpn_protocol(self): method selected_npn_protocol (line 168) | def selected_npn_protocol(self): method shared_ciphers (line 171) | def shared_ciphers(self): method compression (line 174) | def compression(self): method settimeout (line 177) | def settimeout(self, value): method gettimeout (line 180) | def gettimeout(self): method _decref_socketios (line 183) | def _decref_socketios(self): method _wrap_ssl_read (line 186) | def _wrap_ssl_read(self, len, buffer=None): method _ssl_io_loop (line 195) | def _ssl_io_loop(self, func, *args): FILE: openpype/hosts/fusion/vendor/urllib3/util/timeout.py class Timeout (line 20) | class Timeout(object): method __init__ (line 102) | def __init__(self, total=None, connect=_Default, read=_Default): method __repr__ (line 108) | def __repr__(self): method _validate_timeout (line 120) | def _validate_timeout(cls, value, name): method from_float (line 166) | def from_float(cls, timeout): method clone (line 181) | def clone(self): method start_connect (line 195) | def start_connect(self): method get_connect_duration (line 206) | def get_connect_duration(self): method connect_timeout (line 221) | def connect_timeout(self): method read_timeout (line 239) | def read_timeout(self): FILE: openpype/hosts/fusion/vendor/urllib3/util/url.py class Url (line 82) | class Url(namedtuple("Url", url_attrs)): method __new__ (line 91) | def __new__( method hostname (line 110) | def hostname(self): method request_uri (line 115) | def request_uri(self): method netloc (line 125) | def netloc(self): method url (line 132) | def url(self): method __str__ (line 171) | def __str__(self): function split_first (line 175) | def split_first(s, delims): function _encode_invalid_chars (line 210) | def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"): function _remove_path_dot_segments (line 244) | def _remove_path_dot_segments(path): function _normalize_host (line 274) | def _normalize_host(host, scheme): function _idna_encode (line 302) | def _idna_encode(name): function _encode_target (line 320) | def _encode_target(target): function parse_url (line 330) | def parse_url(url): function get_host (line 427) | def get_host(url): FILE: openpype/hosts/fusion/vendor/urllib3/util/wait.py class NoWayToWaitForSocketError (line 14) | class NoWayToWaitForSocketError(Exception): function _retry_on_intr (line 42) | def _retry_on_intr(fn, timeout): function _retry_on_intr (line 48) | def _retry_on_intr(fn, timeout): function select_wait_for_socket (line 71) | def select_wait_for_socket(sock, read=False, write=False, timeout=None): function poll_wait_for_socket (line 90) | def poll_wait_for_socket(sock, read=False, write=False, timeout=None): function null_wait_for_socket (line 110) | def null_wait_for_socket(*args, **kwargs): function _have_working_poll (line 114) | def _have_working_poll(): function wait_for_socket (line 127) | def wait_for_socket(*args, **kwargs): function wait_for_read (line 142) | def wait_for_read(sock, timeout=None): function wait_for_write (line 149) | def wait_for_write(sock, timeout=None): FILE: openpype/hosts/harmony/addon.py class HarmonyAddon (line 7) | class HarmonyAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 22) | def get_workfile_extensions(self): FILE: openpype/hosts/harmony/api/TB_sceneOpened.js function Client (line 18) | function Client() { function start (line 347) | function start() { function ensureSceneSettings (line 549) | function ensureSceneSettings() { function TB_sceneOpened (line 561) | function TB_sceneOpened() FILE: openpype/hosts/harmony/api/lib.py class ProcessContext (line 32) | class ProcessContext: method execute_in_main_thread (line 44) | def execute_in_main_thread(cls, func_to_call_from_main_thread): method main_thread_listen (line 48) | def main_thread_listen(cls): function signature (line 58) | def signature(postfix="func") -> str: class _ZipFile (line 70) | class _ZipFile(zipfile.ZipFile): function main (line 82) | def main(*subprocess_args): function setup_startup_scripts (line 103) | def setup_startup_scripts(): function check_libs (line 143) | def check_libs(): function launch (line 175) | def launch(application_path, *args): function check_workfiles_tool (line 208) | def check_workfiles_tool(): function open_empty_workfile (line 215) | def open_empty_workfile(): function get_local_harmony_path (line 229) | def get_local_harmony_path(filepath): function launch_zip_file (line 236) | def launch_zip_file(filepath): function on_file_changed (line 337) | def on_file_changed(path, threaded=True): function zip_and_move (line 357) | def zip_and_move(source, destination): function show (line 374) | def show(tool_name): function get_scene_data (line 400) | def get_scene_data(): function set_scene_data (line 414) | def set_scene_data(data): function read (line 429) | def read(node_id): function remove (line 445) | def remove(node_id): function delete_node (line 457) | def delete_node(node): function imprint (line 467) | def imprint(node_id, data, remove=False): function maintained_selection (line 495) | def maintained_selection(): function send (line 514) | def send(request): function select_nodes (line 519) | def select_nodes(nodes): function maintained_nodes_state (line 530) | def maintained_nodes_state(nodes): function save_scene (line 554) | def save_scene(): function save_scene_as (line 575) | def save_scene_as(filepath): function find_node_by_name (line 603) | def find_node_by_name(name, node_type): FILE: openpype/hosts/harmony/api/pipeline.py function set_scene_settings (line 31) | def set_scene_settings(settings): function get_asset_settings (line 45) | def get_asset_settings(): function ensure_scene_settings (line 78) | def ensure_scene_settings(): function check_inventory (line 102) | def check_inventory(): function application_launch (line 127) | def application_launch(event): function export_template (line 149) | def export_template(backdrops, nodes, filepath): function install (line 169) | def install(): function uninstall (line 187) | def uninstall(): function on_pyblish_instance_toggled (line 193) | def on_pyblish_instance_toggled(instance, old_value, new_value): function inject_avalon_js (line 208) | def inject_avalon_js(): function ls (line 216) | def ls(): function list_instances (line 241) | def list_instances(remove_orphaned=True): function remove_instance (line 280) | def remove_instance(instance): function select_instance (line 297) | def select_instance(instance): function containerise (line 307) | def containerise(name, FILE: openpype/hosts/harmony/api/plugin.py class Creator (line 5) | class Creator(LegacyCreator): method setup_node (line 17) | def setup_node(self, node): method process (line 30) | def process(self): FILE: openpype/hosts/harmony/api/server.py class Server (line 16) | class Server(threading.Thread): method __init__ (line 28) | def __init__(self, port): method process_request (line 56) | def process_request(self, request): method receive (line 84) | def receive(self): method run (line 166) | def run(self): method stop (line 181) | def stop(self): method _send (line 196) | def _send(self, message): method send (line 216) | def send(self, request): method _pretty (line 266) | def _pretty(self, message) -> str: method timestamp (line 271) | def timestamp(self): FILE: openpype/hosts/harmony/api/workio.py function file_extensions (line 16) | def file_extensions(): function has_unsaved_changes (line 20) | def has_unsaved_changes(): function save_file (line 28) | def save_file(filepath): function open_file (line 67) | def open_file(filepath): function current_file (line 71) | def current_file(): function work_root (line 76) | def work_root(session): FILE: openpype/hosts/harmony/plugins/create/create_farm_render.py class CreateFarmRender (line 7) | class CreateFarmRender(plugin.Creator): method __init__ (line 15) | def __init__(self, *args, **kwargs): method setup_node (line 19) | def setup_node(self, node): FILE: openpype/hosts/harmony/plugins/create/create_render.py class CreateRender (line 7) | class CreateRender(plugin.Creator): method __init__ (line 15) | def __init__(self, *args, **kwargs): method setup_node (line 19) | def setup_node(self, node): FILE: openpype/hosts/harmony/plugins/create/create_template.py class CreateTemplate (line 4) | class CreateTemplate(plugin.Creator): method __init__ (line 11) | def __init__(self, *args, **kwargs): FILE: openpype/hosts/harmony/plugins/load/load_audio.py class ImportAudioLoader (line 35) | class ImportAudioLoader(load.LoaderPlugin): method load (line 42) | def load(self, context, name=None, namespace=None, data=None): method update (line 58) | def update(self, container, representation): method remove (line 61) | def remove(self, container): FILE: openpype/hosts/harmony/plugins/load/load_background.py class BackgroundLoader (line 232) | class BackgroundLoader(load.LoaderPlugin): method load (line 239) | def load(self, context, name=None, namespace=None, data=None): method update (line 283) | def update(self, container, representation): method remove (line 358) | def remove(self, container): method switch (line 372) | def switch(self, container, representation): FILE: openpype/hosts/harmony/plugins/load/load_imagesequence.py class ImageSequenceLoader (line 17) | class ImageSequenceLoader(load.LoaderPlugin): method load (line 27) | def load(self, context, name=None, namespace=None, data=None): method update (line 75) | def update(self, container, representation): method remove (line 130) | def remove(self, container): method switch (line 143) | def switch(self, container, representation): FILE: openpype/hosts/harmony/plugins/load/load_palette.py class ImportPaletteLoader (line 11) | class ImportPaletteLoader(load.LoaderPlugin): method load (line 18) | def load(self, context, name=None, namespace=None, data=None): method load_palette (line 29) | def load_palette(self, representation): method remove (line 59) | def remove(self, container): method switch (line 62) | def switch(self, container, representation): method update (line 65) | def update(self, container, representation): FILE: openpype/hosts/harmony/plugins/load/load_template.py class TemplateLoader (line 17) | class TemplateLoader(load.LoaderPlugin): method load (line 31) | def load(self, context, name=None, namespace=None, data=None): method update (line 73) | def update(self, container, representation): method remove (line 116) | def remove(self, container): method switch (line 128) | def switch(self, container, representation): method _set_green (line 132) | def _set_green(self, node): method _set_red (line 140) | def _set_red(self, node): FILE: openpype/hosts/harmony/plugins/load/load_template_workfile.py class ImportTemplateLoader (line 13) | class ImportTemplateLoader(load.LoaderPlugin): method load (line 20) | def load(self, context, name=None, namespace=None, data=None): class ImportWorkfileLoader (line 60) | class ImportWorkfileLoader(ImportTemplateLoader): FILE: openpype/hosts/harmony/plugins/publish/collect_audio.py class CollectAudio (line 6) | class CollectAudio(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/collect_current_file.py class CollectCurrentFile (line 9) | class CollectCurrentFile(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/collect_farm_render.py class HarmonyRenderInstance (line 14) | class HarmonyRenderInstance(RenderInstance): class CollectFarmRender (line 21) | class CollectFarmRender(publish.AbstractCollectRender): method get_expected_files (line 48) | def get_expected_files(self, render_instance): method get_instances (line 91) | def get_instances(self, context): method add_additional_data (line 186) | def add_additional_data(self, instance): FILE: openpype/hosts/harmony/plugins/publish/collect_instances.py class CollectInstances (line 9) | class CollectInstances(pyblish.api.ContextPlugin): method process (line 30) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/collect_palettes.py class CollectPalettes (line 10) | class CollectPalettes(pyblish.api.ContextPlugin): method process (line 20) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/collect_scene.py class CollectScene (line 9) | class CollectScene(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/collect_workfile.py class CollectWorkfile (line 9) | class CollectWorkfile(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/extract_palette.py class ExtractPalette (line 12) | class ExtractPalette(publish.Extractor): method process (line 19) | def process(self, instance): method create_palette_thumbnail (line 82) | def create_palette_thumbnail(self, FILE: openpype/hosts/harmony/plugins/publish/extract_render.py class ExtractRender (line 12) | class ExtractRender(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/extract_save_scene.py class ExtractSaveScene (line 5) | class ExtractSaveScene(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/hosts/harmony/plugins/publish/extract_template.py class ExtractTemplate (line 10) | class ExtractTemplate(publish.Extractor): method process (line 17) | def process(self, instance): method get_backdrops (line 80) | def get_backdrops(self, node: str) -> list: method get_dependencies (line 95) | def get_dependencies( FILE: openpype/hosts/harmony/plugins/publish/extract_workfile.py class ExtractWorkfile (line 10) | class ExtractWorkfile(publish.Extractor): method process (line 17) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/increment_workfile.py class IncrementWorkfile (line 9) | class IncrementWorkfile(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/validate_audio.py class ValidateAudio (line 10) | class ValidateAudio(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/validate_instances.py class ValidateInstanceRepair (line 11) | class ValidateInstanceRepair(pyblish.api.Action): method process (line 18) | def process(self, context, plugin): class ValidateInstance (line 36) | class ValidateInstance(pyblish.api.InstancePlugin): method process (line 44) | def process(self, instance): FILE: openpype/hosts/harmony/plugins/publish/validate_scene_settings.py class ValidateSceneSettingsRepair (line 13) | class ValidateSceneSettingsRepair(pyblish.api.Action): method process (line 20) | def process(self, context, plugin): class ValidateSceneSettings (line 37) | class ValidateSceneSettings(pyblish.api.InstancePlugin): method process (line 56) | def process(self, instance): function _update_frames (line 168) | def _update_frames(expected_settings): FILE: openpype/hosts/harmony/vendor/OpenHarmony/openHarmony.js function addDOMAccess (line 473) | function addDOMAccess( target, item ){ FILE: openpype/hosts/harmony/vendor/OpenHarmony/openHarmony/openHarmony_threading.js function onRead (line 523) | function onRead(){ function onFinished (line 528) | function onFinished(returnCode){ FILE: openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_install.js function openHarmony_install_main (line 1) | function openHarmony_install_main(){ FILE: openpype/hosts/harmony/vendor/OpenHarmony/openHarmony_tools.js function oh_load (line 55) | function oh_load(){ function openHarmony_toolInstaller (line 69) | function openHarmony_toolInstaller(){ FILE: openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_anim_tools.js function oh_anim_smartKey (line 17) | function oh_anim_smartKey(){ FILE: openpype/hosts/harmony/vendor/OpenHarmony/tools/OpenHarmony_basic/openHarmony_rigging_tools.js function oh_rigging_removeUnnecesaryPaletteFiles (line 17) | function oh_rigging_removeUnnecesaryPaletteFiles(){ function oh_rigging_addCenterWeightedPeg (line 91) | function oh_rigging_addCenterWeightedPeg(){ function oh_rigging_addBackdropToSelected (line 141) | function oh_rigging_addBackdropToSelected(){ function oh_rigging_setSelectedPegPivotWithClick (line 380) | function oh_rigging_setSelectedPegPivotWithClick(){ FILE: openpype/hosts/hiero/addon.py class HieroAddon (line 8) | class HieroAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method add_implementation_envs (line 15) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 66) | def get_workfile_extensions(self): FILE: openpype/hosts/hiero/api/events.py function startupCompleted (line 16) | def startupCompleted(event): function shutDown (line 21) | def shutDown(event): function beforeNewProjectCreated (line 26) | def beforeNewProjectCreated(event): function afterNewProjectCreated (line 31) | def afterNewProjectCreated(event): function beforeProjectLoad (line 48) | def beforeProjectLoad(event): function afterProjectLoad (line 53) | def afterProjectLoad(event): function beforeProjectClosed (line 62) | def beforeProjectClosed(event): function afterProjectClosed (line 67) | def afterProjectClosed(event): function beforeProjectSaved (line 72) | def beforeProjectSaved(event): function afterProjectSaved (line 77) | def afterProjectSaved(event): function register_hiero_events (line 82) | def register_hiero_events(): function register_events (line 125) | def register_events(): FILE: openpype/hosts/hiero/api/launchforhiero.py function _hiero_main_window (line 10) | def _hiero_main_window(): function _hiero_main_menubar (line 19) | def _hiero_main_menubar(): function find_scripts_menu (line 31) | def find_scripts_menu(title, parent): function main (line 57) | def main(title="Scripts", parent=None, objectName=None): FILE: openpype/hosts/hiero/api/lib.py class _CTX (line 39) | class _CTX: class DeprecatedWarning (line 45) | class DeprecatedWarning(DeprecationWarning): function deprecated (line 49) | def deprecated(new_destination): function flatten (line 93) | def flatten(list_): function get_current_project (line 102) | def get_current_project(remove_untitled=False): function get_current_sequence (line 115) | def get_current_sequence(name=None, new=False): function get_timeline_selection (line 151) | def get_timeline_selection(): function get_current_track (line 157) | def get_current_track(sequence, name, audio=False): function get_track_items (line 193) | def get_track_items( function _validate_all_atrributes (line 278) | def _validate_all_atrributes( function get_track_item_tags (line 332) | def get_track_item_tags(track_item): function _get_tag_unique_hash (line 357) | def _get_tag_unique_hash(): function set_track_openpype_tag (line 362) | def set_track_openpype_tag(track, data=None): function get_track_openpype_tag (line 402) | def get_track_openpype_tag(track): function get_track_openpype_data (line 422) | def get_track_openpype_data(track, container_name=None): function get_track_item_pype_tag (line 457) | def get_track_item_pype_tag(track_item): function set_track_item_pype_tag (line 463) | def set_track_item_pype_tag(track_item, data=None): function get_track_item_pype_data (line 469) | def get_track_item_pype_data(track_item): function get_trackitem_openpype_tag (line 474) | def get_trackitem_openpype_tag(track_item): function set_trackitem_openpype_tag (line 494) | def set_trackitem_openpype_tag(track_item, data=None): function get_trackitem_openpype_data (line 533) | def get_trackitem_openpype_data(track_item): function imprint (line 579) | def imprint(track_item, data=None): function set_publish_attribute (line 604) | def set_publish_attribute(tag, value): function get_publish_attribute (line 616) | def get_publish_attribute(tag): function sync_avalon_data_to_workfile (line 630) | def sync_avalon_data_to_workfile(): function launch_workfiles_app (line 680) | def launch_workfiles_app(event): function setup (line 691) | def setup(console=False, port=None, menu=True): function teardown (line 717) | def teardown(): function remove_from_filemenu (line 730) | def remove_from_filemenu(): function add_to_filemenu (line 734) | def add_to_filemenu(): class PyblishSubmission (line 738) | class PyblishSubmission(hiero.exporters.FnSubmission.Submission): method __init__ (line 740) | def __init__(self): method addToQueue (line 743) | def addToQueue(self): function add_submission (line 750) | def add_submission(): class PublishAction (line 755) | class PublishAction(QtWidgets.QAction): method __init__ (line 760) | def __init__(self): method publish (line 771) | def publish(self): method eventHandler (line 779) | def eventHandler(self, event): function create_nuke_workfile_clips (line 841) | def create_nuke_workfile_clips(nuke_workfiles, seq=None): function create_bin (line 924) | def create_bin(path=None, project=None): function split_by_client_version (line 978) | def split_by_client_version(string): function get_selected_track_items (line 988) | def get_selected_track_items(sequence=None): function set_selected_track_items (line 996) | def set_selected_track_items(track_items_list, sequence=None): function _read_doc_from_path (line 1009) | def _read_doc_from_path(path): function _write_doc_to_path (line 1020) | def _write_doc_to_path(doc, path): function _set_hrox_project_knobs (line 1030) | def _set_hrox_project_knobs(doc, **knobs): function apply_colorspace_project (line 1046) | def apply_colorspace_project(): function apply_colorspace_clips (line 1173) | def apply_colorspace_clips(): function is_overlapping (line 1208) | def is_overlapping(ti_test, ti_original, strict=False): function get_sequence_pattern_and_padding (line 1238) | def get_sequence_pattern_and_padding(file): function sync_clip_name_to_data_asset (line 1262) | def sync_clip_name_to_data_asset(track_items_list): function set_track_color (line 1295) | def set_track_color(track_item, color): function check_inventory_versions (line 1299) | def check_inventory_versions(track_items=None): function selection_changed_timeline (line 1335) | def selection_changed_timeline(event): function before_project_save (line 1356) | def before_project_save(event): function get_main_window (line 1371) | def get_main_window(): FILE: openpype/hosts/hiero/api/menu.py function get_context_label (line 26) | def get_context_label(): function update_menu_task_label (line 33) | def update_menu_task_label(): function menu_install (line 50) | def menu_install(): function add_scripts_menu (line 151) | def add_scripts_menu(): FILE: openpype/hosts/hiero/api/otio/hiero_export.py class CTX (line 27) | class CTX: function flatten (line 33) | def flatten(list_): function create_otio_rational_time (line 42) | def create_otio_rational_time(frame, fps): function create_otio_time_range (line 49) | def create_otio_time_range(start_frame, frame_duration, fps): function _get_metadata (line 56) | def _get_metadata(item): function create_time_effects (line 62) | def create_time_effects(otio_clip, track_item): function create_otio_reference (line 130) | def create_otio_reference(clip): function get_marker_color (line 202) | def get_marker_color(tag): function create_otio_markers (line 215) | def create_otio_markers(otio_item, item): function create_otio_clip (line 263) | def create_otio_clip(track_item): function create_otio_gap (line 300) | def create_otio_gap(gap_start, clip_start, tl_start_frame, fps): function _create_otio_timeline (line 310) | def _create_otio_timeline(): function create_otio_track (line 340) | def create_otio_track(track_type, track_name): function add_otio_gap (line 347) | def add_otio_gap(track_item, otio_track, prev_out): function add_otio_metadata (line 362) | def add_otio_metadata(otio_item, media_source, **kwargs): function create_otio_timeline (line 374) | def create_otio_timeline(): function write_to_file (line 442) | def write_to_file(otio_timeline, path): FILE: openpype/hosts/hiero/api/otio/hiero_import.py function inform (line 25) | def inform(messages): function get_transition_type (line 37) | def get_transition_type(otio_item, otio_track): function find_trackitem (line 59) | def find_trackitem(otio_clip, hiero_track): function get_neighboring_trackitems (line 68) | def get_neighboring_trackitems(otio_item, otio_track, hiero_track): function apply_transition (line 82) | def apply_transition(otio_track, otio_item, track): function prep_url (line 169) | def prep_url(url_in): function create_offline_mediasource (line 183) | def create_offline_mediasource(otio_clip, path=None): function load_otio (line 221) | def load_otio(otio_file, project=None, sequence=None): function get_tag (line 241) | def get_tag(tagname, tagsbin): function add_metadata (line 255) | def add_metadata(metadata, hiero_item): function add_markers (line 272) | def add_markers(otio_item, hiero_item, tagsbin): function create_track (line 316) | def create_track(otio_track, tracknum, track_kind): function create_clip (line 334) | def create_clip(otio_clip, tagsbin, sequencebin): function create_trackitem (line 372) | def create_trackitem(playhead, track, otio_clip, clip): function build_sequence (line 437) | def build_sequence( FILE: openpype/hosts/hiero/api/otio/utils.py function timecode_to_frames (line 5) | def timecode_to_frames(timecode, framerate): function frames_to_timecode (line 10) | def frames_to_timecode(frames, framerate): function frames_to_secons (line 15) | def frames_to_secons(frames, framerate): function get_reformated_path (line 20) | def get_reformated_path(path, padded=True): function get_padding_from_path (line 45) | def get_padding_from_path(path): function get_rate (line 66) | def get_rate(item): FILE: openpype/hosts/hiero/api/pipeline.py function install (line 36) | def install(): function uninstall (line 59) | def uninstall(): function containerise (line 74) | def containerise(track_item, function ls (line 116) | def ls(): function parse_container (line 146) | def parse_container(item, validate=True): function _update_container_data (line 204) | def _update_container_data(container, data): function update_container (line 213) | def update_container(item, data=None): function launch_workfiles_app (line 255) | def launch_workfiles_app(*args): function publish (line 264) | def publish(parent): function maintained_selection (line 270) | def maintained_selection(): function reset_selection (line 292) | def reset_selection(): function reload_config (line 299) | def reload_config(): function on_pyblish_instance_toggled (line 322) | def on_pyblish_instance_toggled(instance, old_value, new_value): FILE: openpype/hosts/hiero/api/plugin.py function load_stylesheet (line 20) | def load_stylesheet(): class CreatorWidget (line 31) | class CreatorWidget(QtWidgets.QDialog): method __init__ (line 36) | def __init__(self, name, info, ui_inputs, parent=None): method _on_ok_clicked (line 107) | def _on_ok_clicked(self): method _on_cancel_clicked (line 111) | def _on_cancel_clicked(self): method value (line 115) | def value(self, data, new_data=None): method camel_case_split (line 143) | def camel_case_split(self, text): method create_row (line 148) | def create_row(self, layout, type, text, **kwargs): method populate_widgets (line 198) | def populate_widgets(self, data, content_layout=None): class Spacer (line 302) | class Spacer(QtWidgets.QWidget): method __init__ (line 303) | def __init__(self, height, *args, **kwargs): class SequenceLoader (line 319) | class SequenceLoader(LoaderPlugin): method load (line 357) | def load( method update (line 366) | def update(self, container, representation): method remove (line 371) | def remove(self, container): class ClipLoader (line 377) | class ClipLoader: method __init__ (line 382) | def __init__(self, cls, context, path, **options): method _populate_data (line 438) | def _populate_data(self): method _fix_path_hashes (line 480) | def _fix_path_hashes(self): method _get_asset_data (line 490) | def _get_asset_data(self): method _make_track_item (line 500) | def _make_track_item(self, source_bin_item, audio=False): method load (line 523) | def load(self): class Creator (line 607) | class Creator(LegacyCreator): method __init__ (line 613) | def __init__(self, *args, **kwargs): class PublishClip (line 634) | class PublishClip: method __init__ (line 670) | def __init__(self, cls, track_item, **kwargs): method convert (line 707) | def convert(self): method _populate_track_item_default_data (line 751) | def _populate_track_item_default_data(self): method _populate_attributes (line 763) | def _populate_attributes(self): method _replace_hash_to_expression (line 808) | def _replace_hash_to_expression(self, name, text): method _convert_to_tag_data (line 816) | def _convert_to_tag_data(self): method _solve_tag_hierarchy_data (line 902) | def _solve_tag_hierarchy_data(self, hierarchy_formatting_data): method _convert_to_entity (line 921) | def _convert_to_entity(self, type, template): method _create_parents (line 944) | def _create_parents(self): FILE: openpype/hosts/hiero/api/startup/Python/Startup/SpreadsheetExport.py function findWidget (line 19) | def findWidget(w): function getFoundryWidgetsWithClassName (line 29) | def getFoundryWidgetsWithClassName(filter=None): function activeSpreadsheetTreeView (line 47) | def activeSpreadsheetTreeView(): class SpreadsheetExportCSVAction (line 61) | class SpreadsheetExportCSVAction(QAction): method __init__ (line 62) | def __init__(self): method eventHandler (line 69) | def eventHandler(self, event): method exportCSVFromActiveSpreadsheetView (line 74) | def exportCSVFromActiveSpreadsheetView(self): FILE: openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportTask.py class OTIOExportTask (line 13) | class OTIOExportTask(hiero.core.TaskBase): method __init__ (line 15) | def __init__(self, initDict): method name (line 20) | def name(self): method startTask (line 23) | def startTask(self): method taskStep (line 26) | def taskStep(self): method finishTask (line 29) | def finishTask(self): method forcedAbort (line 53) | def forcedAbort(self): class OTIOExportPreset (line 57) | class OTIOExportPreset(hiero.core.TaskPresetBase): method __init__ (line 58) | def __init__(self, name, properties): method supportedItems (line 65) | def supportedItems(self): method addCustomResolveEntries (line 68) | def addCustomResolveEntries(self, resolver): method supportsAudio (line 75) | def supportsAudio(self): FILE: openpype/hosts/hiero/api/startup/Python/Startup/otioexporter/OTIOExportUI.py class OTIOExportUI (line 27) | class OTIOExportUI(hiero.ui.TaskUIBase): method __init__ (line 28) | def __init__(self, preset): method includeMarkersCheckboxChanged (line 37) | def includeMarkersCheckboxChanged(self, state): method populateUI (line 41) | def populateUI(self, widget, exportTemplate): FILE: openpype/hosts/hiero/api/startup/Python/Startup/project_helpers.py function __trackActiveProjectHandler (line 20) | def __trackActiveProjectHandler(event): function activeProject (line 40) | def activeProject(): function recentProjects (line 94) | def recentProjects(): function recentProject (line 112) | def recentProject(k=0): function openRecentProject (line 126) | def openRecentProject(k=0): class SaveAllProjects (line 146) | class SaveAllProjects(QAction): method __init__ (line 148) | def __init__(self): method projectSaveAll (line 154) | def projectSaveAll(self): method eventHandler (line 168) | def eventHandler(self, event): class SaveNewProjectVersion (line 174) | class SaveNewProjectVersion(QAction): method __init__ (line 176) | def __init__(self): method saveNewVersion (line 183) | def saveNewVersion(self): method eventHandler (line 227) | def eventHandler(self, event): FILE: openpype/hosts/hiero/api/startup/Python/Startup/selection_tracker.py function selectionChanged (line 6) | def selectionChanged(event): FILE: openpype/hosts/hiero/api/startup/Python/Startup/setFrameRate.py class SetFrameRateDialog (line 16) | class SetFrameRateDialog(QDialog): method __init__ (line 18) | def __init__(self,itemSelection=None,parent=None): method _updateOkButtonState (line 39) | def _updateOkButtonState(self): method _textChanged (line 47) | def _textChanged(self, newText): method currentFramerateString (line 51) | def currentFramerateString(self): method showDialogAndSetFrameRateFromSelection (line 55) | def showDialogAndSetFrameRateFromSelection(self): function makeAction (line 71) | def makeAction(title, method, icon = None): class SetFrameRateMenu (line 83) | class SetFrameRateMenu: method __init__ (line 85) | def __init__(self): method createFrameRateMenus (line 96) | def createFrameRateMenus(self,selection): method setFrameRateFromMenuSelection (line 121) | def setFrameRateFromMenuSelection(self, menuSelectionFPS): method binViewEventHandler (line 138) | def binViewEventHandler(self,event): FILE: openpype/hosts/hiero/api/startup/Python/StartupUI/PimpMySpreadsheet.py class CustomSpreadsheetColumns (line 71) | class CustomSpreadsheetColumns(QObject): method numColumns (line 149) | def numColumns(self): method columnName (line 155) | def columnName(self, column): method getTagsString (line 161) | def getTagsString(self, item): method getNotes (line 172) | def getNotes(self, item): method getData (line 184) | def getData(self, row, column, item): method setData (line 253) | def setData(self, row, column, item, data): method getTooltip (line 260) | def getTooltip(self, row, column, item): method getFont (line 272) | def getFont(self, row, column, item): method getBackground (line 278) | def getBackground(self, row, column, item): method getForeground (line 286) | def getForeground(self, row, column, item): method getIcon (line 294) | def getIcon(self, row, column, item): method getSizeHint (line 321) | def getSizeHint(self, row, column, item): method paintCell (line 332) | def paintCell(self, row, column, item, painter, option): method createEditor (line 405) | def createEditor(self, row, column, item, view): method setModelData (line 445) | def setModelData(self, row, column, item, editor): method dropMimeData (line 448) | def dropMimeData(self, row, column, item, data, items): method colourspaceChanged (line 457) | def colourspaceChanged(self, index): method statusChanged (line 473) | def statusChanged(self, arg): method artistNameChanged (line 494) | def artistNameChanged(self, arg): function _getArtistFromID (line 516) | def _getArtistFromID(self, artistID): function _getArtistFromName (line 528) | def _getArtistFromName(self, artistName): function _artist (line 540) | def _artist(self): function _updateArtistTag (line 551) | def _updateArtistTag(self, artistDict): function _setArtistByName (line 585) | def _setArtistByName(self, artistName): function _setArtistByID (line 600) | def _setArtistByID(self, artistID): function _status (line 623) | def _status(self): function _setStatus (line 634) | def _setStatus(self, status): function titleStringTriggeredAction (line 675) | def titleStringTriggeredAction(title, method, icon=None): class SetStatusMenu (line 688) | class SetStatusMenu(QMenu): method __init__ (line 689) | def __init__(self): method createStatusMenuActions (line 705) | def createStatusMenuActions(self): method setStatusFromMenuSelection (line 715) | def setStatusFromMenuSelection(self, menuSelectionStatus): method eventHandler (line 746) | def eventHandler(self, event): class AssignArtistMenu (line 763) | class AssignArtistMenu(QMenu): method __init__ (line 764) | def __init__(self): method createAssignArtistMenuActions (line 780) | def createAssignArtistMenuActions(self): method setArtistFromMenuSelection (line 790) | def setArtistFromMenuSelection(self, menuSelectionArtist): method eventHandler (line 821) | def eventHandler(self, event): FILE: openpype/hosts/hiero/api/startup/Python/StartupUI/Purge.py class PurgeUnusedAction (line 20) | class PurgeUnusedAction(QAction): method __init__ (line 21) | def __init__(self): method binIsEmpty (line 29) | def binIsEmpty(self, b): method PurgeUnused (line 47) | def PurgeUnused(self): method eventHandler (line 123) | def eventHandler(self, event): FILE: openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/OTIOImport.py function get_transition_type (line 37) | def get_transition_type(otio_item, otio_track): function find_trackitem (line 59) | def find_trackitem(name, hiero_track): function get_neighboring_trackitems (line 67) | def get_neighboring_trackitems(otio_item, otio_track, hiero_track): function apply_transition (line 81) | def apply_transition(otio_track, otio_item, track): function prep_url (line 150) | def prep_url(url_in): function create_offline_mediasource (line 164) | def create_offline_mediasource(otio_clip, path=None): function load_otio (line 189) | def load_otio(otio_file): function get_tag (line 210) | def get_tag(tagname, tagsbin): function add_metadata (line 224) | def add_metadata(metadata, hiero_item): function add_markers (line 237) | def add_markers(otio_item, hiero_item, tagsbin): function create_track (line 270) | def create_track(otio_track, tracknum, track_kind): function create_clip (line 289) | def create_clip(otio_clip): function create_trackitem (line 307) | def create_trackitem(playhead, track, otio_clip, clip, tagsbin): function build_sequence (line 359) | def build_sequence( FILE: openpype/hosts/hiero/api/startup/Python/StartupUI/otioimporter/__init__.py class OTIOProjectSelect (line 15) | class OTIOProjectSelect(qw.QDialog): method __init__ (line 17) | def __init__(self, projects, *args, **kwargs): function get_sequence (line 41) | def get_sequence(view): function OTIO_menu_action (line 57) | def OTIO_menu_action(event): function open_otio_file (line 91) | def open_otio_file(): FILE: openpype/hosts/hiero/api/startup/Python/StartupUI/setPosterFrame.py function setPosterFrame (line 12) | def setPosterFrame(posterFrame=.5): class SetPosterFrameAction (line 29) | class SetPosterFrameAction(QAction): method __init__ (line 30) | def __init__(self): method eventHandler (line 38) | def eventHandler(self, event): FILE: openpype/hosts/hiero/api/tags.py function tag_data (line 13) | def tag_data(): function create_tag (line 57) | def create_tag(key, data): function update_tag (line 72) | def update_tag(tag, data): function add_tags_to_workfile (line 106) | def add_tags_to_workfile(): FILE: openpype/hosts/hiero/api/workio.py function file_extensions (line 9) | def file_extensions(): function has_unsaved_changes (line 13) | def has_unsaved_changes(): function save_file (line 24) | def save_file(filepath): function open_file (line 37) | def open_file(filepath): function current_file (line 65) | def current_file(): function work_root (line 72) | def work_root(session): FILE: openpype/hosts/hiero/plugins/create/create_shot_clip.py class CreateShotClip (line 9) | class CreateShotClip(phiero.Creator): method process (line 209) | def process(self): FILE: openpype/hosts/hiero/plugins/load/load_clip.py class LoadClip (line 16) | class LoadClip(phiero.SequenceLoader): method apply_settings (line 45) | def apply_settings(cls, project_settings, system_settings): method load (line 76) | def load(self, context, name, namespace, options): method switch (line 138) | def switch(self, container, representation): method update (line 141) | def update(self, container, representation): method remove (line 194) | def remove(self, container): method multiselection (line 207) | def multiselection(cls, track_item): method set_item_color (line 213) | def set_item_color(cls, track_item, version_doc): FILE: openpype/hosts/hiero/plugins/load/load_effects.py class LoadEffects (line 19) | class LoadEffects(load.LoaderPlugin): method load (line 33) | def load(self, context, name, namespace, data): method _shared_loading (line 81) | def _shared_loading( method update (line 160) | def update(self, container, representation): method reorder_nodes (line 214) | def reorder_nodes(self, data): method get_item (line 230) | def get_item(self, data, trackIndex, subTrackIndex): method byteify (line 236) | def byteify(self, input): method switch (line 259) | def switch(self, container, representation): method remove (line 262) | def remove(self, container): method containerise (line 265) | def containerise( FILE: openpype/hosts/hiero/plugins/publish/collect_clip_effects.py class CollectClipEffects (line 5) | class CollectClipEffects(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method test_overlap (line 136) | def test_overlap(self, effect_t_in, effect_t_out): method add_effect (line 156) | def add_effect(self, track_index, sitem): method node_serialization (line 184) | def node_serialization(self, node): FILE: openpype/hosts/hiero/plugins/publish/collect_frame_tag_instances.py class CollectFrameTagInstances (line 11) | class CollectFrameTagInstances(pyblish.api.ContextPlugin): method process (line 25) | def process(self, context): method _get_tag_data (line 38) | def _get_tag_data(self, tag): method _create_frame_subset_data_sequence (line 69) | def _create_frame_subset_data_sequence(self, context): method _create_instances (line 127) | def _create_instances(self, subset_data): FILE: openpype/hosts/hiero/plugins/publish/collect_tag_tasks.py class CollectClipTagTasks (line 4) | class CollectClipTagTasks(api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/hiero/plugins/publish/extract_clip_effects.py class ExtractClipEffects (line 9) | class ExtractClipEffects(publish.Extractor): method process (line 16) | def process(self, instance): method copy_linked_files (line 94) | def copy_linked_files(self, effect, dst_dir): FILE: openpype/hosts/hiero/plugins/publish/extract_frames.py class ExtractFrames (line 11) | class ExtractFrames(publish.Extractor): method process (line 20) | def process(self, instance): FILE: openpype/hosts/hiero/plugins/publish/extract_thumbnail.py class ExtractThumnail (line 7) | class ExtractThumnail(publish.Extractor): method process (line 17) | def process(self, instance): method create_thumbnail (line 26) | def create_thumbnail(self, staging_dir, instance): FILE: openpype/hosts/hiero/plugins/publish/integrate_version_up_workfile.py class IntegrateVersionUpWorkfile (line 6) | class IntegrateVersionUpWorkfile(api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/hiero/plugins/publish/precollect_instances.py class PrecollectInstances (line 14) | class PrecollectInstances(pyblish.api.ContextPlugin): method process (line 23) | def process(self, context): method get_resolution_to_data (line 155) | def get_resolution_to_data(self, data, context): method create_shot_instance (line 180) | def create_shot_instance(self, context, **data): method _get_asset_data (line 218) | def _get_asset_data(self, data): method create_audio_instance (line 243) | def create_audio_instance(self, context, **data): method test_any_audio (line 286) | def test_any_audio(self, track_item): method get_otio_clip_instance_data (line 307) | def get_otio_clip_instance_data(self, track_item): method create_otio_time_range_from_timeline_item_data (line 344) | def create_otio_time_range_from_timeline_item_data(track_item): method collect_sub_track_items (line 353) | def collect_sub_track_items(self, tracks): method clip_annotations (line 401) | def clip_annotations(clip): method clip_subtrack (line 412) | def clip_subtrack(clip): FILE: openpype/hosts/hiero/plugins/publish/precollect_workfile.py class PrecollectWorkfile (line 14) | class PrecollectWorkfile(pyblish.api.ContextPlugin): method process (line 20) | def process(self, context): method get_colorspace (line 98) | def get_colorspace(self, project): FILE: openpype/hosts/hiero/plugins/publish_old_workflow/collect_assetbuilds.py class CollectAssetBuilds (line 6) | class CollectAssetBuilds(api.ContextPlugin): method process (line 20) | def process(self, context): FILE: openpype/hosts/hiero/plugins/publish_old_workflow/collect_tag_comments.py class CollectClipTagComments (line 4) | class CollectClipTagComments(api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/hiero/plugins/publish_old_workflow/precollect_retime.py class PrecollectRetime (line 6) | class PrecollectRetime(api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/hiero/vendor/google/protobuf/descriptor.py class Error (line 51) | class Error(Exception): class TypeTransformationError (line 55) | class TypeTransformationError(Error): class DescriptorMetaclass (line 64) | class DescriptorMetaclass(type): method __instancecheck__ (line 65) | def __instancecheck__(cls, obj): class _Lock (line 76) | class _Lock(object): method __new__ (line 79) | def __new__(cls): method __enter__ (line 84) | def __enter__(self): method __exit__ (line 87) | def __exit__(self, exc_type, exc_value, exc_tb): function _Deprecated (line 94) | def _Deprecated(name): class DescriptorBase (line 113) | class DescriptorBase(metaclass=DescriptorMetaclass): method __init__ (line 133) | def __init__(self, options, serialized_options, options_class_name): method _SetOptions (line 145) | def _SetOptions(self, options, options_class_name): method GetOptions (line 157) | def GetOptions(self): class _NestedDescriptorBase (line 184) | class _NestedDescriptorBase(DescriptorBase): method __init__ (line 187) | def __init__(self, options, options_class_name, name, full_name, method CopyToProto (line 222) | def CopyToProto(self, proto): class Descriptor (line 241) | class Descriptor(_NestedDescriptorBase): method __new__ (line 289) | def __new__( method __init__ (line 315) | def __init__(self, name, full_name, filename, containing_type, fields, method fields_by_camelcase_name (line 372) | def fields_by_camelcase_name(self): method EnumValueName (line 381) | def EnumValueName(self, enum, value): method CopyToProto (line 399) | def CopyToProto(self, proto): class FieldDescriptor (line 420) | class FieldDescriptor(DescriptorBase): method __new__ (line 550) | def __new__(cls, name, full_name, index, number, type, cpp_type, label, method __init__ (line 562) | def __init__(self, name, full_name, index, number, type, cpp_type, label, method camelcase_name (line 610) | def camelcase_name(self): method has_presence (line 621) | def has_presence(self): method ProtoTypeToCppProtoType (line 641) | def ProtoTypeToCppProtoType(proto_type): class EnumDescriptor (line 661) | class EnumDescriptor(_NestedDescriptorBase): method __new__ (line 688) | def __new__(cls, name, full_name, filename, values, method __init__ (line 695) | def __init__(self, name, full_name, filename, values, method CopyToProto (line 719) | def CopyToProto(self, proto): class EnumValueDescriptor (line 729) | class EnumValueDescriptor(DescriptorBase): method __new__ (line 748) | def __new__(cls, name, index, number, method __init__ (line 758) | def __init__(self, name, index, number, class OneofDescriptor (line 773) | class OneofDescriptor(DescriptorBase): method __new__ (line 791) | def __new__( method __init__ (line 797) | def __init__( class ServiceDescriptor (line 813) | class ServiceDescriptor(_NestedDescriptorBase): method __new__ (line 835) | def __new__( method __init__ (line 850) | def __init__(self, name, full_name, index, methods, options=None, method FindMethodByName (line 867) | def FindMethodByName(self, name): method CopyToProto (line 878) | def CopyToProto(self, proto): class MethodDescriptor (line 888) | class MethodDescriptor(DescriptorBase): method __new__ (line 911) | def __new__(cls, method __init__ (line 926) | def __init__(self, method CopyToProto (line 957) | def CopyToProto(self, proto): class FileDescriptor (line 976) | class FileDescriptor(DescriptorBase): method __new__ (line 1010) | def __new__(cls, name, package, options=None, method __init__ (line 1028) | def __init__(self, name, package, options=None, method CopyToProto (line 1055) | def CopyToProto(self, proto): function _ParseOptions (line 1064) | def _ParseOptions(message, string): function _ToCamelCase (line 1074) | def _ToCamelCase(name): function _OptionsOrNone (line 1095) | def _OptionsOrNone(descriptor_proto): function _ToJsonName (line 1103) | def _ToJsonName(name): function MakeDescriptor (line 1120) | def MakeDescriptor(desc_proto, package='', build_file_if_cpp=True, FILE: openpype/hosts/hiero/vendor/google/protobuf/descriptor_database.py class Error (line 38) | class Error(Exception): class DescriptorDatabaseConflictingDefinitionError (line 42) | class DescriptorDatabaseConflictingDefinitionError(Error): class DescriptorDatabase (line 46) | class DescriptorDatabase(object): method __init__ (line 49) | def __init__(self): method Add (line 53) | def Add(self, file_desc_proto): method FindFileByName (line 87) | def FindFileByName(self, name): method FindFileContainingSymbol (line 106) | def FindFileContainingSymbol(self, symbol): method FindFileContainingExtension (line 143) | def FindFileContainingExtension(self, extendee_name, extension_number): method FindAllExtensionNumbers (line 147) | def FindAllExtensionNumbers(self, extendee_name): method _AddSymbol (line 151) | def _AddSymbol(self, name, file_desc_proto): function _ExtractSymbols (line 161) | def _ExtractSymbols(desc_proto, package): FILE: openpype/hosts/hiero/vendor/google/protobuf/descriptor_pool.py function _Deprecated (line 71) | def _Deprecated(func): function _NormalizeFullyQualifiedName (line 87) | def _NormalizeFullyQualifiedName(name): function _OptionsOrNone (line 102) | def _OptionsOrNone(descriptor_proto): function _IsMessageSetExtension (line 110) | def _IsMessageSetExtension(field): class DescriptorPool (line 118) | class DescriptorPool(object): method __new__ (line 123) | def __new__(cls, descriptor_db=None): method __init__ (line 127) | def __init__(self, descriptor_db=None): method _CheckConflictRegister (line 157) | def _CheckConflictRegister(self, desc, desc_name, file_name): method Add (line 195) | def Add(self, file_desc_proto): method AddSerializedFile (line 204) | def AddSerializedFile(self, serialized_file_desc_proto): method AddDescriptor (line 226) | def AddDescriptor(self, desc): method _AddDescriptor (line 230) | def _AddDescriptor(self, desc): method AddEnumDescriptor (line 251) | def AddEnumDescriptor(self, enum_desc): method _AddEnumDescriptor (line 255) | def _AddEnumDescriptor(self, enum_desc): method AddServiceDescriptor (line 292) | def AddServiceDescriptor(self, service_desc): method _AddServiceDescriptor (line 296) | def _AddServiceDescriptor(self, service_desc): method AddExtensionDescriptor (line 313) | def AddExtensionDescriptor(self, extension): method _AddExtensionDescriptor (line 317) | def _AddExtensionDescriptor(self, extension): method AddFileDescriptor (line 360) | def AddFileDescriptor(self, file_desc): method _InternalAddFileDescriptor (line 364) | def _InternalAddFileDescriptor(self, file_desc): method _AddFileDescriptor (line 382) | def _AddFileDescriptor(self, file_desc): method FindFileByName (line 396) | def FindFileByName(self, file_name): method FindFileContainingSymbol (line 425) | def FindFileContainingSymbol(self, symbol): method _InternalFindFileContainingSymbol (line 452) | def _InternalFindFileContainingSymbol(self, symbol): method FindMessageTypeByName (line 501) | def FindMessageTypeByName(self, full_name): method FindEnumTypeByName (line 519) | def FindEnumTypeByName(self, full_name): method FindFieldByName (line 537) | def FindFieldByName(self, full_name): method FindOneofByName (line 554) | def FindOneofByName(self, full_name): method FindExtensionByName (line 571) | def FindExtensionByName(self, full_name): method FindExtensionByNumber (line 601) | def FindExtensionByNumber(self, message_descriptor, number): method FindAllExtensions (line 624) | def FindAllExtensions(self, message_descriptor): method _TryLoadExtensionFromDB (line 648) | def _TryLoadExtensionFromDB(self, message_descriptor, number): method FindServiceByName (line 676) | def FindServiceByName(self, full_name): method FindMethodByName (line 693) | def FindMethodByName(self, full_name): method _FindFileContainingSymbolInDb (line 710) | def _FindFileContainingSymbolInDb(self, symbol): method _ConvertFileProtoToFileDescriptor (line 733) | def _ConvertFileProtoToFileDescriptor(self, file_proto): method _ConvertMessageDescriptor (line 828) | def _ConvertMessageDescriptor(self, desc_proto, package=None, file_des... method _ConvertEnumDescriptor (line 922) | def _ConvertEnumDescriptor(self, enum_proto, package=None, file_desc=N... method _MakeFieldDescriptor (line 974) | def _MakeFieldDescriptor(self, field_proto, message_name, index, method _SetAllFieldTypes (line 1026) | def _SetAllFieldTypes(self, package, desc_proto, scope): method _SetFieldType (line 1058) | def _SetFieldType(self, field_proto, field_desc, package, scope): method _MakeEnumValueDescriptor (line 1134) | def _MakeEnumValueDescriptor(self, value_proto, index): method _MakeServiceDescriptor (line 1154) | def _MakeServiceDescriptor(self, service_proto, service_index, scope, method _MakeMethodDescriptor (line 1190) | def _MakeMethodDescriptor(self, method_proto, service_name, package, s... method _ExtractSymbols (line 1222) | def _ExtractSymbols(self, descriptors): method _GetDeps (line 1238) | def _GetDeps(self, dependencies, visited=None): method _GetTypeFromScope (line 1258) | def _GetTypeFromScope(self, package, type_name, scope): function _PrefixWithDot (line 1281) | def _PrefixWithDot(name): function Default (line 1294) | def Default(): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/_parameterized.py function _CleanRepr (line 167) | def _CleanRepr(obj): function _StrClass (line 173) | def _StrClass(cls): function _NonStringIterable (line 177) | def _NonStringIterable(obj): function _FormatParameterList (line 182) | def _FormatParameterList(testcase_params): class _ParameterizedTestIter (line 192) | class _ParameterizedTestIter(object): method __init__ (line 195) | def __init__(self, test_method, testcases, naming_type): method __call__ (line 213) | def __call__(self, *args, **kwargs): method __iter__ (line 219) | def __iter__(self): function _IsSingletonList (line 257) | def _IsSingletonList(testcases): function _ModifyClass (line 262) | def _ModifyClass(class_object, testcases, naming_type): function _ParameterDecorator (line 281) | def _ParameterDecorator(naming_type, testcases): function parameters (line 310) | def parameters(*testcases): # pylint: disable=invalid-name function named_parameters (line 325) | def named_parameters(*testcases): # pylint: disable=invalid-name class TestGeneratorMetaclass (line 342) | class TestGeneratorMetaclass(type): method __new__ (line 355) | def __new__(mcs, class_name, bases, dct): function _UpdateClassDictForParamTestCase (line 367) | def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): class TestCase (line 389) | class TestCase(unittest.TestCase, metaclass=TestGeneratorMetaclass): method _OriginalName (line 392) | def _OriginalName(self): method __str__ (line 395) | def __str__(self): method id (line 398) | def id(self): # pylint: disable=invalid-name function CoopTestCase (line 412) | def CoopTestCase(other_base_class): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/api_implementation.py function Type (line 95) | def Type(): function _SetType (line 99) | def _SetType(implementation_type): function Version (line 106) | def Version(): function IsPythonDefaultSerializationDeterministic (line 111) | def IsPythonDefaultSerializationDeterministic(): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/builder.py function BuildMessageAndEnumDescriptors (line 48) | def BuildMessageAndEnumDescriptors(file_des, module): function BuildTopDescriptorsAndMessages (line 70) | def BuildTopDescriptorsAndMessages(file_des, module_name, module): function BuildServices (line 111) | def BuildServices(file_des, module_name, module): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/containers.py class BaseContainer (line 67) | class BaseContainer(Sequence[_T]): method __init__ (line 73) | def __init__(self, message_listener: Any) -> None: method __getitem__ (line 84) | def __getitem__(self, key: int) -> _T: method __getitem__ (line 88) | def __getitem__(self, key: slice) -> List[_T]: method __getitem__ (line 91) | def __getitem__(self, key): method __len__ (line 95) | def __len__(self) -> int: method __ne__ (line 99) | def __ne__(self, other: Any) -> bool: method __repr__ (line 106) | def __repr__(self) -> str: method sort (line 109) | def sort(self, *args, **kwargs) -> None: method reverse (line 117) | def reverse(self) -> None: class RepeatedScalarFieldContainer (line 126) | class RepeatedScalarFieldContainer(BaseContainer[_T], MutableSequence[_T]): method __init__ (line 132) | def __init__( method append (line 148) | def append(self, value: _T) -> None: method insert (line 154) | def insert(self, key: int, value: _T) -> None: method extend (line 160) | def extend(self, elem_seq: Iterable[_T]) -> None: method MergeFrom (line 178) | def MergeFrom( method remove (line 188) | def remove(self, elem: _T): method pop (line 193) | def pop(self, key: Optional[int] = -1) -> _T: method __setitem__ (line 200) | def __setitem__(self, key: int, value: _T) -> None: method __setitem__ (line 204) | def __setitem__(self, key: slice, value: Iterable[_T]) -> None: method __setitem__ (line 207) | def __setitem__(self, key, value) -> None: method __delitem__ (line 218) | def __delitem__(self, key: Union[int, slice]) -> None: method __eq__ (line 223) | def __eq__(self, other: Any) -> bool: method __deepcopy__ (line 233) | def __deepcopy__( method __reduce__ (line 242) | def __reduce__(self, **kwargs) -> NoReturn: class RepeatedCompositeFieldContainer (line 248) | class RepeatedCompositeFieldContainer(BaseContainer[_T], MutableSequence... method __init__ (line 254) | def __init__(self, message_listener: Any, message_descriptor: Any) -> ... method add (line 272) | def add(self, **kwargs: Any) -> _T: method append (line 283) | def append(self, value: _T) -> None: method insert (line 292) | def insert(self, key: int, value: _T) -> None: method extend (line 301) | def extend(self, elem_seq: Iterable[_T]) -> None: method MergeFrom (line 316) | def MergeFrom( method remove (line 325) | def remove(self, elem: _T) -> None: method pop (line 330) | def pop(self, key: Optional[int] = -1) -> _T: method __setitem__ (line 337) | def __setitem__(self, key: int, value: _T) -> None: method __setitem__ (line 341) | def __setitem__(self, key: slice, value: Iterable[_T]) -> None: method __setitem__ (line 344) | def __setitem__(self, key, value): method __delitem__ (line 351) | def __delitem__(self, key: Union[int, slice]) -> None: method __eq__ (line 356) | def __eq__(self, other: Any) -> bool: class ScalarMap (line 366) | class ScalarMap(MutableMapping[_K, _V]): method __init__ (line 373) | def __init__( method __getitem__ (line 397) | def __getitem__(self, key: _K) -> _V: method __contains__ (line 406) | def __contains__(self, item: _K) -> bool: method get (line 413) | def get(self, key: _K) -> Optional[_V]: method get (line 417) | def get(self, key: _K, default: _T) -> Union[_V, _T]: method get (line 423) | def get(self, key, default=None): method __setitem__ (line 429) | def __setitem__(self, key: _K, value: _V) -> _T: method __delitem__ (line 435) | def __delitem__(self, key: _K) -> None: method __len__ (line 439) | def __len__(self) -> int: method __iter__ (line 442) | def __iter__(self) -> Iterator[_K]: method __repr__ (line 445) | def __repr__(self) -> str: method MergeFrom (line 448) | def MergeFrom(self, other: 'ScalarMap[_K, _V]') -> None: method InvalidateIterators (line 452) | def InvalidateIterators(self) -> None: method clear (line 460) | def clear(self) -> None: method GetEntryClass (line 464) | def GetEntryClass(self) -> Any: class MessageMap (line 468) | class MessageMap(MutableMapping[_K, _V]): method __init__ (line 475) | def __init__( method __getitem__ (line 499) | def __getitem__(self, key: _K) -> _V: method get_or_create (line 510) | def get_or_create(self, key: _K) -> _V: method get (line 525) | def get(self, key: _K) -> Optional[_V]: method get (line 529) | def get(self, key: _K, default: _T) -> Union[_V, _T]: method get (line 535) | def get(self, key, default=None): method __contains__ (line 541) | def __contains__(self, item: _K) -> bool: method __setitem__ (line 545) | def __setitem__(self, key: _K, value: _V) -> NoReturn: method __delitem__ (line 548) | def __delitem__(self, key: _K) -> None: method __len__ (line 553) | def __len__(self) -> int: method __iter__ (line 556) | def __iter__(self) -> Iterator[_K]: method __repr__ (line 559) | def __repr__(self) -> str: method MergeFrom (line 562) | def MergeFrom(self, other: 'MessageMap[_K, _V]') -> None: method InvalidateIterators (line 573) | def InvalidateIterators(self) -> None: method clear (line 581) | def clear(self) -> None: method GetEntryClass (line 585) | def GetEntryClass(self) -> Any: class _UnknownField (line 589) | class _UnknownField: method __init__ (line 595) | def __init__(self, field_number, wire_type, data): method __lt__ (line 601) | def __lt__(self, other): method __eq__ (line 605) | def __eq__(self, other): class UnknownFieldRef (line 614) | class UnknownFieldRef: # pylint: disable=missing-class-docstring method __init__ (line 616) | def __init__(self, parent, index): method _check_valid (line 620) | def _check_valid(self): method field_number (line 629) | def field_number(self): method wire_type (line 635) | def wire_type(self): method data (line 641) | def data(self): class UnknownFieldSet (line 647) | class UnknownFieldSet: method __init__ (line 653) | def __init__(self): method __getitem__ (line 656) | def __getitem__(self, index): method _internal_get (line 668) | def _internal_get(self, index): method __len__ (line 671) | def __len__(self): method _add (line 677) | def _add(self, field_number, wire_type, data): method __iter__ (line 682) | def __iter__(self): method _extend (line 686) | def _extend(self, other): method __eq__ (line 692) | def __eq__(self, other): method _clear (line 705) | def _clear(self): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/decoder.py function _VarintDecoder (line 97) | def _VarintDecoder(mask, result_type): function _SignedVarintDecoder (line 124) | def _SignedVarintDecoder(bits, result_type): function ReadTag (line 156) | def ReadTag(buffer, pos): function _SimpleDecoder (line 185) | def _SimpleDecoder(wire_type, decode_value): function _ModifiedDecoder (line 248) | def _ModifiedDecoder(wire_type, decode_value, modify_value): function _StructPackDecoder (line 262) | def _StructPackDecoder(wire_type, format): function _FloatDecoder (line 287) | def _FloatDecoder(): function _DoubleDecoder (line 332) | def _DoubleDecoder(): function EnumDecoder (line 372) | def EnumDecoder(field_number, is_repeated, is_packed, key, new_default, function StringDecoder (line 543) | def StringDecoder(field_number, is_repeated, is_packed, key, new_default, function BytesDecoder (line 596) | def BytesDecoder(field_number, is_repeated, is_packed, key, new_default, function GroupDecoder (line 637) | def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): function MessageDecoder (line 684) | def MessageDecoder(field_number, is_repeated, is_packed, key, new_default): function MessageSetItemDecoder (line 738) | def MessageSetItemDecoder(descriptor): function MapDecoder (line 836) | def MapDecoder(field_descriptor, new_default, is_message_map): function _SkipVarint (line 882) | def _SkipVarint(buffer, pos, end): function _SkipFixed64 (line 894) | def _SkipFixed64(buffer, pos, end): function _DecodeFixed64 (line 903) | def _DecodeFixed64(buffer, pos): function _SkipLengthDelimited (line 909) | def _SkipLengthDelimited(buffer, pos, end): function _SkipGroup (line 919) | def _SkipGroup(buffer, pos, end): function _DecodeUnknownFieldSet (line 930) | def _DecodeUnknownFieldSet(buffer, pos, end_pos=None): function _DecodeUnknownField (line 947) | def _DecodeUnknownField(buffer, pos, wire_type): function _EndGroup (line 970) | def _EndGroup(buffer, pos, end): function _SkipFixed32 (line 976) | def _SkipFixed32(buffer, pos, end): function _DecodeFixed32 (line 985) | def _DecodeFixed32(buffer, pos): function _RaiseInvalidWireType (line 992) | def _RaiseInvalidWireType(buffer, pos, end): function _FieldSkipper (line 997) | def _FieldSkipper(): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/encoder.py function _VarintSize (line 80) | def _VarintSize(value): function _SignedVarintSize (line 94) | def _SignedVarintSize(value): function _TagSize (line 109) | def _TagSize(field_number): function _SimpleSizer (line 124) | def _SimpleSizer(compute_value_size): function _ModifiedSizer (line 153) | def _ModifiedSizer(compute_value_size, modify_value): function _FixedSizer (line 182) | def _FixedSizer(value_size): function StringSizer (line 228) | def StringSizer(field_number, is_repeated, is_packed): function BytesSizer (line 250) | def BytesSizer(field_number, is_repeated, is_packed): function GroupSizer (line 272) | def GroupSizer(field_number, is_repeated, is_packed): function MessageSizer (line 290) | def MessageSizer(field_number, is_repeated, is_packed): function MessageSetItemSizer (line 315) | def MessageSetItemSizer(field_number): function MapSizer (line 341) | def MapSizer(field_descriptor, is_message_map): function _VarintEncoder (line 370) | def _VarintEncoder(): function _SignedVarintEncoder (line 387) | def _SignedVarintEncoder(): function _VarintBytes (line 411) | def _VarintBytes(value): function TagBytes (line 420) | def TagBytes(field_number, wire_type): function _SimpleEncoder (line 430) | def _SimpleEncoder(wire_type, encode_value, compute_value_size): function _ModifiedEncoder (line 471) | def _ModifiedEncoder(wire_type, encode_value, compute_value_size, modify... function _StructPackEncoder (line 505) | def _StructPackEncoder(wire_type, format): function _FloatingPointEncoder (line 543) | def _FloatingPointEncoder(wire_type, format): function BoolEncoder (line 647) | def BoolEncoder(field_number, is_repeated, is_packed): function StringEncoder (line 684) | def StringEncoder(field_number, is_repeated, is_packed): function BytesEncoder (line 708) | def BytesEncoder(field_number, is_repeated, is_packed): function GroupEncoder (line 730) | def GroupEncoder(field_number, is_repeated, is_packed): function MessageEncoder (line 751) | def MessageEncoder(field_number, is_repeated, is_packed): function MessageSetItemEncoder (line 776) | def MessageSetItemEncoder(field_number): function MapEncoder (line 808) | def MapEncoder(field_descriptor): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/enum_type_wrapper.py class EnumTypeWrapper (line 41) | class EnumTypeWrapper(object): method __init__ (line 55) | def __init__(self, enum_type): method Name (line 60) | def Name(self, number): # pylint: disable=invalid-name method Value (line 76) | def Value(self, name): # pylint: disable=invalid-name method keys (line 85) | def keys(self): method values (line 95) | def values(self): method items (line 105) | def items(self): method __getattr__ (line 115) | def __getattr__(self, name): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/extension_dict.py function _VerifyExtensionHandle (line 38) | def _VerifyExtensionHandle(message, extension_handle): class _ExtensionDict (line 63) | class _ExtensionDict(object): method __init__ (line 71) | def __init__(self, extended_message): method __getitem__ (line 78) | def __getitem__(self, extension_handle): method __eq__ (line 119) | def __eq__(self, other): method __ne__ (line 132) | def __ne__(self, other): method __len__ (line 135) | def __len__(self): method __hash__ (line 141) | def __hash__(self): method __setitem__ (line 148) | def __setitem__(self, extension_handle, value): method __delitem__ (line 169) | def __delitem__(self, extension_handle): method _FindExtensionByName (line 172) | def _FindExtensionByName(self, name): method _FindExtensionByNumber (line 183) | def _FindExtensionByNumber(self, number): method __iter__ (line 194) | def __iter__(self): method __contains__ (line 199) | def __contains__(self, extension_handle): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/message_listener.py class MessageListener (line 40) | class MessageListener(object): method Modified (line 50) | def Modified(self): class NullMessageListener (line 73) | class NullMessageListener(object): method Modified (line 77) | def Modified(self): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/python_message.py class GeneratedProtocolMessageType (line 77) | class GeneratedProtocolMessageType(type): method __new__ (line 104) | def __new__(cls, name, bases, dictionary): method __init__ (line 157) | def __init__(cls, name, bases, dictionary): function _PropertyName (line 216) | def _PropertyName(proto_field_name): function _AddSlots (line 245) | def _AddSlots(message_descriptor, dictionary): function _IsMessageSetExtension (line 265) | def _IsMessageSetExtension(field): function _IsMapField (line 273) | def _IsMapField(field): function _IsMessageMapField (line 279) | def _IsMessageMapField(field): function _AttachFieldHelpers (line 284) | def _AttachFieldHelpers(cls, field_descriptor): function _AddClassAttributesForNestedExtensions (line 367) | def _AddClassAttributesForNestedExtensions(descriptor, dictionary): function _AddEnumValues (line 374) | def _AddEnumValues(descriptor, cls): function _GetInitializeDefaultForMap (line 389) | def _GetInitializeDefaultForMap(field): function _DefaultValueConstructorForField (line 411) | def _DefaultValueConstructorForField(field): function _ReraiseTypeErrorWithFieldName (line 469) | def _ReraiseTypeErrorWithFieldName(message_name, field_name): function _AddInitMethod (line 480) | def _AddInitMethod(message_descriptor, cls): function _GetFieldByName (line 567) | def _GetFieldByName(message_descriptor, field_name): function _AddPropertiesForFields (line 583) | def _AddPropertiesForFields(descriptor, cls): function _AddPropertiesForField (line 594) | def _AddPropertiesForField(field, cls): class _FieldProperty (line 619) | class _FieldProperty(property): method __init__ (line 622) | def __init__(self, descriptor, getter, setter, doc): function _AddPropertiesForRepeatedField (line 627) | def _AddPropertiesForRepeatedField(field, cls): function _AddPropertiesForNonRepeatedScalarField (line 671) | def _AddPropertiesForNonRepeatedScalarField(field, cls): function _AddPropertiesForNonRepeatedCompositeField (line 730) | def _AddPropertiesForNonRepeatedCompositeField(field, cls): function _AddPropertiesForExtensions (line 774) | def _AddPropertiesForExtensions(descriptor, cls): function _AddStaticMethods (line 789) | def _AddStaticMethods(cls): function _IsPresent (line 806) | def _IsPresent(item): function _AddListFieldsMethod (line 818) | def _AddListFieldsMethod(message_descriptor, cls): function _AddHasFieldMethod (line 833) | def _AddHasFieldMethod(message_descriptor, cls): function _AddClearFieldMethod (line 874) | def _AddClearFieldMethod(message_descriptor, cls): function _AddClearExtensionMethod (line 912) | def _AddClearExtensionMethod(cls): function _AddHasExtensionMethod (line 924) | def _AddHasExtensionMethod(cls): function _InternalUnpackAny (line 938) | def _InternalUnpackAny(msg): function _AddEqualsMethod (line 978) | def _AddEqualsMethod(message_descriptor, cls): function _AddStrMethod (line 1008) | def _AddStrMethod(message_descriptor, cls): function _AddReprMethod (line 1015) | def _AddReprMethod(message_descriptor, cls): function _AddUnicodeMethod (line 1022) | def _AddUnicodeMethod(unused_message_descriptor, cls): function _BytesForNonRepeatedElement (line 1030) | def _BytesForNonRepeatedElement(value, field_number, field_type): function _AddByteSizeMethod (line 1050) | def _AddByteSizeMethod(message_descriptor, cls): function _AddSerializeToStringMethod (line 1077) | def _AddSerializeToStringMethod(message_descriptor, cls): function _AddSerializePartialToStringMethod (line 1090) | def _AddSerializePartialToStringMethod(message_descriptor, cls): function _AddMergeFromStringMethod (line 1122) | def _AddMergeFromStringMethod(message_descriptor, cls): function _AddIsInitializedMethod (line 1202) | def _AddIsInitializedMethod(message_descriptor, cls): function _FullyQualifiedClassName (line 1297) | def _FullyQualifiedClassName(klass): function _AddMergeFromMethod (line 1305) | def _AddMergeFromMethod(cls): function _AddWhichOneofMethod (line 1354) | def _AddWhichOneofMethod(message_descriptor, cls): function _Clear (line 1372) | def _Clear(self): function _UnknownFields (line 1385) | def _UnknownFields(self): function _DiscardUnknownFields (line 1392) | def _DiscardUnknownFields(self): function _SetListener (line 1408) | def _SetListener(self, listener): function _AddMessageMethods (line 1415) | def _AddMessageMethods(message_descriptor, cls): function _AddPrivateHelperMethods (line 1441) | def _AddPrivateHelperMethods(message_descriptor, cls): class _Listener (line 1475) | class _Listener(object): method __init__ (line 1489) | def __init__(self, parent_message): method Modified (line 1508) | def Modified(self): class _OneofListener (line 1521) | class _OneofListener(_Listener): method __init__ (line 1524) | def __init__(self, parent_message, field): method Modified (line 1533) | def Modified(self): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/type_checkers.py function TruncateToFourByteFloat (line 59) | def TruncateToFourByteFloat(original): function ToShortestFloat (line 63) | def ToShortestFloat(original): function SupportsOpenEnums (line 78) | def SupportsOpenEnums(field_descriptor): function GetTypeChecker (line 82) | def GetTypeChecker(field): class TypeChecker (line 108) | class TypeChecker(object): method __init__ (line 114) | def __init__(self, *acceptable_types): method CheckValue (line 117) | def CheckValue(self, proposed_value): class TypeCheckerWithDefault (line 129) | class TypeCheckerWithDefault(TypeChecker): method __init__ (line 131) | def __init__(self, default_value, *acceptable_types): method DefaultValue (line 135) | def DefaultValue(self): class BoolValueChecker (line 139) | class BoolValueChecker(object): method CheckValue (line 142) | def CheckValue(self, proposed_value): method DefaultValue (line 151) | def DefaultValue(self): class IntValueChecker (line 157) | class IntValueChecker(object): method CheckValue (line 161) | def CheckValue(self, proposed_value): method DefaultValue (line 176) | def DefaultValue(self): class EnumValueChecker (line 180) | class EnumValueChecker(object): method __init__ (line 184) | def __init__(self, enum_type): method CheckValue (line 187) | def CheckValue(self, proposed_value): method DefaultValue (line 196) | def DefaultValue(self): class UnicodeValueChecker (line 200) | class UnicodeValueChecker(object): method CheckValue (line 207) | def CheckValue(self, proposed_value): method DefaultValue (line 232) | def DefaultValue(self): class Int32ValueChecker (line 236) | class Int32ValueChecker(IntValueChecker): class Uint32ValueChecker (line 243) | class Uint32ValueChecker(IntValueChecker): class Int64ValueChecker (line 248) | class Int64ValueChecker(IntValueChecker): class Uint64ValueChecker (line 253) | class Uint64ValueChecker(IntValueChecker): class DoubleValueChecker (line 265) | class DoubleValueChecker(object): method CheckValue (line 271) | def CheckValue(self, proposed_value): method DefaultValue (line 282) | def DefaultValue(self): class FloatValueChecker (line 286) | class FloatValueChecker(DoubleValueChecker): method CheckValue (line 294) | def CheckValue(self, proposed_value): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/well_known_types.py class Any (line 59) | class Any(object): method Pack (line 64) | def Pack(self, msg, type_url_prefix='type.googleapis.com/', method Unpack (line 73) | def Unpack(self, msg): method TypeName (line 81) | def TypeName(self): method Is (line 86) | def Is(self, descriptor): class Timestamp (line 96) | class Timestamp(object): method ToJsonString (line 101) | def ToJsonString(self): method FromJsonString (line 129) | def FromJsonString(self, value): method GetCurrentTime (line 193) | def GetCurrentTime(self): method ToNanoseconds (line 197) | def ToNanoseconds(self): method ToMicroseconds (line 201) | def ToMicroseconds(self): method ToMilliseconds (line 206) | def ToMilliseconds(self): method ToSeconds (line 211) | def ToSeconds(self): method FromNanoseconds (line 215) | def FromNanoseconds(self, nanos): method FromMicroseconds (line 220) | def FromMicroseconds(self, micros): method FromMilliseconds (line 225) | def FromMilliseconds(self, millis): method FromSeconds (line 230) | def FromSeconds(self, seconds): method ToDatetime (line 235) | def ToDatetime(self, tzinfo=None): method FromDatetime (line 255) | def FromDatetime(self, dt): class Duration (line 272) | class Duration(object): method ToJsonString (line 277) | def ToJsonString(self): method FromJsonString (line 309) | def FromJsonString(self, value): method ToNanoseconds (line 343) | def ToNanoseconds(self): method ToMicroseconds (line 347) | def ToMicroseconds(self): method ToMilliseconds (line 352) | def ToMilliseconds(self): method ToSeconds (line 357) | def ToSeconds(self): method FromNanoseconds (line 361) | def FromNanoseconds(self, nanos): method FromMicroseconds (line 366) | def FromMicroseconds(self, micros): method FromMilliseconds (line 372) | def FromMilliseconds(self, millis): method FromSeconds (line 378) | def FromSeconds(self, seconds): method ToTimedelta (line 383) | def ToTimedelta(self): method FromTimedelta (line 389) | def FromTimedelta(self, td): method _NormalizeDuration (line 394) | def _NormalizeDuration(self, seconds, nanos): function _CheckDurationValid (line 404) | def _CheckDurationValid(seconds, nanos): function _RoundTowardZero (line 418) | def _RoundTowardZero(value, divider): class FieldMask (line 433) | class FieldMask(object): method ToJsonString (line 438) | def ToJsonString(self): method FromJsonString (line 445) | def FromJsonString(self, value): method IsValidForDescriptor (line 454) | def IsValidForDescriptor(self, message_descriptor): method AllFieldsFromDescriptor (line 461) | def AllFieldsFromDescriptor(self, message_descriptor): method CanonicalFormFromMask (line 467) | def CanonicalFormFromMask(self, mask): method Union (line 480) | def Union(self, mask1, mask2): method Intersect (line 488) | def Intersect(self, mask1, mask2): method MergeMessage (line 498) | def MergeMessage( function _IsValidPath (line 516) | def _IsValidPath(message_descriptor, path): function _CheckFieldMaskMessage (line 530) | def _CheckFieldMaskMessage(message): function _SnakeCaseToCamelCase (line 539) | def _SnakeCaseToCamelCase(path_name): function _CamelCaseToSnakeCase (line 568) | def _CamelCaseToSnakeCase(path_name): class _FieldMaskTree (line 583) | class _FieldMaskTree(object): method __init__ (line 598) | def __init__(self, field_mask=None): method MergeFromFieldMask (line 604) | def MergeFromFieldMask(self, field_mask): method AddPath (line 609) | def AddPath(self, path): method ToFieldMask (line 634) | def ToFieldMask(self, field_mask): method IntersectPath (line 639) | def IntersectPath(self, path, intersection): method AddLeafNodes (line 656) | def AddLeafNodes(self, prefix, node): method MergeMessage (line 664) | def MergeMessage( function _StrConvert (line 672) | def _StrConvert(value): function _MergeMessage (line 682) | def _MergeMessage( function _AddFieldPaths (line 720) | def _AddFieldPaths(node, prefix, field_mask): function _SetStructValue (line 733) | def _SetStructValue(struct_value, value): function _GetStructValue (line 754) | def _GetStructValue(struct_value): class Struct (line 772) | class Struct(object): method __getitem__ (line 777) | def __getitem__(self, key): method __contains__ (line 780) | def __contains__(self, item): method __setitem__ (line 783) | def __setitem__(self, key, value): method __delitem__ (line 786) | def __delitem__(self, key): method __len__ (line 789) | def __len__(self): method __iter__ (line 792) | def __iter__(self): method keys (line 795) | def keys(self): # pylint: disable=invalid-name method values (line 798) | def values(self): # pylint: disable=invalid-name method items (line 801) | def items(self): # pylint: disable=invalid-name method get_or_create_list (line 804) | def get_or_create_list(self, key): method get_or_create_struct (line 811) | def get_or_create_struct(self, key): method update (line 818) | def update(self, dictionary): # pylint: disable=invalid-name class ListValue (line 825) | class ListValue(object): method __len__ (line 830) | def __len__(self): method append (line 833) | def append(self, value): method extend (line 836) | def extend(self, elem_seq): method __getitem__ (line 840) | def __getitem__(self, index): method __setitem__ (line 844) | def __setitem__(self, index, value): method __delitem__ (line 847) | def __delitem__(self, key): method items (line 850) | def items(self): method add_struct (line 854) | def add_struct(self): method add_list (line 861) | def add_list(self): FILE: openpype/hosts/hiero/vendor/google/protobuf/internal/wire_format.py function PackTag (line 80) | def PackTag(field_number, wire_type): function UnpackTag (line 93) | def UnpackTag(tag): function ZigZagEncode (line 100) | def ZigZagEncode(value): function ZigZagDecode (line 110) | def ZigZagDecode(value): function Int32ByteSize (line 122) | def Int32ByteSize(field_number, int32): function Int32ByteSizeNoTag (line 126) | def Int32ByteSizeNoTag(int32): function Int64ByteSize (line 130) | def Int64ByteSize(field_number, int64): function UInt32ByteSize (line 135) | def UInt32ByteSize(field_number, uint32): function UInt64ByteSize (line 139) | def UInt64ByteSize(field_number, uint64): function SInt32ByteSize (line 143) | def SInt32ByteSize(field_number, int32): function SInt64ByteSize (line 147) | def SInt64ByteSize(field_number, int64): function Fixed32ByteSize (line 151) | def Fixed32ByteSize(field_number, fixed32): function Fixed64ByteSize (line 155) | def Fixed64ByteSize(field_number, fixed64): function SFixed32ByteSize (line 159) | def SFixed32ByteSize(field_number, sfixed32): function SFixed64ByteSize (line 163) | def SFixed64ByteSize(field_number, sfixed64): function FloatByteSize (line 167) | def FloatByteSize(field_number, flt): function DoubleByteSize (line 171) | def DoubleByteSize(field_number, double): function BoolByteSize (line 175) | def BoolByteSize(field_number, b): function EnumByteSize (line 179) | def EnumByteSize(field_number, enum): function StringByteSize (line 183) | def StringByteSize(field_number, string): function BytesByteSize (line 187) | def BytesByteSize(field_number, b): function GroupByteSize (line 193) | def GroupByteSize(field_number, message): function MessageByteSize (line 198) | def MessageByteSize(field_number, message): function MessageSetItemByteSize (line 204) | def MessageSetItemByteSize(field_number, msg): function TagByteSize (line 224) | def TagByteSize(field_number): function _VarUInt64ByteSizeNoTag (line 232) | def _VarUInt64ByteSizeNoTag(uint64): function IsTypePackable (line 259) | def IsTypePackable(field_type): FILE: openpype/hosts/hiero/vendor/google/protobuf/json_format.py class Error (line 78) | class Error(Exception): class SerializeToJsonError (line 82) | class SerializeToJsonError(Error): class ParseError (line 86) | class ParseError(Error): function MessageToJson (line 90) | def MessageToJson( function MessageToDict (line 133) | def MessageToDict( function _IsMapEntry (line 171) | def _IsMapEntry(field): class _Printer (line 177) | class _Printer(object): method __init__ (line 180) | def __init__( method ToJsonString (line 196) | def ToJsonString(self, message, indent, sort_keys, ensure_ascii): method _MessageToJsonObject (line 201) | def _MessageToJsonObject(self, message): method _RegularMessageToJsonObject (line 212) | def _RegularMessageToJsonObject(self, message, js): method _FieldToJsonObject (line 276) | def _FieldToJsonObject(self, field, value): method _AnyMessageToJsonObject (line 319) | def _AnyMessageToJsonObject(self, message): method _GenericMessageToJsonObject (line 340) | def _GenericMessageToJsonObject(self, message): method _ValueMessageToJsonObject (line 346) | def _ValueMessageToJsonObject(self, message): method _ListValueMessageToJsonObject (line 362) | def _ListValueMessageToJsonObject(self, message): method _StructMessageToJsonObject (line 367) | def _StructMessageToJsonObject(self, message): method _WrapperMessageToJsonObject (line 375) | def _WrapperMessageToJsonObject(self, message): function _IsWrapperMessage (line 380) | def _IsWrapperMessage(message_descriptor): function _DuplicateChecker (line 384) | def _DuplicateChecker(js): function _CreateMessageFromTypeUrl (line 393) | def _CreateMessageFromTypeUrl(type_url, descriptor_pool): function Parse (line 407) | def Parse(text, function ParseDict (line 440) | def ParseDict(js_dict, class _Parser (line 468) | class _Parser(object): method __init__ (line 471) | def __init__(self, ignore_unknown_fields, descriptor_pool, method ConvertMessage (line 478) | def ConvertMessage(self, value, message, path): method _ConvertFieldValuePair (line 505) | def _ConvertFieldValuePair(self, js, message, path): method _ConvertAnyMessage (line 635) | def _ConvertAnyMessage(self, value, message, path): method _ConvertGenericMessage (line 666) | def _ConvertGenericMessage(self, value, message, path): method _ConvertValueMessage (line 675) | def _ConvertValueMessage(self, value, message, path): method _ConvertListValueMessage (line 693) | def _ConvertListValueMessage(self, value, message, path): method _ConvertStructMessage (line 703) | def _ConvertStructMessage(self, value, message, path): method _ConvertWrapperMessage (line 716) | def _ConvertWrapperMessage(self, value, message, path): method _ConvertMapFieldValue (line 723) | def _ConvertMapFieldValue(self, value, message, field, path): function _ConvertScalarFieldValue (line 753) | def _ConvertScalarFieldValue(value, field, path, require_str=False): function _ConvertInteger (line 811) | def _ConvertInteger(value): function _ConvertFloat (line 836) | def _ConvertFloat(value, field): function _ConvertBool (line 872) | def _ConvertBool(value, require_str): FILE: openpype/hosts/hiero/vendor/google/protobuf/message.py class Error (line 39) | class Error(Exception): class DecodeError (line 44) | class DecodeError(Error): class EncodeError (line 49) | class EncodeError(Error): class Message (line 54) | class Message(object): method __deepcopy__ (line 80) | def __deepcopy__(self, memo=None): method __eq__ (line 85) | def __eq__(self, other_msg): method __ne__ (line 89) | def __ne__(self, other_msg): method __hash__ (line 93) | def __hash__(self): method __str__ (line 96) | def __str__(self): method __unicode__ (line 100) | def __unicode__(self): method MergeFrom (line 104) | def MergeFrom(self, other_msg): method CopyFrom (line 117) | def CopyFrom(self, other_msg): method Clear (line 131) | def Clear(self): method SetInParent (line 135) | def SetInParent(self): method IsInitialized (line 145) | def IsInitialized(self): method MergeFromString (line 160) | def MergeFromString(self, serialized): method ParseFromString (line 193) | def ParseFromString(self, serialized): method SerializeToString (line 204) | def SerializeToString(self, **kwargs): method SerializePartialToString (line 220) | def SerializePartialToString(self, **kwargs): method ListFields (line 251) | def ListFields(self): method HasField (line 266) | def HasField(self, field_name): method ClearField (line 284) | def ClearField(self, field_name): method WhichOneof (line 298) | def WhichOneof(self, oneof_group): method HasExtension (line 314) | def HasExtension(self, extension_handle): method ClearExtension (line 332) | def ClearExtension(self, extension_handle): method UnknownFields (line 340) | def UnknownFields(self): method DiscardUnknownFields (line 348) | def DiscardUnknownFields(self): method ByteSize (line 355) | def ByteSize(self): method FromString (line 366) | def FromString(cls, s): method RegisterExtension (line 370) | def RegisterExtension(extension_handle): method _SetListener (line 373) | def _SetListener(self, message_listener): method __getstate__ (line 394) | def __getstate__(self): method __setstate__ (line 398) | def __setstate__(self, state): method __reduce__ (line 408) | def __reduce__(self): function _InternalConstructMessage (line 420) | def _InternalConstructMessage(full_name): FILE: openpype/hosts/hiero/vendor/google/protobuf/message_factory.py class MessageFactory (line 56) | class MessageFactory(object): method __init__ (line 59) | def __init__(self, pool=None): method GetPrototype (line 66) | def GetPrototype(self, descriptor): method CreatePrototype (line 87) | def CreatePrototype(self, descriptor): method GetMessages (line 123) | def GetMessages(self, files): function GetMessages (line 163) | def GetMessages(file_protos): FILE: openpype/hosts/hiero/vendor/google/protobuf/proto_builder.py function _GetMessageFromFactory (line 42) | def _GetMessageFromFactory(factory, full_name): function MakeSimpleProtoClass (line 58) | def MakeSimpleProtoClass(fields, full_name=None, pool=None): function _MakeFileDescriptorProto (line 114) | def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): FILE: openpype/hosts/hiero/vendor/google/protobuf/pyext/cpp_message.py class GeneratedProtocolMessageType (line 42) | class GeneratedProtocolMessageType(_message.MessageMeta): FILE: openpype/hosts/hiero/vendor/google/protobuf/reflection.py function ParseMessage (line 62) | def ParseMessage(descriptor, byte_str): function MakeClass (line 82) | def MakeClass(descriptor): FILE: openpype/hosts/hiero/vendor/google/protobuf/service.py class RpcException (line 46) | class RpcException(Exception): class Service (line 51) | class Service(object): method GetDescriptor (line 61) | def GetDescriptor(): method CallMethod (line 65) | def CallMethod(self, method_descriptor, rpc_controller, method GetRequestClass (line 95) | def GetRequestClass(self, method_descriptor): method GetResponseClass (line 110) | def GetResponseClass(self, method_descriptor): class RpcController (line 120) | class RpcController(object): method Reset (line 134) | def Reset(self): method Failed (line 142) | def Failed(self): method ErrorText (line 152) | def ErrorText(self): method StartCancel (line 156) | def StartCancel(self): method SetFailed (line 169) | def SetFailed(self, reason): method IsCanceled (line 180) | def IsCanceled(self): method NotifyOnCancel (line 189) | def NotifyOnCancel(self, callback): class RpcChannel (line 203) | class RpcChannel(object): method CallMethod (line 219) | def CallMethod(self, method_descriptor, rpc_controller, FILE: openpype/hosts/hiero/vendor/google/protobuf/service_reflection.py class GeneratedServiceType (line 42) | class GeneratedServiceType(type): method __init__ (line 64) | def __init__(cls, name, bases, dictionary): class GeneratedServiceStubType (line 86) | class GeneratedServiceStubType(GeneratedServiceType): method __init__ (line 96) | def __init__(cls, name, bases, dictionary): class _ServiceBuilder (line 117) | class _ServiceBuilder(object): method __init__ (line 127) | def __init__(self, service_descriptor): method BuildService (line 136) | def BuildService(builder, cls): method _CallMethod (line 167) | def _CallMethod(self, srvc, method_descriptor, method _GetRequestClass (line 184) | def _GetRequestClass(self, method_descriptor): method _GetResponseClass (line 200) | def _GetResponseClass(self, method_descriptor): method _GenerateNonImplementedMethod (line 216) | def _GenerateNonImplementedMethod(self, method): method _NonImplementedMethod (line 229) | def _NonImplementedMethod(self, method_name, rpc_controller, callback): class _ServiceStubBuilder (line 241) | class _ServiceStubBuilder(object): method __init__ (line 253) | def __init__(self, service_descriptor): method BuildServiceStub (line 262) | def BuildServiceStub(self, cls): method _GenerateStubMethod (line 276) | def _GenerateStubMethod(self, method): method _StubMethod (line 280) | def _StubMethod(self, stub, method_descriptor, FILE: openpype/hosts/hiero/vendor/google/protobuf/symbol_database.py class SymbolDatabase (line 66) | class SymbolDatabase(message_factory.MessageFactory): method RegisterMessage (line 69) | def RegisterMessage(self, message): method RegisterMessageDescriptor (line 87) | def RegisterMessageDescriptor(self, message_descriptor): method RegisterEnumDescriptor (line 97) | def RegisterEnumDescriptor(self, enum_descriptor): method RegisterServiceDescriptor (line 111) | def RegisterServiceDescriptor(self, service_descriptor): method RegisterFileDescriptor (line 122) | def RegisterFileDescriptor(self, file_descriptor): method GetSymbol (line 132) | def GetSymbol(self, symbol): method GetMessages (line 150) | def GetMessages(self, files): function Default (line 192) | def Default(): FILE: openpype/hosts/hiero/vendor/google/protobuf/text_encoding.py function CEscape (line 56) | def CEscape(text, as_utf8): function CUnescape (line 86) | def CUnescape(text): FILE: openpype/hosts/hiero/vendor/google/protobuf/text_format.py class Error (line 71) | class Error(Exception): class ParseError (line 75) | class ParseError(Error): method __init__ (line 78) | def __init__(self, message=None, line=None, column=None): method GetLine (line 91) | def GetLine(self): method GetColumn (line 94) | def GetColumn(self): class TextWriter (line 98) | class TextWriter(object): method __init__ (line 100) | def __init__(self, as_utf8): method write (line 103) | def write(self, val): method close (line 106) | def close(self): method getvalue (line 109) | def getvalue(self): function MessageToString (line 113) | def MessageToString( function MessageToBytes (line 195) | def MessageToBytes(message, **kwargs): function _IsMapEntry (line 205) | def _IsMapEntry(field): function PrintMessage (line 211) | def PrintMessage(message, function PrintField (line 242) | def PrintField(field, function PrintFieldValue (line 266) | def PrintFieldValue(field, function _BuildMessageFromTypeName (line 290) | def _BuildMessageFromTypeName(type_name, descriptor_pool): class _Printer (line 320) | class _Printer(object): method __init__ (line 323) | def __init__( method _TryPrintAsAnyMessage (line 393) | def _TryPrintAsAnyMessage(self, message): method _TryCustomFormatMessage (line 409) | def _TryCustomFormatMessage(self, message): method PrintMessage (line 420) | def PrintMessage(self, message): method _PrintUnknownFields (line 459) | def _PrintUnknownFields(self, unknown_fields): method _PrintFieldName (line 514) | def _PrintFieldName(self, field): method PrintField (line 543) | def PrintField(self, field, value): method _PrintShortRepeatedPrimitivesValue (line 550) | def _PrintShortRepeatedPrimitivesValue(self, field, value): method _PrintMessageFieldValue (line 562) | def _PrintMessageFieldValue(self, value): method PrintFieldValue (line 581) | def PrintFieldValue(self, field, value): function Parse (line 632) | def Parse(text, function Merge (line 690) | def Merge(text, function ParseLines (line 728) | def ParseLines(lines, function MergeLines (line 762) | def MergeLines(lines, class _Parser (line 796) | class _Parser(object): method __init__ (line 799) | def __init__(self, method ParseLines (line 809) | def ParseLines(self, lines, message): method MergeLines (line 815) | def MergeLines(self, lines, message): method _ParseOrMerge (line 821) | def _ParseOrMerge(self, lines, message): method _MergeField (line 839) | def _MergeField(self, tokenizer, message): method _ConsumeAnyTypeUrl (line 979) | def _ConsumeAnyTypeUrl(self, tokenizer): method _MergeMessageField (line 994) | def _MergeMessageField(self, tokenizer, message, field): method _IsProto3Syntax (line 1053) | def _IsProto3Syntax(message): method _MergeScalarField (line 1058) | def _MergeScalarField(self, tokenizer, message, field): function _SkipFieldContents (line 1134) | def _SkipFieldContents(tokenizer): function _SkipField (line 1153) | def _SkipField(tokenizer): function _SkipFieldMessage (line 1176) | def _SkipFieldMessage(tokenizer): function _SkipFieldValue (line 1195) | def _SkipFieldValue(tokenizer): class Tokenizer (line 1217) | class Tokenizer(object): method __init__ (line 1241) | def __init__(self, lines, skip_comments=True): method LookingAt (line 1258) | def LookingAt(self, token): method AtEnd (line 1261) | def AtEnd(self): method _PopLine (line 1269) | def _PopLine(self): method _SkipWhitespace (line 1281) | def _SkipWhitespace(self): method TryConsume (line 1290) | def TryConsume(self, token): method Consume (line 1304) | def Consume(self, token): method ConsumeComment (line 1316) | def ConsumeComment(self): method ConsumeCommentOrTrailingComment (line 1323) | def ConsumeCommentOrTrailingComment(self): method TryConsumeIdentifier (line 1339) | def TryConsumeIdentifier(self): method ConsumeIdentifier (line 1346) | def ConsumeIdentifier(self): method TryConsumeIdentifierOrNumber (line 1361) | def TryConsumeIdentifierOrNumber(self): method ConsumeIdentifierOrNumber (line 1368) | def ConsumeIdentifierOrNumber(self): method TryConsumeInteger (line 1383) | def TryConsumeInteger(self): method ConsumeInteger (line 1390) | def ConsumeInteger(self): method TryConsumeFloat (line 1406) | def TryConsumeFloat(self): method ConsumeFloat (line 1413) | def ConsumeFloat(self): method ConsumeBool (line 1429) | def ConsumeBool(self): method TryConsumeByteString (line 1445) | def TryConsumeByteString(self): method ConsumeString (line 1452) | def ConsumeString(self): method ConsumeByteString (line 1467) | def ConsumeByteString(self): method _ConsumeSingleByteString (line 1481) | def _ConsumeSingleByteString(self): method ConsumeEnum (line 1507) | def ConsumeEnum(self, field): method ParseErrorPreviousToken (line 1515) | def ParseErrorPreviousToken(self, message): method ParseError (line 1527) | def ParseError(self, message): method _StringParseError (line 1532) | def _StringParseError(self, e): method NextToken (line 1535) | def NextToken(self): function _ConsumeInt32 (line 1561) | def _ConsumeInt32(tokenizer): function _ConsumeUint32 (line 1576) | def _ConsumeUint32(tokenizer): function _TryConsumeInt64 (line 1591) | def _TryConsumeInt64(tokenizer): function _ConsumeInt64 (line 1599) | def _ConsumeInt64(tokenizer): function _TryConsumeUint64 (line 1614) | def _TryConsumeUint64(tokenizer): function _ConsumeUint64 (line 1622) | def _ConsumeUint64(tokenizer): function _ConsumeInteger (line 1637) | def _ConsumeInteger(tokenizer, is_signed=False, is_long=False): function ParseInteger (line 1659) | def ParseInteger(text, is_signed=False, is_long=False): function _ParseAbstractInteger (line 1682) | def _ParseAbstractInteger(text): function ParseFloat (line 1707) | def ParseFloat(text): function ParseBool (line 1739) | def ParseBool(text): function ParseEnum (line 1759) | def ParseEnum(field, value): FILE: openpype/hosts/houdini/addon.py class HoudiniAddon (line 7) | class HoudiniAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 46) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 53) | def get_workfile_extensions(self): FILE: openpype/hosts/houdini/api/action.py class SelectInvalidAction (line 7) | class SelectInvalidAction(pyblish.api.Action): method process (line 18) | def process(self, context, plugin): class SelectROPAction (line 47) | class SelectROPAction(pyblish.api.Action): method process (line 57) | def process(self, context, plugin): FILE: openpype/hosts/houdini/api/colorspace.py class LayerMetadata (line 7) | class LayerMetadata(object): class RenderProduct (line 14) | class RenderProduct(object): class ARenderProduct (line 25) | class ARenderProduct(object): method __init__ (line 27) | def __init__(self): method _get_layer_data (line 33) | def _get_layer_data(self): method get_colorspace_data (line 39) | def get_colorspace_data(self): function get_default_display_view_colorspace (line 59) | def get_default_display_view_colorspace(): FILE: openpype/hosts/houdini/api/creator_node_shelves.py function create_interactive (line 42) | def create_interactive(creator_identifier, **kwargs): function shelves_change_block (line 134) | def shelves_change_block(): function install (line 143) | def install(): FILE: openpype/hosts/houdini/api/lib.py function get_asset_fps (line 39) | def get_asset_fps(asset_doc=None): function set_id (line 47) | def set_id(node, unique_id, overwrite=False): function get_id (line 56) | def get_id(node): function generate_ids (line 71) | def generate_ids(nodes, asset_id=None): function get_id_required_nodes (line 115) | def get_id_required_nodes(): function get_output_parameter (line 124) | def get_output_parameter(node): function set_scene_fps (line 189) | def set_scene_fps(fps): function validate_fps (line 194) | def validate_fps(): function create_remote_publish_node (line 229) | def create_remote_publish_node(force=True): function render_rop (line 312) | def render_rop(ropnode): function imprint (line 334) | def imprint(node, data, update=False): function lsattr (line 423) | def lsattr(attr, value=None, root="/"): function lsattrs (line 444) | def lsattrs(attrs, root="/"): function read (line 475) | def read(node): function maintained_selection (line 505) | def maintained_selection(): function reset_framerange (line 528) | def reset_framerange(): function get_main_window (line 563) | def get_main_window(): function get_template_from_value (line 570) | def get_template_from_value(key, value): function get_frame_data (line 602) | def get_frame_data(node, log=None): function splitext (line 656) | def splitext(name, allowed_multidot_extensions): function get_top_referenced_parm (line 676) | def get_top_referenced_parm(parm): function evalParmNoFrame (line 694) | def evalParmNoFrame(node, parm, pad_character="#"): function get_color_management_preferences (line 723) | def get_color_management_preferences(): function get_obj_node_output (line 732) | def get_obj_node_output(obj_node): function get_output_children (line 762) | def get_output_children(output_node, include_sops=True): function get_resolution_from_doc (line 783) | def get_resolution_from_doc(doc): function set_camera_resolution (line 801) | def set_camera_resolution(camera, asset_doc=None): function get_camera_from_container (line 817) | def get_camera_from_container(container): function get_current_context_template_data_with_asset_data (line 830) | def get_current_context_template_data_with_asset_data(): function get_context_var_changes (line 869) | def get_context_var_changes(): function update_houdini_vars_context (line 919) | def update_houdini_vars_context(): function update_houdini_vars_context_dialog (line 938) | def update_houdini_vars_context_dialog(): function publisher_show_and_publish (line 965) | def publisher_show_and_publish(comment=None): function find_rop_input_dependencies (line 980) | def find_rop_input_dependencies(input_tuple): function self_publish (line 1004) | def self_publish(): function add_self_publish_button (line 1040) | def add_self_publish_button(node): FILE: openpype/hosts/houdini/api/pipeline.py class HoudiniHost (line 42) | class HoudiniHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __init__ (line 45) | def __init__(self): method install (line 50) | def install(self): method workfile_has_unsaved_changes (line 88) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 91) | def get_workfile_extensions(self): method save_workfile (line 94) | def save_workfile(self, dst_path=None): method open_workfile (line 102) | def open_workfile(self, filepath): method get_current_workfile (line 112) | def get_current_workfile(self): method get_containers (line 123) | def get_containers(self): method _register_callbacks (line 126) | def _register_callbacks(self): method create_context_node (line 141) | def create_context_node(): method update_context_data (line 163) | def update_context_data(self, data, changes): method get_context_data (line 170) | def get_context_data(self): method save_file (line 176) | def save_file(self, dst_path=None): function on_file_event_callback (line 184) | def on_file_event_callback(event): function containerise (line 195) | def containerise(name, function parse_container (line 250) | def parse_container(container): function ls (line 272) | def ls(): function before_save (line 286) | def before_save(): function on_save (line 290) | def on_save(): function _show_outdated_content_popup (line 302) | def _show_outdated_content_popup(): function on_open (line 324) | def on_open(): function on_new (line 354) | def on_new(): function _set_context_settings (line 383) | def _set_context_settings(): FILE: openpype/hosts/houdini/api/plugin.py class OpenPypeCreatorError (line 21) | class OpenPypeCreatorError(CreatorError): class Creator (line 25) | class Creator(LegacyCreator): method __init__ (line 46) | def __init__(self, *args, **kwargs): method process (line 50) | def process(self): class HoudiniCreatorBase (line 99) | class HoudiniCreatorBase(object): method cache_subsets (line 101) | def cache_subsets(shared_data): method create_instance_node (line 146) | def create_instance_node( class HoudiniCreator (line 170) | class HoudiniCreator(NewCreator, HoudiniCreatorBase): method create (line 176) | def create(self, subset_name, instance_data, pre_create_data): method lock_parameters (line 219) | def lock_parameters(self, node, parameters): method collect_instances (line 234) | def collect_instances(self): method update_instances (line 254) | def update_instances(self, update_list): method imprint (line 268) | def imprint(self, node, values, update=False): method remove_instances (line 275) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 289) | def get_pre_create_attr_defs(self): method customize_node_look (line 295) | def customize_node_look( method get_network_categories (line 314) | def get_network_categories(self): method apply_settings (line 330) | def apply_settings(self, project_settings): FILE: openpype/hosts/houdini/api/shelves.py function generate_shelves (line 18) | def generate_shelves(): function get_or_create_shelf_set (line 114) | def get_or_create_shelf_set(shelf_set_label): function get_or_create_shelf (line 139) | def get_or_create_shelf(shelf_label): function get_or_create_tool (line 163) | def get_or_create_tool(tool_definition, shelf, template_data): function get_path_using_template_data (line 211) | def get_path_using_template_data(path, template_data): FILE: openpype/hosts/houdini/api/usd.py class SelectAssetDialog (line 19) | class SelectAssetDialog(QtWidgets.QWidget): method __init__ (line 26) | def __init__(self, parm): method _set_parameter (line 39) | def _set_parameter(self): method _on_show (line 44) | def _on_show(self): method showEvent (line 67) | def showEvent(self, event): function pick_asset (line 72) | def pick_asset(node): function add_usd_output_processor (line 92) | def add_usd_output_processor(ropnode, processor): function remove_usd_output_processor (line 113) | def remove_usd_output_processor(ropnode, processor): function outputprocessors (line 135) | def outputprocessors(ropnode, processors=tuple(), disable_all_others=True): function get_usd_rop_loppath (line 185) | def get_usd_rop_loppath(node): function get_layer_save_path (line 202) | def get_layer_save_path(layer): function get_referenced_layers (line 222) | def get_referenced_layers(layer): function iter_layer_recursive (line 247) | def iter_layer_recursive(layer): function get_configured_save_layers (line 264) | def get_configured_save_layers(usd_rop): FILE: openpype/hosts/houdini/hooks/set_paths.py class SetPath (line 4) | class SetPath(PreLaunchHook): method execute (line 12) | def execute(self): FILE: openpype/hosts/houdini/plugins/create/convert_legacy.py class HoudiniLegacyConvertor (line 7) | class HoudiniLegacyConvertor(SubsetConvertorPlugin): method __init__ (line 34) | def __init__(self, *args, **kwargs): method find_instances (line 38) | def find_instances(self): method convert (line 56) | def convert(self): FILE: openpype/hosts/houdini/plugins/create/create_alembic_camera.py class CreateAlembicCamera (line 9) | class CreateAlembicCamera(plugin.HoudiniCreator): method create (line 17) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 53) | def get_network_categories(self): FILE: openpype/hosts/houdini/plugins/create/create_arnold_ass.py class CreateArnoldAss (line 7) | class CreateArnoldAss(plugin.HoudiniCreator): method create (line 20) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 60) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 67) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_arnold_rop.py class CreateArnoldRop (line 5) | class CreateArnoldRop(plugin.HoudiniCreator): method create (line 19) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 69) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_bgeo.py class CreateBGEO (line 9) | class CreateBGEO(plugin.HoudiniCreator): method create (line 16) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 64) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 71) | def get_pre_create_attr_defs(self): method get_network_categories (line 104) | def get_network_categories(self): FILE: openpype/hosts/houdini/plugins/create/create_composite.py class CreateCompositeSequence (line 9) | class CreateCompositeSequence(plugin.HoudiniCreator): method create (line 19) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 57) | def get_network_categories(self): FILE: openpype/hosts/houdini/plugins/create/create_hda.py class CreateHDA (line 11) | class CreateHDA(plugin.HoudiniCreator): method _check_existing (line 20) | def _check_existing(self, asset_name, subset_name): method create_instance_node (line 37) | def create_instance_node( method create (line 76) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 86) | def get_network_categories(self): FILE: openpype/hosts/houdini/plugins/create/create_karma_rop.py class CreateKarmaROP (line 8) | class CreateKarmaROP(plugin.HoudiniCreator): method create (line 15) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 90) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_mantra_ifd.py class CreateMantraIFD (line 8) | class CreateMantraIFD(plugin.HoudiniCreator): method create (line 15) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 46) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 53) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_mantra_rop.py class CreateMantraROP (line 8) | class CreateMantraROP(plugin.HoudiniCreator): method create (line 18) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 81) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_pointcache.py class CreatePointCache (line 10) | class CreatePointCache(plugin.HoudiniCreator): method create (line 17) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 88) | def get_network_categories(self): method get_obj_output (line 94) | def get_obj_output(self, obj_node): method get_instance_attr_defs (line 114) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 121) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_redshift_proxy.py class CreateRedshiftProxy (line 8) | class CreateRedshiftProxy(plugin.HoudiniCreator): method create (line 15) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 52) | def get_network_categories(self): method get_instance_attr_defs (line 58) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 65) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_redshift_rop.py class CreateRedshiftROP (line 9) | class CreateRedshiftROP(plugin.HoudiniCreator): method create (line 21) | def create(self, subset_name, instance_data, pre_create_data): method remove_instances (line 98) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 108) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_review.py class CreateReview (line 10) | class CreateReview(plugin.HoudiniCreator): method create (line 18) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 96) | def get_pre_create_attr_defs(self): method set_colorcorrect_to_default_view_space (line 134) | def set_colorcorrect_to_default_view_space(self, FILE: openpype/hosts/houdini/plugins/create/create_staticmesh.py class CreateStaticMesh (line 9) | class CreateStaticMesh(plugin.HoudiniCreator): method create (line 19) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 54) | def get_network_categories(self): method get_pre_create_attr_defs (line 61) | def get_pre_create_attr_defs(self): method get_dynamic_data (line 90) | def get_dynamic_data( method get_selection (line 103) | def get_selection(self): FILE: openpype/hosts/houdini/plugins/create/create_usd.py class CreateUSD (line 9) | class CreateUSD(plugin.HoudiniCreator): method create (line 17) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 48) | def get_network_categories(self): FILE: openpype/hosts/houdini/plugins/create/create_usdrender.py class CreateUSDRender (line 7) | class CreateUSDRender(plugin.HoudiniCreator): method create (line 14) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/houdini/plugins/create/create_vbd_cache.py class CreateVDBCache (line 10) | class CreateVDBCache(plugin.HoudiniCreator): method create (line 18) | def create(self, subset_name, instance_data, pre_create_data): method get_network_categories (line 46) | def get_network_categories(self): method get_sop_node_path (line 53) | def get_sop_node_path(self, selected_node): method get_obj_output (line 87) | def get_obj_output(self, obj_node): method get_instance_attr_defs (line 113) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 120) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_vray_rop.py class CreateVrayROP (line 10) | class CreateVrayROP(plugin.HoudiniCreator): method create (line 22) | def create(self, subset_name, instance_data, pre_create_data): method remove_instances (line 131) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 146) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/houdini/plugins/create/create_workfile.py class CreateWorkfile (line 12) | class CreateWorkfile(plugin.HoudiniCreatorBase, AutoCreator): method create (line 21) | def create(self): method collect_instances (line 89) | def collect_instances(self): method update_instances (line 102) | def update_instances(self, update_list): FILE: openpype/hosts/houdini/plugins/inventory/set_camera_resolution.py class SetCameraResolution (line 9) | class SetCameraResolution(InventoryAction): method is_compatible (line 16) | def is_compatible(container): method process (line 21) | def process(self, containers): FILE: openpype/hosts/houdini/plugins/load/actions.py class SetFrameRangeLoader (line 8) | class SetFrameRangeLoader(load.LoaderPlugin): method load (line 25) | def load(self, context, name, namespace, data): class SetFrameRangeWithHandlesLoader (line 46) | class SetFrameRangeWithHandlesLoader(load.LoaderPlugin): method load (line 63) | def load(self, context, name, namespace, data): FILE: openpype/hosts/houdini/plugins/load/load_alembic.py class AbcLoader (line 9) | class AbcLoader(load.LoaderPlugin): method load (line 19) | def load(self, context, name=None, namespace=None, data=None): method update (line 84) | def update(self, container, representation): method remove (line 104) | def remove(self, container): method switch (line 109) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_alembic_archive.py class AbcArchiveLoader (line 9) | class AbcArchiveLoader(load.LoaderPlugin): method load (line 19) | def load(self, context, name=None, namespace=None, data=None): method update (line 58) | def update(self, container, representation): method remove (line 73) | def remove(self, container): method switch (line 78) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_ass.py class AssLoader (line 11) | class AssLoader(load.LoaderPlugin): method load (line 21) | def load(self, context, name=None, namespace=None, data=None): method update (line 51) | def update(self, container, representation): method remove (line 59) | def remove(self, container): method format_path (line 64) | def format_path(representation): method switch (line 89) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_bgeo.py class BgeoLoader (line 12) | class BgeoLoader(load.LoaderPlugin): method load (line 24) | def load(self, context, name=None, namespace=None, data=None): method format_path (line 66) | def format_path(path, representation): method update (line 85) | def update(self, container, representation): method remove (line 105) | def remove(self, container): method switch (line 110) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_camera.py function transfer_non_default_values (line 19) | def transfer_non_default_values(src, dest, ignore=None): class CameraLoader (line 87) | class CameraLoader(load.LoaderPlugin): method load (line 98) | def load(self, context, name=None, namespace=None, data=None): method update (line 135) | def update(self, container, representation): method remove (line 170) | def remove(self, container): method create_and_connect (line 175) | def create_and_connect(self, node, node_type, name=None): method _match_maya_render_mask (line 195) | def _match_maya_render_mask(self, camera): FILE: openpype/hosts/houdini/plugins/load/load_fbx.py class FbxLoader (line 10) | class FbxLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 50) | def update(self, container, representation): method remove (line 70) | def remove(self, container): method switch (line 75) | def switch(self, container, representation): method get_node_name (line 78) | def get_node_name(self, context, name=None, namespace=None): method create_load_node_tree (line 91) | def create_load_node_tree(self, file_path, node_name, subset_name): FILE: openpype/hosts/houdini/plugins/load/load_hda.py class HdaLoader (line 10) | class HdaLoader(load.LoaderPlugin): method load (line 20) | def load(self, context, name=None, namespace=None, data=None): method update (line 51) | def update(self, container, representation): method remove (line 66) | def remove(self, container): FILE: openpype/hosts/houdini/plugins/load/load_image.py function get_image_avalon_container (line 13) | def get_image_avalon_container(): class ImageLoader (line 44) | class ImageLoader(load.LoaderPlugin): method load (line 55) | def load(self, context, name=None, namespace=None, data=None): method update (line 90) | def update(self, container, representation): method remove (line 107) | def remove(self, container): method _get_file_sequence (line 122) | def _get_file_sequence(self, file_path): method switch (line 131) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_redshift_proxy.py class RedshiftProxyLoader (line 13) | class RedshiftProxyLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 75) | def update(self, container, representation): method remove (line 89) | def remove(self, container): method format_path (line 95) | def format_path(path, representation): FILE: openpype/hosts/houdini/plugins/load/load_usd_layer.py class USDSublayerLoader (line 9) | class USDSublayerLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 60) | def update(self, container, representation): method remove (line 79) | def remove(self, container): method switch (line 84) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_usd_reference.py class USDReferenceLoader (line 9) | class USDReferenceLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 60) | def update(self, container, representation): method remove (line 79) | def remove(self, container): method switch (line 84) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/load_vdb.py class VdbLoader (line 11) | class VdbLoader(load.LoaderPlugin): method load (line 21) | def load(self, context, name=None, namespace=None, data=None): method format_path (line 63) | def format_path(path, representation): method update (line 82) | def update(self, container, representation): method remove (line 102) | def remove(self, container): method switch (line 107) | def switch(self, container, representation): FILE: openpype/hosts/houdini/plugins/load/show_usdview.py class ShowInUsdview (line 9) | class ShowInUsdview(load.LoaderPlugin): method load (line 21) | def load(self, context, name=None, namespace=None, data=None): FILE: openpype/hosts/houdini/plugins/publish/collect_active_state.py class CollectInstanceActiveState (line 5) | class CollectInstanceActiveState(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_arnold_rop.py class CollectArnoldROPRenderProducts (line 12) | class CollectArnoldROPRenderProducts(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method get_render_product_name (line 108) | def get_render_product_name(self, prefix, suffix): method generate_expected_files (line 134) | def generate_expected_files(self, instance, path): FILE: openpype/hosts/houdini/plugins/publish/collect_asset_handles.py class CollectAssetHandles (line 9) | class CollectAssetHandles(pyblish.api.InstancePlugin, method process (line 35) | def process(self, instance): method get_attribute_defs (line 116) | def get_attribute_defs(cls): FILE: openpype/hosts/houdini/plugins/publish/collect_cache_farm.py class CollectDataforCache (line 7) | class CollectDataforCache(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): method get_files (line 58) | def get_files(self, instance, output_parm): FILE: openpype/hosts/houdini/plugins/publish/collect_chunk_size.py class CollectChunkSize (line 6) | class CollectChunkSize(pyblish.api.InstancePlugin, method process (line 19) | def process(self, instance): method get_attribute_defs (line 25) | def get_attribute_defs(cls): FILE: openpype/hosts/houdini/plugins/publish/collect_current_file.py class CollectHoudiniCurrentFile (line 7) | class CollectHoudiniCurrentFile(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/collect_frames.py class CollectFrames (line 11) | class CollectFrames(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): method create_file_list (line 66) | def create_file_list(match, start_frame, end_frame): FILE: openpype/hosts/houdini/plugins/publish/collect_inputs.py function collect_input_containers (line 6) | def collect_input_containers(nodes): function iter_upstream (line 40) | def iter_upstream(node): class CollectUpstreamInputs (line 84) | class CollectUpstreamInputs(pyblish.api.InstancePlugin): method process (line 97) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_instances.py class CollectInstances (line 8) | class CollectInstances(pyblish.api.ContextPlugin): method process (line 31) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/collect_instances_usd_layered.py class CollectInstancesUsdLayered (line 8) | class CollectInstancesUsdLayered(pyblish.api.ContextPlugin): method process (line 37) | def process(self, context): method process_node (line 67) | def process_node(self, node, context): method get_save_data (line 132) | def get_save_data(self, save_path): FILE: openpype/hosts/houdini/plugins/publish/collect_karma_rop.py class CollectKarmaROPRenderProducts (line 16) | class CollectKarmaROPRenderProducts(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method get_render_product_name (line 75) | def get_render_product_name(self, prefix, suffix): method generate_expected_files (line 84) | def generate_expected_files(self, instance, path): FILE: openpype/hosts/houdini/plugins/publish/collect_mantra_rop.py class CollectMantraROPRenderProducts (line 16) | class CollectMantraROPRenderProducts(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method get_render_product_name (line 117) | def get_render_product_name(self, prefix, suffix): method generate_expected_files (line 126) | def generate_expected_files(self, instance, path): FILE: openpype/hosts/houdini/plugins/publish/collect_output_node.py class CollectOutputSOPPath (line 6) | class CollectOutputSOPPath(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_pointcache_type.py class CollectPointcacheType (line 9) | class CollectPointcacheType(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_redshift_rop.py class CollectRedshiftROPRenderProducts (line 16) | class CollectRedshiftROPRenderProducts(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method get_render_product_name (line 112) | def get_render_product_name(self, prefix, suffix): method generate_expected_files (line 136) | def generate_expected_files(self, instance, path): FILE: openpype/hosts/houdini/plugins/publish/collect_remote_publish.py class CollectRemotePublishSettings (line 8) | class CollectRemotePublishSettings(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/collect_render_products.py function get_var_changed (line 10) | def get_var_changed(variable=None): class CollectRenderProducts (line 44) | class CollectRenderProducts(pyblish.api.InstancePlugin): method process (line 52) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_review_data.py class CollectHoudiniReviewData (line 5) | class CollectHoudiniReviewData(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_rop_frame_range.py class CollectRopFrameRange (line 8) | class CollectRopFrameRange(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_staticmesh_type.py class CollectStaticMeshType (line 7) | class CollectStaticMeshType(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_usd_bootstrap.py class CollectUsdBootstrap (line 11) | class CollectUsdBootstrap(pyblish.api.InstancePlugin): method process (line 31) | def process(self, instance): method add_bootstrap (line 53) | def add_bootstrap(self, instance, bootstrap): method _subset_exists (line 101) | def _subset_exists(self, project_name, instance, subset_name, asset_doc): FILE: openpype/hosts/houdini/plugins/publish/collect_usd_layers.py class CollectUsdLayers (line 9) | class CollectUsdLayers(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_vray_rop.py class CollectVrayROPRenderProducts (line 16) | class CollectVrayROPRenderProducts(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method get_render_product_name (line 103) | def get_render_product_name(self, prefix, suffix=""): method get_render_element_name (line 110) | def get_render_element_name(self, node, prefix, suffix=""): method generate_expected_files (line 125) | def generate_expected_files(self, instance, path): FILE: openpype/hosts/houdini/plugins/publish/collect_workfile.py class CollectWorkfile (line 6) | class CollectWorkfile(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/collect_workscene_fps.py class CollectWorksceneFPS (line 5) | class CollectWorksceneFPS(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/extract_alembic.py class ExtractAlembic (line 11) | class ExtractAlembic(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_ass.py class ExtractAss (line 11) | class ExtractAss(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_bgeo.py class ExtractBGEO (line 12) | class ExtractBGEO(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_composite.py class ExtractComposite (line 10) | class ExtractComposite(publish.Extractor): method process (line 17) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_fbx.py class ExtractFBX (line 12) | class ExtractFBX(publish.Extractor): method process (line 20) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_hda.py class ExtractHDA (line 9) | class ExtractHDA(publish.Extractor): method process (line 16) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_mantra_ifd.py class ExtractMantraIFD (line 10) | class ExtractMantraIFD(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_opengl.py class ExtractOpenGL (line 11) | class ExtractOpenGL(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_redshift_proxy.py class ExtractRedshiftProxy (line 11) | class ExtractRedshiftProxy(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_usd.py class ExtractUSD (line 10) | class ExtractUSD(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/extract_usd_layered.py class ExitStack (line 23) | class ExitStack(object): method __init__ (line 36) | def __init__(self): method pop_all (line 39) | def pop_all(self): method _push_cm_exit (line 46) | def _push_cm_exit(self, cm, cm_exit): method push (line 55) | def push(self, exit): method callback (line 76) | def callback(self, callback, *args, **kwds): method enter_context (line 91) | def enter_context(self, cm): method close (line 105) | def close(self): method __enter__ (line 109) | def __enter__(self): method __exit__ (line 112) | def __exit__(self, *exc_details): function parm_values (line 145) | def parm_values(overrides): class ExtractUSDLayered (line 162) | class ExtractUSDLayered(publish.Extractor): method process (line 173) | def process(self, instance): method _compare_with_latest_publish (line 279) | def _compare_with_latest_publish(self, project_name, dependency, new_f... FILE: openpype/hosts/houdini/plugins/publish/extract_vdb_cache.py class ExtractVDBCache (line 11) | class ExtractVDBCache(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/increment_current_file.py class IncrementCurrentFile (line 10) | class IncrementCurrentFile(pyblish.api.ContextPlugin): method process (line 29) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/save_scene.py class SaveCurrentScene (line 6) | class SaveCurrentScene(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/houdini/plugins/publish/validate_abc_primitive_to_detail.py class ValidateAbcPrimitiveToDetail (line 8) | class ValidateAbcPrimitiveToDetail(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): method get_invalid (line 34) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_alembic_face_sets.py class ValidateAlembicROPFaceSets (line 5) | class ValidateAlembicROPFaceSets(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_alembic_input_node.py class ValidateAlembicInputNode (line 7) | class ValidateAlembicInputNode(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method get_invalid (line 31) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_animation_settings.py class ValidateAnimationSettings (line 8) | class ValidateAnimationSettings(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_invalid (line 39) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_bypass.py class ValidateBypassed (line 7) | class ValidateBypassed(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_camera_rop.py class ValidateCameraROP (line 7) | class ValidateCameraROP(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_cop_output_node.py class ValidateCopOutputNode (line 9) | class ValidateCopOutputNode(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): method get_invalid (line 35) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_fbx_output_node.py class ValidateFBXOutputNode (line 12) | class ValidateFBXOutputNode(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_file_extension.py class ValidateFileExtension (line 11) | class ValidateFileExtension(pyblish.api.InstancePlugin): method process (line 31) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_frame_range.py class DisableUseAssetHandlesAction (line 10) | class DisableUseAssetHandlesAction(RepairAction): class ValidateFrameRange (line 15) | class ValidateFrameRange(pyblish.api.InstancePlugin): method process (line 28) | def process(self, instance): method get_invalid (line 54) | def get_invalid(cls, instance): method repair (line 81) | def repair(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_frame_token.py class ValidateFrameToken (line 7) | class ValidateFrameToken(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_houdini_license_category.py class ValidateHoudiniNotApprenticeLicense (line 7) | class ValidateHoudiniNotApprenticeLicense(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_mesh_is_static.py class ValidateMeshIsStatic (line 14) | class ValidateMeshIsStatic(pyblish.api.InstancePlugin, method process (line 27) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_mkpaths_toggled.py class ValidateIntermediateDirectoriesChecked (line 6) | class ValidateIntermediateDirectoriesChecked(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method get_invalid (line 24) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_no_errors.py function cook_in_range (line 7) | def cook_in_range(node, start, end): function get_errors (line 16) | def get_errors(node): class ValidateNoErrors (line 29) | class ValidateNoErrors(pyblish.api.InstancePlugin): method process (line 36) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_primitive_hierarchy_paths.py class AddDefaultPathAction (line 12) | class AddDefaultPathAction(RepairAction): class ValidatePrimitiveHierarchyPaths (line 17) | class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin): method process (line 32) | def process(self, instance): method get_invalid (line 42) | def get_invalid(cls, instance): method repair (line 128) | def repair(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_remote_publish.py class ValidateRemotePublishOutNode (line 11) | class ValidateRemotePublishOutNode(pyblish.api.ContextPlugin): method process (line 21) | def process(self, context): method repair (line 46) | def repair(cls, context): method raise_error (line 50) | def raise_error(self, message): FILE: openpype/hosts/houdini/plugins/publish/validate_remote_publish_enabled.py class ValidateRemotePublishEnabled (line 9) | class ValidateRemotePublishEnabled(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): method repair (line 31) | def repair(cls, context): FILE: openpype/hosts/houdini/plugins/publish/validate_review_colorspace.py class SetDefaultViewSpaceAction (line 14) | class SetDefaultViewSpaceAction(RepairAction): class ValidateReviewColorspace (line 19) | class ValidateReviewColorspace(pyblish.api.InstancePlugin, method process (line 34) | def process(self, instance): method repair (line 65) | def repair(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_scene_review.py class ValidateSceneReview (line 7) | class ValidateSceneReview(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): method get_invalid_scene_path (line 40) | def get_invalid_scene_path(self, rop_node): method get_invalid_camera_path (line 47) | def get_invalid_camera_path(self, rop_node): method get_invalid_resolution (line 59) | def get_invalid_resolution(self, rop_node): FILE: openpype/hosts/houdini/plugins/publish/validate_sop_output_node.py class ValidateSopOutputNode (line 12) | class ValidateSopOutputNode(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_invalid (line 40) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_subset_name.py class FixSubsetNameAction (line 18) | class FixSubsetNameAction(RepairAction): class ValidateSubsetName (line 22) | class ValidateSubsetName(pyblish.api.InstancePlugin, method process (line 36) | def process(self, instance): method get_invalid (line 50) | def get_invalid(cls, instance): method repair (line 76) | def repair(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_unreal_staticmesh_naming.py class ValidateUnrealStaticMeshName (line 16) | class ValidateUnrealStaticMeshName(pyblish.api.InstancePlugin, method apply_settings (line 42) | def apply_settings(cls, project_settings, system_settings): method process (line 50) | def process(self, instance): method get_invalid (line 64) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_layer_path_backslashes.py class ValidateUSDLayerPathBackslashes (line 10) | class ValidateUSDLayerPathBackslashes(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_model_and_shade.py function fullname (line 12) | def fullname(o): class ValidateUsdModel (line 20) | class ValidateUsdModel(pyblish.api.InstancePlugin): method process (line 41) | def process(self, instance): class ValidateUsdShade (line 65) | class ValidateUsdShade(ValidateUsdModel): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_output_node.py class ValidateUSDOutputNode (line 6) | class ValidateUSDOutputNode(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method get_invalid (line 32) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_render_product_names.py class ValidateUSDRenderProductNames (line 8) | class ValidateUSDRenderProductNames(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_setdress.py class ValidateUsdSetDress (line 8) | class ValidateUsdSetDress(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_shade_model_exists.py class ValidateUSDShadeModelExists (line 11) | class ValidateUSDShadeModelExists(pyblish.api.InstancePlugin): method process (line 19) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_usd_shade_workspace.py class ValidateUsdShadeWorkspace (line 8) | class ValidateUsdShadeWorkspace(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_vdb_output_node.py function group_consecutive_numbers (line 11) | def group_consecutive_numbers(nums): function update_mode_context (line 45) | def update_mode_context(mode): function get_geometry_at_frame (line 54) | def get_geometry_at_frame(sop_node, frame, force=True): class ValidateVDBOutputNode (line 63) | class ValidateVDBOutputNode(pyblish.api.InstancePlugin): method process (line 88) | def process(self, instance): method get_invalid_with_message (line 107) | def get_invalid_with_message(cls, instance): method get_invalid (line 175) | def get_invalid(cls, instance): FILE: openpype/hosts/houdini/plugins/publish/validate_workfile_paths.py class ValidateWorkfilePaths (line 11) | class ValidateWorkfilePaths( method process (line 25) | def process(self, instance): method get_invalid (line 62) | def get_invalid(cls): method repair (line 80) | def repair(cls, instance): FILE: openpype/hosts/houdini/startup/python2.7libs/pythonrc.py function main (line 8) | def main(): FILE: openpype/hosts/houdini/startup/python3.10libs/pythonrc.py function main (line 8) | def main(): FILE: openpype/hosts/houdini/startup/python3.7libs/pythonrc.py function main (line 8) | def main(): FILE: openpype/hosts/houdini/startup/python3.9libs/pythonrc.py function main (line 8) | def main(): FILE: openpype/hosts/max/addon.py class MaxAddon (line 8) | class MaxAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method add_implementation_envs (line 15) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 20) | def get_workfile_extensions(self): method get_launch_hook_paths (line 23) | def get_launch_hook_paths(self, app): FILE: openpype/hosts/max/api/action.py class SelectInvalidAction (line 8) | class SelectInvalidAction(pyblish.api.Action): method process (line 14) | def process(self, context, plugin): FILE: openpype/hosts/max/api/colorspace.py class LayerMetadata (line 6) | class LayerMetadata(object): class RenderProduct (line 13) | class RenderProduct(object): class ARenderProduct (line 23) | class ARenderProduct(object): method __init__ (line 25) | def __init__(self): method _get_layer_data (line 31) | def _get_layer_data(self): method get_colorspace_data (line 37) | def get_colorspace_data(self): FILE: openpype/hosts/max/api/lib.py function get_main_window (line 21) | def get_main_window(): function imprint (line 35) | def imprint(node_name: str, data: dict) -> bool: function lsattr (line 49) | def lsattr( function read (line 82) | def read(container) -> dict: function maintained_selection (line 117) | def maintained_selection(): function get_all_children (line 128) | def get_all_children(parent, node_type=None): function get_current_renderer (line 151) | def get_current_renderer(): function get_default_render_folder (line 163) | def get_default_render_folder(project_setting=None): function set_render_frame_range (line 169) | def set_render_frame_range(start_frame, end_frame): function get_multipass_setting (line 187) | def get_multipass_setting(project_setting=None): function set_scene_resolution (line 193) | def set_scene_resolution(width: int, height: int): function reset_scene_resolution (line 215) | def reset_scene_resolution(): function get_frame_range (line 237) | def get_frame_range(asset_doc=None) -> Union[Dict[str, Any], None]: function reset_frame_range (line 274) | def reset_frame_range(fps: bool = True): function reset_unit_scale (line 297) | def reset_unit_scale(): function convert_unit_scale (line 311) | def convert_unit_scale(): function set_context_setting (line 328) | def set_context_setting(): function get_max_version (line 347) | def get_max_version(): function is_headless (line 360) | def is_headless(): function set_timeline (line 368) | def set_timeline(frameStart, frameEnd): function reset_colorspace (line 375) | def reset_colorspace(): function check_colorspace (line 395) | def check_colorspace(): function unique_namespace (line 418) | def unique_namespace(namespace, format="%02d", function get_namespace (line 473) | def get_namespace(container_name): function object_transform_set (line 494) | def object_transform_set(container_children): function get_plugins (line 513) | def get_plugins() -> list: function render_resolution (line 530) | def render_resolution(width, height): function suspended_refresh (line 549) | def suspended_refresh(): FILE: openpype/hosts/max/api/lib_renderproducts.py class RenderProducts (line 14) | class RenderProducts(object): method __init__ (line 16) | def __init__(self, project_settings=None): method get_beauty (line 23) | def get_beauty(self, container): method get_multiple_beauty (line 40) | def get_multiple_beauty(self, outputs, cameras): method get_multiple_aovs (line 57) | def get_multiple_aovs(self, outputs, cameras): method get_aovs (line 129) | def get_aovs(self, container): method get_expected_beauty (line 206) | def get_expected_beauty(self, folder, start_frame, end_frame, fmt): method get_arnold_product_name (line 216) | def get_arnold_product_name(self): method get_expected_arnold_product (line 234) | def get_expected_arnold_product(self, folder, name, method get_render_elements_name (line 246) | def get_render_elements_name(self): method get_expected_aovs (line 262) | def get_expected_aovs(self, folder, name, method image_format (line 274) | def image_format(self): FILE: openpype/hosts/max/api/lib_rendersettings.py class RenderSettings (line 15) | class RenderSettings(object): method __init__ (line 25) | def __init__(self, project_settings=None): method set_render_camera (line 37) | def set_render_camera(self, selection): method render_output (line 45) | def render_output(self, container): method arnold_setup (line 108) | def arnold_setup(self): method render_element_layer (line 137) | def render_element_layer(self, dir, width, height, ext): method get_render_output (line 152) | def get_render_output(self, container, output_dir): method get_render_element (line 158) | def get_render_element(self): method get_batch_render_elements (line 171) | def get_batch_render_elements(self, container, method get_batch_render_output (line 188) | def get_batch_render_output(self, camera): method batch_render_elements (line 193) | def batch_render_elements(self, camera): method batch_render_layer (line 210) | def batch_render_layer(self, container, FILE: openpype/hosts/max/api/menu.py class OpenPypeMenu (line 11) | class OpenPypeMenu(object): method __init__ (line 21) | def __init__(self): method _on_timer (line 35) | def _on_timer(self): method get_main_widget (line 45) | def get_main_widget(): method get_main_menubar (line 49) | def get_main_menubar(self) -> QtWidgets.QMenuBar: method get_or_create_openpype_menu (line 53) | def get_or_create_openpype_menu( method build_openpype_menu (line 88) | def build_openpype_menu(self) -> QtWidgets.QAction: method load_callback (line 133) | def load_callback(self): method publish_callback (line 137) | def publish_callback(self): method manage_callback (line 141) | def manage_callback(self): method library_callback (line 145) | def library_callback(self): method workfiles_callback (line 149) | def workfiles_callback(self): method resolution_callback (line 153) | def resolution_callback(self): method frame_range_callback (line 157) | def frame_range_callback(self): method colorspace_callback (line 161) | def colorspace_callback(self): method unit_scale_callback (line 165) | def unit_scale_callback(self): FILE: openpype/hosts/max/api/pipeline.py class MaxHost (line 32) | class MaxHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __init__ (line 37) | def __init__(self): method install (line 42) | def install(self): method workfile_has_unsaved_changes (line 65) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 68) | def get_workfile_extensions(self): method save_workfile (line 71) | def save_workfile(self, dst_path=None): method open_workfile (line 75) | def open_workfile(self, filepath): method get_current_workfile (line 80) | def get_current_workfile(self): method get_containers (line 83) | def get_containers(self): method _register_callbacks (line 86) | def _register_callbacks(self): method _deferred_menu_creation (line 93) | def _deferred_menu_creation(self): method create_context_node (line 98) | def create_context_node(): method update_context_data (line 123) | def update_context_data(self, data, changes): method get_context_data (line 132) | def get_context_data(self): method save_file (line 142) | def save_file(self, dst_path=None): function ls (line 148) | def ls() -> list: function containerise (line 160) | def containerise(name: str, nodes: list, context, function load_custom_attribute_data (line 178) | def load_custom_attribute_data(): function import_custom_attribute_data (line 187) | def import_custom_attribute_data(container: str, selections: list): function update_custom_attribute_data (line 216) | def update_custom_attribute_data(container: str, selections: list): function get_previous_loaded_object (line 229) | def get_previous_loaded_object(container: str): FILE: openpype/hosts/max/api/plugin.py class OpenPypeCreatorError (line 153) | class OpenPypeCreatorError(CreatorError): class MaxCreatorBase (line 157) | class MaxCreatorBase(object): method cache_subsets (line 160) | def cache_subsets(shared_data): method create_instance_node (line 176) | def create_instance_node(node): class MaxCreator (line 201) | class MaxCreator(Creator, MaxCreatorBase): method create (line 204) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 240) | def collect_instances(self): method update_instances (line 248) | def update_instances(self, update_list): method remove_instances (line 272) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 289) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/max/api/preview_animation.py function play_preview_when_done (line 10) | def play_preview_when_done(has_autoplay): function viewport_layout_and_camera (line 26) | def viewport_layout_and_camera(camera, layout="layout_1"): function viewport_preference_setting (line 54) | def viewport_preference_setting(general_viewport, function _render_preview_animation_max_2024 (line 107) | def _render_preview_animation_max_2024( function _render_preview_animation_max_pre_2024 (line 168) | def _render_preview_animation_max_pre_2024( function render_preview_animation (line 238) | def render_preview_animation( function viewport_options_for_preview_animation (line 301) | def viewport_options_for_preview_animation(): FILE: openpype/hosts/max/hooks/force_startup_script.py class ForceStartupScript (line 8) | class ForceStartupScript(PreLaunchHook): method execute (line 21) | def execute(self): FILE: openpype/hosts/max/hooks/inject_python.py class InjectPythonPath (line 7) | class InjectPythonPath(PreLaunchHook): method execute (line 19) | def execute(self): FILE: openpype/hosts/max/hooks/set_paths.py class SetPath (line 4) | class SetPath(PreLaunchHook): method execute (line 12) | def execute(self): FILE: openpype/hosts/max/plugins/create/create_camera.py class CreateCamera (line 6) | class CreateCamera(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_maxScene.py class CreateMaxScene (line 6) | class CreateMaxScene(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_model.py class CreateModel (line 6) | class CreateModel(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_pointcache.py class CreatePointCache (line 6) | class CreatePointCache(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_pointcloud.py class CreatePointCloud (line 6) | class CreatePointCloud(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_redshift_proxy.py class CreateRedshiftProxy (line 7) | class CreateRedshiftProxy(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_render.py class CreateRender (line 9) | class CreateRender(plugin.MaxCreator): method create (line 16) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 44) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/max/plugins/create/create_review.py class CreateReview (line 7) | class CreateReview(plugin.MaxCreator): method apply_settings (line 25) | def apply_settings(self, project_settings): method create (line 41) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 62) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 117) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/max/plugins/create/create_tycache.py class CreateTyCache (line 6) | class CreateTyCache(plugin.MaxCreator): FILE: openpype/hosts/max/plugins/create/create_workfile.py class CreateWorkfile (line 11) | class CreateWorkfile(plugin.MaxCreatorBase, AutoCreator): method create (line 20) | def create(self): method collect_instances (line 84) | def collect_instances(self): method update_instances (line 94) | def update_instances(self, update_list): method remove_instances (line 102) | def remove_instances(self, instances): method create_node (line 117) | def create_node(self, subset_name): FILE: openpype/hosts/max/plugins/load/load_camera_fbx.py class FbxLoader (line 17) | class FbxLoader(load.LoaderPlugin): method load (line 26) | def load(self, context, name=None, namespace=None, data=None): method update (line 53) | def update(self, container, representation): method switch (line 92) | def switch(self, container, representation): method remove (line 95) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_max_scene.py class MaxSceneLoader (line 16) | class MaxSceneLoader(load.LoaderPlugin): method load (line 28) | def load(self, context, name=None, namespace=None, data=None): method update (line 50) | def update(self, container, representation): method switch (line 91) | def switch(self, container, representation): method remove (line 94) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_model.py class ModelAbcLoader (line 13) | class ModelAbcLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name=None, namespace=None, data=None): method update (line 72) | def update(self, container, representation): method switch (line 95) | def switch(self, container, representation): method remove (line 98) | def remove(self, container): method get_container_children (line 105) | def get_container_children(parent, type_name): FILE: openpype/hosts/max/plugins/load/load_model_fbx.py class FbxModelLoader (line 16) | class FbxModelLoader(load.LoaderPlugin): method load (line 25) | def load(self, context, name=None, namespace=None, data=None): method update (line 49) | def update(self, container, representation): method switch (line 90) | def switch(self, container, representation): method remove (line 93) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_model_obj.py class ObjLoader (line 19) | class ObjLoader(load.LoaderPlugin): method load (line 28) | def load(self, context, name=None, namespace=None, data=None): method update (line 49) | def update(self, container, representation): method switch (line 82) | def switch(self, container, representation): method remove (line 85) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_model_usd.py class ModelUSDLoader (line 21) | class ModelUSDLoader(load.LoaderPlugin): method load (line 31) | def load(self, context, name=None, namespace=None, data=None): method update (line 67) | def update(self, container, representation): method switch (line 112) | def switch(self, container, representation): method remove (line 115) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_pointcache.py class AbcLoader (line 17) | class AbcLoader(load.LoaderPlugin): method load (line 27) | def load(self, context, name=None, namespace=None, data=None): method update (line 78) | def update(self, container, representation): method switch (line 101) | def switch(self, container, representation): method remove (line 104) | def remove(self, container): method get_container_children (line 111) | def get_container_children(parent, type_name): FILE: openpype/hosts/max/plugins/load/load_pointcache_ornatrix.py class OxAbcLoader (line 20) | class OxAbcLoader(load.LoaderPlugin): method load (line 31) | def load(self, context, name=None, namespace=None, data=None): method update (line 64) | def update(self, container, representation): method switch (line 103) | def switch(self, container, representation): method remove (line 106) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_pointcloud.py class PointCloudLoader (line 16) | class PointCloudLoader(load.LoaderPlugin): method load (line 26) | def load(self, context, name=None, namespace=None, data=None): method update (line 43) | def update(self, container, representation): method switch (line 60) | def switch(self, container, representation): method remove (line 63) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_redshift_proxy.py class RedshiftProxyLoader (line 21) | class RedshiftProxyLoader(load.LoaderPlugin): method load (line 31) | def load(self, context, name=None, namespace=None, data=None): method update (line 54) | def update(self, container, representation): method switch (line 70) | def switch(self, container, representation): method remove (line 73) | def remove(self, container): FILE: openpype/hosts/max/plugins/load/load_tycache.py class TyCacheLoader (line 15) | class TyCacheLoader(load.LoaderPlugin): method load (line 24) | def load(self, context, name=None, namespace=None, data=None): method update (line 41) | def update(self, container, representation): method switch (line 56) | def switch(self, container, representation): method remove (line 59) | def remove(self, container): FILE: openpype/hosts/max/plugins/publish/collect_frame_range.py class CollectFrameRange (line 6) | class CollectFrameRange(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/collect_members.py class CollectMembers (line 7) | class CollectMembers(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/collect_render.py class CollectRender (line 14) | class CollectRender(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/collect_review.py class CollectReview (line 14) | class CollectReview(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): method get_attribute_defs (line 118) | def get_attribute_defs(cls): FILE: openpype/hosts/max/plugins/publish/collect_tycache_attributes.py class CollectTyCacheData (line 7) | class CollectTyCacheData(pyblish.api.InstancePlugin, method process (line 16) | def process(self, instance): method get_attribute_defs (line 32) | def get_attribute_defs(cls): FILE: openpype/hosts/max/plugins/publish/collect_workfile.py class CollectWorkfile (line 9) | class CollectWorkfile(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_alembic.py class ExtractAlembic (line 49) | class ExtractAlembic(publish.Extractor, method process (line 57) | def process(self, instance): method _set_abc_attributes (line 89) | def _set_abc_attributes(self, instance): method get_attribute_defs (line 104) | def get_attribute_defs(cls): class ExtractCameraAlembic (line 112) | class ExtractCameraAlembic(ExtractAlembic): class ExtractModel (line 119) | class ExtractModel(ExtractAlembic): method _set_abc_attributes (line 124) | def _set_abc_attributes(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_fbx.py class ExtractModelFbx (line 9) | class ExtractModelFbx(publish.Extractor, OptionalPyblishPluginMixin): method process (line 20) | def process(self, instance): method _set_fbx_attributes (line 54) | def _set_fbx_attributes(self): class ExtractCameraFbx (line 67) | class ExtractCameraFbx(ExtractModelFbx): method _set_fbx_attributes (line 75) | def _set_fbx_attributes(self): FILE: openpype/hosts/max/plugins/publish/extract_max_scene_raw.py class ExtractMaxSceneRaw (line 7) | class ExtractMaxSceneRaw(publish.Extractor, OptionalPyblishPluginMixin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_model_obj.py class ExtractModelObj (line 10) | class ExtractModelObj(publish.Extractor, OptionalPyblishPluginMixin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_model_usd.py class ExtractModelUSD (line 10) | class ExtractModelUSD(publish.Extractor, method process (line 20) | def process(self, instance): method get_export_options (line 72) | def get_export_options(log_path): FILE: openpype/hosts/max/plugins/publish/extract_pointcloud.py class ExtractPointCloud (line 10) | class ExtractPointCloud(publish.Extractor): method process (line 41) | def process(self, instance): method export_particle (line 82) | def export_particle(self, method get_operators (line 123) | def get_operators(members): method get_setting (line 149) | def get_setting(instance): method get_custom_attr (line 153) | def get_custom_attr(self, operator): method get_files (line 168) | def get_files(self, method partition_output_name (line 207) | def partition_output_name(self, container): method get_partition (line 226) | def get_partition(self, container): FILE: openpype/hosts/max/plugins/publish/extract_redshift_proxy.py class ExtractRedshiftProxy (line 8) | class ExtractRedshiftProxy(publish.Extractor): method process (line 18) | def process(self, instance): method get_rsfiles (line 54) | def get_rsfiles(self, instance, startFrame, endFrame): FILE: openpype/hosts/max/plugins/publish/extract_review_animation.py class ExtractReviewAnimation (line 9) | class ExtractReviewAnimation(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_thumbnail.py class ExtractThumbnail (line 7) | class ExtractThumbnail(publish.Extractor): method process (line 16) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/extract_tycache.py class ExtractTyCache (line 10) | class ExtractTyCache(publish.Extractor): method process (line 30) | def process(self, instance): method get_files (line 86) | def get_files(self, instance, start_frame, end_frame): method get_export_particles_job_args (line 112) | def get_export_particles_job_args(self, members, start, end, method get_operators (line 150) | def get_operators(members): FILE: openpype/hosts/max/plugins/publish/increment_workfile_version.py class IncrementWorkfileVersion (line 6) | class IncrementWorkfileVersion(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/max/plugins/publish/save_scene.py class SaveCurrentScene (line 5) | class SaveCurrentScene(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/max/plugins/publish/save_scenes_for_cameras.py class SaveScenesForCamera (line 12) | class SaveScenesForCamera(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_attributes.py function has_property (line 13) | def has_property(object_name, property_name): function is_matching_value (line 18) | def is_matching_value(object_name, property_name, value): class ValidateAttributes (line 37) | class ValidateAttributes(OptionalPyblishPluginMixin, method get_invalid (line 63) | def get_invalid(cls, context): method process (line 94) | def process(self, context): method repair (line 114) | def repair(cls, context): FILE: openpype/hosts/max/plugins/publish/validate_camera_attributes.py class ValidateCameraAttributes (line 12) | class ValidateCameraAttributes(OptionalPyblishPluginMixin, method get_invalid (line 32) | def get_invalid(cls, instance): method process (line 64) | def process(self, instance): method repair (line 75) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_camera_contents.py class ValidateCameraContent (line 7) | class ValidateCameraContent(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): method get_invalid (line 27) | def get_invalid(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_frame_range.py class ValidateFrameRange (line 16) | class ValidateFrameRange(pyblish.api.InstancePlugin, method process (line 39) | def process(self, instance): method repair (line 79) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_instance_has_members.py class ValidateInstanceHasMembers (line 6) | class ValidateInstanceHasMembers(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_instance_in_context.py class ValidateInstanceInContext (line 17) | class ValidateInstanceInContext(pyblish.api.InstancePlugin, method process (line 34) | def process(self, instance): method get_invalid (line 85) | def get_invalid(cls, instance): method repair (line 94) | def repair(cls, instance): method get_context_asset (line 106) | def get_context_asset(instance): method get_context_task (line 110) | def get_context_task(instance): FILE: openpype/hosts/max/plugins/publish/validate_loaded_plugin.py class ValidateLoadedPlugin (line 15) | class ValidateLoadedPlugin(OptionalPyblishPluginMixin, method get_invalid (line 31) | def get_invalid(cls, instance): method process (line 94) | def process(self, instance): method repair (line 112) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_model_contents.py class ValidateModelContent (line 8) | class ValidateModelContent(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): method get_invalid (line 27) | def get_invalid(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_pointcloud.py class ValidatePointCloud (line 6) | class ValidatePointCloud(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method validate_custom_attribute (line 42) | def validate_custom_attribute(self, instance): method validate_partition_value (line 72) | def validate_partition_value(self, instance): method validate_export_mode (line 101) | def validate_export_mode(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_renderable_camera.py class ValidateRenderableCamera (line 12) | class ValidateRenderableCamera(pyblish.api.InstancePlugin, method process (line 26) | def process(self, instance): method repair (line 35) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_renderer_redshift_proxy.py class ValidateRendererRedshiftProxy (line 9) | class ValidateRendererRedshiftProxy(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method get_redshift_renderer (line 31) | def get_redshift_renderer(self, instance): method get_current_renderer (line 39) | def get_current_renderer(self, instance): method repair (line 49) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_renderpasses.py class ValidateRenderPasses (line 13) | class ValidateRenderPasses(OptionalPyblishPluginMixin, method process (line 25) | def process(self, instance): method get_invalid (line 43) | def get_invalid(cls, instance): method get_invalid_filenames (line 130) | def get_invalid_filenames(cls, instance, file_name, renderpass=None): method get_invalid_image_format (line 158) | def get_invalid_image_format(cls, instance, ext): method repair (line 182) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_resolution_setting.py class ValidateResolutionSetting (line 13) | class ValidateResolutionSetting(pyblish.api.InstancePlugin, method process (line 24) | def process(self, instance): method get_db_resolution (line 44) | def get_db_resolution(self, instance): method repair (line 57) | def repair(cls, instance): FILE: openpype/hosts/max/plugins/publish/validate_scene_saved.py class ValidateSceneSaved (line 7) | class ValidateSceneSaved(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/max/plugins/publish/validate_tyflow_data.py class ValidateTyFlowData (line 6) | class ValidateTyFlowData(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method get_tyflow_object (line 37) | def get_tyflow_object(self, instance): method get_tyflow_operator (line 57) | def get_tyflow_operator(self, instance): FILE: openpype/hosts/maya/addon.py class MayaAddon (line 7) | class MayaAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 41) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 48) | def get_workfile_extensions(self): FILE: openpype/hosts/maya/api/action.py class GenerateUUIDsOnInvalidAction (line 10) | class GenerateUUIDsOnInvalidAction(pyblish.api.Action): method process (line 26) | def process(self, context, plugin): method _update_id_attribute (line 67) | def _update_id_attribute(self, instance, nodes): class SelectInvalidAction (line 95) | class SelectInvalidAction(pyblish.api.Action): method process (line 106) | def process(self, context, plugin): FILE: openpype/hosts/maya/api/alembic.py function extract_alembic (line 50) | def extract_alembic( FILE: openpype/hosts/maya/api/commands.py class ToolWindows (line 9) | class ToolWindows: method get_window (line 14) | def get_window(cls, tool): method set_window (line 30) | def set_window(cls, tool, window): function edit_shader_definitions (line 41) | def edit_shader_definitions(): function _resolution_from_document (line 60) | def _resolution_from_document(doc): function reset_resolution (line 82) | def reset_resolution(): FILE: openpype/hosts/maya/api/customize.py function override_component_mask_commands (line 21) | def override_component_mask_commands(): function override_toolbox_ui (line 76) | def override_toolbox_ui(): FILE: openpype/hosts/maya/api/exitstack.py class ExitStack (line 23) | class ExitStack(object): method __init__ (line 37) | def __init__(self): method pop_all (line 40) | def pop_all(self): method _push_cm_exit (line 48) | def _push_cm_exit(self, cm, cm_exit): method push (line 56) | def push(self, exit): method callback (line 76) | def callback(self, callback, *args, **kwds): method enter_context (line 89) | def enter_context(self, cm): method close (line 103) | def close(self): method __enter__ (line 107) | def __enter__(self): method __exit__ (line 110) | def __exit__(self, *exc_details): FILE: openpype/hosts/maya/api/fbx.py class FBXExtractor (line 12) | class FBXExtractor: method options (line 33) | def options(self): method default_options (line 73) | def default_options(self): method __init__ (line 115) | def __init__(self, log=None): method parse_overrides (line 120) | def parse_overrides(self, instance, options): method set_options_from_instance (line 148) | def set_options_from_instance(self, instance): method export (line 197) | def export(members, path): FILE: openpype/hosts/maya/api/gltf.py function extract_gltf (line 41) | def extract_gltf(parent_dir, FILE: openpype/hosts/maya/api/lib.py function get_main_window (line 88) | def get_main_window(): function suspended_refresh (line 101) | def suspended_refresh(suspend=True): function maintained_selection (line 121) | def maintained_selection(): function reload_all_udim_tile_previews (line 147) | def reload_all_udim_tile_previews(): function panel_camera (line 155) | def panel_camera(panel, camera): function render_capture_preset (line 171) | def render_capture_preset(preset): function generate_capture_preset (line 214) | def generate_capture_preset(instance, camera, path, function viewport_default_options (line 310) | def viewport_default_options(panel, preset): function material_loading_mode (line 347) | def material_loading_mode(mode="immediate"): function get_namespace (line 357) | def get_namespace(node): function strip_namespace (line 366) | def strip_namespace(node, namespace): function get_custom_namespace (line 402) | def get_custom_namespace(custom_namespace): function unique_namespace (line 440) | def unique_namespace(namespace, format="%02d", prefix="", suffix=""): function read (line 495) | def read(node): function matrix_equals (line 525) | def matrix_equals(a, b, tolerance=1e-10): function float_round (line 543) | def float_round(num, places=0, direction=ceil): function pairwise (line 547) | def pairwise(iterable): function collect_animation_defs (line 555) | def collect_animation_defs(fps=False): function imprint (line 613) | def imprint(node, data): function lsattr (line 665) | def lsattr(attr, value=None): function lsattrs (line 689) | def lsattrs(attrs): function attribute_values (line 744) | def attribute_values(attr_values): function keytangent_default (line 775) | def keytangent_default(in_tangent_type='auto', function undo_chunk (line 791) | def undo_chunk(): function evaluation (line 802) | def evaluation(mode="off"): function empty_sets (line 822) | def empty_sets(sets, force=False): function renderlayer (line 864) | def renderlayer(layer): class delete_after (line 882) | class delete_after(object): method __init__ (line 898) | def __init__(self, nodes=None): method append (line 905) | def append(self, node): method extend (line 908) | def extend(self, nodes): method __iter__ (line 911) | def __iter__(self): method __enter__ (line 914) | def __enter__(self): method __exit__ (line 917) | def __exit__(self, type, value, traceback): function get_current_renderlayer (line 922) | def get_current_renderlayer(): function get_renderer (line 926) | def get_renderer(layer): function no_undo (line 932) | def no_undo(flush=False): function get_shader_assignments_from_shapes (line 950) | def get_shader_assignments_from_shapes(shapes, components=True): function shader (line 1030) | def shader(nodes, shadingEngine="initialShadingGroup"): function displaySmoothness (line 1050) | def displaySmoothness(nodes, function no_display_layers (line 1098) | def no_display_layers(nodes): function namespaced (line 1141) | def namespaced(namespace, new=True, relative_names=None): function maintained_selection_api (line 1169) | def maintained_selection_api(): function tool (line 1183) | def tool(context): function polyConstraint (line 1195) | def polyConstraint(components, *args, **kwargs): function reset_polySelectConstraint (line 1235) | def reset_polySelectConstraint(reset=True): function is_visible (line 1259) | def is_visible(node, function get_id_required_nodes (line 1320) | def get_id_required_nodes(referenced_nodes=False, nodes=None): function get_id (line 1405) | def get_id(node): function generate_ids (line 1433) | def generate_ids(nodes, asset_id=None): function set_id (line 1476) | def set_id(node, unique_id, overwrite=False): function get_attribute (line 1503) | def get_attribute(plug, function set_attribute (line 1568) | def set_attribute(attribute, value, node): function apply_attributes (line 1606) | def apply_attributes(attributes, nodes_by_id): function get_container_members (line 1627) | def get_container_members(container): function list_looks (line 1662) | def list_looks(project_name, asset_id): function assign_look_by_version (line 1679) | def assign_look_by_version(nodes, version_id): function assign_look (line 1737) | def assign_look(nodes, subset="lookDefault"): function apply_shaders (line 1808) | def apply_shaders(relationships, shadernodes, nodes): function get_isolate_view_sets (line 1879) | def get_isolate_view_sets(): function get_related_sets (line 1896) | def get_related_sets(node): function get_container_transforms (line 1957) | def get_container_transforms(container, members=None, root=False): function get_highest_in_hierarchy (line 1985) | def get_highest_in_hierarchy(nodes): function iter_parents (line 2012) | def iter_parents(node): function remove_other_uv_sets (line 2033) | def remove_other_uv_sets(mesh): function get_node_parent (line 2088) | def get_node_parent(node): function get_id_from_sibling (line 2094) | def get_id_from_sibling(node, history_only=True): function set_scene_fps (line 2177) | def set_scene_fps(fps, update=True): function set_scene_resolution (line 2236) | def set_scene_resolution(width, height, pixelAspect): function get_fps_for_current_context (line 2272) | def get_fps_for_current_context(): function get_frame_range (line 2301) | def get_frame_range(include_animation_range=False): function reset_frame_range (line 2364) | def reset_frame_range(playback=True, render=True, fps=True): function reset_scene_resolution (line 2401) | def reset_scene_resolution(): function set_context_settings (line 2429) | def set_context_settings(): function validate_fps (line 2458) | def validate_fps(): function bake (line 2499) | def bake(nodes, function bake_to_world_space (line 2556) | def bake_to_world_space(nodes, function load_capture_preset (line 2715) | def load_capture_preset(data): function get_attr_in_layer (line 2831) | def get_attr_in_layer(attr, layer): function fix_incompatible_containers (line 2920) | def fix_incompatible_containers(): function update_content_on_context_change (line 2942) | def update_content_on_context_change(): function show_message (line 2969) | def show_message(title, msg): function iter_shader_edits (line 2984) | def iter_shader_edits(relationships, shader_nodes, nodes_by_id, label=No... function set_colorspace (line 3050) | def set_colorspace(): function parent_nodes (line 3148) | def parent_nodes(nodes, parent=None): function maintained_time (line 3226) | def maintained_time(): function iter_visible_nodes_in_range (line 3234) | def iter_visible_nodes_in_range(nodes, start, end): function get_attribute_input (line 3431) | def get_attribute_input(attr): function convert_to_maya_fps (line 3436) | def convert_to_maya_fps(fps): function write_xgen_file (line 3518) | def write_xgen_file(data, filepath): function get_color_management_preferences (line 3549) | def get_color_management_preferences(): function get_color_management_output_transform (line 3604) | def get_color_management_output_transform(): function image_info (line 3612) | def image_info(file_path): function guess_colorspace (line 3639) | def guess_colorspace(img_info): function len_flattened (line 3671) | def len_flattened(components): function get_all_children (line 3702) | def get_all_children(nodes): function get_capture_preset (line 3742) | def get_capture_preset(task_name, task_type, subset, project_settings, l... function get_reference_node (line 3787) | def get_reference_node(members, log=None): function get_reference_node_parents (line 3830) | def get_reference_node_parents(ref): function create_rig_animation_instance (line 3852) | def create_rig_animation_instance( FILE: openpype/hosts/maya/api/lib_renderproducts.py function has_tokens (line 87) | def has_tokens(string, tokens): class LayerMetadata (line 95) | class LayerMetadata(object): class RenderProduct (line 119) | class RenderProduct(object): function get (line 139) | def get(layer, render_instance=None): class ARenderProducts (line 187) | class ARenderProducts: method __init__ (line 197) | def __init__(self, layer, render_instance): method get_multipart (line 207) | def get_multipart(self): method has_camera_token (line 213) | def has_camera_token(self): method get_render_products (line 224) | def get_render_products(self): method sanitize_camera_name (line 235) | def sanitize_camera_name(camera): method get_renderer_prefix (line 254) | def get_renderer_prefix(self): method get_render_attribute (line 288) | def get_render_attribute(self, attribute): method _get_attr (line 300) | def _get_attr(self, node_attr, attribute=None): method extract_separator (line 323) | def extract_separator(file_prefix): method _get_layer_data (line 357) | def _get_layer_data(self): method _generate_file_sequence (line 407) | def _generate_file_sequence( method get_files (line 445) | def get_files(self, product): method get_renderable_cameras (line 469) | def get_renderable_cameras(self): class RenderProductsArnold (line 496) | class RenderProductsArnold(ARenderProducts): method get_renderer_prefix (line 530) | def get_renderer_prefix(self): method get_multipart (line 543) | def get_multipart(self): method _get_aov_render_products (line 552) | def _get_aov_render_products(self, aov, cameras=None): method _get_colorspace (line 657) | def _get_colorspace(self, attribute): method get_render_products (line 680) | def get_render_products(self): class RenderProductsVray (line 773) | class RenderProductsVray(ARenderProducts): method get_multipart (line 788) | def get_multipart(self): method get_renderer_prefix (line 796) | def get_renderer_prefix(self): method _get_aov_separator (line 815) | def _get_aov_separator(self): method _get_layer_data (line 822) | def _get_layer_data(self): method get_render_products (line 837) | def get_render_products(self): method _get_vray_aov_attr (line 943) | def _get_vray_aov_attr(self, node, prefix): method _get_vray_aov_name (line 974) | def _get_vray_aov_name(self, node): class RenderProductsRedshift (line 1040) | class RenderProductsRedshift(ARenderProducts): method get_files (line 1056) | def get_files(self, product): method get_multipart (line 1070) | def get_multipart(self): method get_renderer_prefix (line 1084) | def get_renderer_prefix(self): method get_render_products (line 1102) | def get_render_products(self): method _get_redshift_light_groups (line 1221) | def _get_redshift_light_groups(): class RenderProductsRenderman (line 1225) | class RenderProductsRenderman(ARenderProducts): method get_multipart (line 1235) | def get_multipart(self): method get_render_products (line 1239) | def get_render_products(self): method get_files (line 1353) | def get_files(self, product): class RenderProductsMayaHardware (line 1371) | class RenderProductsMayaHardware(ARenderProducts): method get_multipart (line 1382) | def get_multipart(self): method _get_extension (line 1386) | def _get_extension(self, value): method get_render_products (line 1419) | def get_render_products(self): class AOVError (line 1441) | class AOVError(Exception): class UnsupportedRendererException (line 1445) | class UnsupportedRendererException(Exception): class UnsupportedImageFormatException (line 1452) | class UnsupportedImageFormatException(Exception): FILE: openpype/hosts/maya/api/lib_rendersettings.py class RenderSettings (line 14) | class RenderSettings(object): method get_image_prefix_attr (line 33) | def get_image_prefix_attr(cls, renderer): method get_padding_attr (line 37) | def get_padding_attr(renderer): method __init__ (line 44) | def __init__(self, project_settings=None): method set_default_renderer_settings (line 70) | def set_default_renderer_settings(self, renderer=None): method _set_arnold_settings (line 125) | def _set_arnold_settings(self, width, height): method _set_redshift_settings (line 177) | def _set_redshift_settings(self, width, height): method _set_renderman_settings (line 233) | def _set_renderman_settings(self, width, height, aov_separator): method _set_vray_settings (line 297) | def _set_vray_settings(self, aov_separator, width, height): method _set_global_output_settings (line 376) | def _set_global_output_settings(): method _additional_attribs_setter (line 387) | def _additional_attribs_setter(self, additional_attribs): FILE: openpype/hosts/maya/api/lib_rendersetup.py function get_rendersetup_layer (line 33) | def get_rendersetup_layer(layer): function get_attr_in_layer (line 80) | def get_attr_in_layer(node_attr, layer): function get_attr_overrides (line 186) | def get_attr_overrides(node_attr, layer, function get_shader_in_layer (line 352) | def get_shader_in_layer(node, layer): FILE: openpype/hosts/maya/api/menu.py function _get_menu (line 32) | def _get_menu(menu_name=None): function get_context_label (line 41) | def get_context_label(): function install (line 48) | def install(project_settings): function uninstall (line 229) | def uninstall(): function popup (line 241) | def popup(): function update_menu_task_label (line 249) | def update_menu_task_label(): FILE: openpype/hosts/maya/api/pipeline.py class MayaHost (line 71) | class MayaHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __init__ (line 74) | def __init__(self): method install (line 78) | def install(self): method open_workfile (line 127) | def open_workfile(self, filepath): method save_workfile (line 130) | def save_workfile(self, filepath=None): method work_root (line 133) | def work_root(self, session): method get_current_workfile (line 136) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 139) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 142) | def get_workfile_extensions(self): method get_containers (line 145) | def get_containers(self): method get_workfile_build_placeholder_plugins (line 148) | def get_workfile_build_placeholder_plugins(self): method maintained_selection (line 154) | def maintained_selection(self): method get_context_data (line 158) | def get_context_data(self): method update_context_data (line 167) | def update_context_data(self, data, changes): method _register_callbacks (line 172) | def _register_callbacks(self): function _set_project (line 243) | def _set_project(): function _on_maya_initialized (line 264) | def _on_maya_initialized(*args): function _on_scene_new (line 275) | def _on_scene_new(*args): function _after_scene_save (line 279) | def _after_scene_save(*arg): function _on_scene_save (line 283) | def _on_scene_save(*args): function _on_scene_open (line 287) | def _on_scene_open(*args): function _before_close_maya (line 291) | def _before_close_maya(*args): function _before_scene_open (line 295) | def _before_scene_open(*args): function _before_scene_save (line 299) | def _before_scene_save(return_code, client_data): function _remove_workfile_lock (line 312) | def _remove_workfile_lock(): function handle_workfile_locks (line 322) | def handle_workfile_locks(): function uninstall (line 329) | def uninstall(): function parse_container (line 342) | def parse_container(container): function _ls (line 363) | def _ls(): function ls (line 403) | def ls(): function containerise (line 419) | def containerise(name, function on_init (line 480) | def on_init(): function on_before_save (line 519) | def on_before_save(): function on_after_save (line 524) | def on_after_save(): function check_lock_on_current_file (line 529) | def check_lock_on_current_file(): function on_before_close (line 552) | def on_before_close(): function before_file_open (line 561) | def before_file_open(): function on_save (line 567) | def on_save(): function on_open (line 583) | def on_open(): function on_new (line 618) | def on_new(): function on_task_changed (line 627) | def on_task_changed(): function before_workfile_open (line 652) | def before_workfile_open(): function before_workfile_save (line 657) | def before_workfile_save(event): function workfile_save_before_xgen (line 666) | def workfile_save_before_xgen(event): function after_workfile_save (line 751) | def after_workfile_save(event): class MayaDirmap (line 761) | class MayaDirmap(HostDirmap): method on_enable_dirmap (line 762) | def on_enable_dirmap(self): method dirmap_routine (line 765) | def dirmap_routine(self, source_path, destination_path): FILE: openpype/hosts/maya/api/plugin.py function _get_attr (line 38) | def _get_attr(node, attr, default=None): function get_reference_node (line 46) | def get_reference_node(*args, **kwargs): function get_reference_node_parents (line 58) | def get_reference_node_parents(*args, **kwargs): class Creator (line 69) | class Creator(LegacyCreator): method process (line 72) | def process(self): class MayaCreatorBase (line 86) | class MayaCreatorBase(object): method cache_subsets (line 89) | def cache_subsets(shared_data): method get_publish_families (line 133) | def get_publish_families(self): method imprint_instance_node (line 150) | def imprint_instance_node(self, node, data): method read_instance_node (line 203) | def read_instance_node(self, node): method _default_collect_instances (line 241) | def _default_collect_instances(self): method _default_update_instances (line 250) | def _default_update_instances(self, update_list): method _default_remove_instances (line 257) | def _default_remove_instances(self, instances): class MayaCreator (line 273) | class MayaCreator(NewCreator, MayaCreatorBase): method create (line 277) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 305) | def collect_instances(self): method update_instances (line 308) | def update_instances(self, update_list): method remove_instances (line 311) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 314) | def get_pre_create_attr_defs(self): class MayaAutoCreator (line 322) | class MayaAutoCreator(AutoCreator, MayaCreatorBase): method collect_instances (line 331) | def collect_instances(self): method update_instances (line 334) | def update_instances(self, update_list): method remove_instances (line 337) | def remove_instances(self, instances): class MayaHiddenCreator (line 341) | class MayaHiddenCreator(HiddenCreator, MayaCreatorBase): method create (line 350) | def create(self, *args, **kwargs): method collect_instances (line 353) | def collect_instances(self): method update_instances (line 356) | def update_instances(self, update_list): method remove_instances (line 359) | def remove_instances(self, instances): function ensure_namespace (line 363) | def ensure_namespace(namespace): class RenderlayerCreator (line 380) | class RenderlayerCreator(NewCreator, MayaCreatorBase): method _get_singleton_node (line 398) | def _get_singleton_node(self, return_all=False): method create (line 403) | def create(self, subset_name, instance_data, pre_create_data): method create_singleton_node (line 422) | def create_singleton_node(self): method collect_instances (line 435) | def collect_instances(self): method find_layer_instance_node (line 479) | def find_layer_instance_node(self, layer): method _create_layer_instance_node (line 498) | def _create_layer_instance_node(self, layer): method update_instances (line 524) | def update_instances(self, update_list): method imprint_instance_node (line 539) | def imprint_instance_node(self, node, data): method remove_instances (line 551) | def remove_instances(self, instances): method get_subset_name (line 575) | def get_subset_name( class Loader (line 592) | class Loader(LoaderPlugin): method apply_settings (line 598) | def apply_settings(cls, project_settings, system_settings): method get_custom_namespace_and_group (line 602) | def get_custom_namespace_and_group(self, context, options, loader_key): class ReferenceLoader (line 657) | class ReferenceLoader(Loader): method load (line 688) | def load( method process_reference (line 747) | def process_reference(self, context, name, namespace, options): method update (line 751) | def update(self, container, representation): method remove (line 895) | def remove(self, container): method prepare_root_value (line 935) | def prepare_root_value(self, file_url, project_name): method _organize_containers (line 959) | def _organize_containers(nodes, container): FILE: openpype/hosts/maya/api/render_setup_tools.py function _allow_export_from_render_setup_layer (line 22) | def _allow_export_from_render_setup_layer(): function export_in_rs_layer (line 42) | def export_in_rs_layer(path, nodes, export=None): FILE: openpype/hosts/maya/api/setdress.py function to_namespace (line 39) | def to_namespace(node, namespace): function namespaced (line 56) | def namespaced(namespace, new=True): function unlocked (line 80) | def unlocked(nodes): function load_package (line 108) | def load_package(filepath, name, namespace=None): function _add (line 174) | def _add(instance, representation_id, loaders, namespace, root="|"): function _instances_by_namespace (line 226) | def _instances_by_namespace(data): function get_contained_containers (line 252) | def get_contained_containers(container): function update_package_version (line 278) | def update_package_version(container, version): function update_package (line 322) | def update_package(set_container, representation): function update_scene (line 360) | def update_scene(set_container, containers, current_data, new_data, new_... function compare_representations (line 534) | def compare_representations(old, new): FILE: openpype/hosts/maya/api/shader_definition_editor.py class ShaderDefinitionsEditor (line 18) | class ShaderDefinitionsEditor(QtWidgets.QWidget): method __init__ (line 23) | def __init__(self, parent=None): method _setup_ui (line 44) | def _setup_ui(self): method _read_definition_file (line 70) | def _read_definition_file(self, file=None): method _write_definition_file (line 92) | def _write_definition_file(self, content, force=False): method _reset_style (line 131) | def _reset_style(self): method _close (line 139) | def _close(self): method closeEvent (line 142) | def closeEvent(self, event): method _reload (line 146) | def _reload(self): method _save (line 150) | def _save(self): method _set_content (line 158) | def _set_content(self, content): method _show_overwrite_warning (line 161) | def _show_overwrite_warning(self): class ContentException (line 174) | class ContentException(Exception): FILE: openpype/hosts/maya/api/workfile_template_builder.py class MayaTemplateBuilder (line 22) | class MayaTemplateBuilder(AbstractTemplateBuilder): method import_template (line 27) | def import_template(self, path): class MayaPlaceholderLoadPlugin (line 87) | class MayaPlaceholderLoadPlugin(PlaceholderPlugin, PlaceholderLoadMixin): method _collect_scene_placeholders (line 91) | def _collect_scene_placeholders(self): method _parse_placeholder_node_data (line 110) | def _parse_placeholder_node_data(self, node_name): method _create_placeholder_name (line 132) | def _create_placeholder_name(self, placeholder_data): method _get_loaded_repre_ids (line 155) | def _get_loaded_repre_ids(self): method create_placeholder (line 174) | def create_placeholder(self, placeholder_data): method update_placeholder (line 208) | def update_placeholder(self, placeholder_item, placeholder_data): method collect_placeholders (line 222) | def collect_placeholders(self): method populate_placeholder (line 236) | def populate_placeholder(self, placeholder): method repopulate_placeholder (line 239) | def repopulate_placeholder(self, placeholder): method get_placeholder_options (line 243) | def get_placeholder_options(self, options=None): method post_placeholder_process (line 246) | def post_placeholder_process(self, placeholder, failed): method delete_placeholder (line 261) | def delete_placeholder(self, placeholder): method load_succeed (line 265) | def load_succeed(self, placeholder, container): method _parent_in_hierarchy (line 268) | def _parent_in_hierarchy(self, placeholder, container): function build_workfile_template (line 334) | def build_workfile_template(*args): function update_workfile_template (line 339) | def update_workfile_template(*args): function create_placeholder (line 344) | def create_placeholder(*args): function update_placeholder (line 352) | def update_placeholder(*args): FILE: openpype/hosts/maya/api/workio.py function file_extensions (line 6) | def file_extensions(): function has_unsaved_changes (line 10) | def has_unsaved_changes(): function save_file (line 14) | def save_file(filepath): function open_file (line 24) | def open_file(filepath): function current_file (line 28) | def current_file(): function work_root (line 37) | def work_root(session): FILE: openpype/hosts/maya/hooks/pre_auto_load_plugins.py class MayaPreAutoLoadPlugins (line 4) | class MayaPreAutoLoadPlugins(PreLaunchHook): method execute (line 12) | def execute(self): FILE: openpype/hosts/maya/hooks/pre_copy_mel.py class PreCopyMel (line 5) | class PreCopyMel(PreLaunchHook): method execute (line 13) | def execute(self): FILE: openpype/hosts/maya/hooks/pre_open_workfile_post_initialization.py class MayaPreOpenWorkfilePostInitialization (line 4) | class MayaPreOpenWorkfilePostInitialization(PreLaunchHook): method execute (line 12) | def execute(self): FILE: openpype/hosts/maya/lib.py function create_workspace_mel (line 6) | def create_workspace_mel(workdir, project_name, project_settings=None): FILE: openpype/hosts/maya/plugins/create/convert_legacy.py class MayaLegacyConvertor (line 11) | class MayaLegacyConvertor(SubsetConvertorPlugin, method find_instances (line 33) | def find_instances(self): method convert (line 42) | def convert(self): method _convert_regular (line 93) | def _convert_regular(self, instance_nodes, data): method _convert_per_renderlayer (line 100) | def _convert_per_renderlayer(self, instance_nodes, data, creator): FILE: openpype/hosts/maya/plugins/create/create_animation_pointcache.py function _get_animation_attr_defs (line 12) | def _get_animation_attr_defs(cls): function extract_alembic_attributes (line 33) | def extract_alembic_attributes(node_data, class_name): class CreateAnimation (line 74) | class CreateAnimation(plugin.MayaHiddenCreator): method collect_instances (line 93) | def collect_instances(self): method get_instance_attr_defs (line 110) | def get_instance_attr_defs(self): class CreatePointCache (line 116) | class CreatePointCache(plugin.MayaCreator): method collect_instances (line 127) | def collect_instances(self): method get_instance_attr_defs (line 142) | def get_instance_attr_defs(self): method create (line 147) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/maya/plugins/create/create_arnold_scene_source.py class CreateArnoldSceneSource (line 13) | class CreateArnoldSceneSource(plugin.MayaCreator): method get_instance_attr_defs (line 37) | def get_instance_attr_defs(self): class CreateArnoldSceneSourceProxy (line 93) | class CreateArnoldSceneSourceProxy(CreateArnoldSceneSource): method create (line 104) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/maya/plugins/create/create_assembly.py class CreateAssembly (line 4) | class CreateAssembly(plugin.MayaCreator): FILE: openpype/hosts/maya/plugins/create/create_camera.py class CreateCamera (line 8) | class CreateCamera(plugin.MayaCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): class CreateCameraRig (line 30) | class CreateCameraRig(plugin.MayaCreator): FILE: openpype/hosts/maya/plugins/create/create_layout.py class CreateLayout (line 5) | class CreateLayout(plugin.MayaCreator): method get_instance_attr_defs (line 13) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_look.py class CreateLook (line 11) | class CreateLook(plugin.MayaCreator): method get_instance_attr_defs (line 22) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 43) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_matchmove.py class CreateMatchmove (line 8) | class CreateMatchmove(plugin.MayaCreator): method get_instance_attr_defs (line 21) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_maya_usd.py class CreateMayaUsd (line 11) | class CreateMayaUsd(plugin.MayaCreator): method get_publish_families (line 22) | def get_publish_families(self): method get_instance_attr_defs (line 25) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_mayascene.py class CreateMayaScene (line 4) | class CreateMayaScene(plugin.MayaCreator): FILE: openpype/hosts/maya/plugins/create/create_model.py class CreateModel (line 8) | class CreateModel(plugin.MayaCreator): method get_instance_attr_defs (line 20) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_multishot_layout.py class CreateMultishotLayout (line 20) | class CreateMultishotLayout(plugin.MayaCreator): method get_pre_create_attr_defs (line 34) | def get_pre_create_attr_defs(self): method create (line 110) | def create(self, subset_name, instance_data, pre_create_data): method get_related_shots (line 179) | def get_related_shots(self, folder_path: str): FILE: openpype/hosts/maya/plugins/create/create_multiverse_look.py class CreateMultiverseLook (line 8) | class CreateMultiverseLook(plugin.MayaCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_multiverse_usd.py class CreateMultiverseUsd (line 10) | class CreateMultiverseUsd(plugin.MayaCreator): method get_publish_families (line 19) | def get_publish_families(self): method get_instance_attr_defs (line 22) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_multiverse_usd_comp.py class CreateMultiverseUsdComp (line 9) | class CreateMultiverseUsdComp(plugin.MayaCreator): method get_instance_attr_defs (line 17) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_multiverse_usd_over.py class CreateMultiverseUsdOver (line 9) | class CreateMultiverseUsdOver(plugin.MayaCreator): method get_instance_attr_defs (line 17) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_proxy_abc.py class CreateProxyAlembic (line 11) | class CreateProxyAlembic(plugin.MayaCreator): method get_instance_attr_defs (line 21) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_redshift_proxy.py class CreateRedshiftProxy (line 8) | class CreateRedshiftProxy(plugin.MayaCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_render.py class CreateRenderlayer (line 15) | class CreateRenderlayer(plugin.RenderlayerCreator): method apply_settings (line 37) | def apply_settings(cls, project_settings): method create (line 40) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 54) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_rendersetup.py class CreateRenderSetup (line 5) | class CreateRenderSetup(plugin.MayaCreator): method get_pre_create_attr_defs (line 13) | def get_pre_create_attr_defs(self): method create (line 17) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/maya/plugins/create/create_review.py class CreateReview (line 28) | class CreateReview(plugin.MayaCreator): method create (line 40) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 94) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_rig.py class CreateRig (line 6) | class CreateRig(plugin.MayaCreator): method create (line 14) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/maya/plugins/create/create_setdress.py class CreateSetDress (line 5) | class CreateSetDress(plugin.MayaCreator): method get_instance_attr_defs (line 14) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_unreal_skeletalmesh.py class CreateUnrealSkeletalMesh (line 12) | class CreateUnrealSkeletalMesh(plugin.MayaCreator): method apply_settings (line 24) | def apply_settings(self, project_settings): method get_dynamic_data (line 31) | def get_dynamic_data( method create (line 44) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 68) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_unreal_staticmesh.py class CreateUnrealStaticMesh (line 7) | class CreateUnrealStaticMesh(plugin.MayaCreator): method apply_settings (line 19) | def apply_settings(self, project_settings): method get_dynamic_data (line 24) | def get_dynamic_data( method create (line 37) | def create(self, subset_name, instance_data, pre_create_data): method has_collision_prefix (line 73) | def has_collision_prefix(self, node_path): FILE: openpype/hosts/maya/plugins/create/create_unreal_yeticache.py class CreateYetiCache (line 8) | class CreateYetiCache(plugin.MayaCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_vrayproxy.py class CreateVrayProxy (line 8) | class CreateVrayProxy(plugin.MayaCreator): method get_instance_attr_defs (line 19) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_vrayscene.py class CreateVRayScene (line 12) | class CreateVRayScene(plugin.RenderlayerCreator): method apply_settings (line 25) | def apply_settings(cls, project_settings): method create (line 28) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 42) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_workfile.py class CreateWorkfile (line 10) | class CreateWorkfile(plugin.MayaCreatorBase, AutoCreator): method create (line 19) | def create(self): method collect_instances (line 82) | def collect_instances(self): method update_instances (line 91) | def update_instances(self, update_list): method create_node (line 102) | def create_node(self): FILE: openpype/hosts/maya/plugins/create/create_xgen.py class CreateXgen (line 4) | class CreateXgen(plugin.MayaCreator): FILE: openpype/hosts/maya/plugins/create/create_yeti_cache.py class CreateYetiCache (line 8) | class CreateYetiCache(plugin.MayaCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): FILE: openpype/hosts/maya/plugins/create/create_yeti_rig.py class CreateYetiRig (line 9) | class CreateYetiRig(plugin.MayaCreator): method create (line 17) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/maya/plugins/inventory/connect_geometry.py class ConnectGeometry (line 7) | class ConnectGeometry(InventoryAction): method process (line 20) | def process(self, containers): method get_container_data (line 102) | def get_container_data(self, container): method display_warning (line 130) | def display_warning(self, message, show_cancel=False): FILE: openpype/hosts/maya/plugins/inventory/connect_xgen.py class ConnectXgen (line 9) | class ConnectXgen(InventoryAction): method process (line 17) | def process(self, containers): method display_warning (line 145) | def display_warning(self, message, show_cancel=False): FILE: openpype/hosts/maya/plugins/inventory/connect_yeti_rig.py class ConnectYetiRig (line 13) | class ConnectYetiRig(InventoryAction): method process (line 20) | def process(self, containers): method nodes_by_id (line 145) | def nodes_by_id(self, container): method display_warning (line 155) | def display_warning(self, message, show_cancel=False): FILE: openpype/hosts/maya/plugins/inventory/import_modelrender.py class ImportModelRender (line 19) | class ImportModelRender(InventoryAction): method is_compatible (line 29) | def is_compatible(container): method process (line 35) | def process(self, containers): method assign_model_render_by_version (line 56) | def assign_model_render_by_version(self, nodes, version_id): FILE: openpype/hosts/maya/plugins/inventory/import_reference.py class ImportReference (line 7) | class ImportReference(InventoryAction): method process (line 14) | def process(self, containers): FILE: openpype/hosts/maya/plugins/inventory/rig_recreate_animation_instance.py class RecreateRigAnimationInstance (line 11) | class RecreateRigAnimationInstance(InventoryAction): method is_compatible (line 19) | def is_compatible(container): method process (line 25) | def process(self, containers): FILE: openpype/hosts/maya/plugins/inventory/select_containers.py class SelectInScene (line 7) | class SelectInScene(InventoryAction): method process (line 15) | def process(self, containers): class HighlightBySceneSelection (line 24) | class HighlightBySceneSelection(InventoryAction): method process (line 32) | def process(self, containers): FILE: openpype/hosts/maya/plugins/load/_load_animation.py function _process_reference (line 5) | def _process_reference(file_url, name, namespace, options): class AbcLoader (line 46) | class AbcLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method process_reference (line 59) | def process_reference(self, context, name, namespace, options): class FbxLoader (line 75) | class FbxLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method process_reference (line 87) | def process_reference(self, context, name, namespace, options): FILE: openpype/hosts/maya/plugins/load/actions.py class SetFrameRangeLoader (line 13) | class SetFrameRangeLoader(load.LoaderPlugin): method load (line 27) | def load(self, context, name, namespace, data): class SetFrameRangeWithHandlesLoader (line 48) | class SetFrameRangeWithHandlesLoader(load.LoaderPlugin): method load (line 62) | def load(self, context, name, namespace, data): class ImportMayaLoader (line 87) | class ImportMayaLoader(openpype.hosts.maya.api.plugin.Loader): method load (line 127) | def load(self, context, name=None, namespace=None, data=None): method display_warning (line 166) | def display_warning(self): FILE: openpype/hosts/maya/plugins/load/load_arnold_standin.py function is_sequence (line 21) | def is_sequence(files): function get_current_session_fps (line 29) | def get_current_session_fps(): class ArnoldStandinLoader (line 34) | class ArnoldStandinLoader(load.LoaderPlugin): method load (line 53) | def load(self, context, name, namespace, options): method get_next_free_multi_index (line 125) | def get_next_free_multi_index(self, attr_name): method _get_proxy_path (line 135) | def _get_proxy_path(self, path): method _update_operators (line 143) | def _update_operators(self, string_replace_operator, proxy_basename, p... method _setup_proxy (line 155) | def _setup_proxy(self, shape, path, namespace): method update (line 195) | def update(self, container, representation): method switch (line 229) | def switch(self, container, representation): method remove (line 232) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_assembly.py class AssemblyLoader (line 13) | class AssemblyLoader(load.LoaderPlugin): method load (line 23) | def load(self, context, name, namespace, data): method update (line 52) | def update(self, container, representation): method remove (line 56) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_audio.py class AudioLoader (line 11) | class AudioLoader(load.LoaderPlugin): method load (line 20) | def load(self, context, name, namespace, data): method update (line 48) | def update(self, container, representation): method switch (line 100) | def switch(self, container, representation): method remove (line 103) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_gpucache.py class GpuCacheLoader (line 14) | class GpuCacheLoader(load.LoaderPlugin): method load (line 25) | def load(self, context, name, namespace, data): method update (line 77) | def update(self, container, representation): method switch (line 93) | def switch(self, container, representation): method remove (line 96) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_image.py function create_texture (line 27) | def create_texture(): function create_projection (line 51) | def create_projection(): function create_stencil (line 70) | def create_stencil(): class FileNodeLoader (line 93) | class FileNodeLoader(load.LoaderPlugin): method load (line 116) | def load(self, context, name, namespace, data): method update (line 149) | def update(self, container, representation): method switch (line 164) | def switch(self, container, representation): method remove (line 167) | def remove(self, container): method _apply_representation_context (line 179) | def _apply_representation_context(self, context, file_node): method _is_sequence (line 224) | def _is_sequence(self, context): method _get_colorspace (line 246) | def _get_colorspace(self, context): method _format_path (line 299) | def _format_path(self, context): FILE: openpype/hosts/maya/plugins/load/load_image_plane.py function disconnect_inputs (line 24) | def disconnect_inputs(plug): class CameraWindow (line 34) | class CameraWindow(QtWidgets.QDialog): method __init__ (line 36) | def __init__(self, cameras): method on_list_itemPressed (line 78) | def on_list_itemPressed(self, item): method on_ok_pressed (line 81) | def on_ok_pressed(self): method on_cancel_pressed (line 88) | def on_cancel_pressed(self): class ImagePlaneLoader (line 93) | class ImagePlaneLoader(load.LoaderPlugin): method load (line 102) | def load(self, context, name, namespace, data, options=None): method update (line 208) | def update(self, container, representation): method switch (line 246) | def switch(self, container, representation): method remove (line 249) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_look.py class LookLoader (line 20) | class LookLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method process_reference (line 31) | def process_reference(self, context, name, namespace, options): method switch (line 46) | def switch(self, container, representation): method update (line 49) | def update(self, container, representation): method _get_nodes_with_shader (line 122) | def _get_nodes_with_shader(self, shader_nodes): FILE: openpype/hosts/maya/plugins/load/load_matchmove.py class MatchmoveLoader (line 9) | class MatchmoveLoader(Loader): method load (line 32) | def load(self, context, name, namespace, options): method update (line 51) | def update(self, container, representation): method switch (line 72) | def switch(self, container, representation): method remove (line 75) | def remove(self, container): method _load_nodes_from_script (line 82) | def _load_nodes_from_script(self, path): FILE: openpype/hosts/maya/plugins/load/load_maya_usd.py class MayaUsdLoader (line 16) | class MayaUsdLoader(load.LoaderPlugin): method load (line 27) | def load(self, context, name=None, namespace=None, options=None): method update (line 72) | def update(self, container, representation): method switch (line 89) | def switch(self, container, representation): method remove (line 92) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_multiverse_usd.py class MultiverseUsdLoader (line 19) | class MultiverseUsdLoader(load.LoaderPlugin): method load (line 31) | def load(self, context, name=None, namespace=None, options=None): method update (line 63) | def update(self, container, representation): method switch (line 102) | def switch(self, container, representation): method remove (line 105) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_multiverse_usd_over.py class MultiverseUsdOverLoader (line 19) | class MultiverseUsdOverLoader(load.LoaderPlugin): method load (line 38) | def load(self, context, name=None, namespace=None, options=None): method update (line 74) | def update(self, container, representation): method switch (line 114) | def switch(self, container, representation): method remove (line 117) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_redshift_proxy.py class RedshiftProxyLoader (line 21) | class RedshiftProxyLoader(load.LoaderPlugin): method load (line 32) | def load(self, context, name=None, namespace=None, options=None): method update (line 76) | def update(self, container, representation): method remove (line 97) | def remove(self, container): method switch (line 114) | def switch(self, container, representation): method create_rs_proxy (line 117) | def create_rs_proxy(self, name, path): FILE: openpype/hosts/maya/plugins/load/load_reference.py function preserve_modelpanel_cameras (line 19) | def preserve_modelpanel_cameras(container, log=None): class ReferenceLoader (line 90) | class ReferenceLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method process_reference (line 116) | def process_reference(self, context, name, namespace, options): method switch (line 230) | def switch(self, container, representation): method update (line 233) | def update(self, container, representation): method _post_process_rig (line 242) | def _post_process_rig(self, namespace, context, options): method _lock_camera_transforms (line 249) | def _lock_camera_transforms(self, nodes): class MayaUSDReferenceLoader (line 265) | class MayaUSDReferenceLoader(ReferenceLoader): method process_reference (line 322) | def process_reference(self, context, name, namespace, options): FILE: openpype/hosts/maya/plugins/load/load_rendersetup.py class RenderSetupLoader (line 24) | class RenderSetupLoader(load.LoaderPlugin): method load (line 35) | def load(self, context, name, namespace, data): method remove (line 68) | def remove(self, container): method update (line 87) | def update(self, container, representation): method switch (line 110) | def switch(self, container, representation): FILE: openpype/hosts/maya/plugins/load/load_vdb_to_arnold.py class LoadVDBtoArnold (line 11) | class LoadVDBtoArnold(load.LoaderPlugin): method load (line 21) | def load(self, context, name, namespace, data): method update (line 88) | def update(self, container, representation): method switch (line 107) | def switch(self, container, representation): method remove (line 110) | def remove(self, container): method _set_path (line 128) | def _set_path(grid_node, FILE: openpype/hosts/maya/plugins/load/load_vdb_to_redshift.py class LoadVDBtoRedShift (line 10) | class LoadVDBtoRedShift(load.LoaderPlugin): method load (line 27) | def load(self, context, name=None, namespace=None, data=None): method update (line 102) | def update(self, container, representation): method remove (line 120) | def remove(self, container): method switch (line 136) | def switch(self, container, representation): method _set_path (line 140) | def _set_path(grid_node, FILE: openpype/hosts/maya/plugins/load/load_vdb_to_vray.py function _fix_duplicate_vvg_callbacks (line 36) | def _fix_duplicate_vvg_callbacks(): class LoadVDBtoVRay (line 76) | class LoadVDBtoVRay(load.LoaderPlugin): method load (line 86) | def load(self, context, name, namespace, data): method _set_path (line 167) | def _set_path(self, grid_node, path, show_preset_popup=True): method update (line 260) | def update(self, container, representation): method switch (line 278) | def switch(self, container, representation): method remove (line 281) | def remove(self, container): FILE: openpype/hosts/maya/plugins/load/load_vrayproxy.py class VRayProxyLoader (line 27) | class VRayProxyLoader(load.LoaderPlugin): method load (line 38) | def load(self, context, name=None, namespace=None, options=None): method update (line 101) | def update(self, container, representation): method remove (line 127) | def remove(self, container): method switch (line 145) | def switch(self, container, representation): method create_vray_proxy (line 150) | def create_vray_proxy(self, name, filename): method _get_abc (line 174) | def _get_abc(self, version_id): FILE: openpype/hosts/maya/plugins/load/load_vrayscene.py class VRaySceneLoader (line 17) | class VRaySceneLoader(load.LoaderPlugin): method load (line 28) | def load(self, context, name, namespace, data): method update (line 78) | def update(self, container, representation): method remove (line 99) | def remove(self, container): method switch (line 116) | def switch(self, container, representation): method create_vray_scene (line 119) | def create_vray_scene(self, name, filename): FILE: openpype/hosts/maya/plugins/load/load_xgen.py class XgenLoader (line 20) | class XgenLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method get_xgen_xgd_paths (line 30) | def get_xgen_xgd_paths(self, palette): method process_reference (line 39) | def process_reference(self, context, name, namespace, options): method set_palette_attributes (line 103) | def set_palette_attributes(self, xgen_palette, xgen_file, xgd_file): method update (line 116) | def update(self, container, representation): FILE: openpype/hosts/maya/plugins/load/load_yeti_cache.py function set_attribute (line 28) | def set_attribute(node, attr, value): class YetiCacheLoader (line 35) | class YetiCacheLoader(load.LoaderPlugin): method load (line 46) | def load(self, context, name=None, namespace=None, data=None): method remove (line 107) | def remove(self, container): method update (line 129) | def update(self, container, representation): method switch (line 226) | def switch(self, container, representation): method create_namespace (line 230) | def create_namespace(self, asset): method get_cache_node_filepath (line 247) | def get_cache_node_filepath(self, root, node_name): method create_node (line 290) | def create_node(self, namespace, node_settings): method read_settings (line 347) | def read_settings(self, path): FILE: openpype/hosts/maya/plugins/load/load_yeti_rig.py class YetiRigLoader (line 8) | class YetiRigLoader(openpype.hosts.maya.api.plugin.ReferenceLoader): method process_reference (line 19) | def process_reference( FILE: openpype/hosts/maya/plugins/publish/collect_animation.py class CollectAnimationOutputGeometry (line 6) | class CollectAnimationOutputGeometry(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py class CollectArnoldSceneSource (line 7) | class CollectArnoldSceneSource(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): method get_hierarchy (line 50) | def get_hierarchy(self, nodes): FILE: openpype/hosts/maya/plugins/publish/collect_assembly.py class CollectAssembly (line 11) | class CollectAssembly(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_file_rule (line 72) | def get_file_rule(self, rule): method get_matrix_data (line 75) | def get_matrix_data(self, node): FILE: openpype/hosts/maya/plugins/publish/collect_current_file.py class CollectCurrentFile (line 7) | class CollectCurrentFile(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_fbx_animation.py class CollectFbxAnimation (line 7) | class CollectFbxAnimation(pyblish.api.InstancePlugin, method process (line 17) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_fbx_camera.py class CollectFbxCamera (line 6) | class CollectFbxCamera(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_file_dependencies.py class CollectFileDependencies (line 8) | class CollectFileDependencies(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_gltf.py class CollectGLTF (line 5) | class CollectGLTF(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_history.py class CollectMayaHistory (line 6) | class CollectMayaHistory(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_inputs.py function iter_history (line 12) | def iter_history(nodes, function collect_input_containers (line 79) | def collect_input_containers(containers, nodes): class CollectUpstreamInputs (line 96) | class CollectUpstreamInputs(pyblish.api.InstancePlugin): method process (line 109) | def process(self, instance): method _collect_renderlayer_inputs (line 171) | def _collect_renderlayer_inputs(self, scene_containers, instance): FILE: openpype/hosts/maya/plugins/publish/collect_instances.py class CollectNewInstances (line 7) | class CollectNewInstances(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method get_all_parents (line 94) | def get_all_parents(self, nodes): FILE: openpype/hosts/maya/plugins/publish/collect_look.py function get_pxr_multitexture_file_attrs (line 23) | def get_pxr_multitexture_file_attrs(node): function get_attributes (line 77) | def get_attributes(dictionary, attr, node=None): function get_look_attrs (line 87) | def get_look_attrs(node): function node_uses_image_sequence (line 118) | def node_uses_image_sequence(node, node_path): function seq_to_glob (line 149) | def seq_to_glob(path): function get_file_node_paths (line 203) | def get_file_node_paths(node): function get_file_node_files (line 246) | def get_file_node_files(node): class CollectLook (line 271) | class CollectLook(pyblish.api.InstancePlugin): method process (line 295) | def process(self, instance): method collect (line 301) | def collect(self, instance): method collect_sets (line 442) | def collect_sets(self, instance): method collect_member_data (line 469) | def collect_member_data(self, member, instance_members): method collect_attributes_changed (line 497) | def collect_attributes_changed(self, instance): method collect_resources (line 550) | def collect_resources(self, node): class CollectModelRenderSets (line 630) | class CollectModelRenderSets(CollectLook): method collect_sets (line 644) | def collect_sets(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_maya_scene_time.py class CollectMayaSceneTime (line 6) | class CollectMayaSceneTime(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_maya_units.py class CollectMayaUnits (line 7) | class CollectMayaUnits(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_maya_workspace.py class CollectMayaWorkspace (line 8) | class CollectMayaWorkspace(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_model.py class CollectModelData (line 6) | class CollectModelData(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_multiverse_look.py class _NodeTypeAttrib (line 24) | class _NodeTypeAttrib(object): method __init__ (line 27) | def __init__(self, name, fname, computed_fname=None, colour_space=None): method get_fname (line 33) | def get_fname(self, node): method get_computed_fname (line 36) | def get_computed_fname(self, node): method get_colour_space (line 39) | def get_colour_space(self, node): method __str__ (line 42) | def __str__(self): function get_file_paths_for_node (line 64) | def get_file_paths_for_node(node): function node_uses_image_sequence (line 88) | def node_uses_image_sequence(node): function seq_to_glob (line 128) | def seq_to_glob(path): function get_file_node_paths (line 182) | def get_file_node_paths(node): function get_file_node_files (line 213) | def get_file_node_files(node): function get_mipmap (line 236) | def get_mipmap(fname): function is_mipmap (line 245) | def is_mipmap(fname): class CollectMultiverseLookData (line 252) | class CollectMultiverseLookData(pyblish.api.InstancePlugin): method process (line 266) | def process(self, instance): method collect_resource (line 331) | def collect_resource(self, node, publishMipMap): method handle_files (line 398) | def handle_files(self, files, publishMipMap): FILE: openpype/hosts/maya/plugins/publish/collect_pointcache.py class CollectPointcache (line 6) | class CollectPointcache(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_remove_marked.py class CollectRemoveMarked (line 4) | class CollectRemoveMarked(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_render.py class CollectMayaRender (line 59) | class CollectMayaRender(pyblish.api.InstancePlugin): method process (line 74) | def process(self, instance): method get_render_attribute (line 327) | def get_render_attribute(attr, layer): FILE: openpype/hosts/maya/plugins/publish/collect_render_layer_aovs.py class CollectRenderLayerAOVS (line 8) | class CollectRenderLayerAOVS(pyblish.api.InstancePlugin): method process (line 32) | def process(self, instance): method get_pass_name (line 74) | def get_pass_name(self, renderer, node): FILE: openpype/hosts/maya/plugins/publish/collect_renderable_camera.py class CollectRenderableCamera (line 8) | class CollectRenderableCamera(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_review.py class CollectReview (line 10) | class CollectReview(pyblish.api.InstancePlugin): method process (line 19) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_rig_sets.py class CollectRigSets (line 5) | class CollectRigSets(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_skeleton_mesh.py class CollectSkeletonMesh (line 6) | class CollectSkeletonMesh(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_unreal_skeletalmesh.py class CollectUnrealSkeletalMesh (line 6) | class CollectUnrealSkeletalMesh(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_unreal_staticmesh.py class CollectUnrealStaticMesh (line 7) | class CollectUnrealStaticMesh(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_user_defined_attributes.py class CollectUserDefinedAttributes (line 6) | class CollectUserDefinedAttributes(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_vrayproxy.py class CollectVrayProxy (line 6) | class CollectVrayProxy(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_vrayscene.py class CollectVrayScene (line 15) | class CollectVrayScene(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): method get_render_attribute (line 113) | def get_render_attribute(self, attr, layer): FILE: openpype/hosts/maya/plugins/publish/collect_workfile.py class CollectWorkfileData (line 5) | class CollectWorkfileData(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_workscene_fps.py class CollectWorksceneFPS (line 5) | class CollectWorksceneFPS(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/collect_xgen.py class CollectXgen (line 9) | class CollectXgen(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_yeti_cache.py class CollectYetiCache (line 26) | class CollectYetiCache(pyblish.api.InstancePlugin): method process (line 45) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/collect_yeti_rig.py class CollectYetiRig (line 20) | class CollectYetiRig(pyblish.api.InstancePlugin): method process (line 28) | def process(self, instance): method collect_input_connections (line 54) | def collect_input_connections(self, instance): method get_yeti_resources (line 100) | def get_yeti_resources(self, node): method search_textures (line 222) | def search_textures(self, filepath): method get_sequence (line 261) | def get_sequence(self, filepath, pattern="%04d"): method _replace_tokens (line 294) | def _replace_tokens(self, strings): FILE: openpype/hosts/maya/plugins/publish/determine_future_version.py class DetermineFutureVersion (line 3) | class DetermineFutureVersion(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_active_view_thumbnail.py class ExtractActiveViewThumbnail (line 10) | class ExtractActiveViewThumbnail(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): method get_view_thumbnail (line 42) | def get_view_thumbnail(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_arnold_scene_source.py class ExtractArnoldSceneSource (line 12) | class ExtractArnoldSceneSource(publish.Extractor): method _pre_process (line 20) | def _pre_process(self, instance, staging_dir): method process (line 77) | def process(self, instance): method _post_process (line 89) | def _post_process(self, instance, filenames, staging_dir, frame_start): method _nodes_by_id (line 120) | def _nodes_by_id(self, nodes): method _extract (line 134) | def _extract(self, nodes, attribute_data, kwargs): class ExtractArnoldSceneSourceProxy (line 157) | class ExtractArnoldSceneSourceProxy(ExtractArnoldSceneSource): method process (line 165) | def process(self, instance): method _duplicate_extract (line 196) | def _duplicate_extract(self, nodes, attribute_data, kwargs): FILE: openpype/hosts/maya/plugins/publish/extract_assembly.py class ExtractAssembly (line 10) | class ExtractAssembly(publish.Extractor): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_camera_alembic.py class ExtractCameraAlembic (line 9) | class ExtractCameraAlembic(publish.Extractor, method process (line 26) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_camera_mayaScene.py function massage_ma_file (line 16) | def massage_ma_file(path): function grouper (line 42) | def grouper(iterable, n, fillvalue=None): function unlock (line 54) | def unlock(plug): class ExtractCameraMayaScene (line 85) | class ExtractCameraMayaScene(publish.Extractor, method process (line 112) | def process(self, instance): method get_attribute_defs (line 241) | def get_attribute_defs(cls): function transfer_image_planes (line 256) | def transfer_image_planes(source_cameras, target_cameras, function _attach_image_plane (line 298) | def _attach_image_plane(camera, image_plane): FILE: openpype/hosts/maya/plugins/publish/extract_fbx.py class ExtractFBX (line 13) | class ExtractFBX(publish.Extractor): method process (line 24) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_fbx_animation.py class ExtractFBXAnimation (line 14) | class ExtractFBXAnimation(publish.Extractor): method process (line 28) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_gltf.py class ExtractGLB (line 11) | class ExtractGLB(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_gpu_cache.py class ExtractGPUCache (line 8) | class ExtractGPUCache(publish.Extractor): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_import_reference.py class ExtractImportReference (line 15) | class ExtractImportReference(publish.Extractor, method apply_settings (line 33) | def apply_settings(cls, project_settings): method process (line 36) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_layout.py class ExtractLayout (line 12) | class ExtractLayout(publish.Extractor): method process (line 21) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_look.py class TextureResult (line 36) | class TextureResult(object): function find_paths_by_hash (line 49) | def find_paths_by_hash(texture_hash): function no_workspace_dir (line 72) | def no_workspace_dir(): class TextureProcessor (line 104) | class TextureProcessor: method __init__ (line 108) | def __init__(self, log=None): method apply_settings (line 113) | def apply_settings(self, system_settings, project_settings): method process (line 127) | def process(self, method __repr__ (line 153) | def __repr__(self): class MakeRSTexBin (line 158) | class MakeRSTexBin(TextureProcessor): method process (line 163) | def process(self, method get_redshift_tool (line 222) | def get_redshift_tool(tool_name): class MakeTX (line 245) | class MakeTX(TextureProcessor): method __init__ (line 255) | def __init__(self, log=None): method apply_settings (line 259) | def apply_settings(self, system_settings, project_settings): method process (line 279) | def process(self, method _has_arnold (line 407) | def _has_arnold(): class ExtractLook (line 416) | class ExtractLook(publish.Extractor): method get_maya_scene_type (line 432) | def get_maya_scene_type(self, instance): method process (line 458) | def process(self, instance): method _set_resource_result_colorspace (line 588) | def _set_resource_result_colorspace(self, resource, colorspace): method process_resources (line 602) | def process_resources(self, instance, staging_dir, processors): method get_resource_destination (line 749) | def get_resource_destination(self, filepath, resources_dir, processors): method _get_existing_hashed_texture (line 782) | def _get_existing_hashed_texture(self, texture_hash): method _process_texture (line 798) | def _process_texture(self, class ExtractModelRenderSets (line 876) | class ExtractModelRenderSets(ExtractLook): method get_maya_scene_type (line 891) | def get_maya_scene_type(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_maya_scene_raw.py class ExtractMayaSceneRaw (line 13) | class ExtractMayaSceneRaw(publish.Extractor, OpenPypePyblishPluginMixin): method get_attribute_defs (line 29) | def get_attribute_defs(cls): method process (line 44) | def process(self, instance): method _get_loaded_containers (line 117) | def _get_loaded_containers(members): FILE: openpype/hosts/maya/plugins/publish/extract_maya_usd.py function usd_export_attributes (line 14) | def usd_export_attributes(nodes, attrs=None, attr_prefixes=None, mapping... class ExtractMayaUsd (line 115) | class ExtractMayaUsd(publish.Extractor): method options (line 126) | def options(self): method default_options (line 156) | def default_options(self): method parse_overrides (line 177) | def parse_overrides(self, instance, options): method filter_members (line 202) | def filter_members(self, members): method process (line 206) | def process(self, instance): class ExtractMayaUsdAnim (line 273) | class ExtractMayaUsdAnim(ExtractMayaUsd): method filter_members (line 285) | def filter_members(self, members): FILE: openpype/hosts/maya/plugins/publish/extract_model.py class ExtractModel (line 11) | class ExtractModel(publish.Extractor, method process (line 33) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_multiverse_look.py class ExtractMultiverseLook (line 9) | class ExtractMultiverseLook(publish.Extractor): method options (line 43) | def options(self): method default_options (line 69) | def default_options(self): method get_file_format (line 86) | def get_file_format(self, instance): method process (line 91) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_multiverse_usd.py class ExtractMultiverseUsd (line 12) | class ExtractMultiverseUsd(publish.Extractor): method options (line 36) | def options(self): method default_options (line 86) | def default_options(self): method parse_overrides (line 127) | def parse_overrides(self, instance, options): method get_default_options (line 152) | def get_default_options(self): method filter_members (line 155) | def filter_members(self, members): method process (line 158) | def process(self, instance): class ExtractMultiverseUsdAnim (line 249) | class ExtractMultiverseUsdAnim(ExtractMultiverseUsd): method get_default_options (line 261) | def get_default_options(self): method filter_members (line 268) | def filter_members(self, members): FILE: openpype/hosts/maya/plugins/publish/extract_multiverse_usd_comp.py class ExtractMultiverseUsdComposition (line 9) | class ExtractMultiverseUsdComposition(publish.Extractor): method options (line 34) | def options(self): method default_options (line 56) | def default_options(self): method parse_overrides (line 69) | def parse_overrides(self, instance, options): method process (line 92) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_multiverse_usd_over.py class ExtractMultiverseUsdOverride (line 9) | class ExtractMultiverseUsdOverride(publish.Extractor): method options (line 32) | def options(self): method default_options (line 58) | def default_options(self): method process (line 75) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_obj.py class ExtractObj (line 10) | class ExtractObj(publish.Extractor): method process (line 22) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_playblast.py class ExtractPlayblast (line 11) | class ExtractPlayblast(publish.Extractor): method process (line 26) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_pointcache.py class ExtractAlembic (line 23) | class ExtractAlembic(publish.Extractor, OpenPypePyblishPluginMixin): method process (line 51) | def process(self, instance): method get_members_and_roots (line 196) | def get_members_and_roots(self, instance): method get_attribute_defs (line 200) | def get_attribute_defs(cls): class ExtractAnimation (line 322) | class ExtractAnimation(ExtractAlembic): method get_members_and_roots (line 326) | def get_members_and_roots(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_proxy_abc.py class ExtractProxyAlembic (line 14) | class ExtractProxyAlembic(publish.Extractor): method process (line 22) | def process(self, instance): method create_proxy_geometry (line 91) | def create_proxy_geometry(self, instance, name_suffix, start, end): FILE: openpype/hosts/maya/plugins/publish/extract_redshift_proxy.py class ExtractRedshiftProxy (line 11) | class ExtractRedshiftProxy(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_rendersetup.py class ExtractRenderSetup (line 8) | class ExtractRenderSetup(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_rig.py class ExtractRig (line 11) | class ExtractRig(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_skeleton_mesh.py class ExtractSkeletonMesh (line 12) | class ExtractSkeletonMesh(publish.Extractor, method process (line 27) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_thumbnail.py class ExtractThumbnail (line 9) | class ExtractThumbnail(publish.Extractor): method process (line 21) | def process(self, instance): method _fix_playblast_output_path (line 83) | def _fix_playblast_output_path(self, filepath): FILE: openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_abc.py class ExtractUnrealSkeletalMeshAbc (line 16) | class ExtractUnrealSkeletalMeshAbc(publish.Extractor): method process (line 24) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_unreal_skeletalmesh_fbx.py function renamed (line 15) | def renamed(original_name, renamed_name): class ExtractUnrealSkeletalMeshFbx (line 24) | class ExtractUnrealSkeletalMeshFbx(publish.Extractor): method process (line 32) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_unreal_staticmesh.py class ExtractUnrealStaticMesh (line 17) | class ExtractUnrealStaticMesh(publish.Extractor): method process (line 24) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_unreal_yeticache.py class ExtractUnrealYetiCache (line 8) | class ExtractUnrealYetiCache(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_vrayproxy.py class ExtractVRayProxy (line 9) | class ExtractVRayProxy(publish.Extractor): method process (line 21) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_vrayscene.py class ExtractVrayscene (line 13) | class ExtractVrayscene(publish.Extractor): method process (line 20) | def process(self, instance): method format_vray_output_filename (line 99) | def format_vray_output_filename( FILE: openpype/hosts/maya/plugins/publish/extract_workfile_xgen.py class ExtractWorkfileXgen (line 13) | class ExtractWorkfileXgen(publish.Extractor): method get_render_max_frame_range (line 25) | def get_render_max_frame_range(self, context): method process (line 77) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_xgen.py class ExtractXgen (line 15) | class ExtractXgen(publish.Extractor): method process (line 31) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_yeti_cache.py class ExtractYetiCache (line 9) | class ExtractYetiCache(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/extract_yeti_rig.py function disconnect_plugs (line 15) | def disconnect_plugs(settings, members): function yetigraph_attribute_values (line 59) | def yetigraph_attribute_values(assumed_destination, resources): class ExtractYetiRig (line 93) | class ExtractYetiRig(publish.Extractor): method process (line 101) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/increment_current_file_deadline.py class IncrementCurrentFileDeadline (line 4) | class IncrementCurrentFileDeadline(pyblish.api.ContextPlugin): method process (line 17) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py class ResetXgenAttributes (line 6) | class ResetXgenAttributes(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/save_scene.py class SaveCurrentScene (line 8) | class SaveCurrentScene(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/validate_alembic_options_defaults.py class ValidateAlembicOptionsDefaults (line 7) | class ValidateAlembicOptionsDefaults( method _get_plugin_name (line 20) | def _get_plugin_name(self, publish_attributes): method _get_settings (line 26) | def _get_settings(self, context): method _get_publish_attributes (line 37) | def _get_publish_attributes(self, instance): method process (line 56) | def process(self, instance): method repair (line 86) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_animated_reference.py class ValidateAnimatedReferenceRig (line 11) | class ValidateAnimatedReferenceRig(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): method validate_controls (line 50) | def validate_controls(self, set_members): FILE: openpype/hosts/maya/plugins/publish/validate_animation_content.py class ValidateAnimationContent (line 10) | class ValidateAnimationContent(pyblish.api.InstancePlugin, method get_invalid (line 27) | def get_invalid(cls, instance): method process (line 53) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_animation_out_set_related_node_ids.py class ValidateOutRelatedNodeIds (line 14) | class ValidateOutRelatedNodeIds(pyblish.api.InstancePlugin, method process (line 35) | def process(self, instance): method get_invalid (line 49) | def get_invalid(cls, instance): method repair (line 85) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_arnold_scene_source.py class ValidateArnoldSceneSource (line 11) | class ValidateArnoldSceneSource(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): class ValidateArnoldSceneSourceProxy (line 37) | class ValidateArnoldSceneSourceProxy(pyblish.api.InstancePlugin): method _get_nodes_by_name (line 50) | def _get_nodes_by_name(self, nodes): method process (line 68) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_arnold_scene_source_cbid.py class ValidateArnoldSceneSourceCbid (line 8) | class ValidateArnoldSceneSourceCbid(pyblish.api.InstancePlugin): method _get_nodes_by_name (line 21) | def _get_nodes_by_name(nodes): method get_invalid_couples (line 30) | def get_invalid_couples(cls, instance): method process (line 53) | def process(self, instance): method repair (line 68) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_ass_relative_paths.py class ValidateAssRelativePaths (line 16) | class ValidateAssRelativePaths(pyblish.api.InstancePlugin, method process (line 27) | def process(self, instance): method repair (line 84) | def repair(cls, instance): method find_absolute_path (line 120) | def find_absolute_path(relative_path, all_root_paths): method maya_is_true (line 126) | def maya_is_true(self, attr_val): FILE: openpype/hosts/maya/plugins/publish/validate_assembly_name.py class ValidateAssemblyName (line 10) | class ValidateAssemblyName(pyblish.api.InstancePlugin, method get_invalid (line 25) | def get_invalid(cls, instance): method process (line 52) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_assembly_namespaces.py class ValidateAssemblyNamespaces (line 9) | class ValidateAssemblyNamespaces(pyblish.api.InstancePlugin, method process (line 28) | def process(self, instance): method get_invalid (line 36) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_assembly_transforms.py class ValidateAssemblyModelTransforms (line 12) | class ValidateAssemblyModelTransforms(pyblish.api.InstancePlugin, method process (line 44) | def process(self, instance): method get_invalid (line 54) | def get_invalid(cls, instance): method repair (line 86) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_attributes.py class ValidateAttributes (line 12) | class ValidateAttributes(pyblish.api.InstancePlugin, method process (line 33) | def process(self, instance): method get_invalid (line 48) | def get_invalid(cls, instance, compute=False): method get_invalid_attributes (line 55) | def get_invalid_attributes(cls, instance): method repair (line 107) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_camera_attributes.py class ValidateCameraAttributes (line 12) | class ValidateCameraAttributes(pyblish.api.InstancePlugin, method get_invalid (line 40) | def get_invalid(cls, instance): method process (line 68) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_camera_contents.py class ValidateCameraContents (line 11) | class ValidateCameraContents(pyblish.api.InstancePlugin, method get_invalid (line 31) | def get_invalid(cls, instance): method process (line 76) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_color_sets.py class ValidateColorSets (line 13) | class ValidateColorSets(pyblish.api.Validator, method has_color_sets (line 32) | def has_color_sets(mesh): method get_invalid (line 39) | def get_invalid(cls, instance): method process (line 45) | def process(self, instance): method repair (line 58) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_current_renderlayer_renderable.py class ValidateCurrentRenderLayerIsRenderable (line 10) | class ValidateCurrentRenderLayerIsRenderable(pyblish.api.ContextPlugin, method process (line 29) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/validate_cycle_error.py class ValidateCycleError (line 10) | class ValidateCycleError(pyblish.api.InstancePlugin, method process (line 21) | def process(self, instance): method get_invalid (line 31) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_frame_range.py class ValidateFrameRange (line 17) | class ValidateFrameRange(pyblish.api.InstancePlugin, method process (line 44) | def process(self, instance): method repair (line 118) | def repair(cls, instance): method repair_renderlayer (line 157) | def repair_renderlayer(cls, instance): method _set_attr_in_layer (line 173) | def _set_attr_in_layer(cls, node_attr, layer, value): FILE: openpype/hosts/maya/plugins/publish/validate_glsl_material.py class ValidateGLSLMaterial (line 15) | class ValidateGLSLMaterial(pyblish.api.InstancePlugin, method process (line 29) | def process(self, instance): method get_material_from_shapes (line 40) | def get_material_from_shapes(self, instance): method get_texture_shader_invalid (line 49) | def get_texture_shader_invalid(self, instance): method repair (line 68) | def repair(cls, instance): method assign_glsl_shader (line 77) | def assign_glsl_shader(cls, instance): method pbs_shader_conversion (line 137) | def pbs_shader_conversion(cls, main_shader, glsl): method arnold_shader_conversion (line 176) | def arnold_shader_conversion(cls, main_shader, glsl): FILE: openpype/hosts/maya/plugins/publish/validate_glsl_plugin.py class ValidateGLSLPlugin (line 13) | class ValidateGLSLPlugin(pyblish.api.InstancePlugin, method process (line 26) | def process(self, instance): method repair (line 33) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_instance_has_members.py class ValidateInstanceHasMembers (line 9) | class ValidateInstanceHasMembers(pyblish.api.InstancePlugin): method get_invalid (line 18) | def get_invalid(cls, instance): method process (line 26) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_instance_in_context.py class ValidateInstanceInContext (line 18) | class ValidateInstanceInContext(pyblish.api.InstancePlugin, method process (line 37) | def process(self, instance): method get_invalid (line 63) | def get_invalid(cls, instance): method repair (line 67) | def repair(cls, instance): method get_context_asset (line 81) | def get_context_asset(instance): FILE: openpype/hosts/maya/plugins/publish/validate_instance_subset.py function validate_name (line 17) | def validate_name(subset): class ValidateSubsetName (line 21) | class ValidateSubsetName(pyblish.api.InstancePlugin): method process (line 28) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_instancer_content.py class ValidateInstancerContent (line 11) | class ValidateInstancerContent(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): method check_geometry_hidden (line 65) | def check_geometry_hidden(self, export_members): FILE: openpype/hosts/maya/plugins/publish/validate_instancer_frame_ranges.py function is_cache_resource (line 11) | def is_cache_resource(resource): function valdidate_files (line 18) | def valdidate_files(files): function filter_ticks (line 26) | def filter_ticks(files): class ValidateInstancerFrameRanges (line 39) | class ValidateInstancerFrameRanges(pyblish.api.InstancePlugin, method get_invalid (line 55) | def get_invalid(cls, instance): method process (line 163) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_loaded_plugin.py class ValidateLoadedPlugin (line 12) | class ValidateLoadedPlugin(pyblish.api.ContextPlugin, method get_invalid (line 23) | def get_invalid(cls, context): method process (line 40) | def process(self, context): method repair (line 50) | def repair(cls, context): FILE: openpype/hosts/maya/plugins/publish/validate_look_contents.py class ValidateLookContents (line 12) | class ValidateLookContents(pyblish.api.InstancePlugin): method process (line 32) | def process(self, instance): method get_invalid (line 43) | def get_invalid(cls, instance): method validate_lookdata_attributes (line 58) | def validate_lookdata_attributes(cls, instance): method validate_looks (line 93) | def validate_looks(cls, instance): method validate_files (line 105) | def validate_files(cls, instance): method validate_renderer (line 121) | def validate_renderer(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_look_default_shaders_connections.py class ValidateLookDefaultShadersConnections (line 11) | class ValidateLookDefaultShadersConnections(pyblish.api.ContextPlugin): method process (line 39) | def process(self, context): method get_invalid (line 48) | def get_invalid(cls): method repair (line 68) | def repair(cls, context): FILE: openpype/hosts/maya/plugins/publish/validate_look_id_reference_edits.py class ValidateLookIdReferenceEdits (line 13) | class ValidateLookIdReferenceEdits(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_invalid (line 37) | def get_invalid(instance): method repair (line 76) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_look_no_default_shaders.py class ValidateLookNoDefaultShaders (line 11) | class ValidateLookNoDefaultShaders(pyblish.api.InstancePlugin): method process (line 38) | def process(self, instance): method get_invalid (line 47) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_look_sets.py class ValidateLookSets (line 10) | class ValidateLookSets(pyblish.api.InstancePlugin): method process (line 49) | def process(self, instance): method get_invalid (line 58) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_look_shading_group.py class ValidateShadingEngine (line 13) | class ValidateShadingEngine(pyblish.api.InstancePlugin, method process (line 29) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance): method repair (line 59) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_look_single_shader.py class ValidateSingleShader (line 9) | class ValidateSingleShader(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): method get_invalid (line 32) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_maya_units.py class ValidateMayaUnits (line 15) | class ValidateMayaUnits(pyblish.api.ContextPlugin, method apply_settings (line 43) | def apply_settings(cls, project_settings): method process (line 57) | def process(self, context): method repair (line 120) | def repair(cls, context): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_arnold_attributes.py class ValidateMeshArnoldAttributes (line 20) | class ValidateMeshArnoldAttributes(pyblish.api.InstancePlugin, method get_default_attributes (line 43) | def get_default_attributes(cls): method get_invalid_attributes (line 70) | def get_invalid_attributes(cls, instance, compute=False): method get_invalid (line 92) | def get_invalid(cls, instance): method repair (line 98) | def repair(cls, instance): method process (line 114) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_empty.py class ValidateMeshEmpty (line 12) | class ValidateMeshEmpty(pyblish.api.InstancePlugin): method repair (line 28) | def repair(cls, instance): method get_invalid (line 34) | def get_invalid(cls, instance): method process (line 49) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_has_uv.py class ValidateMeshHasUVs (line 13) | class ValidateMeshHasUVs(pyblish.api.InstancePlugin, method get_invalid (line 31) | def get_invalid(cls, instance): method process (line 73) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_lamina_faces.py class ValidateMeshLaminaFaces (line 11) | class ValidateMeshLaminaFaces(pyblish.api.InstancePlugin, method get_invalid (line 27) | def get_invalid(instance): method process (line 34) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_ngons.py class ValidateMeshNgons (line 12) | class ValidateMeshNgons(pyblish.api.Validator, method get_invalid (line 31) | def get_invalid(instance): method process (line 45) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_no_negative_scale.py function _as_report_list (line 12) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateMeshNoNegativeScale (line 19) | class ValidateMeshNoNegativeScale(pyblish.api.Validator, method get_invalid (line 40) | def get_invalid(instance): method process (line 56) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_non_manifold.py function _as_report_list (line 12) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateMeshNonManifold (line 19) | class ValidateMeshNonManifold(pyblish.api.Validator, method get_invalid (line 36) | def get_invalid(instance): method process (line 48) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_non_zero_edge.py class ValidateMeshNonZeroEdgeLength (line 13) | class ValidateMeshNonZeroEdgeLength(pyblish.api.InstancePlugin, method get_invalid (line 34) | def get_invalid(cls, instance): method process (line 71) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_normals_unlocked.py function _as_report_list (line 14) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateMeshNormalsUnlocked (line 21) | class ValidateMeshNormalsUnlocked(pyblish.api.Validator, method has_locked_normals (line 39) | def has_locked_normals(mesh): method get_invalid (line 52) | def get_invalid(cls, instance): method process (line 58) | def process(self, instance): method repair (line 74) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_overlapping_uvs.py function _as_report_list (line 16) | def _as_report_list(values, prefix="- ", suffix="\n"): class GetOverlappingUVs (line 23) | class GetOverlappingUVs(object): method _createBoundingCircle (line 25) | def _createBoundingCircle(self, meshfn): method _createRayGivenFace (line 66) | def _createRayGivenFace(self, meshfn, faceId): method _checkCrossingEdges (line 108) | def _checkCrossingEdges(self, method _getOverlapUVFaces (line 176) | def _getOverlapUVFaces(self, meshName): class ValidateMeshHasOverlappingUVs (line 239) | class ValidateMeshHasOverlappingUVs(pyblish.api.InstancePlugin, method _get_overlapping_uvs (line 255) | def _get_overlapping_uvs(cls, mesh): method get_invalid (line 283) | def get_invalid(cls, instance, compute=False): method process (line 295) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_shader_connections.py function pairs (line 13) | def pairs(iterable): function get_invalid_sets (line 20) | def get_invalid_sets(shapes): function disconnect (line 59) | def disconnect(node_a, node_b): class ValidateMeshShaderConnections (line 83) | class ValidateMeshShaderConnections(pyblish.api.InstancePlugin, method process (line 103) | def process(self, instance): method get_invalid (line 114) | def get_invalid(instance): method repair (line 123) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_single_uv_set.py class ValidateMeshSingleUVSet (line 13) | class ValidateMeshSingleUVSet(pyblish.api.InstancePlugin, method get_invalid (line 32) | def get_invalid(instance): method process (line 50) | def process(self, instance): method repair (line 72) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_uv_set_map1.py class ValidateMeshUVSetMap1 (line 12) | class ValidateMeshUVSetMap1(pyblish.api.InstancePlugin, method get_invalid (line 32) | def get_invalid(instance): method process (line 51) | def process(self, instance): method repair (line 62) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mesh_vertices_have_edges.py class ValidateMeshVerticesHaveEdges (line 14) | class ValidateMeshVerticesHaveEdges(pyblish.api.InstancePlugin, method repair (line 43) | def repair(cls, instance): method get_invalid (line 56) | def get_invalid(cls, instance): method process (line 80) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_model_content.py class ValidateModelContent (line 13) | class ValidateModelContent(pyblish.api.InstancePlugin, method get_invalid (line 32) | def get_invalid(cls, instance): method process (line 96) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_model_name.py class ValidateModelName (line 20) | class ValidateModelName(pyblish.api.InstancePlugin, method get_invalid (line 39) | def get_invalid(cls, instance): method process (line 153) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_mvlook_contents.py class ValidateMvLookContents (line 15) | class ValidateMvLookContents(pyblish.api.InstancePlugin, method process (line 30) | def process(self, instance): method valid_file (line 82) | def valid_file(self, fname): method is_or_has_mipmap (line 90) | def is_or_has_mipmap(self, fname, files): FILE: openpype/hosts/maya/plugins/publish/validate_no_animation.py function _as_report_list (line 12) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateNoAnimation (line 19) | class ValidateNoAnimation(pyblish.api.Validator, method process (line 36) | def process(self, instance): method get_invalid (line 50) | def get_invalid(instance): FILE: openpype/hosts/maya/plugins/publish/validate_no_default_camera.py function _as_report_list (line 12) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateNoDefaultCameras (line 19) | class ValidateNoDefaultCameras(pyblish.api.InstancePlugin, method get_invalid (line 36) | def get_invalid(instance): method process (line 41) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_no_namespace.py function _as_report_list (line 14) | def _as_report_list(values, prefix="- ", suffix="\n"): function get_namespace (line 21) | def get_namespace(node_name): class ValidateNoNamespace (line 28) | class ValidateNoNamespace(pyblish.api.InstancePlugin, method get_invalid (line 41) | def get_invalid(instance): method process (line 45) | def process(self, instance): method repair (line 60) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_no_null_transforms.py function _as_report_list (line 13) | def _as_report_list(values, prefix="- ", suffix="\n"): function has_shape_children (line 20) | def has_shape_children(node): class ValidateNoNullTransforms (line 41) | class ValidateNoNullTransforms(pyblish.api.InstancePlugin, method get_invalid (line 62) | def get_invalid(instance): method process (line 74) | def process(self, instance): method repair (line 88) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_no_unknown_nodes.py function _as_report_list (line 12) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateNoUnknownNodes (line 19) | class ValidateNoUnknownNodes(pyblish.api.InstancePlugin, method get_invalid (line 39) | def get_invalid(instance): method process (line 42) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_no_vraymesh.py function _as_report_list (line 8) | def _as_report_list(values, prefix="- ", suffix="\n"): class ValidateNoVRayMesh (line 15) | class ValidateNoVRayMesh(pyblish.api.InstancePlugin, method process (line 24) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_ids.py class ValidateNodeIDs (line 11) | class ValidateNodeIDs(pyblish.api.InstancePlugin): method process (line 34) | def process(self, instance): method get_invalid (line 50) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_ids_deformed_shapes.py class ValidateNodeIdsDeformedShape (line 10) | class ValidateNodeIdsDeformedShape(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance): method repair (line 62) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_ids_in_database.py class ValidateNodeIdsInDatabase (line 11) | class ValidateNodeIdsInDatabase(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_ids_related.py class ValidateNodeIDsRelated (line 9) | class ValidateNodeIDsRelated(pyblish.api.InstancePlugin, method process (line 26) | def process(self, instance): method get_invalid (line 39) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_ids_unique.py class ValidateNodeIdsUnique (line 12) | class ValidateNodeIdsUnique(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method get_invalid (line 44) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_node_no_ghosting.py class ValidateNodeNoGhosting (line 12) | class ValidateNodeNoGhosting(pyblish.api.InstancePlugin, method get_invalid (line 35) | def get_invalid(cls, instance): method process (line 53) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py class ValidatePluginPathAttributes (line 16) | class ValidatePluginPathAttributes(pyblish.api.InstancePlugin, method get_invalid (line 33) | def get_invalid(cls, instance): method process (line 60) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_render_image_rule.py class ValidateRenderImageRule (line 15) | class ValidateRenderImageRule(pyblish.api.InstancePlugin, method process (line 32) | def process(self, instance): method repair (line 50) | def repair(cls, instance): method get_default_render_image_folder (line 60) | def get_default_render_image_folder(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_render_no_default_cameras.py class ValidateRenderNoDefaultCameras (line 13) | class ValidateRenderNoDefaultCameras(pyblish.api.InstancePlugin, method get_invalid (line 25) | def get_invalid(instance): method process (line 36) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_render_single_camera.py class ValidateRenderSingleCamera (line 15) | class ValidateRenderSingleCamera(pyblish.api.InstancePlugin, method process (line 33) | def process(self, instance): method get_invalid (line 42) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_renderlayer_aovs.py class ValidateRenderLayerAOVs (line 12) | class ValidateRenderLayerAOVs(pyblish.api.InstancePlugin, method process (line 36) | def process(self, instance): method get_invalid (line 45) | def get_invalid(self, instance): method validate_subset_registered (line 60) | def validate_subset_registered(self, project_name, asset_doc, subset_n... FILE: openpype/hosts/maya/plugins/publish/validate_rendersettings.py function convert_to_int_or_float (line 18) | def convert_to_int_or_float(string_value): function get_redshift_image_format_labels (line 34) | def get_redshift_image_format_labels(): class ValidateRenderSettings (line 40) | class ValidateRenderSettings(pyblish.api.InstancePlugin): method process (line 114) | def process(self, instance): method get_invalid (line 125) | def get_invalid(cls, instance): method get_nodes (line 311) | def get_nodes(cls, instance, renderer): method repair (line 359) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_resolution.py class ValidateResolution (line 12) | class ValidateResolution(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): method get_invalid_resolution (line 39) | def get_invalid_resolution(cls, instance): method get_db_resolution (line 86) | def get_db_resolution(cls, instance): method repair (line 104) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_resources.py class ValidateResources (line 11) | class ValidateResources(pyblish.api.InstancePlugin): method process (line 26) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_review.py class ValidateReview (line 8) | class ValidateReview(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_contents.py class ValidateRigContents (line 11) | class ValidateRigContents(pyblish.api.InstancePlugin, method process (line 31) | def process(self, instance): method get_invalid (line 40) | def get_invalid(cls, instance): method validate_missing_objectsets (line 90) | def validate_missing_objectsets(cls, instance, method invalid_hierarchy (line 112) | def invalid_hierarchy(cls, instance, content): method validate_geometry (line 147) | def validate_geometry(cls, set_members): method validate_controls (line 171) | def validate_controls(cls, set_members): method get_nodes (line 193) | def get_nodes(cls, instance): class ValidateSkeletonRigContents (line 208) | class ValidateSkeletonRigContents(ValidateRigContents): method get_invalid (line 224) | def get_invalid(cls, instance): method get_nodes (line 252) | def get_nodes(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_controllers.py class ValidateRigControllers (line 15) | class ValidateRigControllers(pyblish.api.InstancePlugin, method process (line 55) | def process(self, instance): method get_invalid (line 66) | def get_invalid(cls, instance): method get_non_default_attributes (line 129) | def get_non_default_attributes(cls, control): method get_connected_attributes (line 159) | def get_connected_attributes(control): method repair (line 196) | def repair(cls, instance): method get_node (line 239) | def get_node(cls, instance): class ValidateSkeletonRigControllers (line 251) | class ValidateSkeletonRigControllers(ValidateRigControllers): method get_node (line 288) | def get_node(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_controllers_arnold_attributes.py class ValidateRigControllersArnoldAttributes (line 16) | class ValidateRigControllersArnoldAttributes(pyblish.api.InstancePlugin, method process (line 53) | def process(self, instance): method get_invalid (line 63) | def get_invalid(cls, instance): method repair (line 94) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_joints_hidden.py class ValidateRigJointsHidden (line 15) | class ValidateRigJointsHidden(pyblish.api.InstancePlugin, method get_invalid (line 36) | def get_invalid(instance): method process (line 40) | def process(self, instance): method repair (line 51) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_out_set_node_ids.py class ValidateRigOutSetNodeIds (line 15) | class ValidateRigOutSetNodeIds(pyblish.api.InstancePlugin, method process (line 37) | def process(self, instance): method get_invalid (line 50) | def get_invalid(cls, instance): method repair (line 79) | def repair(cls, instance): method get_node (line 94) | def get_node(cls, instance): class ValidateSkeletonRigOutSetNodeIds (line 106) | class ValidateSkeletonRigOutSetNodeIds(ValidateRigOutSetNodeIds): method get_node (line 124) | def get_node(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_rig_output_ids.py function get_basename (line 16) | def get_basename(node): class ValidateRigOutputIds (line 21) | class ValidateRigOutputIds(pyblish.api.InstancePlugin): method process (line 35) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance, compute=False): method get_invalid_matches (line 46) | def get_invalid_matches(cls, instance, compute=False): method repair (line 96) | def repair(cls, instance): method get_node (line 120) | def get_node(cls, instance): class ValidateSkeletonRigOutputIds (line 132) | class ValidateSkeletonRigOutputIds(ValidateRigOutputIds): method get_node (line 145) | def get_node(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_scene_set_workspace.py function is_subdir (line 10) | def is_subdir(path, root_dir): class ValidateSceneSetWorkspace (line 29) | class ValidateSceneSetWorkspace(pyblish.api.ContextPlugin): method process (line 36) | def process(self, context): FILE: openpype/hosts/maya/plugins/publish/validate_setdress_root.py class ValidateSetdressRoot (line 5) | class ValidateSetdressRoot(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_shader_name.py class ValidateShaderName (line 11) | class ValidateShaderName(pyblish.api.InstancePlugin, method process (line 27) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_shape_default_names.py function short_name (line 15) | def short_name(node): class ValidateShapeDefaultNames (line 19) | class ValidateShapeDefaultNames(pyblish.api.InstancePlugin, method _define_default_name (line 49) | def _define_default_name(shape): method _is_valid (line 55) | def _is_valid(shape): method get_invalid (line 76) | def get_invalid(cls, instance): method process (line 80) | def process(self, instance): method repair (line 91) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_shape_render_stats.py class ValidateShapeRenderStats (line 13) | class ValidateShapeRenderStats(pyblish.api.Validator, method get_invalid (line 36) | def get_invalid(cls, instance): method process (line 51) | def process(self, instance): method repair (line 61) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_shape_zero.py class ValidateShapeZero (line 15) | class ValidateShapeZero(pyblish.api.Validator, method get_invalid (line 34) | def get_invalid(instance): method repair (line 55) | def repair(cls, instance): method process (line 69) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_single_assembly.py class ValidateSingleAssembly (line 5) | class ValidateSingleAssembly(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_skeletalmesh_hierarchy.py class ValidateSkeletalMeshHierarchy (line 13) | class ValidateSkeletalMeshHierarchy(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_skeletalmesh_triangulated.py class ValidateSkeletalMeshTriangulated (line 17) | class ValidateSkeletalMeshTriangulated(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_invalid (line 38) | def get_invalid(cls, instance): method repair (line 60) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_skeleton_top_group_hierarchy.py class ValidateSkeletonTopGroupHierarchy (line 14) | class ValidateSkeletonTopGroupHierarchy(pyblish.api.InstancePlugin, method process (line 25) | def process(self, instance): method get_top_hierarchy (line 35) | def get_top_hierarchy(self, targets): FILE: openpype/hosts/maya/plugins/publish/validate_skinCluster_deformer_set.py class ValidateSkinclusterDeformerSet (line 12) | class ValidateSkinclusterDeformerSet(pyblish.api.InstancePlugin, method process (line 29) | def process(self, instance): method get_invalid (line 40) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_step_size.py class ValidateStepSize (line 11) | class ValidateStepSize(pyblish.api.InstancePlugin, method get_invalid (line 30) | def get_invalid(cls, instance): method process (line 44) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_transform_naming_suffix.py class ValidateTransformNamingSuffix (line 15) | class ValidateTransformNamingSuffix(pyblish.api.InstancePlugin, method get_table_for_invalid (line 52) | def get_table_for_invalid(cls): method is_valid_name (line 59) | def is_valid_name(node_name, shape_type, method get_invalid (line 87) | def get_invalid(cls, instance): method process (line 111) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_transform_zero.py class ValidateTransformZero (line 13) | class ValidateTransformZero(pyblish.api.Validator, method get_invalid (line 37) | def get_invalid(cls, instance): method process (line 66) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_unique_names.py class ValidateUniqueNames (line 11) | class ValidateUniqueNames(pyblish.api.Validator, method get_invalid (line 27) | def get_invalid(instance): method process (line 38) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_unreal_mesh_triangulated.py class ValidateUnrealMeshTriangulated (line 13) | class ValidateUnrealMeshTriangulated(pyblish.api.InstancePlugin, method get_invalid (line 25) | def get_invalid(cls, instance): method process (line 36) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_unreal_staticmesh_naming.py class ValidateUnrealStaticMeshName (line 17) | class ValidateUnrealStaticMeshName(pyblish.api.InstancePlugin, method get_invalid (line 68) | def get_invalid(cls, instance): method process (line 136) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_unreal_up_axis.py class ValidateUnrealUpAxis (line 13) | class ValidateUnrealUpAxis(pyblish.api.ContextPlugin, method process (line 25) | def process(self, context): method repair (line 34) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_visible_only.py class ValidateAlembicVisibleOnly (line 12) | class ValidateAlembicVisibleOnly(pyblish.api.InstancePlugin, method process (line 27) | def process(self, instance): method get_invalid (line 41) | def get_invalid(cls, instance): method get_frame_range (line 56) | def get_frame_range(instance): FILE: openpype/hosts/maya/plugins/publish/validate_vray.py class ValidateVray (line 7) | class ValidateVray(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_vray_distributed_rendering.py class ValidateVRayDistributedRendering (line 13) | class ValidateVRayDistributedRendering(pyblish.api.InstancePlugin, method process (line 34) | def process(self, instance): method repair (line 58) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_vray_referenced_aovs.py class ValidateVrayReferencedAOVs (line 13) | class ValidateVrayReferencedAOVs(pyblish.api.InstancePlugin, method process (line 30) | def process(self, instance): method repair (line 67) | def repair(cls, context): method maya_is_true (line 78) | def maya_is_true(attr_val): FILE: openpype/hosts/maya/plugins/publish/validate_vray_translator_settings.py class ValidateVRayTranslatorEnabled (line 15) | class ValidateVRayTranslatorEnabled(pyblish.api.ContextPlugin, method process (line 25) | def process(self, context): method get_invalid (line 41) | def get_invalid(cls, context): method repair (line 85) | def repair(cls, context): FILE: openpype/hosts/maya/plugins/publish/validate_vrayproxy.py class ValidateVrayProxy (line 7) | class ValidateVrayProxy(pyblish.api.InstancePlugin, method process (line 16) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_vrayproxy_members.py class ValidateVrayProxyMembers (line 12) | class ValidateVrayProxyMembers(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): method get_invalid (line 33) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_xgen.py class ValidateXgen (line 10) | class ValidateXgen(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/maya/plugins/publish/validate_yeti_renderscript_callbacks.py class ValidateYetiRenderScriptCallbacks (line 10) | class ValidateYetiRenderScriptCallbacks(pyblish.api.InstancePlugin, method process (line 44) | def process(self, instance): method get_invalid (line 53) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_yeti_rig_cache_state.py class ValidateYetiRigCacheState (line 11) | class ValidateYetiRigCacheState(pyblish.api.InstancePlugin, method process (line 29) | def process(self, instance): method get_invalid (line 37) | def get_invalid(cls, instance): method repair (line 60) | def repair(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_yeti_rig_input_in_instance.py class ValidateYetiRigInputShapesInInstance (line 13) | class ValidateYetiRigInputShapesInInstance(pyblish.api.Validator, method process (line 24) | def process(self, instance): method get_invalid (line 32) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/plugins/publish/validate_yeti_rig_settings.py class ValidateYetiRigSettings (line 9) | class ValidateYetiRigSettings(pyblish.api.InstancePlugin, method process (line 24) | def process(self, instance): method get_invalid (line 34) | def get_invalid(cls, instance): FILE: openpype/hosts/maya/startup/userSetup.py function _explicit_load_plugins (line 21) | def _explicit_load_plugins(): function _log_and_open (line 40) | def _log_and_open(): FILE: openpype/hosts/maya/tools/__init__.py class MayaToolsSingleton (line 4) | class MayaToolsSingleton: function get_look_assigner_tool (line 8) | def get_look_assigner_tool(parent): function show_look_assigner (line 17) | def show_look_assigner(parent=None): FILE: openpype/hosts/maya/tools/mayalookassigner/alembic.py function get_alembic_paths_by_property (line 15) | def get_alembic_paths_by_property(filename, attr, verbose=False): function get_alembic_ids_cache (line 82) | def get_alembic_ids_cache(path): FILE: openpype/hosts/maya/tools/mayalookassigner/app.py class MayaLookAssignerWindow (line 36) | class MayaLookAssignerWindow(QtWidgets.QWidget): method __init__ (line 38) | def __init__(self, parent=None): method setup_ui (line 61) | def setup_ui(self): method setup_connections (line 140) | def setup_connections(self): method remove_connection (line 153) | def remove_connection(self): method showEvent (line 161) | def showEvent(self, event): method closeEvent (line 168) | def closeEvent(self, event): method _on_renderlayer_switch (line 172) | def _on_renderlayer_switch(self, *args): method echo (line 187) | def echo(self, message): method refresh (line 190) | def refresh(self): method on_asset_selection_changed (line 199) | def on_asset_selection_changed(self): method on_process_selected (line 206) | def on_process_selected(self): function show (line 287) | def show(): FILE: openpype/hosts/maya/tools/mayalookassigner/arnold_standin.py function calculate_visibility_mask (line 42) | def calculate_visibility_mask(attributes): function get_nodes_by_id (line 63) | def get_nodes_by_id(standin): function shading_engine_assignments (line 99) | def shading_engine_assignments(shading_engine, attribute, nodes, assignm... function assign_look (line 134) | def assign_look(standin, subset): FILE: openpype/hosts/maya/tools/mayalookassigner/commands.py function get_workfile (line 21) | def get_workfile(): function get_workfolder (line 26) | def get_workfolder(): function select (line 30) | def select(nodes): function get_namespace_from_node (line 34) | def get_namespace_from_node(node): function get_selected_nodes (line 48) | def get_selected_nodes(): function get_all_asset_nodes (line 56) | def get_all_asset_nodes(): function create_asset_id_hash (line 65) | def create_asset_id_hash(nodes): function create_items_from_nodes (line 104) | def create_items_from_nodes(nodes): function remove_unused_looks (line 171) | def remove_unused_looks(): FILE: openpype/hosts/maya/tools/mayalookassigner/lib.py function get_look_relationships (line 19) | def get_look_relationships(version_id): function load_look (line 43) | def load_look(version_id): FILE: openpype/hosts/maya/tools/mayalookassigner/models.py class AssetModel (line 10) | class AssetModel(models.TreeModel): method __init__ (line 14) | def __init__(self, *args, **kwargs): method add_items (line 19) | def add_items(self, items): method data (line 58) | def data(self, index, role): class LookModel (line 81) | class LookModel(models.TreeModel): method add_items (line 86) | def add_items(self, items): FILE: openpype/hosts/maya/tools/mayalookassigner/usd.py function get_usd_ids_cache (line 10) | def get_usd_ids_cache(path): FILE: openpype/hosts/maya/tools/mayalookassigner/views.py class View (line 4) | class View(QtWidgets.QTreeView): method __init__ (line 7) | def __init__(self, parent=None): method get_indices (line 16) | def get_indices(self): method extend_to_children (line 21) | def extend_to_children(self, indices): FILE: openpype/hosts/maya/tools/mayalookassigner/vray_proxies.py function assign_vrayproxy_shaders (line 18) | def assign_vrayproxy_shaders(vrayproxy, assignments): function vrayproxy_assign_look (line 54) | def vrayproxy_assign_look(vrayproxy, subset="lookDefault"): FILE: openpype/hosts/maya/tools/mayalookassigner/widgets.py class AssetOutliner (line 23) | class AssetOutliner(QtWidgets.QWidget): method __init__ (line 27) | def __init__(self, parent=None): method clear (line 67) | def clear(self): method add_items (line 74) | def add_items(self, items): method get_selected_items (line 80) | def get_selected_items(self): method get_all_assets (line 91) | def get_all_assets(self): method get_selected_assets (line 102) | def get_selected_assets(self): method get_nodes (line 112) | def get_nodes(self, selection=False): method select_asset_from_items (line 156) | def select_asset_from_items(self): method right_mouse_menu (line 166) | def right_mouse_menu(self, pos): class LookOutliner (line 187) | class LookOutliner(QtWidgets.QWidget): method __init__ (line 190) | def __init__(self, parent=None): method clear (line 222) | def clear(self): method add_items (line 225) | def add_items(self, items): method get_selected_items (line 228) | def get_selected_items(self): method right_mouse_menu (line 238) | def right_mouse_menu(self, pos): FILE: openpype/hosts/nuke/addon.py class NukeAddon (line 8) | class NukeAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method add_implementation_envs (line 15) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 66) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 73) | def get_workfile_extensions(self): FILE: openpype/hosts/nuke/api/actions.py class SelectInvalidAction (line 10) | class SelectInvalidAction(pyblish.api.Action): method process (line 21) | def process(self, context, plugin): class SelectInstanceNodeAction (line 47) | class SelectInstanceNodeAction(pyblish.api.Action): method process (line 53) | def process(self, context, plugin): FILE: openpype/hosts/nuke/api/command.py function viewer_update_and_undo_stop (line 9) | def viewer_update_and_undo_stop(): FILE: openpype/hosts/nuke/api/gizmo_menu.py class GizmoMenu (line 10) | class GizmoMenu(): method __init__ (line 11) | def __init__(self, title, icon=None): method _create_toolbar_menu (line 20) | def _create_toolbar_menu(self, name, icon=None): method _make_menu_path (line 27) | def _make_menu_path(self, path, icon=None): method build_from_configuration (line 40) | def build_from_configuration(self, configuration): method add_gizmo_path (line 84) | def add_gizmo_path(self, gizmo_paths): FILE: openpype/hosts/nuke/api/lib.py class DeprecatedWarning (line 77) | class DeprecatedWarning(DeprecationWarning): function deprecated (line 81) | def deprecated(new_destination): class Context (line 122) | class Context: function get_main_window (line 134) | def get_main_window(): function set_node_data (line 150) | def set_node_data(node, knobname, data): function get_node_data (line 180) | def get_node_data(node, knobname): function update_node_data (line 204) | def update_node_data(node, knobname, data): class Knobby (line 219) | class Knobby(object): method __init__ (line 231) | def __init__(self, type, value, flags=None, *args): method create (line 237) | def create(self, name, nice=None): method nice_naming (line 247) | def nice_naming(key): function create_knobs (line 253) | def create_knobs(data, tab=None): function imprint (line 347) | def imprint(node, data, tab=None): function add_publish_knob (line 404) | def add_publish_knob(node): function set_avalon_knob_data (line 423) | def set_avalon_knob_data(node, data=None, prefix="avalon:"): function get_avalon_knob_data (line 489) | def get_avalon_knob_data(node, prefix="avalon:", create=True): function fix_data_for_node_create (line 535) | def fix_data_for_node_create(data): function add_write_node_legacy (line 547) | def add_write_node_legacy(name, **kwarg): function add_write_node (line 583) | def add_write_node(name, file_path, knobs, **kwarg): function read_avalon_data (line 614) | def read_avalon_data(node): function get_node_path (line 666) | def get_node_path(path, padding=4): function get_nuke_imageio_settings (line 710) | def get_nuke_imageio_settings(): function get_created_node_imageio_setting_legacy (line 715) | def get_created_node_imageio_setting_legacy(nodeclass, creator, subset): function get_imageio_node_setting (line 794) | def get_imageio_node_setting(node_class, plugin_name, subset): function get_imageio_node_override_setting (line 827) | def get_imageio_node_override_setting( function get_imageio_input_colorspace (line 889) | def get_imageio_input_colorspace(filename): function get_view_process_node (line 903) | def get_view_process_node(): function on_script_load (line 935) | def on_script_load(): function check_inventory_versions (line 946) | def check_inventory_versions(): function writes_version_sync (line 1038) | def writes_version_sync(): function version_up_script (line 1079) | def version_up_script(): function check_subsetname_exists (line 1086) | def check_subsetname_exists(nodes, subset_name): function format_anatomy (line 1102) | def format_anatomy(data): function script_name (line 1149) | def script_name(): function add_button_write_to_read (line 1155) | def add_button_write_to_read(node): function add_button_clear_rendered (line 1165) | def add_button_clear_rendered(node, path): function create_prenodes (line 1174) | def create_prenodes( function create_write_node (line 1232) | def create_write_node( function create_write_node_legacy (line 1417) | def create_write_node_legacy( function set_node_knobs_from_settings (line 1695) | def set_node_knobs_from_settings(node, knob_settings, **kwargs): function convert_knob_value_to_correct_type (line 1752) | def convert_knob_value_to_correct_type(knob_type, knob_value): function color_gui_to_int (line 1775) | def color_gui_to_int(color_gui): function add_rendering_knobs (line 1782) | def add_rendering_knobs(node, farm=True): function add_review_knob (line 1803) | def add_review_knob(node): function add_deadline_tab (line 1820) | def add_deadline_tab(node): function get_deadline_knob_names (line 1848) | def get_deadline_knob_names(): function create_backdrop (line 1859) | def create_backdrop(label="", color=None, layer=0, class WorkfileSettings (line 1905) | class WorkfileSettings(object): method __init__ (line 1920) | def __init__(self, root_node=None, nodes=None, **kwargs): method get_nodes (line 1940) | def get_nodes(self, nodes=None, nodes_filter=None): method set_viewers_colorspace (line 1955) | def set_viewers_colorspace(self, viewer_dict): method set_root_colorspace (line 2010) | def set_root_colorspace(self, imageio_host): method _get_monitor_settings (line 2111) | def _get_monitor_settings(self, viewer_lut, monitor_lut): method _is_settings_matching_environment (line 2145) | def _is_settings_matching_environment(self, config_data): method _set_ocio_config_path_to_workfile (line 2190) | def _set_ocio_config_path_to_workfile(self, config_data): method _get_included_vars (line 2218) | def _get_included_vars(self, config_template): method _replace_ocio_path_with_env_var (line 2246) | def _replace_ocio_path_with_env_var(self, config_data): method set_writes_colorspace (line 2293) | def set_writes_colorspace(self): method set_reads_colorspace (line 2382) | def set_reads_colorspace(self, read_clrs_inputs): method set_colorspace (line 2430) | def set_colorspace(self): method reset_frame_range_handles (line 2462) | def reset_frame_range_handles(self): method reset_resolution (line 2532) | def reset_resolution(self): method make_format_string (line 2582) | def make_format_string(self, **kwargs): method set_context_settings (line 2602) | def set_context_settings(self): method set_favorites (line 2610) | def set_favorites(self): function get_write_node_template_attr (line 2640) | def get_write_node_template_attr(node): function get_dependent_nodes (line 2663) | def get_dependent_nodes(nodes): function update_node_graph (line 2700) | def update_node_graph(): function find_free_space_to_paste_nodes (line 2714) | def find_free_space_to_paste_nodes( function maintained_selection (line 2783) | def maintained_selection(exclude_nodes=None): function swap_node_with_dependency (line 2817) | def swap_node_with_dependency(old_node, new_node): function reset_selection (line 2861) | def reset_selection(): function select_nodes (line 2867) | def select_nodes(nodes): function launch_workfiles_app (line 2880) | def launch_workfiles_app(): function _launch_workfile_app (line 2917) | def _launch_workfile_app(): function process_workfile_builder (line 2941) | def process_workfile_builder(): function start_workfile_template_builder (line 2998) | def start_workfile_template_builder(): function recreate_instance (line 3015) | def recreate_instance(origin_node, avalon_data=None): function add_scripts_menu (line 3080) | def add_scripts_menu(): function add_scripts_gizmo (line 3107) | def add_scripts_gizmo(): class NukeDirmap (line 3172) | class NukeDirmap(HostDirmap): method __init__ (line 3173) | def __init__(self, file_name, *args, **kwargs): method on_enable_dirmap (line 3184) | def on_enable_dirmap(self): method dirmap_routine (line 3187) | def dirmap_routine(self, source_path, destination_path): class DirmapCache (line 3200) | class DirmapCache: method project_name (line 3209) | def project_name(cls): method project_settings (line 3215) | def project_settings(cls): method sync_module (line 3221) | def sync_module(cls): method mapping (line 3229) | def mapping(cls): method set_mapping (line 3233) | def set_mapping(cls, mapping): function dirmap_file_name_filter (line 3237) | def dirmap_file_name_filter(file_name): function node_tempfile (line 3260) | def node_tempfile(): function duplicate_node (line 3281) | def duplicate_node(node): function get_group_io_nodes (line 3303) | def get_group_io_nodes(nodes): function get_extreme_positions (line 3335) | def get_extreme_positions(nodes): function refresh_node (line 3352) | def refresh_node(node): function refresh_nodes (line 3364) | def refresh_nodes(nodes): function get_names_from_nodes (line 3369) | def get_names_from_nodes(nodes): function get_nodes_by_names (line 3385) | def get_nodes_by_names(names): function get_viewer_config_from_string (line 3401) | def get_viewer_config_from_string(input_string): function create_viewer_profile_string (line 3445) | def create_viewer_profile_string(viewer, display=None, path_like=False): function get_filenames_without_hash (line 3464) | def get_filenames_without_hash(filename, frame_start, frame_end): function create_camera_node_by_version (line 3488) | def create_camera_node_by_version(): function link_knobs (line 3504) | def link_knobs(knobs, node, group_node): FILE: openpype/hosts/nuke/api/pipeline.py class NukeHost (line 85) | class NukeHost( method open_workfile (line 90) | def open_workfile(self, filepath): method save_workfile (line 93) | def save_workfile(self, filepath=None): method work_root (line 96) | def work_root(self, session): method get_current_workfile (line 99) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 102) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 105) | def get_workfile_extensions(self): method get_workfile_build_placeholder_plugins (line 108) | def get_workfile_build_placeholder_plugins(self): method get_containers (line 114) | def get_containers(self): method install (line 117) | def install(self): method get_context_data (line 143) | def get_context_data(self): method update_context_data (line 147) | def update_context_data(self, data, changes): function add_nuke_callbacks (line 152) | def add_nuke_callbacks(): function reload_config (line 190) | def reload_config(): function _show_workfiles (line 215) | def _show_workfiles(): function get_context_label (line 223) | def get_context_label(): function _install_menu (line 230) | def _install_menu(): function change_context_label (line 355) | def change_context_label(): function add_shortcuts_from_presets (line 373) | def add_shortcuts_from_presets(): function containerise (line 402) | def containerise(node, function parse_container (line 445) | def parse_container(node): function update_container (line 474) | def update_container(node, keys=None): function ls (line 500) | def ls(): function list_instances (line 520) | def list_instances(creator_id=None): function _update_subset_name_data (line 597) | def _update_subset_name_data(instance_data, node): function remove_instance (line 616) | def remove_instance(instance): function select_instance (line 630) | def select_instance(instance): FILE: openpype/hosts/nuke/api/plugin.py function _collect_and_cache_nodes (line 56) | def _collect_and_cache_nodes(creator): class NukeCreatorError (line 68) | class NukeCreatorError(CreatorError): class NukeCreator (line 72) | class NukeCreator(NewCreator): method pass_pre_attributes_to_instance (line 75) | def pass_pre_attributes_to_instance( method check_existing_subset (line 88) | def check_existing_subset(self, subset_name): method create_instance_node (line 119) | def create_instance_node( method set_selected_nodes (line 160) | def set_selected_nodes(self, pre_create_data): method create (line 168) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 203) | def collect_instances(self): method update_instances (line 224) | def update_instances(self, update_list): method remove_instances (line 247) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 252) | def get_pre_create_attr_defs(self): method get_creator_settings (line 261) | def get_creator_settings(self, project_settings, settings_key=None): class NukeWriteCreator (line 267) | class NukeWriteCreator(NukeCreator): method get_linked_knobs (line 275) | def get_linked_knobs(self): method integrate_links (line 286) | def integrate_links(self, node, outputs=True): method set_selected_nodes (line 306) | def set_selected_nodes(self, pre_create_data): method get_pre_create_attr_defs (line 317) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 324) | def get_instance_attr_defs(self): method _get_render_target_enum (line 334) | def _get_render_target_enum(self): method _get_reviewable_bool (line 349) | def _get_reviewable_bool(self): method create (line 356) | def create(self, subset_name, instance_data, pre_create_data): method apply_settings (line 392) | def apply_settings(self, project_settings): class OpenPypeCreator (line 410) | class OpenPypeCreator(LegacyCreator): method __init__ (line 414) | def __init__(self, *args, **kwargs): method process (line 425) | def process(self): function get_instance_group_node_childs (line 458) | def get_instance_group_node_childs(instance): function get_colorspace_from_node (line 482) | def get_colorspace_from_node(node): function get_review_presets_config (line 493) | def get_review_presets_config(): class NukeLoader (line 509) | class NukeLoader(LoaderPlugin): method reset_container_id (line 513) | def reset_container_id(self): method get_container_id (line 517) | def get_container_id(self, node): method get_members (line 521) | def get_members(self, source): method set_as_member (line 528) | def set_as_member(self, node): method clear_members (line 545) | def clear_members(self, parent_node): class ExporterReview (line 567) | class ExporterReview(object): method __init__ (line 579) | def __init__(self, method get_file_info (line 593) | def get_file_info(self): method get_representation_data (line 619) | def get_representation_data( method get_imageio_baking_profile (line 671) | def get_imageio_baking_profile(self): class ExporterReviewLut (line 683) | class ExporterReviewLut(ExporterReview): method __init__ (line 695) | def __init__(self, method clean_nodes (line 729) | def clean_nodes(self): method generate_lut (line 735) | def generate_lut(self, **kwargs): class ExporterReviewMov (line 799) | class ExporterReviewMov(ExporterReview): method __init__ (line 810) | def __init__(self, method clean_nodes (line 852) | def clean_nodes(self, node_name): method render (line 858) | def render(self, render_node_name): method save_file (line 868) | def save_file(self): method generate_mov (line 882) | def generate_mov(self, farm=False, **kwargs): method _shift_to_previous_node_and_temp (line 1041) | def _shift_to_previous_node_and_temp(self, subset, node, message): method _connect_to_above_nodes (line 1046) | def _connect_to_above_nodes(self, node, subset, message): class AbstractWriteRender (line 1052) | class AbstractWriteRender(OpenPypeCreator): method __init__ (line 1064) | def __init__(self, *args, **kwargs): method process (line 1079) | def process(self): method is_legacy (line 1158) | def is_legacy(self): method _create_write_node (line 1181) | def _create_write_node(self, selected_node, inputs, outputs, write_data): method _modify_write_node (line 1195) | def _modify_write_node(self, write_node): function convert_to_valid_instaces (line 1204) | def convert_to_valid_instaces(): function _remove_old_knobs (line 1331) | def _remove_old_knobs(node): function exposed_write_knobs (line 1350) | def exposed_write_knobs(settings, plugin_name, instance_node): FILE: openpype/hosts/nuke/api/push_to_project.py function bake_container (line 17) | def bake_container(container): function main (line 47) | def main(): FILE: openpype/hosts/nuke/api/utils.py function set_context_favorites (line 10) | def set_context_favorites(favorites=None): function get_node_outputs (line 26) | def get_node_outputs(node): function is_node_gizmo (line 40) | def is_node_gizmo(node): function gizmo_is_nuke_default (line 47) | def gizmo_is_nuke_default(gizmo): function bake_gizmos_recursively (line 54) | def bake_gizmos_recursively(in_group=None): function colorspace_exists_on_node (line 90) | def colorspace_exists_on_node(node, colorspace_name): function get_colorspace_list (line 112) | def get_colorspace_list(colorspace_knob): function is_headless (line 139) | def is_headless(): FILE: openpype/hosts/nuke/api/workfile_template_builder.py class NukeTemplateBuilder (line 35) | class NukeTemplateBuilder(AbstractTemplateBuilder): method import_template (line 38) | def import_template(self, path): class NukePlaceholderPlugin (line 57) | class NukePlaceholderPlugin(PlaceholderPlugin): method _collect_scene_placeholders (line 60) | def _collect_scene_placeholders(self): method create_placeholder (line 92) | def create_placeholder(self, placeholder_data): method update_placeholder (line 103) | def update_placeholder(self, placeholder_item, placeholder_data): method _parse_placeholder_node_data (line 107) | def _parse_placeholder_node_data(self, node): method delete_placeholder (line 117) | def delete_placeholder(self, placeholder): class NukePlaceholderLoadPlugin (line 123) | class NukePlaceholderLoadPlugin(NukePlaceholderPlugin, PlaceholderLoadMi... method _parse_placeholder_node_data (line 127) | def _parse_placeholder_node_data(self, node): method _get_loaded_repre_ids (line 149) | def _get_loaded_repre_ids(self): method _before_placeholder_load (line 166) | def _before_placeholder_load(self, placeholder): method _before_repre_load (line 169) | def _before_repre_load(self, placeholder, representation): method collect_placeholders (line 172) | def collect_placeholders(self): method populate_placeholder (line 191) | def populate_placeholder(self, placeholder): method repopulate_placeholder (line 194) | def repopulate_placeholder(self, placeholder): method get_placeholder_options (line 198) | def get_placeholder_options(self, options=None): method post_placeholder_process (line 201) | def post_placeholder_process(self, placeholder, failed): method _move_to_placeholder_group (line 296) | def _move_to_placeholder_group(self, placeholder, nodes_loaded): method _fix_z_order (line 318) | def _fix_z_order(self, placeholder): method _imprint_siblings (line 348) | def _imprint_siblings(self, placeholder): method _imprint_inits (line 379) | def _imprint_inits(self): method _update_nodes (line 395) | def _update_nodes( method _set_loaded_connections (line 464) | def _set_loaded_connections(self, placeholder): method _create_sib_copies (line 482) | def _create_sib_copies(self, placeholder): method _set_copies_connections (line 510) | def _set_copies_connections(self, placeholder, copies): class NukePlaceholderCreatePlugin (line 555) | class NukePlaceholderCreatePlugin( method _parse_placeholder_node_data (line 561) | def _parse_placeholder_node_data(self, node): method _before_instance_create (line 583) | def _before_instance_create(self, placeholder): method collect_placeholders (line 586) | def collect_placeholders(self): method populate_placeholder (line 605) | def populate_placeholder(self, placeholder): method repopulate_placeholder (line 608) | def repopulate_placeholder(self, placeholder): method get_placeholder_options (line 611) | def get_placeholder_options(self, options=None): method post_placeholder_process (line 614) | def post_placeholder_process(self, placeholder, failed): method _move_to_placeholder_group (line 709) | def _move_to_placeholder_group(self, placeholder, nodes_created): method _fix_z_order (line 730) | def _fix_z_order(self, placeholder): method _imprint_siblings (line 760) | def _imprint_siblings(self, placeholder): method _imprint_inits (line 784) | def _imprint_inits(self): method _update_nodes (line 800) | def _update_nodes( method _set_created_connections (line 869) | def _set_created_connections(self, placeholder): method _create_sib_copies (line 887) | def _create_sib_copies(self, placeholder): method _set_copies_connections (line 915) | def _set_copies_connections(self, placeholder, copies): function build_workfile_template (line 960) | def build_workfile_template(*args, **kwargs): function update_workfile_template (line 968) | def update_workfile_template(*args): function create_placeholder (line 973) | def create_placeholder(*args): function update_placeholder (line 981) | def update_placeholder(*args): FILE: openpype/hosts/nuke/api/workio.py function file_extensions (line 8) | def file_extensions(): function has_unsaved_changes (line 12) | def has_unsaved_changes(): function save_file (line 16) | def save_file(filepath): function open_file (line 24) | def open_file(filepath): function current_file (line 59) | def current_file(): function work_root (line 69) | def work_root(session): FILE: openpype/hosts/nuke/hooks/pre_nukeassist_setup.py class PrelaunchNukeAssistHook (line 4) | class PrelaunchNukeAssistHook(PreLaunchHook): method execute (line 11) | def execute(self): FILE: openpype/hosts/nuke/plugins/create/convert_legacy.py class LegacyConverted (line 13) | class LegacyConverted(SubsetConvertorPlugin): method find_instances (line 16) | def find_instances(self): method convert (line 48) | def convert(self): FILE: openpype/hosts/nuke/plugins/create/create_backdrop.py class CreateBackdrop (line 10) | class CreateBackdrop(NukeCreator): method create_instance_node (line 22) | def create_instance_node( method create (line 41) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/create_camera.py class CreateCamera (line 12) | class CreateCamera(NukeCreator): method create_instance_node (line 23) | def create_instance_node( method create (line 47) | def create(self, subset_name, instance_data, pre_create_data): method set_selected_nodes (line 59) | def set_selected_nodes(self, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/create_gizmo.py class CreateGizmo (line 9) | class CreateGizmo(NukeCreator): method create_instance_node (line 21) | def create_instance_node( method create (line 45) | def create(self, subset_name, instance_data, pre_create_data): method set_selected_nodes (line 57) | def set_selected_nodes(self, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/create_model.py class CreateModel (line 9) | class CreateModel(NukeCreator): method create_instance_node (line 21) | def create_instance_node( method create (line 45) | def create(self, subset_name, instance_data, pre_create_data): method set_selected_nodes (line 57) | def set_selected_nodes(self, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/create_source.py class CreateSource (line 15) | class CreateSource(NukeCreator): method create_instance_node (line 27) | def create_instance_node( method create (line 38) | def create(self, subset_name, instance_data, pre_create_data): method set_selected_nodes (line 81) | def set_selected_nodes(self, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/create_write_image.py class CreateWriteImage (line 18) | class CreateWriteImage(napi.NukeWriteCreator): method get_pre_create_attr_defs (line 35) | def get_pre_create_attr_defs(self): method _get_render_target_enum (line 48) | def _get_render_target_enum(self): method _get_frame_source_number (line 60) | def _get_frame_source_number(self): method create_instance_node (line 67) | def create_instance_node(self, subset_name, instance_data): method create (line 94) | def create(self, subset_name, instance_data, pre_create_data): method _add_frame_range_limit (line 149) | def _add_frame_range_limit(self, write_node, instance_data): FILE: openpype/hosts/nuke/plugins/create/create_write_prerender.py class CreateWritePrerender (line 15) | class CreateWritePrerender(napi.NukeWriteCreator): method get_pre_create_attr_defs (line 37) | def get_pre_create_attr_defs(self): method create_instance_node (line 48) | def create_instance_node(self, subset_name, instance_data): method create (line 84) | def create(self, subset_name, instance_data, pre_create_data): method _add_frame_range_limit (line 136) | def _add_frame_range_limit(self, write_node): FILE: openpype/hosts/nuke/plugins/create/create_write_render.py class CreateWriteRender (line 15) | class CreateWriteRender(napi.NukeWriteCreator): method get_pre_create_attr_defs (line 31) | def get_pre_create_attr_defs(self): method create_instance_node (line 42) | def create_instance_node(self, subset_name, instance_data): method create (line 79) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/nuke/plugins/create/workfile_creator.py class WorkfileCreator (line 14) | class WorkfileCreator(AutoCreator): method get_instance_attr_defs (line 20) | def get_instance_attr_defs(self): method collect_instances (line 23) | def collect_instances(self): method update_instances (line 55) | def update_instances(self, update_list): method create (line 65) | def create(self, options=None): FILE: openpype/hosts/nuke/plugins/inventory/repair_old_loaders.py class RepairOldLoaders (line 6) | class RepairOldLoaders(InventoryAction): method process (line 14) | def process(self, containers): FILE: openpype/hosts/nuke/plugins/inventory/select_containers.py class SelectContainers (line 5) | class SelectContainers(InventoryAction): method process (line 11) | def process(self, containers): FILE: openpype/hosts/nuke/plugins/load/actions.py class SetFrameRangeLoader (line 11) | class SetFrameRangeLoader(load.LoaderPlugin): method load (line 27) | def load(self, context, name, namespace, data): class SetFrameRangeWithHandlesLoader (line 46) | class SetFrameRangeWithHandlesLoader(load.LoaderPlugin): method load (line 61) | def load(self, context, name, namespace, data): FILE: openpype/hosts/nuke/plugins/load/load_backdrop.py class LoadBackdropNodes (line 25) | class LoadBackdropNodes(load.LoaderPlugin): method load (line 38) | def load(self, context, name, namespace, data): method update (line 181) | def update(self, container, representation): method switch (line 251) | def switch(self, container, representation): method remove (line 254) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_camera_abc.py class AlembicCameraLoader (line 22) | class AlembicCameraLoader(load.LoaderPlugin): method load (line 36) | def load(self, context, name, namespace, data): method update (line 95) | def update(self, container, representation): method node_version_color (line 178) | def node_version_color(self, version_doc, node): method switch (line 194) | def switch(self, container, representation): method remove (line 197) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_clip.py class LoadClip (line 34) | class LoadClip(plugin.NukeLoader): method get_options (line 72) | def get_options(cls, *args): method get_representations (line 87) | def get_representations(cls): method load (line 90) | def load(self, context, name, namespace, options): method switch (line 212) | def switch(self, container, representation): method _representation_with_hash_in_frame (line 215) | def _representation_with_hash_in_frame(self, representation): method update (line 244) | def update(self, container, representation): method set_colorspace_to_node (line 349) | def set_colorspace_to_node( method remove (line 379) | def remove(self, container): method _set_range_to_node (line 389) | def _set_range_to_node(self, read_node, first, last, start_at_workfile): method _make_retimes (line 398) | def _make_retimes(self, parent_node, version_data): method _loader_shift (line 453) | def _loader_shift(self, read_node, workfile_start=False): method _get_node_name (line 465) | def _get_node_name(self, representation): method _get_colorspace_data (line 479) | def _get_colorspace_data(self, version_doc, representation_doc, filepa... FILE: openpype/hosts/nuke/plugins/load/load_effects.py class LoadEffects (line 22) | class LoadEffects(load.LoaderPlugin): method load (line 36) | def load(self, context, name, namespace, data): method update (line 149) | def update(self, container, representation): method connect_read_node (line 268) | def connect_read_node(self, group_node, asset, subset): method reorder_nodes (line 302) | def reorder_nodes(self, data): method get_item (line 318) | def get_item(self, data, trackIndex, subTrackIndex): method byteify (line 324) | def byteify(self, input): method switch (line 347) | def switch(self, container, representation): method remove (line 350) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_effects_ip.py class LoadEffectsInputProcess (line 23) | class LoadEffectsInputProcess(load.LoaderPlugin): method load (line 36) | def load(self, context, name, namespace, data): method update (line 153) | def update(self, container, representation): method connect_active_viewer (line 267) | def connect_active_viewer(self, group_node): method reorder_nodes (line 313) | def reorder_nodes(self, data): method get_item (line 329) | def get_item(self, data, trackIndex, subTrackIndex): method byteify (line 335) | def byteify(self, input): method switch (line 358) | def switch(self, container, representation): method remove (line 361) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_gizmo.py class LoadGizmo (line 25) | class LoadGizmo(load.LoaderPlugin): method load (line 38) | def load(self, context, name, namespace, data): method update (line 100) | def update(self, container, representation): method switch (line 176) | def switch(self, container, representation): method remove (line 179) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_gizmo_ip.py class LoadGizmoInputProcess (line 27) | class LoadGizmoInputProcess(load.LoaderPlugin): method load (line 40) | def load(self, context, name, namespace, data): method update (line 107) | def update(self, container, representation): method connect_active_viewer (line 182) | def connect_active_viewer(self, group_node): method get_item (line 229) | def get_item(self, data, trackIndex, subTrackIndex): method byteify (line 234) | def byteify(self, input): method switch (line 257) | def switch(self, container, representation): method remove (line 260) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_image.py class LoadImage (line 27) | class LoadImage(load.LoaderPlugin): method get_representations (line 66) | def get_representations(cls): method load (line 69) | def load(self, context, name, namespace, options): method switch (line 158) | def switch(self, container, representation): method update (line 161) | def update(self, container, representation): method remove (line 237) | def remove(self, container): method _get_node_name (line 244) | def _get_node_name(self, representation): FILE: openpype/hosts/nuke/plugins/load/load_matchmove.py class MatchmoveLoader (line 5) | class MatchmoveLoader(load.LoaderPlugin): method load (line 20) | def load(self, context, name, namespace, data): FILE: openpype/hosts/nuke/plugins/load/load_model.py class AlembicModelLoader (line 20) | class AlembicModelLoader(load.LoaderPlugin): method load (line 34) | def load(self, context, name, namespace, data): method update (line 99) | def update(self, container, representation): method node_version_color (line 190) | def node_version_color(self, version, node): method switch (line 205) | def switch(self, container, representation): method remove (line 208) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/load/load_ociolook.py class LoadOcioLookNodes (line 23) | class LoadOcioLookNodes(load.LoaderPlugin): method load (line 43) | def load(self, context, name, namespace, data): method _create_group_node (line 84) | def _create_group_node( method update (line 222) | def update(self, container, representation): method _load_json_data (line 247) | def _load_json_data(self, filepath): method _bytify (line 260) | def _bytify(self, input): method switch (line 283) | def switch(self, container, representation): method remove (line 286) | def remove(self, container): method _node_version_color (line 291) | def _node_version_color(self, version, node): function _colorspace_name_by_type (line 307) | def _colorspace_name_by_type(colorspace_data): function _add_ocio_colorspace_node (line 326) | def _add_ocio_colorspace_node(pre_node, input_space, output_space): FILE: openpype/hosts/nuke/plugins/load/load_script_precomp.py class LinkAsGroup (line 20) | class LinkAsGroup(load.LoaderPlugin): method load (line 32) | def load(self, context, name, namespace, data): method switch (line 107) | def switch(self, container, representation): method update (line 110) | def update(self, container, representation): method remove (line 158) | def remove(self, container): FILE: openpype/hosts/nuke/plugins/publish/collect_backdrop.py class CollectBackdrops (line 7) | class CollectBackdrops(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_context_data.py class CollectContextData (line 9) | class CollectContextData(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): # sourcery skip: avoid-builtin-shadow FILE: openpype/hosts/nuke/plugins/publish/collect_framerate.py class CollectFramerate (line 6) | class CollectFramerate(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/nuke/plugins/publish/collect_gizmo.py class CollectGizmo (line 5) | class CollectGizmo(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_model.py class CollectModel (line 5) | class CollectModel(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_nuke_instance_data.py class CollectInstanceData (line 5) | class CollectInstanceData(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_reads.py class CollectNukeReads (line 7) | class CollectNukeReads(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_slate_node.py class CollectSlate (line 5) | class CollectSlate(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/collect_workfile.py class CollectWorkfile (line 6) | class CollectWorkfile(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): # sourcery skip: avoid-builtin-shadow FILE: openpype/hosts/nuke/plugins/publish/collect_writes.py class CollectNukeWrites (line 8) | class CollectNukeWrites(pyblish.api.InstancePlugin, method process (line 21) | def process(self, instance): method _set_existing_files_data (line 56) | def _set_existing_files_data(self, instance, colorspace): method _set_expected_files (line 82) | def _set_expected_files(self, instance, collected_frames): method _get_frame_range_data (line 99) | def _get_frame_range_data(self, instance): method _set_additional_instance_data (line 131) | def _set_additional_instance_data( method _write_node_helper (line 203) | def _write_node_helper(self, instance): method _get_existing_frames_representation (line 239) | def _get_existing_frames_representation( method _get_frame_start_str (line 286) | def _get_frame_start_str(self, first_frame, last_frame): method _add_slate_frame_to_collected_frames (line 301) | def _add_slate_frame_to_collected_frames( method _add_farm_instance_data (line 339) | def _add_farm_instance_data(self, instance): method _get_collected_frames (line 358) | def _get_collected_frames(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_backdrop.py class ExtractBackdropNode (line 15) | class ExtractBackdropNode(publish.Extractor): method process (line 28) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_camera.py class ExtractCamera (line 13) | class ExtractCamera(publish.Extractor): method process (line 30) | def process(self, instance): function bakeCameraWithAxeses (line 114) | def bakeCameraWithAxeses(camera_node, output_range): FILE: openpype/hosts/nuke/plugins/publish/extract_gizmo.py class ExtractGizmo (line 15) | class ExtractGizmo(publish.Extractor): method process (line 26) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_model.py class ExtractModel (line 13) | class ExtractModel(publish.Extractor): method process (line 30) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_ouput_node.py class CreateOutputNode (line 6) | class CreateOutputNode(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/nuke/plugins/publish/extract_output_directory.py class ExtractOutputDirectory (line 6) | class ExtractOutputDirectory(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_render_local.py class NukeRenderLocal (line 12) | class NukeRenderLocal(publish.Extractor, method process (line 28) | def process(self, instance): method _copy_last_published (line 156) | def _copy_last_published(self, anatomy, instance, out_dir, method _get_frames_to_render (line 185) | def _get_frames_to_render(self, frames_to_fix): FILE: openpype/hosts/nuke/plugins/publish/extract_review_data.py class ExtractReviewData (line 8) | class ExtractReviewData(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_review_data_lut.py class ExtractReviewDataLut (line 9) | class ExtractReviewDataLut(publish.Extractor): method process (line 22) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_review_intermediates.py class ExtractReviewIntermediates (line 11) | class ExtractReviewIntermediates(publish.Extractor): method apply_settings (line 30) | def apply_settings(cls, project_settings): method process (line 52) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_script_save.py class ExtractScriptSave (line 5) | class ExtractScriptSave(pyblish.api.Extractor): method process (line 11) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/extract_slate_frame.py class ExtractSlateFrame (line 17) | class ExtractSlateFrame(publish.Extractor): method process (line 37) | def process(self, instance): method _create_staging_dir (line 66) | def _create_staging_dir(self, instance): method _check_frames_exists (line 78) | def _check_frames_exists(self, instance): method render_slate (line 102) | def render_slate( method _render_slate_to_sequence (line 237) | def _render_slate_to_sequence(self, instance): method add_comment_slate_node (line 299) | def add_comment_slate_node(self, instance, node): FILE: openpype/hosts/nuke/plugins/publish/increment_script_version.py class IncrementScriptVersion (line 6) | class IncrementScriptVersion(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/nuke/plugins/publish/remove_ouput_node.py class RemoveOutputNode (line 5) | class RemoveOutputNode(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/nuke/plugins/publish/validate_asset_context.py class ValidateCorrectAssetContext (line 16) | class ValidateCorrectAssetContext( method apply_settings (line 38) | def apply_settings(cls, project_settings): method process (line 51) | def process(self, instance): method get_invalid (line 84) | def get_invalid(cls, instance): method repair (line 99) | def repair(cls, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_backdrop.py class SelectCenterInNodeGraph (line 11) | class SelectCenterInNodeGraph(pyblish.api.Action): method process (line 20) | def process(self, context, plugin): class ValidateBackdrop (line 53) | class ValidateBackdrop( method process (line 68) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_exposed_knobs.py class RepairExposedKnobs (line 11) | class RepairExposedKnobs(pyblish.api.Action): method process (line 16) | def process(self, context, plugin): class ValidateExposedKnobs (line 39) | class ValidateExposedKnobs( method process (line 60) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_gizmo.py class OpenFailedGroupNode (line 7) | class OpenFailedGroupNode(pyblish.api.Action): method process (line 16) | def process(self, context, plugin): class ValidateGizmo (line 36) | class ValidateGizmo(pyblish.api.InstancePlugin): method process (line 46) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_knobs.py class ValidateKnobs (line 11) | class ValidateKnobs(pyblish.api.ContextPlugin): method process (line 33) | def process(self, context): method get_invalid (line 52) | def get_invalid(cls, context, compute=False): method get_invalid_knobs (line 60) | def get_invalid_knobs(cls, context): method repair (line 116) | def repair(cls, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_output_resolution.py class ValidateOutputResolution (line 13) | class ValidateOutputResolution( method process (line 33) | def process(self, instance): method get_reformat (line 42) | def get_reformat(cls, instance): method get_invalid (line 57) | def get_invalid(cls, instance): method repair (line 81) | def repair(cls, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_proxy_mode.py class FixProxyMode (line 6) | class FixProxyMode(pyblish.api.Action): method process (line 15) | def process(self, context, plugin): class ValidateProxyMode (line 20) | class ValidateProxyMode(pyblish.api.ContextPlugin): method process (line 28) | def process(self, context): FILE: openpype/hosts/nuke/plugins/publish/validate_rendered_frames.py class RepairActionBase (line 8) | class RepairActionBase(pyblish.api.Action): method get_instance (line 13) | def get_instance(context, plugin): method repair_knob (line 17) | def repair_knob(self, context, instances, state): class RepairCollectionActionToLocal (line 31) | class RepairCollectionActionToLocal(RepairActionBase): method process (line 34) | def process(self, context, plugin): class RepairCollectionActionToFarm (line 39) | class RepairCollectionActionToFarm(RepairActionBase): method process (line 42) | def process(self, context, plugin): class ValidateRenderedFrames (line 47) | class ValidateRenderedFrames(pyblish.api.InstancePlugin): method process (line 57) | def process(self, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_script_attributes.py class ValidateScriptAttributes (line 13) | class ValidateScriptAttributes( method process (line 26) | def process(self, instance): method repair (line 99) | def repair(cls, instance): FILE: openpype/hosts/nuke/plugins/publish/validate_write_nodes.py class RepairNukeWriteNodeAction (line 17) | class RepairNukeWriteNodeAction(pyblish.api.Action): method process (line 22) | def process(self, context, plugin): class ValidateNukeWriteNode (line 45) | class ValidateNukeWriteNode( method process (line 62) | def process(self, instance): method _make_error (line 137) | def _make_error(self, check): FILE: openpype/hosts/nuke/startup/clear_rendered.py function clear_rendered (line 6) | def clear_rendered(dir_path): FILE: openpype/hosts/nuke/startup/custom_write_node.py class WriteNodeKnobSettingPanel (line 61) | class WriteNodeKnobSettingPanel(nukescripts.PythonPanel): method __init__ (line 63) | def __init__(self): method process (line 74) | def process(self): method get_node_knobs_setting (line 125) | def get_node_knobs_setting(self, selected_preset=None): function main (line 148) | def main(): FILE: openpype/hosts/nuke/startup/frame_setting_for_read_nodes.py class FrameSettingsPanel (line 7) | class FrameSettingsPanel(nukescripts.PythonPanel): method __init__ (line 9) | def __init__(self): method process (line 24) | def process(self): function main (line 44) | def main(): FILE: openpype/hosts/nuke/startup/write_to_read.py function evaluate_filepath_new (line 12) | def evaluate_filepath_new( function create_read_node (line 86) | def create_read_node(ndata, comp_start): function write_to_read (line 105) | def write_to_read(gn, FILE: openpype/hosts/nuke/vendor/google/protobuf/descriptor.py class Error (line 51) | class Error(Exception): class TypeTransformationError (line 55) | class TypeTransformationError(Error): class DescriptorMetaclass (line 64) | class DescriptorMetaclass(type): method __instancecheck__ (line 65) | def __instancecheck__(cls, obj): class _Lock (line 76) | class _Lock(object): method __new__ (line 79) | def __new__(cls): method __enter__ (line 84) | def __enter__(self): method __exit__ (line 87) | def __exit__(self, exc_type, exc_value, exc_tb): function _Deprecated (line 94) | def _Deprecated(name): class DescriptorBase (line 113) | class DescriptorBase(metaclass=DescriptorMetaclass): method __init__ (line 133) | def __init__(self, options, serialized_options, options_class_name): method _SetOptions (line 145) | def _SetOptions(self, options, options_class_name): method GetOptions (line 157) | def GetOptions(self): class _NestedDescriptorBase (line 184) | class _NestedDescriptorBase(DescriptorBase): method __init__ (line 187) | def __init__(self, options, options_class_name, name, full_name, method CopyToProto (line 222) | def CopyToProto(self, proto): class Descriptor (line 241) | class Descriptor(_NestedDescriptorBase): method __new__ (line 289) | def __new__( method __init__ (line 315) | def __init__(self, name, full_name, filename, containing_type, fields, method fields_by_camelcase_name (line 372) | def fields_by_camelcase_name(self): method EnumValueName (line 381) | def EnumValueName(self, enum, value): method CopyToProto (line 399) | def CopyToProto(self, proto): class FieldDescriptor (line 420) | class FieldDescriptor(DescriptorBase): method __new__ (line 550) | def __new__(cls, name, full_name, index, number, type, cpp_type, label, method __init__ (line 562) | def __init__(self, name, full_name, index, number, type, cpp_type, label, method camelcase_name (line 610) | def camelcase_name(self): method has_presence (line 621) | def has_presence(self): method ProtoTypeToCppProtoType (line 641) | def ProtoTypeToCppProtoType(proto_type): class EnumDescriptor (line 661) | class EnumDescriptor(_NestedDescriptorBase): method __new__ (line 688) | def __new__(cls, name, full_name, filename, values, method __init__ (line 695) | def __init__(self, name, full_name, filename, values, method CopyToProto (line 719) | def CopyToProto(self, proto): class EnumValueDescriptor (line 729) | class EnumValueDescriptor(DescriptorBase): method __new__ (line 748) | def __new__(cls, name, index, number, method __init__ (line 758) | def __init__(self, name, index, number, class OneofDescriptor (line 773) | class OneofDescriptor(DescriptorBase): method __new__ (line 791) | def __new__( method __init__ (line 797) | def __init__( class ServiceDescriptor (line 813) | class ServiceDescriptor(_NestedDescriptorBase): method __new__ (line 835) | def __new__( method __init__ (line 850) | def __init__(self, name, full_name, index, methods, options=None, method FindMethodByName (line 867) | def FindMethodByName(self, name): method CopyToProto (line 878) | def CopyToProto(self, proto): class MethodDescriptor (line 888) | class MethodDescriptor(DescriptorBase): method __new__ (line 911) | def __new__(cls, method __init__ (line 926) | def __init__(self, method CopyToProto (line 957) | def CopyToProto(self, proto): class FileDescriptor (line 976) | class FileDescriptor(DescriptorBase): method __new__ (line 1010) | def __new__(cls, name, package, options=None, method __init__ (line 1028) | def __init__(self, name, package, options=None, method CopyToProto (line 1055) | def CopyToProto(self, proto): function _ParseOptions (line 1064) | def _ParseOptions(message, string): function _ToCamelCase (line 1074) | def _ToCamelCase(name): function _OptionsOrNone (line 1095) | def _OptionsOrNone(descriptor_proto): function _ToJsonName (line 1103) | def _ToJsonName(name): function MakeDescriptor (line 1120) | def MakeDescriptor(desc_proto, package='', build_file_if_cpp=True, FILE: openpype/hosts/nuke/vendor/google/protobuf/descriptor_database.py class Error (line 38) | class Error(Exception): class DescriptorDatabaseConflictingDefinitionError (line 42) | class DescriptorDatabaseConflictingDefinitionError(Error): class DescriptorDatabase (line 46) | class DescriptorDatabase(object): method __init__ (line 49) | def __init__(self): method Add (line 53) | def Add(self, file_desc_proto): method FindFileByName (line 87) | def FindFileByName(self, name): method FindFileContainingSymbol (line 106) | def FindFileContainingSymbol(self, symbol): method FindFileContainingExtension (line 143) | def FindFileContainingExtension(self, extendee_name, extension_number): method FindAllExtensionNumbers (line 147) | def FindAllExtensionNumbers(self, extendee_name): method _AddSymbol (line 151) | def _AddSymbol(self, name, file_desc_proto): function _ExtractSymbols (line 161) | def _ExtractSymbols(desc_proto, package): FILE: openpype/hosts/nuke/vendor/google/protobuf/descriptor_pool.py function _Deprecated (line 71) | def _Deprecated(func): function _NormalizeFullyQualifiedName (line 87) | def _NormalizeFullyQualifiedName(name): function _OptionsOrNone (line 102) | def _OptionsOrNone(descriptor_proto): function _IsMessageSetExtension (line 110) | def _IsMessageSetExtension(field): class DescriptorPool (line 118) | class DescriptorPool(object): method __new__ (line 123) | def __new__(cls, descriptor_db=None): method __init__ (line 127) | def __init__(self, descriptor_db=None): method _CheckConflictRegister (line 157) | def _CheckConflictRegister(self, desc, desc_name, file_name): method Add (line 195) | def Add(self, file_desc_proto): method AddSerializedFile (line 204) | def AddSerializedFile(self, serialized_file_desc_proto): method AddDescriptor (line 226) | def AddDescriptor(self, desc): method _AddDescriptor (line 230) | def _AddDescriptor(self, desc): method AddEnumDescriptor (line 251) | def AddEnumDescriptor(self, enum_desc): method _AddEnumDescriptor (line 255) | def _AddEnumDescriptor(self, enum_desc): method AddServiceDescriptor (line 292) | def AddServiceDescriptor(self, service_desc): method _AddServiceDescriptor (line 296) | def _AddServiceDescriptor(self, service_desc): method AddExtensionDescriptor (line 313) | def AddExtensionDescriptor(self, extension): method _AddExtensionDescriptor (line 317) | def _AddExtensionDescriptor(self, extension): method AddFileDescriptor (line 360) | def AddFileDescriptor(self, file_desc): method _InternalAddFileDescriptor (line 364) | def _InternalAddFileDescriptor(self, file_desc): method _AddFileDescriptor (line 382) | def _AddFileDescriptor(self, file_desc): method FindFileByName (line 396) | def FindFileByName(self, file_name): method FindFileContainingSymbol (line 425) | def FindFileContainingSymbol(self, symbol): method _InternalFindFileContainingSymbol (line 452) | def _InternalFindFileContainingSymbol(self, symbol): method FindMessageTypeByName (line 501) | def FindMessageTypeByName(self, full_name): method FindEnumTypeByName (line 519) | def FindEnumTypeByName(self, full_name): method FindFieldByName (line 537) | def FindFieldByName(self, full_name): method FindOneofByName (line 554) | def FindOneofByName(self, full_name): method FindExtensionByName (line 571) | def FindExtensionByName(self, full_name): method FindExtensionByNumber (line 601) | def FindExtensionByNumber(self, message_descriptor, number): method FindAllExtensions (line 624) | def FindAllExtensions(self, message_descriptor): method _TryLoadExtensionFromDB (line 648) | def _TryLoadExtensionFromDB(self, message_descriptor, number): method FindServiceByName (line 676) | def FindServiceByName(self, full_name): method FindMethodByName (line 693) | def FindMethodByName(self, full_name): method _FindFileContainingSymbolInDb (line 710) | def _FindFileContainingSymbolInDb(self, symbol): method _ConvertFileProtoToFileDescriptor (line 733) | def _ConvertFileProtoToFileDescriptor(self, file_proto): method _ConvertMessageDescriptor (line 828) | def _ConvertMessageDescriptor(self, desc_proto, package=None, file_des... method _ConvertEnumDescriptor (line 922) | def _ConvertEnumDescriptor(self, enum_proto, package=None, file_desc=N... method _MakeFieldDescriptor (line 974) | def _MakeFieldDescriptor(self, field_proto, message_name, index, method _SetAllFieldTypes (line 1026) | def _SetAllFieldTypes(self, package, desc_proto, scope): method _SetFieldType (line 1058) | def _SetFieldType(self, field_proto, field_desc, package, scope): method _MakeEnumValueDescriptor (line 1134) | def _MakeEnumValueDescriptor(self, value_proto, index): method _MakeServiceDescriptor (line 1154) | def _MakeServiceDescriptor(self, service_proto, service_index, scope, method _MakeMethodDescriptor (line 1190) | def _MakeMethodDescriptor(self, method_proto, service_name, package, s... method _ExtractSymbols (line 1222) | def _ExtractSymbols(self, descriptors): method _GetDeps (line 1238) | def _GetDeps(self, dependencies, visited=None): method _GetTypeFromScope (line 1258) | def _GetTypeFromScope(self, package, type_name, scope): function _PrefixWithDot (line 1281) | def _PrefixWithDot(name): function Default (line 1294) | def Default(): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/_parameterized.py function _CleanRepr (line 167) | def _CleanRepr(obj): function _StrClass (line 173) | def _StrClass(cls): function _NonStringIterable (line 177) | def _NonStringIterable(obj): function _FormatParameterList (line 182) | def _FormatParameterList(testcase_params): class _ParameterizedTestIter (line 192) | class _ParameterizedTestIter(object): method __init__ (line 195) | def __init__(self, test_method, testcases, naming_type): method __call__ (line 213) | def __call__(self, *args, **kwargs): method __iter__ (line 219) | def __iter__(self): function _IsSingletonList (line 257) | def _IsSingletonList(testcases): function _ModifyClass (line 262) | def _ModifyClass(class_object, testcases, naming_type): function _ParameterDecorator (line 281) | def _ParameterDecorator(naming_type, testcases): function parameters (line 310) | def parameters(*testcases): # pylint: disable=invalid-name function named_parameters (line 325) | def named_parameters(*testcases): # pylint: disable=invalid-name class TestGeneratorMetaclass (line 342) | class TestGeneratorMetaclass(type): method __new__ (line 355) | def __new__(mcs, class_name, bases, dct): function _UpdateClassDictForParamTestCase (line 367) | def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): class TestCase (line 389) | class TestCase(unittest.TestCase, metaclass=TestGeneratorMetaclass): method _OriginalName (line 392) | def _OriginalName(self): method __str__ (line 395) | def __str__(self): method id (line 398) | def id(self): # pylint: disable=invalid-name function CoopTestCase (line 412) | def CoopTestCase(other_base_class): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/api_implementation.py function Type (line 95) | def Type(): function _SetType (line 99) | def _SetType(implementation_type): function Version (line 106) | def Version(): function IsPythonDefaultSerializationDeterministic (line 111) | def IsPythonDefaultSerializationDeterministic(): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/builder.py function BuildMessageAndEnumDescriptors (line 48) | def BuildMessageAndEnumDescriptors(file_des, module): function BuildTopDescriptorsAndMessages (line 70) | def BuildTopDescriptorsAndMessages(file_des, module_name, module): function BuildServices (line 111) | def BuildServices(file_des, module_name, module): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/containers.py class BaseContainer (line 67) | class BaseContainer(Sequence[_T]): method __init__ (line 73) | def __init__(self, message_listener: Any) -> None: method __getitem__ (line 84) | def __getitem__(self, key: int) -> _T: method __getitem__ (line 88) | def __getitem__(self, key: slice) -> List[_T]: method __getitem__ (line 91) | def __getitem__(self, key): method __len__ (line 95) | def __len__(self) -> int: method __ne__ (line 99) | def __ne__(self, other: Any) -> bool: method __repr__ (line 106) | def __repr__(self) -> str: method sort (line 109) | def sort(self, *args, **kwargs) -> None: method reverse (line 117) | def reverse(self) -> None: class RepeatedScalarFieldContainer (line 126) | class RepeatedScalarFieldContainer(BaseContainer[_T], MutableSequence[_T]): method __init__ (line 132) | def __init__( method append (line 148) | def append(self, value: _T) -> None: method insert (line 154) | def insert(self, key: int, value: _T) -> None: method extend (line 160) | def extend(self, elem_seq: Iterable[_T]) -> None: method MergeFrom (line 178) | def MergeFrom( method remove (line 188) | def remove(self, elem: _T): method pop (line 193) | def pop(self, key: Optional[int] = -1) -> _T: method __setitem__ (line 200) | def __setitem__(self, key: int, value: _T) -> None: method __setitem__ (line 204) | def __setitem__(self, key: slice, value: Iterable[_T]) -> None: method __setitem__ (line 207) | def __setitem__(self, key, value) -> None: method __delitem__ (line 218) | def __delitem__(self, key: Union[int, slice]) -> None: method __eq__ (line 223) | def __eq__(self, other: Any) -> bool: method __deepcopy__ (line 233) | def __deepcopy__( method __reduce__ (line 242) | def __reduce__(self, **kwargs) -> NoReturn: class RepeatedCompositeFieldContainer (line 248) | class RepeatedCompositeFieldContainer(BaseContainer[_T], MutableSequence... method __init__ (line 254) | def __init__(self, message_listener: Any, message_descriptor: Any) -> ... method add (line 272) | def add(self, **kwargs: Any) -> _T: method append (line 283) | def append(self, value: _T) -> None: method insert (line 292) | def insert(self, key: int, value: _T) -> None: method extend (line 301) | def extend(self, elem_seq: Iterable[_T]) -> None: method MergeFrom (line 316) | def MergeFrom( method remove (line 325) | def remove(self, elem: _T) -> None: method pop (line 330) | def pop(self, key: Optional[int] = -1) -> _T: method __setitem__ (line 337) | def __setitem__(self, key: int, value: _T) -> None: method __setitem__ (line 341) | def __setitem__(self, key: slice, value: Iterable[_T]) -> None: method __setitem__ (line 344) | def __setitem__(self, key, value): method __delitem__ (line 351) | def __delitem__(self, key: Union[int, slice]) -> None: method __eq__ (line 356) | def __eq__(self, other: Any) -> bool: class ScalarMap (line 366) | class ScalarMap(MutableMapping[_K, _V]): method __init__ (line 373) | def __init__( method __getitem__ (line 397) | def __getitem__(self, key: _K) -> _V: method __contains__ (line 406) | def __contains__(self, item: _K) -> bool: method get (line 413) | def get(self, key: _K) -> Optional[_V]: method get (line 417) | def get(self, key: _K, default: _T) -> Union[_V, _T]: method get (line 423) | def get(self, key, default=None): method __setitem__ (line 429) | def __setitem__(self, key: _K, value: _V) -> _T: method __delitem__ (line 435) | def __delitem__(self, key: _K) -> None: method __len__ (line 439) | def __len__(self) -> int: method __iter__ (line 442) | def __iter__(self) -> Iterator[_K]: method __repr__ (line 445) | def __repr__(self) -> str: method MergeFrom (line 448) | def MergeFrom(self, other: 'ScalarMap[_K, _V]') -> None: method InvalidateIterators (line 452) | def InvalidateIterators(self) -> None: method clear (line 460) | def clear(self) -> None: method GetEntryClass (line 464) | def GetEntryClass(self) -> Any: class MessageMap (line 468) | class MessageMap(MutableMapping[_K, _V]): method __init__ (line 475) | def __init__( method __getitem__ (line 499) | def __getitem__(self, key: _K) -> _V: method get_or_create (line 510) | def get_or_create(self, key: _K) -> _V: method get (line 525) | def get(self, key: _K) -> Optional[_V]: method get (line 529) | def get(self, key: _K, default: _T) -> Union[_V, _T]: method get (line 535) | def get(self, key, default=None): method __contains__ (line 541) | def __contains__(self, item: _K) -> bool: method __setitem__ (line 545) | def __setitem__(self, key: _K, value: _V) -> NoReturn: method __delitem__ (line 548) | def __delitem__(self, key: _K) -> None: method __len__ (line 553) | def __len__(self) -> int: method __iter__ (line 556) | def __iter__(self) -> Iterator[_K]: method __repr__ (line 559) | def __repr__(self) -> str: method MergeFrom (line 562) | def MergeFrom(self, other: 'MessageMap[_K, _V]') -> None: method InvalidateIterators (line 573) | def InvalidateIterators(self) -> None: method clear (line 581) | def clear(self) -> None: method GetEntryClass (line 585) | def GetEntryClass(self) -> Any: class _UnknownField (line 589) | class _UnknownField: method __init__ (line 595) | def __init__(self, field_number, wire_type, data): method __lt__ (line 601) | def __lt__(self, other): method __eq__ (line 605) | def __eq__(self, other): class UnknownFieldRef (line 614) | class UnknownFieldRef: # pylint: disable=missing-class-docstring method __init__ (line 616) | def __init__(self, parent, index): method _check_valid (line 620) | def _check_valid(self): method field_number (line 629) | def field_number(self): method wire_type (line 635) | def wire_type(self): method data (line 641) | def data(self): class UnknownFieldSet (line 647) | class UnknownFieldSet: method __init__ (line 653) | def __init__(self): method __getitem__ (line 656) | def __getitem__(self, index): method _internal_get (line 668) | def _internal_get(self, index): method __len__ (line 671) | def __len__(self): method _add (line 677) | def _add(self, field_number, wire_type, data): method __iter__ (line 682) | def __iter__(self): method _extend (line 686) | def _extend(self, other): method __eq__ (line 692) | def __eq__(self, other): method _clear (line 705) | def _clear(self): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/decoder.py function _VarintDecoder (line 97) | def _VarintDecoder(mask, result_type): function _SignedVarintDecoder (line 124) | def _SignedVarintDecoder(bits, result_type): function ReadTag (line 156) | def ReadTag(buffer, pos): function _SimpleDecoder (line 185) | def _SimpleDecoder(wire_type, decode_value): function _ModifiedDecoder (line 248) | def _ModifiedDecoder(wire_type, decode_value, modify_value): function _StructPackDecoder (line 262) | def _StructPackDecoder(wire_type, format): function _FloatDecoder (line 287) | def _FloatDecoder(): function _DoubleDecoder (line 332) | def _DoubleDecoder(): function EnumDecoder (line 372) | def EnumDecoder(field_number, is_repeated, is_packed, key, new_default, function StringDecoder (line 543) | def StringDecoder(field_number, is_repeated, is_packed, key, new_default, function BytesDecoder (line 596) | def BytesDecoder(field_number, is_repeated, is_packed, key, new_default, function GroupDecoder (line 637) | def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): function MessageDecoder (line 684) | def MessageDecoder(field_number, is_repeated, is_packed, key, new_default): function MessageSetItemDecoder (line 738) | def MessageSetItemDecoder(descriptor): function MapDecoder (line 836) | def MapDecoder(field_descriptor, new_default, is_message_map): function _SkipVarint (line 882) | def _SkipVarint(buffer, pos, end): function _SkipFixed64 (line 894) | def _SkipFixed64(buffer, pos, end): function _DecodeFixed64 (line 903) | def _DecodeFixed64(buffer, pos): function _SkipLengthDelimited (line 909) | def _SkipLengthDelimited(buffer, pos, end): function _SkipGroup (line 919) | def _SkipGroup(buffer, pos, end): function _DecodeUnknownFieldSet (line 930) | def _DecodeUnknownFieldSet(buffer, pos, end_pos=None): function _DecodeUnknownField (line 947) | def _DecodeUnknownField(buffer, pos, wire_type): function _EndGroup (line 970) | def _EndGroup(buffer, pos, end): function _SkipFixed32 (line 976) | def _SkipFixed32(buffer, pos, end): function _DecodeFixed32 (line 985) | def _DecodeFixed32(buffer, pos): function _RaiseInvalidWireType (line 992) | def _RaiseInvalidWireType(buffer, pos, end): function _FieldSkipper (line 997) | def _FieldSkipper(): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/encoder.py function _VarintSize (line 80) | def _VarintSize(value): function _SignedVarintSize (line 94) | def _SignedVarintSize(value): function _TagSize (line 109) | def _TagSize(field_number): function _SimpleSizer (line 124) | def _SimpleSizer(compute_value_size): function _ModifiedSizer (line 153) | def _ModifiedSizer(compute_value_size, modify_value): function _FixedSizer (line 182) | def _FixedSizer(value_size): function StringSizer (line 228) | def StringSizer(field_number, is_repeated, is_packed): function BytesSizer (line 250) | def BytesSizer(field_number, is_repeated, is_packed): function GroupSizer (line 272) | def GroupSizer(field_number, is_repeated, is_packed): function MessageSizer (line 290) | def MessageSizer(field_number, is_repeated, is_packed): function MessageSetItemSizer (line 315) | def MessageSetItemSizer(field_number): function MapSizer (line 341) | def MapSizer(field_descriptor, is_message_map): function _VarintEncoder (line 370) | def _VarintEncoder(): function _SignedVarintEncoder (line 387) | def _SignedVarintEncoder(): function _VarintBytes (line 411) | def _VarintBytes(value): function TagBytes (line 420) | def TagBytes(field_number, wire_type): function _SimpleEncoder (line 430) | def _SimpleEncoder(wire_type, encode_value, compute_value_size): function _ModifiedEncoder (line 471) | def _ModifiedEncoder(wire_type, encode_value, compute_value_size, modify... function _StructPackEncoder (line 505) | def _StructPackEncoder(wire_type, format): function _FloatingPointEncoder (line 543) | def _FloatingPointEncoder(wire_type, format): function BoolEncoder (line 647) | def BoolEncoder(field_number, is_repeated, is_packed): function StringEncoder (line 684) | def StringEncoder(field_number, is_repeated, is_packed): function BytesEncoder (line 708) | def BytesEncoder(field_number, is_repeated, is_packed): function GroupEncoder (line 730) | def GroupEncoder(field_number, is_repeated, is_packed): function MessageEncoder (line 751) | def MessageEncoder(field_number, is_repeated, is_packed): function MessageSetItemEncoder (line 776) | def MessageSetItemEncoder(field_number): function MapEncoder (line 808) | def MapEncoder(field_descriptor): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/enum_type_wrapper.py class EnumTypeWrapper (line 41) | class EnumTypeWrapper(object): method __init__ (line 55) | def __init__(self, enum_type): method Name (line 60) | def Name(self, number): # pylint: disable=invalid-name method Value (line 76) | def Value(self, name): # pylint: disable=invalid-name method keys (line 85) | def keys(self): method values (line 95) | def values(self): method items (line 105) | def items(self): method __getattr__ (line 115) | def __getattr__(self, name): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/extension_dict.py function _VerifyExtensionHandle (line 38) | def _VerifyExtensionHandle(message, extension_handle): class _ExtensionDict (line 63) | class _ExtensionDict(object): method __init__ (line 71) | def __init__(self, extended_message): method __getitem__ (line 78) | def __getitem__(self, extension_handle): method __eq__ (line 119) | def __eq__(self, other): method __ne__ (line 132) | def __ne__(self, other): method __len__ (line 135) | def __len__(self): method __hash__ (line 141) | def __hash__(self): method __setitem__ (line 148) | def __setitem__(self, extension_handle, value): method __delitem__ (line 169) | def __delitem__(self, extension_handle): method _FindExtensionByName (line 172) | def _FindExtensionByName(self, name): method _FindExtensionByNumber (line 183) | def _FindExtensionByNumber(self, number): method __iter__ (line 194) | def __iter__(self): method __contains__ (line 199) | def __contains__(self, extension_handle): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/message_listener.py class MessageListener (line 40) | class MessageListener(object): method Modified (line 50) | def Modified(self): class NullMessageListener (line 73) | class NullMessageListener(object): method Modified (line 77) | def Modified(self): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/python_message.py class GeneratedProtocolMessageType (line 77) | class GeneratedProtocolMessageType(type): method __new__ (line 104) | def __new__(cls, name, bases, dictionary): method __init__ (line 157) | def __init__(cls, name, bases, dictionary): function _PropertyName (line 216) | def _PropertyName(proto_field_name): function _AddSlots (line 245) | def _AddSlots(message_descriptor, dictionary): function _IsMessageSetExtension (line 265) | def _IsMessageSetExtension(field): function _IsMapField (line 273) | def _IsMapField(field): function _IsMessageMapField (line 279) | def _IsMessageMapField(field): function _AttachFieldHelpers (line 284) | def _AttachFieldHelpers(cls, field_descriptor): function _AddClassAttributesForNestedExtensions (line 367) | def _AddClassAttributesForNestedExtensions(descriptor, dictionary): function _AddEnumValues (line 374) | def _AddEnumValues(descriptor, cls): function _GetInitializeDefaultForMap (line 389) | def _GetInitializeDefaultForMap(field): function _DefaultValueConstructorForField (line 411) | def _DefaultValueConstructorForField(field): function _ReraiseTypeErrorWithFieldName (line 469) | def _ReraiseTypeErrorWithFieldName(message_name, field_name): function _AddInitMethod (line 480) | def _AddInitMethod(message_descriptor, cls): function _GetFieldByName (line 567) | def _GetFieldByName(message_descriptor, field_name): function _AddPropertiesForFields (line 583) | def _AddPropertiesForFields(descriptor, cls): function _AddPropertiesForField (line 594) | def _AddPropertiesForField(field, cls): class _FieldProperty (line 619) | class _FieldProperty(property): method __init__ (line 622) | def __init__(self, descriptor, getter, setter, doc): function _AddPropertiesForRepeatedField (line 627) | def _AddPropertiesForRepeatedField(field, cls): function _AddPropertiesForNonRepeatedScalarField (line 671) | def _AddPropertiesForNonRepeatedScalarField(field, cls): function _AddPropertiesForNonRepeatedCompositeField (line 730) | def _AddPropertiesForNonRepeatedCompositeField(field, cls): function _AddPropertiesForExtensions (line 774) | def _AddPropertiesForExtensions(descriptor, cls): function _AddStaticMethods (line 789) | def _AddStaticMethods(cls): function _IsPresent (line 806) | def _IsPresent(item): function _AddListFieldsMethod (line 818) | def _AddListFieldsMethod(message_descriptor, cls): function _AddHasFieldMethod (line 833) | def _AddHasFieldMethod(message_descriptor, cls): function _AddClearFieldMethod (line 874) | def _AddClearFieldMethod(message_descriptor, cls): function _AddClearExtensionMethod (line 912) | def _AddClearExtensionMethod(cls): function _AddHasExtensionMethod (line 924) | def _AddHasExtensionMethod(cls): function _InternalUnpackAny (line 938) | def _InternalUnpackAny(msg): function _AddEqualsMethod (line 978) | def _AddEqualsMethod(message_descriptor, cls): function _AddStrMethod (line 1008) | def _AddStrMethod(message_descriptor, cls): function _AddReprMethod (line 1015) | def _AddReprMethod(message_descriptor, cls): function _AddUnicodeMethod (line 1022) | def _AddUnicodeMethod(unused_message_descriptor, cls): function _BytesForNonRepeatedElement (line 1030) | def _BytesForNonRepeatedElement(value, field_number, field_type): function _AddByteSizeMethod (line 1050) | def _AddByteSizeMethod(message_descriptor, cls): function _AddSerializeToStringMethod (line 1077) | def _AddSerializeToStringMethod(message_descriptor, cls): function _AddSerializePartialToStringMethod (line 1090) | def _AddSerializePartialToStringMethod(message_descriptor, cls): function _AddMergeFromStringMethod (line 1122) | def _AddMergeFromStringMethod(message_descriptor, cls): function _AddIsInitializedMethod (line 1202) | def _AddIsInitializedMethod(message_descriptor, cls): function _FullyQualifiedClassName (line 1297) | def _FullyQualifiedClassName(klass): function _AddMergeFromMethod (line 1305) | def _AddMergeFromMethod(cls): function _AddWhichOneofMethod (line 1354) | def _AddWhichOneofMethod(message_descriptor, cls): function _Clear (line 1372) | def _Clear(self): function _UnknownFields (line 1385) | def _UnknownFields(self): function _DiscardUnknownFields (line 1392) | def _DiscardUnknownFields(self): function _SetListener (line 1408) | def _SetListener(self, listener): function _AddMessageMethods (line 1415) | def _AddMessageMethods(message_descriptor, cls): function _AddPrivateHelperMethods (line 1441) | def _AddPrivateHelperMethods(message_descriptor, cls): class _Listener (line 1475) | class _Listener(object): method __init__ (line 1489) | def __init__(self, parent_message): method Modified (line 1508) | def Modified(self): class _OneofListener (line 1521) | class _OneofListener(_Listener): method __init__ (line 1524) | def __init__(self, parent_message, field): method Modified (line 1533) | def Modified(self): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/type_checkers.py function TruncateToFourByteFloat (line 59) | def TruncateToFourByteFloat(original): function ToShortestFloat (line 63) | def ToShortestFloat(original): function SupportsOpenEnums (line 78) | def SupportsOpenEnums(field_descriptor): function GetTypeChecker (line 82) | def GetTypeChecker(field): class TypeChecker (line 108) | class TypeChecker(object): method __init__ (line 114) | def __init__(self, *acceptable_types): method CheckValue (line 117) | def CheckValue(self, proposed_value): class TypeCheckerWithDefault (line 129) | class TypeCheckerWithDefault(TypeChecker): method __init__ (line 131) | def __init__(self, default_value, *acceptable_types): method DefaultValue (line 135) | def DefaultValue(self): class BoolValueChecker (line 139) | class BoolValueChecker(object): method CheckValue (line 142) | def CheckValue(self, proposed_value): method DefaultValue (line 151) | def DefaultValue(self): class IntValueChecker (line 157) | class IntValueChecker(object): method CheckValue (line 161) | def CheckValue(self, proposed_value): method DefaultValue (line 176) | def DefaultValue(self): class EnumValueChecker (line 180) | class EnumValueChecker(object): method __init__ (line 184) | def __init__(self, enum_type): method CheckValue (line 187) | def CheckValue(self, proposed_value): method DefaultValue (line 196) | def DefaultValue(self): class UnicodeValueChecker (line 200) | class UnicodeValueChecker(object): method CheckValue (line 207) | def CheckValue(self, proposed_value): method DefaultValue (line 232) | def DefaultValue(self): class Int32ValueChecker (line 236) | class Int32ValueChecker(IntValueChecker): class Uint32ValueChecker (line 243) | class Uint32ValueChecker(IntValueChecker): class Int64ValueChecker (line 248) | class Int64ValueChecker(IntValueChecker): class Uint64ValueChecker (line 253) | class Uint64ValueChecker(IntValueChecker): class DoubleValueChecker (line 265) | class DoubleValueChecker(object): method CheckValue (line 271) | def CheckValue(self, proposed_value): method DefaultValue (line 282) | def DefaultValue(self): class FloatValueChecker (line 286) | class FloatValueChecker(DoubleValueChecker): method CheckValue (line 294) | def CheckValue(self, proposed_value): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/well_known_types.py class Any (line 59) | class Any(object): method Pack (line 64) | def Pack(self, msg, type_url_prefix='type.googleapis.com/', method Unpack (line 73) | def Unpack(self, msg): method TypeName (line 81) | def TypeName(self): method Is (line 86) | def Is(self, descriptor): class Timestamp (line 96) | class Timestamp(object): method ToJsonString (line 101) | def ToJsonString(self): method FromJsonString (line 129) | def FromJsonString(self, value): method GetCurrentTime (line 193) | def GetCurrentTime(self): method ToNanoseconds (line 197) | def ToNanoseconds(self): method ToMicroseconds (line 201) | def ToMicroseconds(self): method ToMilliseconds (line 206) | def ToMilliseconds(self): method ToSeconds (line 211) | def ToSeconds(self): method FromNanoseconds (line 215) | def FromNanoseconds(self, nanos): method FromMicroseconds (line 220) | def FromMicroseconds(self, micros): method FromMilliseconds (line 225) | def FromMilliseconds(self, millis): method FromSeconds (line 230) | def FromSeconds(self, seconds): method ToDatetime (line 235) | def ToDatetime(self, tzinfo=None): method FromDatetime (line 255) | def FromDatetime(self, dt): class Duration (line 272) | class Duration(object): method ToJsonString (line 277) | def ToJsonString(self): method FromJsonString (line 309) | def FromJsonString(self, value): method ToNanoseconds (line 343) | def ToNanoseconds(self): method ToMicroseconds (line 347) | def ToMicroseconds(self): method ToMilliseconds (line 352) | def ToMilliseconds(self): method ToSeconds (line 357) | def ToSeconds(self): method FromNanoseconds (line 361) | def FromNanoseconds(self, nanos): method FromMicroseconds (line 366) | def FromMicroseconds(self, micros): method FromMilliseconds (line 372) | def FromMilliseconds(self, millis): method FromSeconds (line 378) | def FromSeconds(self, seconds): method ToTimedelta (line 383) | def ToTimedelta(self): method FromTimedelta (line 389) | def FromTimedelta(self, td): method _NormalizeDuration (line 394) | def _NormalizeDuration(self, seconds, nanos): function _CheckDurationValid (line 404) | def _CheckDurationValid(seconds, nanos): function _RoundTowardZero (line 418) | def _RoundTowardZero(value, divider): class FieldMask (line 433) | class FieldMask(object): method ToJsonString (line 438) | def ToJsonString(self): method FromJsonString (line 445) | def FromJsonString(self, value): method IsValidForDescriptor (line 454) | def IsValidForDescriptor(self, message_descriptor): method AllFieldsFromDescriptor (line 461) | def AllFieldsFromDescriptor(self, message_descriptor): method CanonicalFormFromMask (line 467) | def CanonicalFormFromMask(self, mask): method Union (line 480) | def Union(self, mask1, mask2): method Intersect (line 488) | def Intersect(self, mask1, mask2): method MergeMessage (line 498) | def MergeMessage( function _IsValidPath (line 516) | def _IsValidPath(message_descriptor, path): function _CheckFieldMaskMessage (line 530) | def _CheckFieldMaskMessage(message): function _SnakeCaseToCamelCase (line 539) | def _SnakeCaseToCamelCase(path_name): function _CamelCaseToSnakeCase (line 568) | def _CamelCaseToSnakeCase(path_name): class _FieldMaskTree (line 583) | class _FieldMaskTree(object): method __init__ (line 598) | def __init__(self, field_mask=None): method MergeFromFieldMask (line 604) | def MergeFromFieldMask(self, field_mask): method AddPath (line 609) | def AddPath(self, path): method ToFieldMask (line 634) | def ToFieldMask(self, field_mask): method IntersectPath (line 639) | def IntersectPath(self, path, intersection): method AddLeafNodes (line 656) | def AddLeafNodes(self, prefix, node): method MergeMessage (line 664) | def MergeMessage( function _StrConvert (line 672) | def _StrConvert(value): function _MergeMessage (line 682) | def _MergeMessage( function _AddFieldPaths (line 720) | def _AddFieldPaths(node, prefix, field_mask): function _SetStructValue (line 733) | def _SetStructValue(struct_value, value): function _GetStructValue (line 754) | def _GetStructValue(struct_value): class Struct (line 772) | class Struct(object): method __getitem__ (line 777) | def __getitem__(self, key): method __contains__ (line 780) | def __contains__(self, item): method __setitem__ (line 783) | def __setitem__(self, key, value): method __delitem__ (line 786) | def __delitem__(self, key): method __len__ (line 789) | def __len__(self): method __iter__ (line 792) | def __iter__(self): method keys (line 795) | def keys(self): # pylint: disable=invalid-name method values (line 798) | def values(self): # pylint: disable=invalid-name method items (line 801) | def items(self): # pylint: disable=invalid-name method get_or_create_list (line 804) | def get_or_create_list(self, key): method get_or_create_struct (line 811) | def get_or_create_struct(self, key): method update (line 818) | def update(self, dictionary): # pylint: disable=invalid-name class ListValue (line 825) | class ListValue(object): method __len__ (line 830) | def __len__(self): method append (line 833) | def append(self, value): method extend (line 836) | def extend(self, elem_seq): method __getitem__ (line 840) | def __getitem__(self, index): method __setitem__ (line 844) | def __setitem__(self, index, value): method __delitem__ (line 847) | def __delitem__(self, key): method items (line 850) | def items(self): method add_struct (line 854) | def add_struct(self): method add_list (line 861) | def add_list(self): FILE: openpype/hosts/nuke/vendor/google/protobuf/internal/wire_format.py function PackTag (line 80) | def PackTag(field_number, wire_type): function UnpackTag (line 93) | def UnpackTag(tag): function ZigZagEncode (line 100) | def ZigZagEncode(value): function ZigZagDecode (line 110) | def ZigZagDecode(value): function Int32ByteSize (line 122) | def Int32ByteSize(field_number, int32): function Int32ByteSizeNoTag (line 126) | def Int32ByteSizeNoTag(int32): function Int64ByteSize (line 130) | def Int64ByteSize(field_number, int64): function UInt32ByteSize (line 135) | def UInt32ByteSize(field_number, uint32): function UInt64ByteSize (line 139) | def UInt64ByteSize(field_number, uint64): function SInt32ByteSize (line 143) | def SInt32ByteSize(field_number, int32): function SInt64ByteSize (line 147) | def SInt64ByteSize(field_number, int64): function Fixed32ByteSize (line 151) | def Fixed32ByteSize(field_number, fixed32): function Fixed64ByteSize (line 155) | def Fixed64ByteSize(field_number, fixed64): function SFixed32ByteSize (line 159) | def SFixed32ByteSize(field_number, sfixed32): function SFixed64ByteSize (line 163) | def SFixed64ByteSize(field_number, sfixed64): function FloatByteSize (line 167) | def FloatByteSize(field_number, flt): function DoubleByteSize (line 171) | def DoubleByteSize(field_number, double): function BoolByteSize (line 175) | def BoolByteSize(field_number, b): function EnumByteSize (line 179) | def EnumByteSize(field_number, enum): function StringByteSize (line 183) | def StringByteSize(field_number, string): function BytesByteSize (line 187) | def BytesByteSize(field_number, b): function GroupByteSize (line 193) | def GroupByteSize(field_number, message): function MessageByteSize (line 198) | def MessageByteSize(field_number, message): function MessageSetItemByteSize (line 204) | def MessageSetItemByteSize(field_number, msg): function TagByteSize (line 224) | def TagByteSize(field_number): function _VarUInt64ByteSizeNoTag (line 232) | def _VarUInt64ByteSizeNoTag(uint64): function IsTypePackable (line 259) | def IsTypePackable(field_type): FILE: openpype/hosts/nuke/vendor/google/protobuf/json_format.py class Error (line 78) | class Error(Exception): class SerializeToJsonError (line 82) | class SerializeToJsonError(Error): class ParseError (line 86) | class ParseError(Error): function MessageToJson (line 90) | def MessageToJson( function MessageToDict (line 133) | def MessageToDict( function _IsMapEntry (line 171) | def _IsMapEntry(field): class _Printer (line 177) | class _Printer(object): method __init__ (line 180) | def __init__( method ToJsonString (line 196) | def ToJsonString(self, message, indent, sort_keys, ensure_ascii): method _MessageToJsonObject (line 201) | def _MessageToJsonObject(self, message): method _RegularMessageToJsonObject (line 212) | def _RegularMessageToJsonObject(self, message, js): method _FieldToJsonObject (line 276) | def _FieldToJsonObject(self, field, value): method _AnyMessageToJsonObject (line 319) | def _AnyMessageToJsonObject(self, message): method _GenericMessageToJsonObject (line 340) | def _GenericMessageToJsonObject(self, message): method _ValueMessageToJsonObject (line 346) | def _ValueMessageToJsonObject(self, message): method _ListValueMessageToJsonObject (line 362) | def _ListValueMessageToJsonObject(self, message): method _StructMessageToJsonObject (line 367) | def _StructMessageToJsonObject(self, message): method _WrapperMessageToJsonObject (line 375) | def _WrapperMessageToJsonObject(self, message): function _IsWrapperMessage (line 380) | def _IsWrapperMessage(message_descriptor): function _DuplicateChecker (line 384) | def _DuplicateChecker(js): function _CreateMessageFromTypeUrl (line 393) | def _CreateMessageFromTypeUrl(type_url, descriptor_pool): function Parse (line 407) | def Parse(text, function ParseDict (line 440) | def ParseDict(js_dict, class _Parser (line 468) | class _Parser(object): method __init__ (line 471) | def __init__(self, ignore_unknown_fields, descriptor_pool, method ConvertMessage (line 478) | def ConvertMessage(self, value, message, path): method _ConvertFieldValuePair (line 505) | def _ConvertFieldValuePair(self, js, message, path): method _ConvertAnyMessage (line 635) | def _ConvertAnyMessage(self, value, message, path): method _ConvertGenericMessage (line 666) | def _ConvertGenericMessage(self, value, message, path): method _ConvertValueMessage (line 675) | def _ConvertValueMessage(self, value, message, path): method _ConvertListValueMessage (line 693) | def _ConvertListValueMessage(self, value, message, path): method _ConvertStructMessage (line 703) | def _ConvertStructMessage(self, value, message, path): method _ConvertWrapperMessage (line 716) | def _ConvertWrapperMessage(self, value, message, path): method _ConvertMapFieldValue (line 723) | def _ConvertMapFieldValue(self, value, message, field, path): function _ConvertScalarFieldValue (line 753) | def _ConvertScalarFieldValue(value, field, path, require_str=False): function _ConvertInteger (line 811) | def _ConvertInteger(value): function _ConvertFloat (line 836) | def _ConvertFloat(value, field): function _ConvertBool (line 872) | def _ConvertBool(value, require_str): FILE: openpype/hosts/nuke/vendor/google/protobuf/message.py class Error (line 39) | class Error(Exception): class DecodeError (line 44) | class DecodeError(Error): class EncodeError (line 49) | class EncodeError(Error): class Message (line 54) | class Message(object): method __deepcopy__ (line 80) | def __deepcopy__(self, memo=None): method __eq__ (line 85) | def __eq__(self, other_msg): method __ne__ (line 89) | def __ne__(self, other_msg): method __hash__ (line 93) | def __hash__(self): method __str__ (line 96) | def __str__(self): method __unicode__ (line 100) | def __unicode__(self): method MergeFrom (line 104) | def MergeFrom(self, other_msg): method CopyFrom (line 117) | def CopyFrom(self, other_msg): method Clear (line 131) | def Clear(self): method SetInParent (line 135) | def SetInParent(self): method IsInitialized (line 145) | def IsInitialized(self): method MergeFromString (line 160) | def MergeFromString(self, serialized): method ParseFromString (line 193) | def ParseFromString(self, serialized): method SerializeToString (line 204) | def SerializeToString(self, **kwargs): method SerializePartialToString (line 220) | def SerializePartialToString(self, **kwargs): method ListFields (line 251) | def ListFields(self): method HasField (line 266) | def HasField(self, field_name): method ClearField (line 284) | def ClearField(self, field_name): method WhichOneof (line 298) | def WhichOneof(self, oneof_group): method HasExtension (line 314) | def HasExtension(self, extension_handle): method ClearExtension (line 332) | def ClearExtension(self, extension_handle): method UnknownFields (line 340) | def UnknownFields(self): method DiscardUnknownFields (line 348) | def DiscardUnknownFields(self): method ByteSize (line 355) | def ByteSize(self): method FromString (line 366) | def FromString(cls, s): method RegisterExtension (line 370) | def RegisterExtension(extension_handle): method _SetListener (line 373) | def _SetListener(self, message_listener): method __getstate__ (line 394) | def __getstate__(self): method __setstate__ (line 398) | def __setstate__(self, state): method __reduce__ (line 408) | def __reduce__(self): function _InternalConstructMessage (line 420) | def _InternalConstructMessage(full_name): FILE: openpype/hosts/nuke/vendor/google/protobuf/message_factory.py class MessageFactory (line 56) | class MessageFactory(object): method __init__ (line 59) | def __init__(self, pool=None): method GetPrototype (line 66) | def GetPrototype(self, descriptor): method CreatePrototype (line 87) | def CreatePrototype(self, descriptor): method GetMessages (line 123) | def GetMessages(self, files): function GetMessages (line 163) | def GetMessages(file_protos): FILE: openpype/hosts/nuke/vendor/google/protobuf/proto_builder.py function _GetMessageFromFactory (line 42) | def _GetMessageFromFactory(factory, full_name): function MakeSimpleProtoClass (line 58) | def MakeSimpleProtoClass(fields, full_name=None, pool=None): function _MakeFileDescriptorProto (line 114) | def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): FILE: openpype/hosts/nuke/vendor/google/protobuf/pyext/cpp_message.py class GeneratedProtocolMessageType (line 42) | class GeneratedProtocolMessageType(_message.MessageMeta): FILE: openpype/hosts/nuke/vendor/google/protobuf/reflection.py function ParseMessage (line 62) | def ParseMessage(descriptor, byte_str): function MakeClass (line 82) | def MakeClass(descriptor): FILE: openpype/hosts/nuke/vendor/google/protobuf/service.py class RpcException (line 46) | class RpcException(Exception): class Service (line 51) | class Service(object): method GetDescriptor (line 61) | def GetDescriptor(): method CallMethod (line 65) | def CallMethod(self, method_descriptor, rpc_controller, method GetRequestClass (line 95) | def GetRequestClass(self, method_descriptor): method GetResponseClass (line 110) | def GetResponseClass(self, method_descriptor): class RpcController (line 120) | class RpcController(object): method Reset (line 134) | def Reset(self): method Failed (line 142) | def Failed(self): method ErrorText (line 152) | def ErrorText(self): method StartCancel (line 156) | def StartCancel(self): method SetFailed (line 169) | def SetFailed(self, reason): method IsCanceled (line 180) | def IsCanceled(self): method NotifyOnCancel (line 189) | def NotifyOnCancel(self, callback): class RpcChannel (line 203) | class RpcChannel(object): method CallMethod (line 219) | def CallMethod(self, method_descriptor, rpc_controller, FILE: openpype/hosts/nuke/vendor/google/protobuf/service_reflection.py class GeneratedServiceType (line 42) | class GeneratedServiceType(type): method __init__ (line 64) | def __init__(cls, name, bases, dictionary): class GeneratedServiceStubType (line 86) | class GeneratedServiceStubType(GeneratedServiceType): method __init__ (line 96) | def __init__(cls, name, bases, dictionary): class _ServiceBuilder (line 117) | class _ServiceBuilder(object): method __init__ (line 127) | def __init__(self, service_descriptor): method BuildService (line 136) | def BuildService(builder, cls): method _CallMethod (line 167) | def _CallMethod(self, srvc, method_descriptor, method _GetRequestClass (line 184) | def _GetRequestClass(self, method_descriptor): method _GetResponseClass (line 200) | def _GetResponseClass(self, method_descriptor): method _GenerateNonImplementedMethod (line 216) | def _GenerateNonImplementedMethod(self, method): method _NonImplementedMethod (line 229) | def _NonImplementedMethod(self, method_name, rpc_controller, callback): class _ServiceStubBuilder (line 241) | class _ServiceStubBuilder(object): method __init__ (line 253) | def __init__(self, service_descriptor): method BuildServiceStub (line 262) | def BuildServiceStub(self, cls): method _GenerateStubMethod (line 276) | def _GenerateStubMethod(self, method): method _StubMethod (line 280) | def _StubMethod(self, stub, method_descriptor, FILE: openpype/hosts/nuke/vendor/google/protobuf/symbol_database.py class SymbolDatabase (line 66) | class SymbolDatabase(message_factory.MessageFactory): method RegisterMessage (line 69) | def RegisterMessage(self, message): method RegisterMessageDescriptor (line 87) | def RegisterMessageDescriptor(self, message_descriptor): method RegisterEnumDescriptor (line 97) | def RegisterEnumDescriptor(self, enum_descriptor): method RegisterServiceDescriptor (line 111) | def RegisterServiceDescriptor(self, service_descriptor): method RegisterFileDescriptor (line 122) | def RegisterFileDescriptor(self, file_descriptor): method GetSymbol (line 132) | def GetSymbol(self, symbol): method GetMessages (line 150) | def GetMessages(self, files): function Default (line 192) | def Default(): FILE: openpype/hosts/nuke/vendor/google/protobuf/text_encoding.py function CEscape (line 56) | def CEscape(text, as_utf8): function CUnescape (line 86) | def CUnescape(text): FILE: openpype/hosts/nuke/vendor/google/protobuf/text_format.py class Error (line 71) | class Error(Exception): class ParseError (line 75) | class ParseError(Error): method __init__ (line 78) | def __init__(self, message=None, line=None, column=None): method GetLine (line 91) | def GetLine(self): method GetColumn (line 94) | def GetColumn(self): class TextWriter (line 98) | class TextWriter(object): method __init__ (line 100) | def __init__(self, as_utf8): method write (line 103) | def write(self, val): method close (line 106) | def close(self): method getvalue (line 109) | def getvalue(self): function MessageToString (line 113) | def MessageToString( function MessageToBytes (line 195) | def MessageToBytes(message, **kwargs): function _IsMapEntry (line 205) | def _IsMapEntry(field): function PrintMessage (line 211) | def PrintMessage(message, function PrintField (line 242) | def PrintField(field, function PrintFieldValue (line 266) | def PrintFieldValue(field, function _BuildMessageFromTypeName (line 290) | def _BuildMessageFromTypeName(type_name, descriptor_pool): class _Printer (line 320) | class _Printer(object): method __init__ (line 323) | def __init__( method _TryPrintAsAnyMessage (line 393) | def _TryPrintAsAnyMessage(self, message): method _TryCustomFormatMessage (line 409) | def _TryCustomFormatMessage(self, message): method PrintMessage (line 420) | def PrintMessage(self, message): method _PrintUnknownFields (line 459) | def _PrintUnknownFields(self, unknown_fields): method _PrintFieldName (line 514) | def _PrintFieldName(self, field): method PrintField (line 543) | def PrintField(self, field, value): method _PrintShortRepeatedPrimitivesValue (line 550) | def _PrintShortRepeatedPrimitivesValue(self, field, value): method _PrintMessageFieldValue (line 562) | def _PrintMessageFieldValue(self, value): method PrintFieldValue (line 581) | def PrintFieldValue(self, field, value): function Parse (line 632) | def Parse(text, function Merge (line 690) | def Merge(text, function ParseLines (line 728) | def ParseLines(lines, function MergeLines (line 762) | def MergeLines(lines, class _Parser (line 796) | class _Parser(object): method __init__ (line 799) | def __init__(self, method ParseLines (line 809) | def ParseLines(self, lines, message): method MergeLines (line 815) | def MergeLines(self, lines, message): method _ParseOrMerge (line 821) | def _ParseOrMerge(self, lines, message): method _MergeField (line 839) | def _MergeField(self, tokenizer, message): method _ConsumeAnyTypeUrl (line 979) | def _ConsumeAnyTypeUrl(self, tokenizer): method _MergeMessageField (line 994) | def _MergeMessageField(self, tokenizer, message, field): method _IsProto3Syntax (line 1053) | def _IsProto3Syntax(message): method _MergeScalarField (line 1058) | def _MergeScalarField(self, tokenizer, message, field): function _SkipFieldContents (line 1134) | def _SkipFieldContents(tokenizer): function _SkipField (line 1153) | def _SkipField(tokenizer): function _SkipFieldMessage (line 1176) | def _SkipFieldMessage(tokenizer): function _SkipFieldValue (line 1195) | def _SkipFieldValue(tokenizer): class Tokenizer (line 1217) | class Tokenizer(object): method __init__ (line 1241) | def __init__(self, lines, skip_comments=True): method LookingAt (line 1258) | def LookingAt(self, token): method AtEnd (line 1261) | def AtEnd(self): method _PopLine (line 1269) | def _PopLine(self): method _SkipWhitespace (line 1281) | def _SkipWhitespace(self): method TryConsume (line 1290) | def TryConsume(self, token): method Consume (line 1304) | def Consume(self, token): method ConsumeComment (line 1316) | def ConsumeComment(self): method ConsumeCommentOrTrailingComment (line 1323) | def ConsumeCommentOrTrailingComment(self): method TryConsumeIdentifier (line 1339) | def TryConsumeIdentifier(self): method ConsumeIdentifier (line 1346) | def ConsumeIdentifier(self): method TryConsumeIdentifierOrNumber (line 1361) | def TryConsumeIdentifierOrNumber(self): method ConsumeIdentifierOrNumber (line 1368) | def ConsumeIdentifierOrNumber(self): method TryConsumeInteger (line 1383) | def TryConsumeInteger(self): method ConsumeInteger (line 1390) | def ConsumeInteger(self): method TryConsumeFloat (line 1406) | def TryConsumeFloat(self): method ConsumeFloat (line 1413) | def ConsumeFloat(self): method ConsumeBool (line 1429) | def ConsumeBool(self): method TryConsumeByteString (line 1445) | def TryConsumeByteString(self): method ConsumeString (line 1452) | def ConsumeString(self): method ConsumeByteString (line 1467) | def ConsumeByteString(self): method _ConsumeSingleByteString (line 1481) | def _ConsumeSingleByteString(self): method ConsumeEnum (line 1507) | def ConsumeEnum(self, field): method ParseErrorPreviousToken (line 1515) | def ParseErrorPreviousToken(self, message): method ParseError (line 1527) | def ParseError(self, message): method _StringParseError (line 1532) | def _StringParseError(self, e): method NextToken (line 1535) | def NextToken(self): function _ConsumeInt32 (line 1561) | def _ConsumeInt32(tokenizer): function _ConsumeUint32 (line 1576) | def _ConsumeUint32(tokenizer): function _TryConsumeInt64 (line 1591) | def _TryConsumeInt64(tokenizer): function _ConsumeInt64 (line 1599) | def _ConsumeInt64(tokenizer): function _TryConsumeUint64 (line 1614) | def _TryConsumeUint64(tokenizer): function _ConsumeUint64 (line 1622) | def _ConsumeUint64(tokenizer): function _ConsumeInteger (line 1637) | def _ConsumeInteger(tokenizer, is_signed=False, is_long=False): function ParseInteger (line 1659) | def ParseInteger(text, is_signed=False, is_long=False): function _ParseAbstractInteger (line 1682) | def _ParseAbstractInteger(text): function ParseFloat (line 1707) | def ParseFloat(text): function ParseBool (line 1739) | def ParseBool(text): function ParseEnum (line 1759) | def ParseEnum(field, value): FILE: openpype/hosts/photoshop/addon.py class PhotoshopAddon (line 7) | class PhotoshopAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_workfile_extensions (line 24) | def get_workfile_extensions(self): FILE: openpype/hosts/photoshop/api/extension/client/CSInterface.js function CSXSWindowType (line 19) | function CSXSWindowType() function Version (line 48) | function Version(major, minor, micro, special) function VersionBound (line 72) | function VersionBound(version, inclusive) function VersionRange (line 87) | function VersionRange(lowerBound, upperBound) function Runtime (line 104) | function Runtime(name, versionRange) function Extension (line 134) | function Extension(id, name, mainPath, basePath, windowType, width, heig... function CSEvent (line 166) | function CSEvent(type, scope, appId, extensionId) function SystemPath (line 183) | function SystemPath() function ColorType (line 209) | function ColorType() function RGBColor (line 236) | function RGBColor(red, green, blue, alpha) function Direction (line 256) | function Direction(x, y) function GradientStop (line 271) | function GradientStop(offset, rgbColor) function GradientColor (line 289) | function GradientColor(type, direction, numStops, arrGradientStop) function UIColor (line 309) | function UIColor(type, antialiasLevel, color) function AppSkinInfo (line 330) | function AppSkinInfo(baseFontFamily, baseFontSize, appBarBackgroundColor... function HostEnvironment (line 355) | function HostEnvironment(appName, appVersion, appLocale, appUILocale, ap... function HostCapabilities (line 378) | function HostCapabilities(EXTENDED_PANEL_MENU, EXTENDED_PANEL_ICONS, DEL... function ApiVersion (line 399) | function ApiVersion(major, minor, micro) function MenuItemStatus (line 418) | function MenuItemStatus(menuItemLabel, enabled, checked) function ContextMenuItemStatus (line 437) | function ContextMenuItemStatus(menuItemID, enabled, checked) function CSInterface (line 457) | function CSInterface() FILE: openpype/hosts/photoshop/api/extension/client/client.js function myCallBack (line 15) | function myCallBack(){ function runEvalScript (line 22) | function runEvalScript(script) { function startUp (line 34) | async function startUp(url){ function get_extension_version (line 43) | function get_extension_version(){ function main (line 67) | function main(websocket_url){ FILE: openpype/hosts/photoshop/api/extension/client/wsrpc.js function _classCallCheck (line 7) | function _classCallCheck(instance, Constructor) { function wrapper (line 21) | function wrapper(func) { function logGroup (line 41) | function logGroup(group, level, args) { function log (line 47) | function log() { function trace (line 52) | function trace(msg) { function getAbsoluteWsUrl (line 59) | function getAbsoluteWsUrl(url) { function createSocket (line 101) | function createSocket() { function makeCall (line 299) | function makeCall(func, args, params) { FILE: openpype/hosts/photoshop/api/extension/host/index.jsx function getEnv (line 8) | function getEnv(variable){ function fileOpen (line 12) | function fileOpen(path){ function getLayerTypeWithName (line 16) | function getLayerTypeWithName(layerName) { function getLayers (line 44) | function getLayers() { function setVisible (line 115) | function setVisible(layer_id, visibility){ function getHeadline (line 129) | function getHeadline(){ function isSaved (line 142) | function isSaved(){ function save (line 146) | function save(){ function saveAs (line 151) | function saveAs(output_path, ext, as_copy){ function getActiveDocumentName (line 189) | function getActiveDocumentName(){ function getActiveDocumentFullName (line 199) | function getActiveDocumentFullName(){ function imprint (line 213) | function imprint(payload){ function getSelectedLayers (line 223) | function getSelectedLayers(doc) { function selectLayers (line 270) | function selectLayers(selectedLayers){ function groupSelectedLayers (line 300) | function groupSelectedLayers(doc, name) { function importSmartObject (line 338) | function importSmartObject(path, name, link){ function replaceSmartObjects (line 375) | function replaceSmartObjects(layer_id, path, name){ function createGroup (line 397) | function createGroup(name){ function deleteLayer (line 409) | function deleteLayer(layer_id){ function _undo (line 423) | function _undo() { function savePSB (line 427) | function savePSB(output_path){ function close (line 442) | function close(){ function renameLayer (line 446) | function renameLayer(layer_id, new_name){ function _get_parents_names (line 464) | function _get_parents_names(layer, itself_name){ FILE: openpype/hosts/photoshop/api/extension/host/json.js function f (line 171) | function f(n) { function this_value (line 178) | function this_value() { function quote (line 215) | function quote(string) { function str (line 234) | function str(key, holder) { function walk (line 449) | function walk(holder, key) { FILE: openpype/hosts/photoshop/api/launch_logic.py class ConnectionNotEstablishedYet (line 33) | class ConnectionNotEstablishedYet(Exception): class MainThreadItem (line 37) | class MainThreadItem: method __init__ (line 48) | def __init__(self, callback, *args, **kwargs): method done (line 57) | def done(self): method exception (line 61) | def exception(self): method result (line 65) | def result(self): method execute (line 68) | def execute(self): function stub (line 92) | def stub(): function show_tool_by_name (line 107) | def show_tool_by_name(tool_name): class ProcessLauncher (line 115) | class ProcessLauncher(QtCore.QObject): method __init__ (line 119) | def __init__(self, subprocess_args): method log (line 144) | def log(self): method websocket_server_is_running (line 152) | def websocket_server_is_running(self): method is_process_running (line 158) | def is_process_running(self): method is_host_connected (line 164) | def is_host_connected(self): method execute_in_main_thread (line 179) | def execute_in_main_thread(cls, callback, *args, **kwargs): method start (line 184) | def start(self): method exit (line 191) | def exit(self): method _on_loop_timer (line 207) | def _on_loop_timer(self): method _on_start_process_timer (line 224) | def _on_start_process_timer(self): method _init_server (line 253) | def _init_server(self): method _start_process (line 284) | def _start_process(self): class PhotoshopRoute (line 299) | class PhotoshopRoute(WebSocketRoute): method init (line 308) | def init(self, **kwargs): method ping (line 316) | async def ping(self): method set_context (line 321) | async def set_context(self, project, asset, task): method read (line 346) | async def read(self): method workfiles_route (line 352) | async def workfiles_route(self): method loader_route (line 355) | async def loader_route(self): method publish_route (line 358) | async def publish_route(self): method sceneinventory_route (line 361) | async def sceneinventory_route(self): method experimental_tools_route (line 364) | async def experimental_tools_route(self): method _tool_route (line 367) | def _tool_route(self, _tool_name): method _get_last_workfile_path (line 375) | def _get_last_workfile_path(self, project_name, asset_name, task_name): FILE: openpype/hosts/photoshop/api/lib.py function safe_excepthook (line 18) | def safe_excepthook(*args): function main (line 22) | def main(*subprocess_args): function maintained_selection (line 59) | def maintained_selection(): function maintained_visibility (line 69) | def maintained_visibility(layers=None): FILE: openpype/hosts/photoshop/api/pipeline.py class PhotoshopHost (line 36) | class PhotoshopHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method install (line 39) | def install(self): method current_file (line 54) | def current_file(self): method work_root (line 64) | def work_root(self, session): method open_workfile (line 67) | def open_workfile(self, filepath): method save_workfile (line 72) | def save_workfile(self, filepath=None): method get_current_workfile (line 76) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 79) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 85) | def get_workfile_extensions(self): method get_containers (line 88) | def get_containers(self): method get_context_data (line 91) | def get_context_data(self): method update_context_data (line 101) | def update_context_data(self, data, changes): method list_instances (line 107) | def list_instances(self): method remove_instance (line 129) | def remove_instance(self, instance): function check_inventory (line 157) | def check_inventory(): function on_application_launch (line 171) | def on_application_launch(): function ls (line 175) | def ls(): function _get_stub (line 214) | def _get_stub(): function containerise (line 232) | def containerise( function cache_and_get_instances (line 268) | def cache_and_get_instances(creator): FILE: openpype/hosts/photoshop/api/plugin.py function get_unique_layer_name (line 7) | def get_unique_layer_name(layers, asset_name, subset_name): class PhotoshopLoader (line 32) | class PhotoshopLoader(LoaderPlugin): method get_stub (line 34) | def get_stub(): FILE: openpype/hosts/photoshop/api/ws_stub.py class PSItem (line 13) | class PSItem(object): method clean_name (line 33) | def clean_name(self): class PhotoshopServerStub (line 43) | class PhotoshopServerStub: method __init__ (line 53) | def __init__(self): method get_client (line 58) | def get_client(): method open (line 72) | def open(self, path): method read (line 83) | def read(self, layer, layers_meta=None): method imprint (line 114) | def imprint(self, item_id, data, all_layers=None, items_meta=None): method get_layers (line 190) | def get_layers(self): method get_layer (line 205) | def get_layer(self, layer_id): method get_layers_in_layers (line 219) | def get_layers_in_layers(self, layers): method get_layers_in_layers_ids (line 232) | def get_layers_in_layers_ids(self, layers_ids, layers=None): method _get_layers_in_layers (line 246) | def _get_layers_in_layers(self, parent_ids, layers=None): method create_group (line 262) | def create_group(self, name): method group_selected_layers (line 275) | def group_selected_layers(self, name): method get_selected_layers (line 294) | def get_selected_layers(self): method select_layers (line 304) | def select_layers(self, layers): method get_active_document_full_name (line 318) | def get_active_document_full_name(self): method get_active_document_name (line 330) | def get_active_document_name(self): method is_saved (line 340) | def is_saved(self): method save (line 350) | def save(self): method saveAs (line 356) | def saveAs(self, image_path, ext, as_copy): method set_visible (line 374) | def set_visible(self, layer_id, visibility): method hide_all_others_layers (line 390) | def hide_all_others_layers(self, layers): method hide_all_others_layers_ids (line 401) | def hide_all_others_layers_ids(self, extract_ids, layers=None): method get_layers_metadata (line 415) | def get_layers_metadata(self): method import_smart_object (line 443) | def import_smart_object(self, path, layer_name, as_reference=False): method replace_smart_object (line 466) | def replace_smart_object(self, layer, path, layer_name): method delete_layer (line 485) | def delete_layer(self, layer_id): method rename_layer (line 495) | def rename_layer(self, layer_id, name): method remove_instance (line 510) | def remove_instance(self, instance_id): method get_extension_version (line 524) | def get_extension_version(self): method close (line 530) | def close(self): method _to_records (line 538) | def _to_records(self, res): FILE: openpype/hosts/photoshop/lib.py class PSAutoCreator (line 14) | class PSAutoCreator(AutoCreator): method get_instance_attr_defs (line 16) | def get_instance_attr_defs(self): method collect_instances (line 19) | def collect_instances(self): method update_instances (line 29) | def update_instances(self, update_list): method create (line 35) | def create(self, options=None): function clean_subset_name (line 101) | def clean_subset_name(subset_name): FILE: openpype/hosts/photoshop/plugins/create/create_flatten_image.py class AutoImageCreator (line 12) | class AutoImageCreator(PSAutoCreator): method create (line 27) | def create(self, options=None): method get_pre_create_attr_defs (line 93) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 102) | def get_instance_attr_defs(self): method apply_settings (line 110) | def apply_settings(self, project_settings): method get_detail_description (line 120) | def get_detail_description(self): method get_subset_name (line 131) | def get_subset_name( FILE: openpype/hosts/photoshop/plugins/create/create_image.py class ImageCreator (line 16) | class ImageCreator(Creator): method create (line 32) | def create(self, subset_name_from_ui, data, pre_create_data): method collect_instances (line 126) | def collect_instances(self): method update_instances (line 139) | def update_instances(self, update_list): method remove_instances (line 148) | def remove_instances(self, instances): method get_pre_create_attr_defs (line 153) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 171) | def get_instance_attr_defs(self): method apply_settings (line 179) | def apply_settings(self, project_settings): method get_detail_description (line 189) | def get_detail_description(self): method _handle_legacy (line 224) | def _handle_legacy(self, instance_data): method _clean_highlights (line 242) | def _clean_highlights(self, stub, item): method get_dynamic_data (line 246) | def get_dynamic_data(self, variant, task_name, asset_doc, FILE: openpype/hosts/photoshop/plugins/create/create_review.py class ReviewCreator (line 4) | class ReviewCreator(PSAutoCreator): method get_detail_description (line 11) | def get_detail_description(self): method apply_settings (line 21) | def apply_settings(self, project_settings): FILE: openpype/hosts/photoshop/plugins/create/create_workfile.py class WorkfileCreator (line 4) | class WorkfileCreator(PSAutoCreator): method get_detail_description (line 10) | def get_detail_description(self): method apply_settings (line 22) | def apply_settings(self, project_settings): FILE: openpype/hosts/photoshop/plugins/load/load_image.py class ImageLoader (line 8) | class ImageLoader(photoshop.PhotoshopLoader): method load (line 17) | def load(self, context, name=None, namespace=None, data=None): method update (line 39) | def update(self, container, representation): method remove (line 68) | def remove(self, container): method switch (line 80) | def switch(self, container, representation): method import_layer (line 83) | def import_layer(self, file_name, layer_name, stub): FILE: openpype/hosts/photoshop/plugins/load/load_image_from_sequence.py class ImageFromSequenceLoader (line 9) | class ImageFromSequenceLoader(photoshop.PhotoshopLoader): method load (line 31) | def load(self, context, name=None, namespace=None, data=None): method get_options (line 55) | def get_options(cls, repre_contexts): method update (line 89) | def update(self, container, representation): method remove (line 93) | def remove(self, container): FILE: openpype/hosts/photoshop/plugins/load/load_reference.py class ReferenceLoader (line 8) | class ReferenceLoader(photoshop.PhotoshopLoader): method load (line 20) | def load(self, context, name=None, namespace=None, data=None): method update (line 40) | def update(self, container, representation): method remove (line 68) | def remove(self, container): method switch (line 79) | def switch(self, container, representation): method import_layer (line 82) | def import_layer(self, file_name, layer_name, stub): FILE: openpype/hosts/photoshop/plugins/publish/closePS.py class ClosePS (line 10) | class ClosePS(pyblish.api.ContextPlugin): method process (line 22) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_auto_image.py class CollectAutoImage (line 8) | class CollectAutoImage(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_auto_image_refresh.py class CollectAutoImageRefresh (line 6) | class CollectAutoImageRefresh(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_auto_review.py class CollectAutoReview (line 15) | class CollectAutoReview(pyblish.api.ContextPlugin): method process (line 28) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_auto_workfile.py class CollectAutoWorkfile (line 9) | class CollectAutoWorkfile(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_batch_data.py class CollectBatchData (line 28) | class CollectBatchData(pyblish.api.ContextPlugin): method process (line 40) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_color_coded_instances.py class CollectColorCodedInstances (line 12) | class CollectColorCodedInstances(pyblish.api.ContextPlugin): method process (line 47) | def process(self, context): method _get_existing_subset_names (line 147) | def _get_existing_subset_names(self, context): method _create_instance (line 160) | def _create_instance(self, context, layer, family, method _resolve_mapping (line 173) | def _resolve_mapping(self, layer): method _clean_subset_name (line 216) | def _clean_subset_name(self, stub, naming_conventions, subset, layer): FILE: openpype/hosts/photoshop/plugins/publish/collect_current_file.py class CollectCurrentFile (line 8) | class CollectCurrentFile(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_extension_version.py class CollectExtensionVersion (line 8) | class CollectExtensionVersion(pyblish.api.ContextPlugin): method process (line 29) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_image.py class CollectImage (line 6) | class CollectImage(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/collect_published_version.py class CollectPublishedVersion (line 24) | class CollectPublishedVersion(pyblish.api.ContextPlugin): method process (line 32) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_review.py class CollectReview (line 16) | class CollectReview(pyblish.api.ContextPlugin): method process (line 27) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/collect_version.py class CollectVersion (line 4) | class CollectVersion(pyblish.api.InstancePlugin): method process (line 26) | def process(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/collect_workfile.py class CollectWorkfile (line 7) | class CollectWorkfile(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/photoshop/plugins/publish/extract_image.py class ExtractImage (line 8) | class ExtractImage(pyblish.api.ContextPlugin): method process (line 26) | def process(self, context): method staging_dir (line 92) | def staging_dir(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/extract_review.py class ExtractReview (line 13) | class ExtractReview(publish.Extractor): method process (line 38) | def process(self, instance): method _prepare_file_for_image_family (line 123) | def _prepare_file_for_image_family(self, img_file, instance, staging_d... method _generate_mov (line 156) | def _generate_mov(self, ffmpeg_path, instance, fps, no_of_frames, method _generate_thumbnail (line 193) | def _generate_thumbnail( method _check_and_resize (line 228) | def _check_and_resize(self, processed_img_names, source_files_pattern, method _get_layers_from_image_instances (line 256) | def _get_layers_from_image_instances(self, instance): method _save_flatten_image (line 278) | def _save_flatten_image(self, staging_dir, layers): method _save_sequence_images (line 297) | def _save_sequence_images(self, staging_dir, layers): FILE: openpype/hosts/photoshop/plugins/publish/extract_save_scene.py class ExtractSaveScene (line 5) | class ExtractSaveScene(publish.Extractor): method process (line 13) | def process(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/increment_workfile.py class IncrementWorkfile (line 9) | class IncrementWorkfile(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/validate_instance_asset.py class ValidateInstanceAssetRepair (line 12) | class ValidateInstanceAssetRepair(pyblish.api.Action): method process (line 19) | def process(self, context, plugin): class ValidateInstanceAsset (line 38) | class ValidateInstanceAsset(OptionalPyblishPluginMixin, method process (line 56) | def process(self, instance): FILE: openpype/hosts/photoshop/plugins/publish/validate_naming.py class ValidateNamingRepair (line 13) | class ValidateNamingRepair(pyblish.api.Action): method process (line 20) | def process(self, context, plugin): class ValidateNaming (line 70) | class ValidateNaming(pyblish.api.InstancePlugin): method process (line 86) | def process(self, instance): method get_replace_chars (line 108) | def get_replace_chars(cls): FILE: openpype/hosts/resolve/addon.py class ResolveAddon (line 8) | class ResolveAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method get_launch_hook_paths (line 15) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 22) | def get_workfile_extensions(self): FILE: openpype/hosts/resolve/api/action.py class SelectInvalidAction (line 10) | class SelectInvalidAction(pyblish.api.Action): method process (line 21) | def process(self, context, plugin): FILE: openpype/hosts/resolve/api/lib.py function maintain_current_timeline (line 43) | def maintain_current_timeline(to_timeline: object, function get_project_manager (line 76) | def get_project_manager(): function get_media_storage (line 83) | def get_media_storage(): function get_current_project (line 90) | def get_current_project(): function get_current_timeline (line 96) | def get_current_timeline(new=False): function get_any_timeline (line 119) | def get_any_timeline(): function get_new_timeline (line 131) | def get_new_timeline(timeline_name: str = None): function create_bin (line 148) | def create_bin(name: str, root: object = None) -> object: function remove_media_pool_item (line 189) | def remove_media_pool_item(media_pool_item: object) -> bool: function create_media_pool_item (line 194) | def create_media_pool_item( function get_media_pool_item (line 229) | def get_media_pool_item(filepath, root: object = None) -> object: function create_timeline_item (line 252) | def create_timeline_item( function get_timeline_item (line 321) | def get_timeline_item(media_pool_item: object, function get_video_track_names (line 350) | def get_video_track_names() -> list: function get_current_timeline_items (line 367) | def get_current_timeline_items( function get_pype_timeline_item_by_name (line 423) | def get_pype_timeline_item_by_name(name: str) -> object: function get_timeline_item_pype_tag (line 443) | def get_timeline_item_pype_tag(timeline_item): function set_timeline_item_pype_tag (line 472) | def set_timeline_item_pype_tag(timeline_item, data=None): function imprint (line 510) | def imprint(timeline_item, data=None): function set_publish_attribute (line 535) | def set_publish_attribute(timeline_item, value): function get_publish_attribute (line 548) | def get_publish_attribute(timeline_item): function set_pype_marker (line 559) | def set_pype_marker(timeline_item, tag_data): function get_pype_marker (line 580) | def get_pype_marker(timeline_item): function delete_pype_marker (line 593) | def delete_pype_marker(timeline_item): function create_compound_clip (line 598) | def create_compound_clip(clip_data, name, folder): function swap_clips (line 699) | def swap_clips(from_clip, to_clip, to_in_frame, to_out_frame): function _validate_tc (line 743) | def _validate_tc(x): function get_pype_clip_metadata (line 759) | def get_pype_clip_metadata(clip): function get_clip_attributes (line 775) | def get_clip_attributes(clip): function set_project_manager_to_folder_name (line 799) | def set_project_manager_to_folder_name(folder_name): function _convert_resolve_list_type (line 851) | def _convert_resolve_list_type(resolve_list): function create_otio_time_range_from_timeline_item_data (line 862) | def create_otio_time_range_from_timeline_item_data(timeline_item_data): function get_otio_clip_instance_data (line 876) | def get_otio_clip_instance_data(otio_timeline, timeline_item_data): function get_reformated_path (line 914) | def get_reformated_path(path, padded=False, first=False): FILE: openpype/hosts/resolve/api/menu.py function load_stylesheet (line 13) | def load_stylesheet(): class Spacer (line 24) | class Spacer(QtWidgets.QWidget): method __init__ (line 25) | def __init__(self, height, *args, **kwargs): class OpenPypeMenu (line 41) | class OpenPypeMenu(QtWidgets.QWidget): method __init__ (line 42) | def __init__(self, *args, **kwargs): method on_save_current_clicked (line 120) | def on_save_current_clicked(self): method on_workfile_clicked (line 132) | def on_workfile_clicked(self): method on_create_clicked (line 136) | def on_create_clicked(self): method on_publish_clicked (line 140) | def on_publish_clicked(self): method on_load_clicked (line 144) | def on_load_clicked(self): method on_inventory_clicked (line 148) | def on_inventory_clicked(self): method on_subsetm_clicked (line 152) | def on_subsetm_clicked(self): method on_libload_clicked (line 156) | def on_libload_clicked(self): method on_rename_clicked (line 160) | def on_rename_clicked(self): method on_set_colorspace_clicked (line 163) | def on_set_colorspace_clicked(self): method on_set_resolution_clicked (line 166) | def on_set_resolution_clicked(self): method on_experimental_clicked (line 169) | def on_experimental_clicked(self): function launch_pype_menu (line 173) | def launch_pype_menu(): FILE: openpype/hosts/resolve/api/pipeline.py class ResolveHost (line 45) | class ResolveHost(HostBase, IWorkfileHost, ILoadHost): method install (line 48) | def install(self): method open_workfile (line 75) | def open_workfile(self, filepath): method save_workfile (line 78) | def save_workfile(self, filepath=None): method work_root (line 81) | def work_root(self, session): method get_current_workfile (line 84) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 87) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 90) | def get_workfile_extensions(self): method get_containers (line 93) | def get_containers(self): function containerise (line 97) | def containerise(timeline_item, function ls (line 137) | def ls(): function parse_container (line 158) | def parse_container(timeline_item, validate=True): function update_container (line 195) | def update_container(timeline_item, data=None): function maintained_selection (line 221) | def maintained_selection(): function reset_selection (line 237) | def reset_selection(): function on_pyblish_instance_toggled (line 243) | def on_pyblish_instance_toggled(instance, old_value, new_value): function remove_instance (line 258) | def remove_instance(instance): function list_instances (line 284) | def list_instances(): FILE: openpype/hosts/resolve/api/plugin.py class CreatorWidget (line 19) | class CreatorWidget(QtWidgets.QDialog): method __init__ (line 24) | def __init__(self, name, info, ui_inputs, parent=None): method _on_ok_clicked (line 95) | def _on_ok_clicked(self): method _on_cancel_clicked (line 99) | def _on_cancel_clicked(self): method value (line 103) | def value(self, data, new_data=None): method camel_case_split (line 131) | def camel_case_split(self, text): method create_row (line 136) | def create_row(self, layout, type, text, **kwargs): method populate_widgets (line 171) | def populate_widgets(self, data, content_layout=None): class Spacer (line 273) | class Spacer(QtWidgets.QWidget): method __init__ (line 274) | def __init__(self, height, *args, **kwargs): class ClipLoader (line 290) | class ClipLoader: method __init__ (line 295) | def __init__(self, loader_obj, context, **options): method _populate_data (line 349) | def _populate_data(self): method _get_asset_data (line 384) | def _get_asset_data(self): method load (line 393) | def load(self, files): method update (line 472) | def update(self, timeline_item, files): class TimelineItemLoader (line 500) | class TimelineItemLoader(LoaderPlugin): method load (line 538) | def load( method update (line 547) | def update(self, container, representation): method remove (line 552) | def remove(self, container): class Creator (line 558) | class Creator(LegacyCreator): method __init__ (line 563) | def __init__(self, *args, **kwargs): class PublishClip (line 584) | class PublishClip: method __init__ (line 620) | def __init__(self, cls, timeline_item_data, **kwargs): method convert (line 658) | def convert(self): method _populate_timeline_item_default_data (line 702) | def _populate_timeline_item_default_data(self): method _populate_attributes (line 714) | def _populate_attributes(self): method _replace_hash_to_expression (line 755) | def _replace_hash_to_expression(self, name, text): method _convert_to_tag_data (line 763) | def _convert_to_tag_data(self): method _solve_tag_hierarchy_data (line 857) | def _solve_tag_hierarchy_data(self, hierarchy_formatting_data): method _convert_to_entity (line 872) | def _convert_to_entity(self, key): method _create_parents (line 888) | def _create_parents(self): function get_representation_files (line 901) | def get_representation_files(representation): FILE: openpype/hosts/resolve/api/testing_utils.py class TestGUI (line 4) | class TestGUI: method __init__ (line 5) | def __init__(self): method _close_window (line 57) | def _close_window(self, event): method process (line 60) | def process(self, event): method _open_dir_button_pressed (line 64) | def _open_dir_button_pressed(self, event): method show_gui (line 68) | def show_gui(self): FILE: openpype/hosts/resolve/api/todo-rendering.py function AddTimelineToRender (line 17) | def AddTimelineToRender(project, timeline, presetName, function RenderAllTimelines (line 30) | def RenderAllTimelines(resolve, presetName, targetDirectory, function IsRenderingInProgress (line 52) | def IsRenderingInProgress(resolve): function WaitForRenderingCompletion (line 61) | def WaitForRenderingCompletion(resolve): function ApplyDRXToAllTimelineClips (line 67) | def ApplyDRXToAllTimelineClips(timeline, path, gradeMode=0): function ApplyDRXToAllTimelines (line 76) | def ApplyDRXToAllTimelines(resolve, path, gradeMode=0): function DeleteAllRenderJobs (line 91) | def DeleteAllRenderJobs(resolve): FILE: openpype/hosts/resolve/api/utils.py function get_resolve_module (line 15) | def get_resolve_module(): FILE: openpype/hosts/resolve/api/workio.py function file_extensions (line 14) | def file_extensions(): function has_unsaved_changes (line 18) | def has_unsaved_changes(): function save_file (line 23) | def save_file(filepath): function open_file (line 43) | def open_file(filepath): function current_file (line 79) | def current_file(): function work_root (line 95) | def work_root(session): FILE: openpype/hosts/resolve/hooks/pre_resolve_last_workfile.py class PreLaunchResolveLastWorkfile (line 5) | class PreLaunchResolveLastWorkfile(PreLaunchHook): method execute (line 15) | def execute(self): FILE: openpype/hosts/resolve/hooks/pre_resolve_setup.py class PreLaunchResolveSetup (line 8) | class PreLaunchResolveSetup(PreLaunchHook): method execute (line 36) | def execute(self): FILE: openpype/hosts/resolve/hooks/pre_resolve_startup.py class PreLaunchResolveStartup (line 7) | class PreLaunchResolveStartup(PreLaunchHook): method execute (line 15) | def execute(self): FILE: openpype/hosts/resolve/otio/davinci_export.py function create_otio_rational_time (line 20) | def create_otio_rational_time(frame, fps): function create_otio_time_range (line 27) | def create_otio_time_range(start_frame, frame_duration, fps): function create_otio_reference (line 34) | def create_otio_reference(media_pool_item): function create_otio_markers (line 103) | def create_otio_markers(track_item, fps): function create_otio_clip (line 127) | def create_otio_clip(track_item): function create_otio_gap (line 170) | def create_otio_gap(gap_start, clip_start, tl_start_frame, fps): function _create_otio_timeline (line 180) | def _create_otio_timeline(project, timeline, fps): function _get_timeline_metadata (line 192) | def _get_timeline_metadata(project, timeline): function _get_metadata_media_pool_item (line 204) | def _get_metadata_media_pool_item(media_pool_item): function create_otio_track (line 227) | def create_otio_track(track_type, track_name): function add_otio_gap (line 234) | def add_otio_gap(clip_start, otio_track, track_item, timeline): function add_otio_metadata (line 248) | def add_otio_metadata(otio_item, media_pool_item, **kwargs): function create_otio_timeline (line 259) | def create_otio_timeline(resolve_project): function write_to_file (line 325) | def write_to_file(otio_timeline, path): FILE: openpype/hosts/resolve/otio/davinci_import.py function build_timeline (line 20) | def build_timeline(otio_timeline): function _build_track (line 30) | def _build_track(otio_track): function _build_media_pool_item (line 35) | def _build_media_pool_item(otio_media_reference): function _build_track_item (line 40) | def _build_track_item(otio_clip): function _build_gap (line 45) | def _build_gap(otio_clip): function _build_marker (line 50) | def _build_marker(track_item, otio_marker): function _build_media_pool_folder (line 70) | def _build_media_pool_folder(name): function read_from_file (line 106) | def read_from_file(otio_file): FILE: openpype/hosts/resolve/otio/utils.py function timecode_to_frames (line 5) | def timecode_to_frames(timecode, framerate): function frames_to_timecode (line 10) | def frames_to_timecode(frames, framerate): function frames_to_secons (line 15) | def frames_to_secons(frames, framerate): function get_reformated_path (line 20) | def get_reformated_path(path, padded=True, first=False): function get_padding_from_path (line 52) | def get_padding_from_path(path): FILE: openpype/hosts/resolve/plugins/create/create_shot_clip.py class CreateShotClip (line 9) | class CreateShotClip(plugin.Creator): method process (line 209) | def process(self): FILE: openpype/hosts/resolve/plugins/load/load_clip.py class LoadClip (line 17) | class LoadClip(plugin.TimelineItemLoader): method load (line 43) | def load(self, context, name, namespace, options): method switch (line 62) | def switch(self, container, representation): method update (line 65) | def update(self, container, representation): method get_tag_data (line 92) | def get_tag_data(self, context, name, namespace): method set_item_color (line 122) | def set_item_color(cls, timeline_item, version): method remove (line 144) | def remove(self, container): FILE: openpype/hosts/resolve/plugins/publish/extract_workfile.py class ExtractWorkfile (line 8) | class ExtractWorkfile(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/hosts/resolve/plugins/publish/precollect_instances.py class PrecollectInstances (line 15) | class PrecollectInstances(pyblish.api.ContextPlugin): method process (line 22) | def process(self, context): method get_resolution_to_data (line 102) | def get_resolution_to_data(self, data, context): method create_shot_instance (line 122) | def create_shot_instance(self, context, timeline_item, **data): FILE: openpype/hosts/resolve/plugins/publish/precollect_workfile.py class PrecollectWorkfile (line 11) | class PrecollectWorkfile(pyblish.api.ContextPlugin): method process (line 17) | def process(self, context): FILE: openpype/hosts/resolve/startup.py function ensure_installed_host (line 19) | def ensure_installed_host(): function launch_menu (line 35) | def launch_menu(): function open_workfile (line 41) | def open_workfile(path): function main (line 47) | def main(): FILE: openpype/hosts/resolve/utility_scripts/AYON__Menu.py function main (line 10) | def main(env): FILE: openpype/hosts/resolve/utility_scripts/OpenPype__Menu.py function main (line 10) | def main(env): FILE: openpype/hosts/resolve/utility_scripts/develop/OTIO_export.py function _close_window (line 54) | def _close_window(event): function _export_button (line 58) | def _export_button(event): function _export_file_pressed (line 73) | def _export_file_pressed(event): FILE: openpype/hosts/resolve/utility_scripts/develop/OTIO_import.py function _close_window (line 53) | def _close_window(event): function _import_button (line 57) | def _import_button(event): function _import_file_pressed (line 62) | def _import_file_pressed(event): FILE: openpype/hosts/resolve/utility_scripts/develop/OpenPype_sync_util_scripts.py function main (line 8) | def main(env): FILE: openpype/hosts/resolve/utils.py function setup (line 9) | def setup(env): FILE: openpype/hosts/standalonepublisher/addon.py class StandAlonePublishAddon (line 15) | class StandAlonePublishAddon(OpenPypeModule, ITrayAction, IHostAddon): method initialize (line 20) | def initialize(self, modules_settings): method tray_init (line 26) | def tray_init(self): method on_action_trigger (line 29) | def on_action_trigger(self): method connect_with_modules (line 32) | def connect_with_modules(self, enabled_modules): method run_standalone_publisher (line 38) | def run_standalone_publisher(self): method cli (line 42) | def cli(self, click_group): function cli_main (line 49) | def cli_main(): function launch (line 54) | def launch(): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_app_name.py class CollectSAAppName (line 4) | class CollectSAAppName(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_bulk_mov_instances.py class CollectBulkMovInstances (line 9) | class CollectBulkMovInstances(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_context.py class CollectContextDataSAPublish (line 26) | class CollectContextDataSAPublish(pyblish.api.ContextPlugin): method process (line 39) | def process(self, context): method add_files_to_ignore_cleanup (line 67) | def add_files_to_ignore_cleanup(self, in_data, context): method multiple_instances (line 82) | def multiple_instances(self, context, in_data): method prepare_mov_batch_instances (line 135) | def prepare_mov_batch_instances(self, in_data): method create_instance (line 212) | def create_instance(self, context, in_data): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_editorial.py class OTIO_View (line 25) | class OTIO_View(pyblish.api.Action): method process (line 34) | def process(self, context, plugin): class CollectEditorial (line 43) | class CollectEditorial(pyblish.api.InstancePlugin): method process (line 56) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_instances.py class CollectInstances (line 11) | class CollectInstances(pyblish.api.InstancePlugin): method process (line 36) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_editorial_resources.py class CollectInstanceResources (line 9) | class CollectInstanceResources(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): method duplicate_instance (line 149) | def duplicate_instance(self, instance_data, subset, new_subset): method create_representations (line 164) | def create_representations( FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_scenes.py class CollectHarmonyScenes (line 11) | class CollectHarmonyScenes(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_harmony_zips.py class CollectHarmonyZips (line 9) | class CollectHarmonyZips(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_hierarchy.py class CollectHierarchyInstance (line 10) | class CollectHierarchyInstance(pyblish.api.ContextPlugin): method convert_to_entity (line 31) | def convert_to_entity(self, key, value): method rename_with_hierarchy (line 46) | def rename_with_hierarchy(self, instance): method create_hierarchy (line 65) | def create_hierarchy(self, instance): method process (line 167) | def process(self, context): method processing_instance (line 175) | def processing_instance(self, instance): class CollectHierarchyContext (line 214) | class CollectHierarchyContext(pyblish.api.ContextPlugin): method update_dict (line 224) | def update_dict(self, ex_dict, new_dict): method process (line 236) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_instance_data.py class CollectInstanceData (line 13) | class CollectInstanceData(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_matching_asset.py class CollectMatchingAssetToInstance (line 10) | class CollectMatchingAssetToInstance(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): method get_source_filename (line 73) | def get_source_filename(self, instance): method selection_children_by_name (line 92) | def selection_children_by_name(self, instance): method _children_docs (line 109) | def _children_docs(self, documents_by_parent_id, parent_doc): method _asset_docs_by_parent_id (line 120) | def _asset_docs_by_parent_id(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_remove_marked.py class CollectRemoveMarked (line 6) | class CollectRemoveMarked(pyblish.api.ContextPlugin): method process (line 17) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_representation_names.py class CollectRepresentationNames (line 6) | class CollectRepresentationNames(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/collect_texture.py class CollectTextures (line 12) | class CollectTextures(pyblish.api.ContextPlugin): method process (line 64) | def process(self, context): method _create_new_instances (line 248) | def _create_new_instances(self, context, asset, asset_builds, method _get_asset_build (line 342) | def _get_asset_build(self, name, method _get_version (line 363) | def _get_version(self, name, input_naming_patterns, input_naming_groups, method _get_udim (line 373) | def _get_udim(self, name, input_naming_patterns, input_naming_groups, method _get_color_space (line 383) | def _get_color_space(self, name, color_spaces): method _get_shader_name (line 405) | def _get_shader_name(self, name, input_naming_patterns, method _get_channel_name (line 425) | def _get_channel_name(self, name, input_naming_patterns, method _parse_key (line 442) | def _parse_key(self, name, input_naming_patterns, input_naming_groups, method _get_parsed_groups (line 470) | def _get_parsed_groups(self, name, input_naming_patterns, method _update_representations (line 499) | def _update_representations(self, upd_representations): FILE: openpype/hosts/standalonepublisher/plugins/publish/extract_resources.py class ExtractResources (line 5) | class ExtractResources(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/extract_thumbnail.py class ExtractThumbnailSP (line 13) | class ExtractThumbnailSP(pyblish.api.InstancePlugin): method process (line 28) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/extract_workfile_location.py class ExtractWorkfileUrl (line 5) | class ExtractWorkfileUrl(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_editorial_resources.py class ValidateEditorialResources (line 8) | class ValidateEditorialResources(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_frame_ranges.py class ValidateFrameRange (line 12) | class ValidateFrameRange(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_shot_duplicates.py class ValidateShotDuplicates (line 9) | class ValidateShotDuplicates(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_sources.py class ValidateSources (line 11) | class ValidateSources(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_task_existence.py class ValidateTaskExistence (line 7) | class ValidateTaskExistence(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_texture_batch.py class ValidateTextureBatch (line 9) | class ValidateTextureBatch(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_texture_has_workfile.py class ValidateTextureHasWorkfile (line 9) | class ValidateTextureHasWorkfile(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_texture_name.py class ValidateTextureBatchNaming (line 8) | class ValidateTextureBatchNaming(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): method _check_proper_collected (line 38) | def _check_proper_collected(self, versionData, file_name): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_texture_versions.py class ValidateTextureBatchVersions (line 9) | class ValidateTextureBatchVersions(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/standalonepublisher/plugins/publish/validate_texture_workfiles.py class ValidateTextureBatchWorkfiles (line 9) | class ValidateTextureBatchWorkfiles(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method get_main_workfile_extensions (line 44) | def get_main_workfile_extensions(instance): FILE: openpype/hosts/substancepainter/addon.py class SubstanceAddon (line 7) | class SubstanceAddon(OpenPypeModule, IHostAddon): method initialize (line 11) | def initialize(self, module_settings): method add_implementation_envs (line 14) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 26) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 33) | def get_workfile_extensions(self): FILE: openpype/hosts/substancepainter/api/colorspace.py function _iter_document_stack_channels (line 21) | def _iter_document_stack_channels(): function _get_first_color_and_data_stack_and_channel (line 36) | def _get_first_color_and_data_stack_and_channel(): function get_project_channel_data (line 53) | def get_project_channel_data(): FILE: openpype/hosts/substancepainter/api/lib.py function get_export_presets (line 14) | def get_export_presets(): function _convert_stack_path_to_cmd_str (line 63) | def _convert_stack_path_to_cmd_str(stack_path): function get_channel_identifiers (line 82) | def get_channel_identifiers(stack_path=None): function get_channel_format (line 110) | def get_channel_format(stack_path, channel): function get_document_structure (line 138) | def get_document_structure(): function get_export_templates (line 150) | def get_export_templates(config, format="png", strip_folder=True): function _templates_to_regex (line 211) | def _templates_to_regex(templates, function strip_template (line 300) | def strip_template(template, strip="._ "): function get_parsed_export_maps (line 355) | def get_parsed_export_maps(config): function load_shelf (line 474) | def load_shelf(path, name=None): function _get_new_project_action (line 528) | def _get_new_project_action(): function prompt_new_file_with_mesh (line 552) | def prompt_new_file_with_mesh(mesh_filepath): FILE: openpype/hosts/substancepainter/api/pipeline.py class SubstanceHost (line 51) | class SubstanceHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method __init__ (line 54) | def __init__(self): method install (line 61) | def install(self): method uninstall (line 84) | def uninstall(self): method workfile_has_unsaved_changes (line 89) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 96) | def get_workfile_extensions(self): method save_workfile (line 99) | def save_workfile(self, dst_path=None): method open_workfile (line 112) | def open_workfile(self, filepath): method get_current_workfile (line 124) | def get_current_workfile(self): method get_containers (line 139) | def get_containers(self): method update_context_data (line 151) | def update_context_data(self, data, changes): method get_context_data (line 159) | def get_context_data(self): method _install_menu (line 167) | def _install_menu(self): method _uninstall_menu (line 218) | def _uninstall_menu(self): method _register_callbacks (line 223) | def _register_callbacks(self): method _deregister_callbacks (line 236) | def _deregister_callbacks(self): method _install_shelves (line 241) | def _install_shelves(self, project_settings): method _uninstall_shelves (line 278) | def _uninstall_shelves(self): function on_open (line 284) | def on_open(): function imprint_container (line 312) | def imprint_container(container, function set_container_metadata (line 346) | def set_container_metadata(object_name, container_data, update=False): function remove_container_metadata (line 371) | def remove_container_metadata(object_name): function set_instance (line 380) | def set_instance(instance_id, instance_data, update=False): function set_instances (line 390) | def set_instances(instance_data_by_id, update=False): function remove_instance (line 409) | def remove_instance(instance_id): function get_instances_by_id (line 417) | def get_instances_by_id(): function get_instances (line 426) | def get_instances(): FILE: openpype/hosts/substancepainter/deploy/plugins/openpype_plugin.py function cleanup_openpype_qt_widgets (line 3) | def cleanup_openpype_qt_widgets(): function start_plugin (line 23) | def start_plugin(): function close_plugin (line 29) | def close_plugin(): FILE: openpype/hosts/substancepainter/deploy/startup/openpype_load_on_first_run.py function start_plugin (line 6) | def start_plugin(): FILE: openpype/hosts/substancepainter/plugins/create/create_textures.py class CreateTextures (line 23) | class CreateTextures(Creator): method create (line 32) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 57) | def collect_instances(self): method update_instances (line 63) | def update_instances(self, update_list): method remove_instances (line 72) | def remove_instances(self, instances): method create_instance_in_context (line 78) | def create_instance_in_context(self, subset_name, data): method create_instance_in_context_from_existing (line 85) | def create_instance_in_context_from_existing(self, data): method get_instance_attr_defs (line 90) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 172) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/substancepainter/plugins/create/create_workfile.py class CreateWorkfile (line 17) | class CreateWorkfile(AutoCreator): method create (line 26) | def create(self): method collect_instances (line 89) | def collect_instances(self): method update_instances (line 95) | def update_instances(self, update_list): method create_instance_in_context (line 105) | def create_instance_in_context(self, subset_name, data): method create_instance_in_context_from_existing (line 112) | def create_instance_in_context_from_existing(self, data): FILE: openpype/hosts/substancepainter/plugins/load/load_mesh.py function _convert (line 18) | def _convert(substance_attr): function get_template_by_name (line 47) | def get_template_by_name(name: str, templates: list[dict]) -> dict: class SubstanceProjectConfigurationWindow (line 54) | class SubstanceProjectConfigurationWindow(QtWidgets.QDialog): method __init__ (line 59) | def __init__(self, project_templates): method on_accept (line 106) | def on_accept(self): method on_reject (line 110) | def on_reject(self): method _update_to_match_template (line 113) | def _update_to_match_template(self, template_name): method get_project_configuration (line 119) | def get_project_configuration(self): method prompt (line 135) | def prompt(cls, templates): class SubstanceLoadProjectMesh (line 143) | class SubstanceLoadProjectMesh(load.LoaderPlugin): method load (line 157) | def load(self, context, name, namespace, options=None): method switch (line 220) | def switch(self, container, representation): method update (line 223) | def update(self, container, representation): method remove (line 247) | def remove(self, container): FILE: openpype/hosts/substancepainter/plugins/publish/collect_current_file.py class CollectCurrentFile (line 6) | class CollectCurrentFile(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/hosts/substancepainter/plugins/publish/collect_textureset_images.py class CollectTextureSet (line 16) | class CollectTextureSet(pyblish.api.InstancePlugin): method process (line 26) | def process(self, instance): method create_image_instance (line 48) | def create_image_instance(self, instance, template, outputs, method get_export_config (line 142) | def get_export_config(self, instance): FILE: openpype/hosts/substancepainter/plugins/publish/collect_workfile_representation.py class CollectWorkfileRepresentation (line 5) | class CollectWorkfileRepresentation(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/substancepainter/plugins/publish/extract_textures.py class ExtractTextures (line 6) | class ExtractTextures(publish.Extractor, method process (line 25) | def process(self, instance): FILE: openpype/hosts/substancepainter/plugins/publish/increment_workfile.py class IncrementWorkfileVersion (line 7) | class IncrementWorkfileVersion(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/substancepainter/plugins/publish/save_workfile.py class SaveCurrentWorkfile (line 9) | class SaveCurrentWorkfile(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): FILE: openpype/hosts/substancepainter/plugins/publish/validate_ouput_maps.py class ValidateOutputMaps (line 11) | class ValidateOutputMaps(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/hosts/traypublisher/addon.py class TrayPublishAddon (line 15) | class TrayPublishAddon(OpenPypeModule, IHostAddon, ITrayAction): method initialize (line 20) | def initialize(self, modules_settings): method tray_init (line 26) | def tray_init(self): method on_action_trigger (line 29) | def on_action_trigger(self): method connect_with_modules (line 32) | def connect_with_modules(self, enabled_modules): method run_traypublisher (line 37) | def run_traypublisher(self): method cli (line 43) | def cli(self, click_group): function cli_main (line 50) | def cli_main(): function launch (line 55) | def launch(): FILE: openpype/hosts/traypublisher/api/editorial.py class ShotMetadataSolver (line 8) | class ShotMetadataSolver: method __init__ (line 25) | def __init__( method _rename_template (line 39) | def _rename_template(self, data): method _generate_tokens (line 64) | def _generate_tokens(self, clip_name, source_data): method _create_parents_from_settings (line 108) | def _create_parents_from_settings(self, parents, data): method _create_hierarchy_path (line 192) | def _create_hierarchy_path(self, parents): method _get_parents_from_selected_asset (line 208) | def _get_parents_from_selected_asset( method _generate_tasks_from_settings (line 251) | def _generate_tasks_from_settings(self, project_doc): method generate_data (line 284) | def generate_data(self, clip_name, source_data): FILE: openpype/hosts/traypublisher/api/pipeline.py class TrayPublisherHost (line 22) | class TrayPublisherHost(HostBase, IPublishHost): method install (line 25) | def install(self): method get_context_title (line 33) | def get_context_title(self): method get_context_data (line 36) | def get_context_data(self): method update_context_data (line 39) | def update_context_data(self, data, changes): method set_project_name (line 42) | def set_project_name(self, project_name): class HostContext (line 51) | class HostContext: method _on_exit (line 55) | def _on_exit(): method get_context_json_path (line 63) | def get_context_json_path(cls): method _get_data (line 75) | def _get_data(cls, group=None): method _save_data (line 91) | def _save_data(cls, group, new_data): method add_instance (line 99) | def add_instance(cls, instance): method get_instances (line 105) | def get_instances(cls): method save_instances (line 109) | def save_instances(cls, instances): method get_context_data (line 113) | def get_context_data(cls): method save_context_data (line 117) | def save_context_data(cls, data): method get_project_name (line 121) | def get_project_name(cls): method set_project_name (line 125) | def set_project_name(cls, project_name): method get_data_to_store (line 129) | def get_data_to_store(cls): function list_instances (line 137) | def list_instances(): function update_instances (line 141) | def update_instances(update_list): function remove_instances (line 160) | def remove_instances(instances): function get_context_data (line 178) | def get_context_data(): function update_context_data (line 182) | def update_context_data(data, changes): FILE: openpype/hosts/traypublisher/api/plugin.py class HiddenTrayPublishCreator (line 33) | class HiddenTrayPublishCreator(HiddenCreator): method collect_instances (line 37) | def collect_instances(self): method update_instances (line 45) | def update_instances(self, update_list): method remove_instances (line 48) | def remove_instances(self, instances): method _store_new_instance (line 53) | def _store_new_instance(self, new_instance): class TrayPublishCreator (line 69) | class TrayPublishCreator(Creator): method collect_instances (line 74) | def collect_instances(self): method update_instances (line 82) | def update_instances(self, update_list): method remove_instances (line 85) | def remove_instances(self, instances): method _store_new_instance (line 90) | def _store_new_instance(self, new_instance): class SettingsCreator (line 108) | class SettingsCreator(TrayPublishCreator): method create (line 115) | def create(self, subset_name, data, pre_create_data): method _prepare_next_versions (line 142) | def _prepare_next_versions(self, asset_names, subset_names): method _fill_next_versions (line 203) | def _fill_next_versions(self, instances_data): method collect_instances (line 252) | def collect_instances(self): method get_instance_attr_defs (line 282) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 302) | def get_pre_create_attr_defs(self): method from_settings (line 325) | def from_settings(cls, item_data): FILE: openpype/hosts/traypublisher/batch_parsing.py function get_asset_doc_from_file_name (line 9) | def get_asset_doc_from_file_name(source_filename, project_name, function parse_with_version (line 38) | def parse_with_version(project_name, asset_name, version_regex, function parse_containing (line 64) | def parse_containing(project_name, asset_name, all_selected_asset_ids=No... function get_asset_by_name_case_not_sensitive (line 72) | def get_asset_by_name_case_not_sensitive(project_name, asset_name, FILE: openpype/hosts/traypublisher/plugins/create/create_colorspace_look.py class CreateColorspaceLook (line 22) | class CreateColorspaceLook(TrayPublishCreator): method get_detail_description (line 39) | def get_detail_description(self): method get_icon (line 45) | def get_icon(self): method create (line 48) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 85) | def collect_instances(self): method get_instance_attr_defs (line 92) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 143) | def get_pre_create_attr_defs(self): method apply_settings (line 155) | def apply_settings(self, project_settings, system_settings): FILE: openpype/hosts/traypublisher/plugins/create/create_editorial.py class EditorialClipInstanceCreatorBase (line 62) | class EditorialClipInstanceCreatorBase(HiddenTrayPublishCreator): method create (line 70) | def create(self, instance_data, source_data=None): method get_instance_attr_defs (line 82) | def get_instance_attr_defs(self): class EditorialShotInstanceCreator (line 92) | class EditorialShotInstanceCreator(EditorialClipInstanceCreatorBase): method get_instance_attr_defs (line 104) | def get_instance_attr_defs(self): class EditorialPlateInstanceCreator (line 124) | class EditorialPlateInstanceCreator(EditorialClipInstanceCreatorBase): class EditorialAudioInstanceCreator (line 137) | class EditorialAudioInstanceCreator(EditorialClipInstanceCreatorBase): class EditorialReviewInstanceCreator (line 150) | class EditorialReviewInstanceCreator(EditorialClipInstanceCreatorBase): class EditorialSimpleCreator (line 163) | class EditorialSimpleCreator(TrayPublishCreator): method __init__ (line 187) | def __init__( method create (line 216) | def create(self, subset_name, instance_data, pre_create_data): method _create_otio_instance (line 287) | def _create_otio_instance( method _create_otio_timeline (line 315) | def _create_otio_timeline(self, sequence_path, fps): method _get_path_from_file_data (line 337) | def _get_path_from_file_data(self, file_path_data, multi=False): method _get_clip_instances (line 365) | def _get_clip_instances( method _restore_otio_source_range (line 446) | def _restore_otio_source_range(self, otio_clip): method _create_otio_reference (line 457) | def _create_otio_reference( method _get_media_source_metadata (line 487) | def _get_media_source_metadata(self, path): method _make_subset_instance (line 546) | def _make_subset_instance( method _make_subset_naming (line 601) | def _make_subset_naming( method _get_base_instance_data (line 644) | def _get_base_instance_data( method _get_timing_data (line 746) | def _get_timing_data( method _get_allowed_family_presets (line 796) | def _get_allowed_family_presets(self, pre_create_data): method _validate_clip_for_processing (line 813) | def _validate_clip_for_processing(self, otio_clip): method _validate_name_uniqueness (line 841) | def _validate_name_uniqueness(self, name): method get_pre_create_attr_defs (line 857) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/traypublisher/plugins/create/create_from_settings.py function initialize (line 8) | def initialize(): FILE: openpype/hosts/traypublisher/plugins/create/create_movie_batch.py class BatchMovieCreator (line 25) | class BatchMovieCreator(TrayPublishCreator): method apply_settings (line 41) | def apply_settings(self, project_settings): method get_icon (line 49) | def get_icon(self): method create (line 52) | def create(self, subset_name, data, pre_create_data): method _get_subset_and_task (line 82) | def _get_subset_and_task(self, asset_doc, variant, project_name): method _get_task_name (line 110) | def _get_task_name(self, asset_doc): method get_instance_attr_defs (line 126) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 135) | def get_pre_create_attr_defs(self): method get_detail_description (line 153) | def get_detail_description(self): FILE: openpype/hosts/traypublisher/plugins/create/create_online.py class OnlineCreator (line 19) | class OnlineCreator(TrayPublishCreator): method get_detail_description (line 29) | def get_detail_description(self): method get_icon (line 38) | def get_icon(self): method create (line 41) | def create(self, subset_name, instance_data, pre_create_data): method get_instance_attr_defs (line 77) | def get_instance_attr_defs(self): method get_pre_create_attr_defs (line 86) | def get_pre_create_attr_defs(self): method get_subset_name (line 103) | def get_subset_name( FILE: openpype/hosts/traypublisher/plugins/publish/collect_app_name.py class CollectTrayPublisherAppName (line 4) | class CollectTrayPublisherAppName(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): FILE: openpype/hosts/traypublisher/plugins/publish/collect_clip_instances.py class CollectClipInstance (line 5) | class CollectClipInstance(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_colorspace_look.py class CollectColorspaceLook (line 8) | class CollectColorspaceLook(pyblish.api.InstancePlugin, method process (line 18) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_editorial_instances.py class CollectEditorialInstance (line 7) | class CollectEditorialInstance(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_editorial_reviewable.py class CollectEditorialReviewable (line 4) | class CollectEditorialReviewable(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py class CollectColorspace (line 11) | class CollectColorspace(pyblish.api.InstancePlugin, method process (line 28) | def process(self, instance): method _colorspace_name_by_type (line 48) | def _colorspace_name_by_type(self, colorspace_data): method apply_settings (line 71) | def apply_settings(cls, project_settings): method get_attribute_defs (line 93) | def get_attribute_defs(cls): FILE: openpype/hosts/traypublisher/plugins/publish/collect_frame_data_from_asset_entity.py class CollectFrameDataFromAssetEntity (line 4) | class CollectFrameDataFromAssetEntity(pyblish.api.InstancePlugin): method process (line 18) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_movie_batch.py class CollectMovieBatch (line 7) | class CollectMovieBatch( method process (line 21) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_online_file.py class CollectOnlineFile (line 6) | class CollectOnlineFile(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_review_frames.py class CollectReviewInfo (line 5) | class CollectReviewInfo(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_sequence_frame_data.py class CollectSequenceFrameData (line 7) | class CollectSequenceFrameData( method process (line 26) | def process(self, instance): method get_frame_data_from_repre_sequence (line 47) | def get_frame_data_from_repre_sequence(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/collect_shot_instances.py class CollectShotInstance (line 8) | class CollectShotInstance(pyblish.api.InstancePlugin): method process (line 37) | def process(self, instance): method _get_otio_clip (line 56) | def _get_otio_clip(self, instance): method _distribute_shared_data (line 89) | def _distribute_shared_data(self, instance): method _solve_inputs_to_data (line 110) | def _solve_inputs_to_data(self, instance): method _solve_hierarchy_context (line 145) | def _solve_hierarchy_context(self, instance): method _update_dict (line 198) | def _update_dict(self, ex_dict, new_dict): FILE: openpype/hosts/traypublisher/plugins/publish/collect_simple_instances.py class CollectSettingsSimpleInstances (line 9) | class CollectSettingsSimpleInstances(pyblish.api.InstancePlugin): method process (line 36) | def process(self, instance): method _fill_version (line 98) | def _fill_version(self, instance, instance_label): method _create_main_representations (line 120) | def _create_main_representations( method _create_review_representation (line 155) | def _create_review_representation( method _create_representation_data (line 228) | def _create_representation_data( method _calculate_source (line 266) | def _calculate_source(self, filepaths): FILE: openpype/hosts/traypublisher/plugins/publish/collect_source.py class CollectSource (line 4) | class CollectSource(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): FILE: openpype/hosts/traypublisher/plugins/publish/extract_colorspace_look.py class ExtractColorspaceLook (line 7) | class ExtractColorspaceLook(publish.Extractor, method process (line 17) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/validate_colorspace.py class ValidateColorspace (line 13) | class ValidateColorspace(pyblish.api.InstancePlugin, method process (line 23) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/validate_colorspace_look.py class ValidateColorspaceLook (line 9) | class ValidateColorspaceLook(pyblish.api.InstancePlugin, method process (line 18) | def process(self, instance): method validate_colorspace_set_attrs (line 57) | def validate_colorspace_set_attrs( FILE: openpype/hosts/traypublisher/plugins/publish/validate_existing_version.py class ValidateExistingVersion (line 11) | class ValidateExistingVersion( method process (line 25) | def process(self, instance): method repair (line 50) | def repair(cls, instance): FILE: openpype/hosts/traypublisher/plugins/publish/validate_filepaths.py class ValidateFilePath (line 6) | class ValidateFilePath(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/validate_frame_ranges.py class ValidateFrameRange (line 12) | class ValidateFrameRange(OptionalPyblishPluginMixin, method process (line 28) | def process(self, instance): FILE: openpype/hosts/traypublisher/plugins/publish/validate_online_file.py class ValidateOnlineFile (line 12) | class ValidateOnlineFile(OptionalPyblishPluginMixin, method process (line 22) | def process(self, instance): FILE: openpype/hosts/tvpaint/addon.py function get_launch_script_path (line 7) | def get_launch_script_path(): class TVPaintAddon (line 15) | class TVPaintAddon(OpenPypeModule, IHostAddon): method initialize (line 19) | def initialize(self, module_settings): method add_implementation_envs (line 22) | def add_implementation_envs(self, env, _app): method get_launch_hook_paths (line 32) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 39) | def get_workfile_extensions(self): FILE: openpype/hosts/tvpaint/api/communication_server.py class CommunicationWrapper (line 32) | class CommunicationWrapper: method create_qt_communicator (line 39) | def create_qt_communicator(cls, *args, **kwargs): method set_communicator (line 46) | def set_communicator(cls, communicator): method client (line 53) | def client(cls): method execute_george (line 59) | def execute_george(cls, george_script): class WebSocketServer (line 66) | class WebSocketServer: method __init__ (line 67) | def __init__(self): method server_is_running (line 78) | def server_is_running(self): method add_route (line 81) | def add_route(self, *args, **kwargs): method find_free_port (line 85) | def find_free_port(): method start (line 94) | def start(self): method stop (line 97) | def stop(self): class WebsocketServerThread (line 110) | class WebsocketServerThread(threading.Thread): method __init__ (line 117) | def __init__(self, module, port, loop): method run (line 128) | def run(self): method start_server (line 158) | async def start_server(self): method stop (line 165) | def stop(self): method check_shutdown (line 169) | async def check_shutdown(self): class BaseTVPaintRpc (line 201) | class BaseTVPaintRpc(JsonRpc): method __init__ (line 202) | def __init__(self, communication_obj, route_name="", **kwargs): method _handle_rpc_msg (line 211) | async def _handle_rpc_msg(self, http_request, raw_msg): method client_connected (line 232) | def client_connected(self): method send_notification (line 238) | def send_notification(self, client, method, params=None): method send_request (line 246) | def send_request(self, client, method, params=None, timeout=0): class QtTVPaintRpc (line 300) | class QtTVPaintRpc(BaseTVPaintRpc): method __init__ (line 301) | def __init__(self, *args, **kwargs): method workfiles_tool (line 320) | async def workfiles_tool(self): method loader_tool (line 326) | async def loader_tool(self): method publish_tool (line 332) | async def publish_tool(self): method scene_inventory_tool (line 338) | async def scene_inventory_tool(self): method library_loader_tool (line 351) | async def library_loader_tool(self): method experimental_tools (line 357) | async def experimental_tools(self): method _async_execute_in_main_thread (line 363) | async def _async_execute_in_main_thread(self, item, **kwargs): method _execute_in_main_thread (line 368) | def _execute_in_main_thread(self, item, **kwargs): class MainThreadItem (line 372) | class MainThreadItem: method __init__ (line 384) | def __init__(self, callback, *args, **kwargs): method execute (line 392) | def execute(self): method wait (line 418) | def wait(self): method async_wait (line 437) | async def async_wait(self): class BaseCommunicator (line 455) | class BaseCommunicator: method __init__ (line 456) | def __init__(self): method server_is_running (line 464) | def server_is_running(self): method _windows_file_process (line 469) | def _windows_file_process(self, src_dst_mapping, to_remove): method _prepare_windows_plugin (line 543) | def _prepare_windows_plugin(self, launch_args): method _launch_tv_paint (line 653) | def _launch_tv_paint(self, launch_args): method _create_routes (line 675) | def _create_routes(self): method _start_webserver (line 683) | def _start_webserver(self): method _stop_webserver (line 689) | def _stop_webserver(self): method _exit (line 692) | def _exit(self, exit_code=None): method stop (line 700) | def stop(self): method launch (line 705) | def launch(self, launch_args): method _on_client_connect (line 749) | def _on_client_connect(self): method _initial_textfile_write (line 752) | def _initial_textfile_write(self): method _client (line 775) | def _client(self): method client (line 786) | def client(self): method send_request (line 791) | def send_request(self, method, params=None): method send_notification (line 800) | def send_notification(self, method, params=None): method execute_george (line 809) | def execute_george(self, george_script): method execute_george_through_file (line 815) | def execute_george_through_file(self, george_script): class QtCommunicator (line 837) | class QtCommunicator(BaseCommunicator): method __init__ (line 873) | def __init__(self, qt_app): method _create_routes (line 878) | def _create_routes(self): method execute_in_main_thread (line 886) | def execute_in_main_thread(self, main_thread_item, wait=True): method async_execute_in_main_thread (line 893) | async def async_execute_in_main_thread(self, main_thread_item, wait=Tr... method main_thread_listen (line 899) | def main_thread_listen(self): method _on_client_connect (line 916) | def _on_client_connect(self): method _build_menu (line 920) | def _build_menu(self): method _exit (line 925) | def _exit(self, *args, **kwargs): FILE: openpype/hosts/tvpaint/api/launch_script.py function safe_excepthook (line 21) | def safe_excepthook(*args): function main (line 25) | def main(launch_args): FILE: openpype/hosts/tvpaint/api/lib.py function execute_george (line 10) | def execute_george(george_script, communicator=None): function execute_george_through_file (line 16) | def execute_george_through_file(george_script, communicator=None): function parse_layers_data (line 34) | def parse_layers_data(data): function get_layers_data_george_script (line 70) | def get_layers_data_george_script(output_filepath, layer_ids=None): function layers_data (line 135) | def layers_data(layer_ids=None, communicator=None): function get_layers_data (line 140) | def get_layers_data(layer_ids=None, communicator=None): function parse_group_data (line 163) | def parse_group_data(data): function groups_data (line 192) | def groups_data(communicator=None): function get_groups_data (line 197) | def get_groups_data(communicator=None): function get_layers_pre_post_behavior (line 231) | def get_layers_pre_post_behavior(layer_ids, communicator=None): function get_layers_exposure_frames (line 311) | def get_layers_exposure_frames(layer_ids, layers_data=None, communicator... function get_exposure_frames (line 396) | def get_exposure_frames( function get_scene_data (line 467) | def get_scene_data(communicator=None): function get_scene_bg_color (line 512) | def get_scene_bg_color(communicator=None): FILE: openpype/hosts/tvpaint/api/pipeline.py class TVPaintHost (line 63) | class TVPaintHost(HostBase, IWorkfileHost, ILoadHost, IPublishHost): method install (line 66) | def install(self): method get_current_project_name (line 90) | def get_current_project_name(self): method get_current_asset_name (line 98) | def get_current_asset_name(self): method get_current_task_name (line 106) | def get_current_task_name(self): method get_current_context (line 114) | def get_current_context(self): method get_context_data (line 129) | def get_context_data(self): method update_context_data (line 132) | def update_context_data(self, data, changes): method list_instances (line 135) | def list_instances(self): method write_instances (line 139) | def write_instances(self, data): method open_workfile (line 143) | def open_workfile(self, filepath): method save_workfile (line 149) | def save_workfile(self, filepath=None): method work_root (line 159) | def work_root(self, session): method get_current_workfile (line 162) | def get_current_workfile(self): method workfile_has_unsaved_changes (line 165) | def workfile_has_unsaved_changes(self): method get_workfile_extensions (line 168) | def get_workfile_extensions(self): method get_containers (line 172) | def get_containers(self): method initial_launch (line 175) | def initial_launch(self): method application_exit (line 194) | def application_exit(self): function containerise (line 213) | def containerise( function split_metadata_string (line 251) | def split_metadata_string(text, chunk_length=None): function get_workfile_metadata_string_for_keys (line 280) | def get_workfile_metadata_string_for_keys(metadata_keys): function get_workfile_metadata_string (line 335) | def get_workfile_metadata_string(metadata_key): function get_workfile_metadata (line 365) | def get_workfile_metadata(metadata_key, default=None): function write_workfile_metadata (line 394) | def write_workfile_metadata(metadata_key, value): function get_current_workfile_context (line 438) | def get_current_workfile_context(): function save_current_workfile_context (line 443) | def save_current_workfile_context(context): function list_instances (line 448) | def list_instances(): function write_instances (line 453) | def write_instances(data): function get_containers (line 457) | def get_containers(): function set_context_settings (line 469) | def set_context_settings(project_name, asset_doc): FILE: openpype/hosts/tvpaint/api/plugin.py class TVPaintCreatorCommon (line 18) | class TVPaintCreatorCommon: method subset_template_family_filter (line 20) | def subset_template_family_filter(self): method _cache_and_get_instances (line 23) | def _cache_and_get_instances(self): method _collect_create_instances (line 28) | def _collect_create_instances(self): method _update_create_instances (line 34) | def _update_create_instances(self, update_list): method _custom_get_subset_name (line 56) | def _custom_get_subset_name( class TVPaintCreator (line 82) | class TVPaintCreator(Creator, TVPaintCreatorCommon): method collect_instances (line 83) | def collect_instances(self): method update_instances (line 86) | def update_instances(self, update_list): method remove_instances (line 89) | def remove_instances(self, instances): method get_dynamic_data (line 109) | def get_dynamic_data(self, *args, **kwargs): method get_subset_name (line 121) | def get_subset_name(self, *args, **kwargs): method _store_new_instance (line 124) | def _store_new_instance(self, new_instance): class TVPaintAutoCreator (line 131) | class TVPaintAutoCreator(AutoCreator, TVPaintCreatorCommon): method collect_instances (line 132) | def collect_instances(self): method update_instances (line 135) | def update_instances(self, update_list): method get_subset_name (line 138) | def get_subset_name(self, *args, **kwargs): class Loader (line 142) | class Loader(LoaderPlugin): method get_members_from_container (line 146) | def get_members_from_container(container): method get_unique_layer_name (line 155) | def get_unique_layer_name(self, asset_name, name): FILE: openpype/hosts/tvpaint/hooks/pre_launch_args.py class TvpaintPrelaunchHook (line 5) | class TvpaintPrelaunchHook(PreLaunchHook): method execute (line 17) | def execute(self): method launch_script_path (line 39) | def launch_script_path(self): FILE: openpype/hosts/tvpaint/lib.py function backwards_id_conversion (line 7) | def backwards_id_conversion(data_by_layer_id): function get_frame_filename_template (line 14) | def get_frame_filename_template(frame_end, filename_prefix=None, ext=None): function get_layer_pos_filename_template (line 33) | def get_layer_pos_filename_template(range_end, filename_prefix=None, ext... function _calculate_pre_behavior_copy (line 39) | def _calculate_pre_behavior_copy( function _calculate_post_behavior_copy (line 102) | def _calculate_post_behavior_copy( function _calculate_in_range_frames (line 161) | def _calculate_in_range_frames( function _cleanup_frame_references (line 231) | def _cleanup_frame_references(output_idx_by_frame_idx): function _cleanup_out_range_frames (line 270) | def _cleanup_out_range_frames(output_idx_by_frame_idx, range_start, rang... function calculate_layer_frame_references (line 319) | def calculate_layer_frame_references( function calculate_layers_extraction_data (line 386) | def calculate_layers_extraction_data( function create_transparent_image_from_source (line 498) | def create_transparent_image_from_source(src_filepath, dst_filepath): function fill_reference_frames (line 506) | def fill_reference_frames(frame_references, filepaths_by_frame): function copy_render_file (line 524) | def copy_render_file(src_path, dst_path): function cleanup_rendered_layers (line 532) | def cleanup_rendered_layers(filepaths_by_layer_id): function composite_rendered_layers (line 545) | def composite_rendered_layers( function composite_images (line 628) | def composite_images(input_image_paths, output_filepath): function rename_filepaths_by_frame_start (line 647) | def rename_filepaths_by_frame_start( FILE: openpype/hosts/tvpaint/plugins/create/convert_legacy.py class TVPaintLegacyConverted (line 11) | class TVPaintLegacyConverted(SubsetConvertorPlugin): method find_instances (line 22) | def find_instances(self): method convert (line 29) | def convert(self): method _convert_render_layers (line 75) | def _convert_render_layers(self, render_layers, current_instances): method _convert_render_passes (line 109) | def _convert_render_passes(self, render_passes, current_instances): method _convert_render_scenes (line 140) | def _convert_render_scenes(self, render_scenes, current_instances): method _convert_workfiles (line 144) | def _convert_workfiles(self, workfiles, current_instances): method _convert_reviews (line 148) | def _convert_reviews(self, reviews, current_instances): FILE: openpype/hosts/tvpaint/plugins/create/create_render.py class CreateRenderlayer (line 113) | class CreateRenderlayer(TVPaintCreator): method apply_settings (line 143) | def apply_settings(self, project_settings): method get_dynamic_data (line 152) | def get_dynamic_data( method _get_selected_group_ids (line 162) | def _get_selected_group_ids(self): method create (line 169) | def create(self, subset_name, instance_data, pre_create_data): method _get_groups_enum (line 243) | def _get_groups_enum(self): method get_pre_create_attr_defs (line 265) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 282) | def get_instance_attr_defs(self): method update_instances (line 297) | def update_instances(self, update_list): method _update_color_groups (line 303) | def _update_color_groups(self): method _update_renderpass_groups (line 336) | def _update_renderpass_groups(self): class CreateRenderPass (line 377) | class CreateRenderPass(TVPaintCreator): method apply_settings (line 391) | def apply_settings(self, project_settings): method collect_instances (line 399) | def collect_instances(self): method get_dynamic_data (line 428) | def get_dynamic_data( method update_instance_labels (line 438) | def update_instance_labels( method create (line 461) | def create(self, subset_name, instance_data, pre_create_data): method _change_layers_group (line 571) | def _change_layers_group(self, layers, group_id): method _remove_and_filter_instances (line 589) | def _remove_and_filter_instances(self, instances_to_remove): method get_pre_create_attr_defs (line 605) | def get_pre_create_attr_defs(self): method get_instance_attr_defs (line 636) | def get_instance_attr_defs(self): class TVPaintAutoDetectRenderCreator (line 667) | class TVPaintAutoDetectRenderCreator(TVPaintCreator): method apply_settings (line 694) | def apply_settings(self, project_settings): method _rename_groups (line 707) | def _rename_groups( method _prepare_render_layer (line 755) | def _prepare_render_layer( method _prepare_render_passes (line 813) | def _prepare_render_passes( method _filter_groups (line 877) | def _filter_groups( method create (line 901) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 1000) | def get_pre_create_attr_defs(self) -> list[AbstractAttrDef]: class TVPaintSceneRenderCreator (line 1042) | class TVPaintSceneRenderCreator(TVPaintAutoCreator): method apply_settings (line 1054) | def apply_settings(self, project_settings): method get_dynamic_data (line 1064) | def get_dynamic_data(self, variant, *args, **kwargs): method _create_new_instance (line 1070) | def _create_new_instance(self): method create (line 1113) | def create(self): method _get_label (line 1160) | def _get_label(self, subset_name, render_pass_name): method get_instance_attr_defs (line 1170) | def get_instance_attr_defs(self): FILE: openpype/hosts/tvpaint/plugins/create/create_review.py class TVPaintReviewCreator (line 7) | class TVPaintReviewCreator(TVPaintAutoCreator): method apply_settings (line 16) | def apply_settings(self, project_settings): method create (line 24) | def create(self): FILE: openpype/hosts/tvpaint/plugins/create/create_workfile.py class TVPaintWorkfileCreator (line 7) | class TVPaintWorkfileCreator(TVPaintAutoCreator): method apply_settings (line 13) | def apply_settings(self, project_settings): method create (line 20) | def create(self): FILE: openpype/hosts/tvpaint/plugins/load/load_image.py class ImportImage (line 6) | class ImportImage(plugin.Loader): method get_options (line 31) | def get_options(cls, contexts): method load (line 53) | def load(self, context, name, namespace, options): FILE: openpype/hosts/tvpaint/plugins/load/load_reference_image.py class LoadImage (line 20) | class LoadImage(plugin.Loader): method get_options (line 45) | def get_options(cls, contexts): method load (line 67) | def load(self, context, name, namespace, options): method _remove_layers (line 123) | def _remove_layers(self, layer_names=None, layer_ids=None, layers=None): method _remove_container (line 174) | def _remove_container(self, container): method remove (line 204) | def remove(self, container): method switch (line 210) | def switch(self, container, representation): method update (line 213) | def update(self, container, representation): FILE: openpype/hosts/tvpaint/plugins/load/load_sound.py class ImportSound (line 9) | class ImportSound(plugin.Loader): method load (line 54) | def load(self, context, name, namespace, options): FILE: openpype/hosts/tvpaint/plugins/load/load_workfile.py class LoadWorkfile (line 24) | class LoadWorkfile(plugin.Loader): method load (line 32) | def load(self, context, name, namespace, options): FILE: openpype/hosts/tvpaint/plugins/publish/collect_instance_frames.py class CollectOutputFrameRange (line 4) | class CollectOutputFrameRange(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/collect_render_instances.py class CollectRenderInstances (line 6) | class CollectRenderInstances(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method _collect_data_for_render_layer (line 39) | def _collect_data_for_render_layer(self, instance): method _collect_data_for_render_pass (line 53) | def _collect_data_for_render_pass(self, instance): method _collect_data_for_render_scene (line 92) | def _collect_data_for_render_scene(self, instance): method _collect_data_for_review (line 111) | def _collect_data_for_review(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/collect_workfile.py class CollectWorkfile (line 6) | class CollectWorkfile(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/collect_workfile_data.py class ResetTVPaintWorkfileMetadata (line 26) | class ResetTVPaintWorkfileMetadata(pyblish.api.Action): method process (line 31) | def process(self, context, plugin): class CollectWorkfileData (line 56) | class CollectWorkfileData(pyblish.api.ContextPlugin): method process (line 62) | def process(self, context): method _get_bg_color (line 188) | def _get_bg_color(self): FILE: openpype/hosts/tvpaint/plugins/publish/extract_convert_to_exr.py class ExtractConvertToEXR (line 19) | class ExtractConvertToEXR(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/extract_sequence.py class ExtractSequence (line 28) | class ExtractSequence(pyblish.api.Extractor): method process (line 36) | def process(self, instance): method _rename_output_files (line 191) | def _rename_output_files( method render_review (line 207) | def render_review( method render (line 286) | def render( method _get_review_bg_color (line 386) | def _get_review_bg_color(self): method _render_layer (line 395) | def _render_layer( FILE: openpype/hosts/tvpaint/plugins/publish/increment_workfile_version.py class IncrementWorkfileVersion (line 7) | class IncrementWorkfileVersion(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_asset_name.py class FixAssetNames (line 13) | class FixAssetNames(pyblish.api.Action): method process (line 23) | def process(self, context, plugin): class ValidateAssetName (line 45) | class ValidateAssetName( method process (line 59) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_duplicated_layer_names.py class ValidateLayersGroup (line 5) | class ValidateLayersGroup(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/validate_layers_visibility.py class ValidateLayersVisiblity (line 6) | class ValidateLayersVisiblity(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/validate_marks.py class ValidateMarksRepair (line 11) | class ValidateMarksRepair(pyblish.api.Action): method process (line 18) | def process(self, context, plugin): class ValidateMarks (line 29) | class ValidateMarks( method get_expected_data (line 45) | def get_expected_data(context): method process (line 67) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_missing_layer_names.py class ValidateMissingLayers (line 5) | class ValidateMissingLayers(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/validate_render_layer_group.py class ValidateRenderLayerGroups (line 6) | class ValidateRenderLayerGroups(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_render_pass_group.py class ValidateLayersGroup (line 6) | class ValidateLayersGroup(pyblish.api.InstancePlugin): method process (line 16) | def process(self, instance): FILE: openpype/hosts/tvpaint/plugins/publish/validate_scene_settings.py class ValidateProjectSettings (line 11) | class ValidateProjectSettings( method process (line 21) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_start_frame.py class RepairStartFrame (line 9) | class RepairStartFrame(pyblish.api.Action): method process (line 16) | def process(self, context, plugin): class ValidateStartFrame (line 20) | class ValidateStartFrame( method process (line 32) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_workfile_metadata.py class ValidateWorkfileMetadataRepair (line 9) | class ValidateWorkfileMetadataRepair(pyblish.api.Action): method process (line 16) | def process(self, context, _plugin): class ValidateWorkfileMetadata (line 24) | class ValidateWorkfileMetadata(pyblish.api.ContextPlugin): method process (line 36) | def process(self, context): FILE: openpype/hosts/tvpaint/plugins/publish/validate_workfile_project_name.py class ValidateWorkfileProjectName (line 5) | class ValidateWorkfileProjectName(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/tvpaint/tvpaint_plugin/__init__.py function get_plugin_files_path (line 4) | def get_plugin_files_path(): FILE: openpype/hosts/tvpaint/tvpaint_plugin/plugin_code/library.cpp class connection_metadata (line 65) | class connection_metadata { method connection_metadata (line 73) | connection_metadata(websocketpp::connection_hdl hdl, client *endpoint) method on_open (line 78) | void on_open(client *c, websocketpp::connection_hdl hdl) { method on_fail (line 82) | void on_fail(client *c, websocketpp::connection_hdl hdl) { method on_close (line 86) | void on_close(client *c, websocketpp::connection_hdl hdl) { method on_message (line 90) | void on_message(websocketpp::connection_hdl, client::message_ptr msg) { method process_message (line 100) | void process_message(std::string msg) { method send (line 136) | void send(std::string message) { method send_notification (line 149) | void send_notification(jsonrpcpp::Notification *notification) { method send_response (line 153) | void send_response(jsonrpcpp::Response *response) { method send_request (line 157) | void send_request(jsonrpcpp::Request *request) { method get_hdl (line 161) | websocketpp::connection_hdl get_hdl() const { method get_status (line 165) | std::string get_status() const { class websocket_endpoint (line 171) | class websocket_endpoint { method websocket_endpoint (line 179) | websocket_endpoint() { method close_connection (line 188) | void close_connection() { method connected (line 202) | bool connected() method connect (line 206) | int connect(std::string const &uri) { method close (line 259) | void close(websocketpp::close::status::value code, std::string reason) { method send (line 273) | void send(std::string message) { method send_notification (line 282) | void send_notification(jsonrpcpp::Notification *notification) { method send_response (line 286) | void send_response(jsonrpcpp::Response *response) { method send_response (line 290) | void send_response(std::shared_ptr response) { method send_request (line 294) | void send_request(jsonrpcpp::Request *request) { class Communicator (line 299) | class Communicator { function define_menu (line 405) | jsonrpcpp::response_ptr define_menu(const jsonrpcpp::Id &id, const jsonr... function execute_george (line 435) | jsonrpcpp::response_ptr execute_george(const jsonrpcpp::Id &id, const js... function register_callbacks (line 459) | void register_callbacks(){ function label_from_evn (line 488) | std::string label_from_evn() function PI_About (line 515) | void FAR PASCAL PI_About( PIFilter* iFilter ) function PI_Open (line 531) | int FAR PASCAL PI_Open( PIFilter* iFilter ) function PI_Close (line 559) | void FAR PASCAL PI_Close( PIFilter* iFilter ) function newMenuItemsProcess (line 576) | int newMenuItemsProcess(PIFilter* iFilter) { function PI_Parameters (line 659) | int FAR PASCAL PI_Parameters( PIFilter* iFilter, char* iArg ) function PI_Msg (line 715) | int FAR PASCAL PI_Msg( PIFilter* iFilter, INTPTR iEvent, INTPTR iReq, IN... function PI_SequenceStart (line 771) | int FAR PASCAL PI_SequenceStart( PIFilter* iFilter, int iNumImages ) function PI_SequenceFinish (line 782) | void FAR PASCAL PI_SequenceFinish( PIFilter* iFilter ) function PI_Start (line 790) | int FAR PASCAL PI_Start( PIFilter* iFilter, double iPos, double iSize ) function PI_Finish (line 796) | void FAR PASCAL PI_Finish( PIFilter* iFilter ) function PI_Work (line 804) | int FAR PASCAL PI_Work( PIFilter* iFilter ) FILE: openpype/hosts/tvpaint/worker/worker.py class TVPaintWorkerCommunicator (line 17) | class TVPaintWorkerCommunicator(BaseCommunicator): method __init__ (line 22) | def __init__(self, server_url): method _start_webserver (line 29) | def _start_webserver(self): method _open_init_file (line 42) | def _open_init_file(self): method _on_client_connect (line 61) | def _on_client_connect(self, *args, **kwargs): method stop (line 67) | def stop(self): method current_job (line 74) | def current_job(self): method _check_process (line 80) | def _check_process(self): method _process_job (line 93) | def _process_job(self): method main_loop (line 120) | def main_loop(self): function _start_tvpaint (line 133) | def _start_tvpaint(tvpaint_executable_path, server_url): function main (line 139) | def main(tvpaint_executable_path, server_url): FILE: openpype/hosts/tvpaint/worker/worker_job.py class JobFailed (line 19) | class JobFailed(Exception): method __init__ (line 21) | def __init__(self, job_status): class BaseCommand (line 35) | class BaseCommand: method name (line 48) | def name(self): method __init__ (line 52) | def __init__(self, data=None): method job_queue_root (line 70) | def job_queue_root(self): method set_parent (line 80) | def set_parent(self, parent): method id (line 84) | def id(self): method parent (line 89) | def parent(self): method communicator (line 94) | def communicator(self): method done (line 102) | def done(self): method set_done (line 106) | def set_done(self): method set_result (line 110) | def set_result(self, result): method result (line 114) | def result(self): method response_data (line 118) | def response_data(self): method command_data (line 126) | def command_data(self): method execute (line 131) | def execute(self): method from_existing (line 137) | def from_existing(cls, data): method execute_george (line 141) | def execute_george(self, george_script): method execute_george_through_file (line 145) | def execute_george_through_file(self, george_script): class ExecuteSimpleGeorgeScript (line 150) | class ExecuteSimpleGeorgeScript(BaseCommand): method __init__ (line 158) | def __init__(self, script, data=None): method execute (line 164) | def execute(self): method from_existing (line 168) | def from_existing(cls, data): class ExecuteGeorgeScript (line 173) | class ExecuteGeorgeScript(BaseCommand): method __init__ (line 188) | def __init__( method execute (line 203) | def execute(self): method from_existing (line 242) | def from_existing(cls, data): class CollectSceneData (line 250) | class CollectSceneData(BaseCommand): method execute (line 258) | def execute(self): method from_existing (line 289) | def from_existing(cls, data): class TVPaintCommands (line 294) | class TVPaintCommands: method __init__ (line 307) | def __init__(self, workfile, job_queue_module=None): method _prepare_workfile (line 319) | def _prepare_workfile(self, workfile): method job_queue_root (line 323) | def job_queue_root(self): method log (line 328) | def log(self): method classes_by_name (line 335) | def classes_by_name(self): method add_command (line 360) | def add_command(self, command): method result (line 365) | def result(self): method response_data (line 372) | def response_data(self): class SenderTVPaintCommands (line 380) | class SenderTVPaintCommands(TVPaintCommands): method _prepare_workfile (line 382) | def _prepare_workfile(self, workfile): method commands_data (line 396) | def commands_data(self): method to_job_data (line 403) | def to_job_data(self): method set_result (line 411) | def set_result(self, result): method _send_job (line 422) | def _send_job(self): method send_job_and_wait (line 437) | def send_job_and_wait(self): class ProcessTVPaintCommands (line 461) | class ProcessTVPaintCommands(TVPaintCommands): method __init__ (line 469) | def __init__(self, workfile, commands, communicator): method _prepare_workfile (line 476) | def _prepare_workfile(self, workfile): method communicator (line 486) | def communicator(self): method commands_from_data (line 490) | def commands_from_data(self, commands_data): method execute_george (line 499) | def execute_george(self, george_script): method execute_george_through_file (line 503) | def execute_george_through_file(self, george_script): method _open_workfile (line 514) | def _open_workfile(self): method _close_workfile (line 521) | def _close_workfile(self): method execute (line 526) | def execute(self): FILE: openpype/hosts/unreal/addon.py class UnrealAddon (line 8) | class UnrealAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method get_global_environments (line 15) | def get_global_environments(self): method add_implementation_envs (line 20) | def add_implementation_envs(self, env, app): method get_launch_hook_paths (line 69) | def get_launch_hook_paths(self, app): method get_workfile_extensions (line 76) | def get_workfile_extensions(self): FILE: openpype/hosts/unreal/api/helpers.py class AyonUnrealException (line 5) | class AyonUnrealException(Exception): class AyonHelpers (line 10) | class AyonHelpers(unreal.AyonLib): method set_folder_color (line 18) | def set_folder_color(self, path: str, color: unreal.LinearColor) -> None: FILE: openpype/hosts/unreal/api/pipeline.py class UnrealHost (line 47) | class UnrealHost(HostBase, ILoadHost, IPublishHost): method install (line 56) | def install(self): method get_containers (line 59) | def get_containers(self): method show_tools_popup (line 63) | def show_tools_popup(): method show_tools_dialog (line 68) | def show_tools_dialog(): method update_context_data (line 72) | def update_context_data(self, data, changes): method get_context_data (line 90) | def get_context_data(self): function install (line 100) | def install(): function uninstall (line 138) | def uninstall(): function _register_callbacks (line 146) | def _register_callbacks(): function _register_events (line 153) | def _register_events(): function ls (line 160) | def ls(): function ls_inst (line 183) | def ls_inst(): function parse_container (line 206) | def parse_container(container): function publish (line 223) | def publish(): function containerise (line 230) | def containerise(name, namespace, nodes, context, loader=None, suffix="_... function instantiate (line 272) | def instantiate(root, name, data, assets=None, suffix="_INS"): function imprint (line 305) | def imprint(node, data): function show_tools_popup (line 322) | def show_tools_popup(): function show_tools_dialog (line 332) | def show_tools_dialog(): function show_creator (line 342) | def show_creator(): function show_loader (line 346) | def show_loader(): function show_publisher (line 350) | def show_publisher(): function show_manager (line 354) | def show_manager(): function show_experimental_tools (line 358) | def show_experimental_tools(): function create_folder (line 362) | def create_folder(root: str, name: str) -> str: function move_assets_to_path (line 395) | def move_assets_to_path(root: str, name: str, assets: List[str]) -> str: function create_container (line 427) | def create_container(container: str, path: str) -> unreal.Object: function create_publish_instance (line 455) | def create_publish_instance(instance: str, path: str) -> unreal.Object: function cast_map_to_str_dict (line 481) | def cast_map_to_str_dict(umap) -> dict: function get_subsequences (line 498) | def get_subsequences(sequence: unreal.LevelSequence): function set_sequence_hierarchy (line 522) | def set_sequence_hierarchy( function generate_sequence (line 593) | def generate_sequence(h, h_dir): function _get_comps_and_assets (line 657) | def _get_comps_and_assets( function replace_static_mesh_actors (line 693) | def replace_static_mesh_actors(old_assets, new_assets, selected): function replace_skeletal_mesh_actors (line 714) | def replace_skeletal_mesh_actors(old_assets, new_assets, selected): function replace_geometry_cache_actors (line 734) | def replace_geometry_cache_actors(old_assets, new_assets, selected): function delete_asset_if_unused (line 754) | def delete_asset_if_unused(container, asset_content): function maintained_selection (line 793) | def maintained_selection(): FILE: openpype/hosts/unreal/api/plugin.py class UnrealBaseCreator (line 32) | class UnrealBaseCreator(Creator): method cache_subsets (line 38) | def cache_subsets(shared_data): method create (line 73) | def create(self, subset_name, instance_data, pre_create_data): method collect_instances (line 107) | def collect_instances(self): method update_instances (line 120) | def update_instances(self, update_list): method remove_instances (line 138) | def remove_instances(self, instances): class UnrealAssetCreator (line 148) | class UnrealAssetCreator(UnrealBaseCreator): method create (line 151) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 185) | def get_pre_create_attr_defs(self): class UnrealActorCreator (line 192) | class UnrealActorCreator(UnrealBaseCreator): method create (line 195) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 239) | def get_pre_create_attr_defs(self): class Loader (line 245) | class Loader(LoaderPlugin, ABC): FILE: openpype/hosts/unreal/api/rendering.py function _queue_finish_callback (line 15) | def _queue_finish_callback(exec, success): function _job_finish_callback (line 25) | def _job_finish_callback(job, success): function start_rendering (line 33) | def start_rendering(): FILE: openpype/hosts/unreal/api/tools_ui.py class ToolsBtnsWidget (line 13) | class ToolsBtnsWidget(QtWidgets.QWidget): method __init__ (line 17) | def __init__(self, parent=None): method _on_create (line 43) | def _on_create(self): method _on_load (line 46) | def _on_load(self): method _on_publish (line 49) | def _on_publish(self): method _on_manage (line 52) | def _on_manage(self): method _on_render (line 55) | def _on_render(self): method _on_experimental (line 58) | def _on_experimental(self): class ToolsDialog (line 62) | class ToolsDialog(QtWidgets.QDialog): method __init__ (line 64) | def __init__(self, *args, **kwargs): method sizeHint (line 87) | def sizeHint(self): method showEvent (line 92) | def showEvent(self, event): method _on_tool_require (line 98) | def _on_tool_require(self, tool_name): class ToolsPopup (line 102) | class ToolsPopup(ToolsDialog): method __init__ (line 104) | def __init__(self, *args, **kwargs): method showEvent (line 112) | def showEvent(self, event): class WindowCache (line 120) | class WindowCache: method _before_show (line 127) | def _before_show(cls): method show_popup (line 137) | def show_popup(cls): method show_dialog (line 146) | def show_dialog(cls): function show_tools_popup (line 157) | def show_tools_popup(): function show_tools_dialog (line 161) | def show_tools_dialog(): FILE: openpype/hosts/unreal/hooks/pre_workfile_preparation.py class UnrealPrelaunchHook (line 26) | class UnrealPrelaunchHook(PreLaunchHook): method __init__ (line 38) | def __init__(self, *args, **kwargs): method _get_work_filename (line 43) | def _get_work_filename(self): method exec_plugin_install (line 74) | def exec_plugin_install(self, engine_path: Path, env: dict = None): method exec_ue_project_gen (line 105) | def exec_ue_project_gen(self, method execute (line 147) | def execute(self): FILE: openpype/hosts/unreal/lib.py function get_engine_versions (line 17) | def get_engine_versions(env=None): function get_editor_exe_path (line 80) | def get_editor_exe_path(engine_path: Path, engine_version: str) -> Path: function _win_get_engine_versions (line 98) | def _win_get_engine_versions(): function _darwin_get_engine_version (line 122) | def _darwin_get_engine_version() -> dict: function _parse_launcher_locations (line 148) | def _parse_launcher_locations(install_json_path: str) -> dict: function create_unreal_project (line 180) | def create_unreal_project(project_name: str, function get_path_to_uat (line 321) | def get_path_to_uat(engine_path: Path) -> Path: function get_compatible_integration (line 329) | def get_compatible_integration( function get_path_to_cmdlet_project (line 370) | def get_path_to_cmdlet_project(ue_version: str) -> Path: function get_path_to_ubt (line 394) | def get_path_to_ubt(engine_path: Path, ue_version: str) -> Path: function get_build_id (line 405) | def get_build_id(engine_path: Path, ue_version: str) -> str: function check_built_plugin_existance (line 432) | def check_built_plugin_existance(plugin_path) -> bool: function copy_built_plugin (line 448) | def copy_built_plugin(engine_path: Path, plugin_path: Path) -> None: function check_plugin_existence (line 462) | def check_plugin_existence(engine_path: Path, env: dict = None) -> bool: function try_installing_plugin (line 482) | def try_installing_plugin(engine_path: Path, env: dict = None) -> None: function _build_and_move_plugin (line 506) | def _build_and_move_plugin(engine_path: Path, FILE: openpype/hosts/unreal/plugins/create/create_camera.py class CreateCamera (line 11) | class CreateCamera(UnrealAssetCreator): method create (line 19) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/unreal/plugins/create/create_layout.py class CreateLayout (line 7) | class CreateLayout(UnrealActorCreator): FILE: openpype/hosts/unreal/plugins/create/create_look.py class CreateLook (line 14) | class CreateLook(UnrealAssetCreator): method create (line 22) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 74) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/unreal/plugins/create/create_render.py class CreateRender (line 22) | class CreateRender(UnrealAssetCreator): method create_instance (line 30) | def create_instance( method create_with_new_sequence (line 47) | def create_with_new_sequence( method create_from_existing_sequence (line 113) | def create_from_existing_sequence( method create (line 230) | def create(self, subset_name, instance_data, pre_create_data): method get_pre_create_attr_defs (line 238) | def get_pre_create_attr_defs(self): FILE: openpype/hosts/unreal/plugins/create/create_staticmeshfbx.py class CreateStaticMeshFBX (line 7) | class CreateStaticMeshFBX(UnrealAssetCreator): FILE: openpype/hosts/unreal/plugins/create/create_uasset.py class CreateUAsset (line 12) | class CreateUAsset(UnrealAssetCreator): method create (line 22) | def create(self, subset_name, instance_data, pre_create_data): class CreateUMap (line 52) | class CreateUMap(CreateUAsset): method create (line 60) | def create(self, subset_name, instance_data, pre_create_data): FILE: openpype/hosts/unreal/plugins/inventory/delete_unused_assets.py class DeleteUnusedAssets (line 8) | class DeleteUnusedAssets(InventoryAction): method _delete_unused_assets (line 19) | def _delete_unused_assets(self, containers): method _show_confirmation_dialog (line 35) | def _show_confirmation_dialog(self, containers): method process (line 64) | def process(self, containers): FILE: openpype/hosts/unreal/plugins/inventory/update_actors.py function update_assets (line 12) | def update_assets(containers, selected): class UpdateAllActors (line 63) | class UpdateAllActors(InventoryAction): method process (line 71) | def process(self, containers): class UpdateSelectedActors (line 75) | class UpdateSelectedActors(InventoryAction): method process (line 83) | def process(self, containers): FILE: openpype/hosts/unreal/plugins/load/load_alembic_animation.py class AnimationAlembicLoader (line 14) | class AnimationAlembicLoader(plugin.Loader): method get_task (line 23) | def get_task(self, filename, asset_dir, asset_name, replace): method load (line 49) | def load(self, context, name, namespace, data): method update (line 129) | def update(self, container, representation): method remove (line 157) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_animation.py class AnimationFBXLoader (line 20) | class AnimationFBXLoader(plugin.Loader): method _process (line 29) | def _process(self, path, asset_dir, asset_name, instance_name): method load (line 120) | def load(self, context, name, namespace, options=None): method update (line 249) | def update(self, container, representation): method remove (line 319) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_camera.py class CameraLoader (line 26) | class CameraLoader(plugin.Loader): method _import_camera (line 35) | def _import_camera( method load (line 62) | def load(self, context, name, namespace, data): method update (line 263) | def update(self, container, representation): method remove (line 437) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_geometrycache_abc.py class PointCacheAlembicLoader (line 19) | class PointCacheAlembicLoader(plugin.Loader): method get_task (line 31) | def get_task( method import_and_containerize (line 72) | def import_and_containerize( method imprint (line 86) | def imprint( method load (line 106) | def load(self, context, name, namespace, options): method update (line 166) | def update(self, container, representation): method remove (line 209) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_layout.py class LayoutLoader (line 40) | class LayoutLoader(plugin.Loader): method _get_asset_containers (line 51) | def _get_asset_containers(self, path): method _get_fbx_loader (line 68) | def _get_fbx_loader(loaders, family): method _get_abc_loader (line 87) | def _get_abc_loader(loaders, family): method _transform_from_basis (line 103) | def _transform_from_basis(self, transform, basis): method _process_family (line 124) | def _process_family( method _import_animation (line 163) | def _import_animation( method _get_repre_docs_by_version_id (line 293) | def _get_repre_docs_by_version_id(self, data): method _process (line 317) | def _process(self, lib_path, asset_dir, sequence, repr_loaded=None): method _remove_family (line 453) | def _remove_family(assets, components, class_name, prop_name): method _remove_actors (line 466) | def _remove_actors(self, path): method load (line 494) | def load(self, context, name, namespace, options): method update (line 662) | def update(self, container, representation): method remove (line 763) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_layout_existing.py class ExistingLayoutLoader (line 20) | class ExistingLayoutLoader(plugin.Loader): method apply_settings (line 36) | def apply_settings(cls, project_settings, *args, **kwargs): method _create_container (line 45) | def _create_container( method _get_current_level (line 80) | def _get_current_level(): method _transform_from_basis (line 92) | def _transform_from_basis(self, transform, basis): method _spawn_actor (line 113) | def _spawn_actor(self, obj, lasset): method _get_fbx_loader (line 128) | def _get_fbx_loader(loaders, family): method _get_abc_loader (line 147) | def _get_abc_loader(loaders, family): method _load_asset (line 163) | def _load_asset(self, repr_data, representation, instance_name, family): method _get_valid_repre_docs (line 198) | def _get_valid_repre_docs(self, project_name, version_ids): method _process (line 212) | def _process(self, lib_path, project_name): method load (line 370) | def load(self, context, name, namespace, options): method update (line 410) | def update(self, container, representation): FILE: openpype/hosts/unreal/plugins/load/load_skeletalmesh_abc.py class SkeletalMeshAlembicLoader (line 18) | class SkeletalMeshAlembicLoader(plugin.Loader): method get_task (line 30) | def get_task(filename, asset_dir, asset_name, replace, default_convers... method import_and_containerize (line 61) | def import_and_containerize( method imprint (line 75) | def imprint( method load (line 92) | def load(self, context, name, namespace, options): method update (line 147) | def update(self, container, representation): method remove (line 183) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_skeletalmesh_fbx.py class SkeletalMeshFBXLoader (line 18) | class SkeletalMeshFBXLoader(plugin.Loader): method get_task (line 30) | def get_task(filename, asset_dir, asset_name, replace): method import_and_containerize (line 67) | def import_and_containerize( method imprint (line 80) | def imprint( method load (line 97) | def load(self, context, name, namespace, options): method update (line 149) | def update(self, container, representation): method remove (line 185) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_staticmesh_abc.py class StaticMeshAlembicLoader (line 18) | class StaticMeshAlembicLoader(plugin.Loader): method get_task (line 30) | def get_task(filename, asset_dir, asset_name, replace, default_convers... method import_and_containerize (line 62) | def import_and_containerize( method imprint (line 76) | def imprint( method load (line 93) | def load(self, context, name, namespace, options): method update (line 148) | def update(self, container, representation): method remove (line 184) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_staticmesh_fbx.py class StaticMeshFBXLoader (line 18) | class StaticMeshFBXLoader(plugin.Loader): method get_task (line 30) | def get_task(filename, asset_dir, asset_name, replace): method import_and_containerize (line 55) | def import_and_containerize( method imprint (line 68) | def imprint( method load (line 85) | def load(self, context, name, namespace, options): method update (line 137) | def update(self, container, representation): method remove (line 173) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/load/load_uasset.py class UAssetLoader (line 15) | class UAssetLoader(plugin.Loader): method load (line 26) | def load(self, context, name, namespace, options): method update (line 99) | def update(self, container, representation): method remove (line 142) | def remove(self, container): class UMapLoader (line 156) | class UMapLoader(UAssetLoader): FILE: openpype/hosts/unreal/plugins/load/load_yeticache.py class YetiLoader (line 15) | class YetiLoader(plugin.Loader): method get_task (line 25) | def get_task(filename, asset_dir, asset_name, replace): method is_groom_module_active (line 41) | def is_groom_module_active(): method load (line 62) | def load(self, context, name, namespace, options): method update (line 142) | def update(self, container, representation): method remove (line 168) | def remove(self, container): FILE: openpype/hosts/unreal/plugins/publish/collect_current_file.py class CollectUnrealCurrentFile (line 7) | class CollectUnrealCurrentFile(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/unreal/plugins/publish/collect_instance_members.py class CollectInstanceMembers (line 6) | class CollectInstanceMembers(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/collect_remove_marked.py class CollectRemoveMarked (line 4) | class CollectRemoveMarked(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/hosts/unreal/plugins/publish/collect_render_instances.py class CollectRenderInstances (line 12) | class CollectRenderInstances(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/extract_camera.py class ExtractCamera (line 11) | class ExtractCamera(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/extract_layout.py class ExtractLayout (line 14) | class ExtractLayout(publish.Extractor): method process (line 22) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/extract_look.py class ExtractLook (line 11) | class ExtractLook(publish.Extractor): method process (line 19) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/extract_uasset.py class ExtractUAsset (line 9) | class ExtractUAsset(publish.Extractor): method process (line 17) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/validate_no_dependencies.py class ValidateNoDependencies (line 6) | class ValidateNoDependencies(pyblish.api.InstancePlugin): method process (line 19) | def process(self, instance): FILE: openpype/hosts/unreal/plugins/publish/validate_sequence_frames.py class ValidateSequenceFrames (line 9) | class ValidateSequenceFrames(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/hosts/unreal/ue_workers.py function parse_comp_progress (line 18) | def parse_comp_progress(line: str, progress_signal: QtCore.Signal(int)): function parse_prj_progress (line 27) | def parse_prj_progress(line: str, progress_signal: QtCore.Signal(int)): function retrieve_exit_code (line 34) | def retrieve_exit_code(line: str): class UEWorker (line 43) | class UEWorker(QtCore.QObject): method execute (line 52) | def execute(self): method run (line 55) | def run(self): class UEProjectGenerationWorker (line 66) | class UEProjectGenerationWorker(UEWorker): method setup (line 74) | def setup(self, ue_version: str, method execute (line 107) | def execute(self): class UEPluginInstallWorker (line 318) | class UEPluginInstallWorker(UEWorker): method setup (line 321) | def setup(self, engine_path: Path, env: dict = None, ): method _build_and_move_plugin (line 325) | def _build_and_move_plugin(self, plugin_build_path: Path): method execute (line 387) | def execute(self): FILE: openpype/hosts/unreal/ui/splash_screen.py class SplashScreen (line 5) | class SplashScreen(QtWidgets.QDialog): method __init__ (line 25) | def __init__(self, method was_proc_successful (line 50) | def was_proc_successful(self) -> bool: method start_thread (line 53) | def start_thread(self, q_thread: QtCore.QThread): method quit_and_close (line 71) | def quit_and_close(self): method toggle_log (line 89) | def toggle_log(self): method show_ui (line 102) | def show_ui(self): method init_ui (line 113) | def init_ui(self): method update_progress (line 202) | def update_progress(self, value: int): method update_top_label_text (line 206) | def update_top_label_text(self, text: str): method append_log (line 210) | def append_log(self, text: str, end: str = ''): method on_scroll (line 227) | def on_scroll(self, position: int): method fail (line 246) | def fail(self, text: str, return_code: int = 1): FILE: openpype/hosts/webpublisher/addon.py class WebpublisherAddon (line 8) | class WebpublisherAddon(OpenPypeModule, IHostAddon): method initialize (line 12) | def initialize(self, module_settings): method headless_publish (line 15) | def headless_publish(self, log, close_plugin_name=None, is_test=False): method cli (line 38) | def cli(self, click_group): function cli_main (line 45) | def cli_main(): function publish (line 55) | def publish(project, path, user=None, targets=None): function publishfromapp (line 74) | def publishfromapp(project, path, host, user=None, targets=None): function webserver (line 91) | def webserver(executable, upload_dir, host=None, port=None): FILE: openpype/hosts/webpublisher/api/__init__.py class WebpublisherHost (line 12) | class WebpublisherHost(HostBase): method install (line 15) | def install(self): FILE: openpype/hosts/webpublisher/lib.py function parse_json (line 26) | def parse_json(path): function get_batch_asset_task_info (line 49) | def get_batch_asset_task_info(ctx): function find_close_plugin (line 70) | def find_close_plugin(close_plugin_name, log): function publish_in_test (line 80) | def publish_in_test(log, close_plugin_name=None): function get_webpublish_conn (line 110) | def get_webpublish_conn(): function start_webpublish_log (line 117) | def start_webpublish_log(dbcon, batch_id, user): function publish_and_log (line 136) | def publish_and_log(dbcon, _id, log, close_plugin_name=None, batch_id=No... function fail_batch (line 221) | def fail_batch(_id, dbcon, msg): function find_variant_key (line 240) | def find_variant_key(application_manager, host): function get_task_data (line 270) | def get_task_data(batch_dir): function get_timeout (line 295) | def get_timeout(project_name, host_name, task_type): FILE: openpype/hosts/webpublisher/plugins/publish/collect_batch_data.py class CollectBatchData (line 25) | class CollectBatchData(pyblish.api.ContextPlugin): method process (line 36) | def process(self, context): method _set_ctx_path (line 74) | def _set_ctx_path(self, batch_data): FILE: openpype/hosts/webpublisher/plugins/publish/collect_fps.py class CollectFPS (line 13) | class CollectFPS(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/hosts/webpublisher/plugins/publish/collect_published_files.py class CollectPublishedFiles (line 31) | class CollectPublishedFiles(pyblish.api.ContextPlugin): method process (line 61) | def process(self, context): method _get_subset_name (line 180) | def _get_subset_name(self, family, subset_template, task_name, variant): method _get_single_repre (line 189) | def _get_single_repre(self, task_dir, files, tags): method _process_sequence (line 202) | def _process_sequence(self, files, task_dir, tags): method _get_family (line 224) | def _get_family(self, settings, task_type, is_sequence, extension): method _get_next_version (line 280) | def _get_next_version( method _get_number_of_frames (line 313) | def _get_number_of_frames(self, file_url): FILE: openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_instances.py class CollectTVPaintInstances (line 16) | class CollectTVPaintInstances(pyblish.api.ContextPlugin): method process (line 35) | def process(self, context): method _create_workfile_instance (line 182) | def _create_workfile_instance(self, context, subset_name): method _create_review_instance (line 203) | def _create_review_instance(self, context, subset_name): method _create_render_pass_instance (line 222) | def _create_render_pass_instance(self, context, layers, subset_name): method _create_render_layer_instance (line 238) | def _create_render_layer_instance(self, context, layers, subset_name): method _create_staging_dir (line 254) | def _create_staging_dir(self, context, subset_name): FILE: openpype/hosts/webpublisher/plugins/publish/collect_tvpaint_workfile_data.py class CollectTVPaintWorkfileData (line 26) | class CollectTVPaintWorkfileData(pyblish.api.ContextPlugin): method process (line 32) | def process(self, context): method _create_context_staging_dir (line 108) | def _create_context_staging_dir(self, jobs_root): method _extract_workfile_path (line 118) | def _extract_workfile_path(self, context, context_staging_dir): FILE: openpype/hosts/webpublisher/plugins/publish/extract_tvpaint_workfile.py class ExtractTVPaintSequences (line 21) | class ExtractTVPaintSequences(pyblish.api.Extractor): method process (line 34) | def process(self, context): method _fix_range_changes (line 210) | def _fix_range_changes( method _post_render_processing (line 239) | def _post_render_processing(self, post_render_data, mark_in, mark_out): method _rename_output_files (line 323) | def _rename_output_files( method add_render_review_command (line 339) | def add_render_review_command( method add_render_command (line 394) | def add_render_command( method _add_render_layer_command (line 451) | def _add_render_layer_command( method _finish_layer_render (line 480) | def _finish_layer_render( method _create_thumbnail (line 504) | def _create_thumbnail(self, thumbnail_src_path, thumbnail_filepath): method _get_review_bg_color (line 528) | def _get_review_bg_color(self): FILE: openpype/hosts/webpublisher/plugins/publish/others_cleanup_job_root.py class CleanUpJobRoot (line 8) | class CleanUpJobRoot(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/hosts/webpublisher/plugins/publish/validate_tvpaint_workfile_data.py class ValidateWorkfileData (line 4) | class ValidateWorkfileData(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/hosts/webpublisher/publish_functions.py function cli_publish (line 27) | def cli_publish(project_name, batch_path, user_email, targets): function cli_publish_from_app (line 89) | def cli_publish_from_app( FILE: openpype/hosts/webpublisher/webserver_service/webpublish_routes.py class ResourceRestApiEndpoint (line 28) | class ResourceRestApiEndpoint(RestApiEndpoint): method __init__ (line 29) | def __init__(self, resource): class WebpublishApiEndpoint (line 34) | class WebpublishApiEndpoint(ResourceRestApiEndpoint): method dbcon (line 36) | def dbcon(self): class JsonApiResource (line 40) | class JsonApiResource: method json_dump_handler (line 46) | def json_dump_handler(value): method encode (line 56) | def encode(cls, data): class RestApiResource (line 64) | class RestApiResource(JsonApiResource): method __init__ (line 66) | def __init__(self, server_manager, executable, upload_dir, class WebpublishRestApiResource (line 77) | class WebpublishRestApiResource(JsonApiResource): method __init__ (line 80) | def __init__(self): class ProjectsEndpoint (line 84) | class ProjectsEndpoint(ResourceRestApiEndpoint): method get (line 86) | async def get(self) -> Response: class HiearchyEndpoint (line 101) | class HiearchyEndpoint(ResourceRestApiEndpoint): method get (line 103) | async def get(self, project_name) -> Response: class Node (line 166) | class Node(dict): method __init__ (line 169) | def __init__(self, uid, node_type, name): method parent (line 177) | def parent(self): method parent (line 181) | def parent(self, node): class TaskNode (line 187) | class TaskNode(Node): method __init__ (line 190) | def __init__(self, node_type, name): class BatchPublishEndpoint (line 197) | class BatchPublishEndpoint(WebpublishApiEndpoint): method post (line 199) | async def post(self, request) -> Response: class TaskPublishEndpoint (line 305) | class TaskPublishEndpoint(WebpublishApiEndpoint): method post (line 307) | async def post(self, request) -> Response: class BatchStatusEndpoint (line 315) | class BatchStatusEndpoint(WebpublishApiEndpoint): method get (line 321) | async def get(self, batch_id) -> Response: class UserReportEndpoint (line 339) | class UserReportEndpoint(WebpublishApiEndpoint): method get (line 345) | async def get(self, user) -> Response: class ConfiguredExtensionsEndpoint (line 363) | class ConfiguredExtensionsEndpoint(WebpublishApiEndpoint): method get (line 372) | async def get(self, project_name=None) -> Response: class BatchReprocessEndpoint (line 403) | class BatchReprocessEndpoint(WebpublishApiEndpoint): method post (line 409) | async def post(self, batch_id) -> Response: FILE: openpype/hosts/webpublisher/webserver_service/webserver.py function run_webserver (line 35) | def run_webserver(executable, upload_dir, host=None, port=None): function reprocess_failed (line 127) | def reprocess_failed(upload_dir, webserver_url): FILE: openpype/lib/applications.py class LaunchTypes (line 47) | class LaunchTypes: function parse_environments (line 66) | def parse_environments(env_data, env_group=None, platform_name=None): function get_logger (line 154) | def get_logger(): class ApplicationNotFound (line 162) | class ApplicationNotFound(Exception): method __init__ (line 165) | def __init__(self, app_name): class ApplictionExecutableNotFound (line 172) | class ApplictionExecutableNotFound(Exception): method __init__ (line 175) | def __init__(self, application): class ApplicationLaunchFailed (line 202) | class ApplicationLaunchFailed(Exception): class ApplicationGroup (line 210) | class ApplicationGroup: method __init__ (line 228) | def __init__(self, name, data, manager): method __repr__ (line 259) | def __repr__(self): method __iter__ (line 262) | def __iter__(self): method environment (line 267) | def environment(self): class Application (line 271) | class Application: method __init__ (line 286) | def __init__(self, name, data, group): method __repr__ (line 334) | def __repr__(self): method environment (line 338) | def environment(self): method manager (line 342) | def manager(self): method host_name (line 346) | def host_name(self): method icon (line 350) | def icon(self): method is_host (line 354) | def is_host(self): method find_executable (line 357) | def find_executable(self): method launch (line 368) | def launch(self, *args, **kwargs): class ApplicationManager (line 383) | class ApplicationManager: method __init__ (line 392) | def __init__(self, system_settings=None): method set_system_settings (line 404) | def set_system_settings(self, system_settings): method refresh (line 413) | def refresh(self): method find_latest_available_variant_for_group (line 489) | def find_latest_available_variant_for_group(self, group_name): method create_launch_context (line 502) | def create_launch_context(self, app_name, **data): method launch_with_context (line 526) | def launch_with_context(self, launch_context): method launch (line 538) | def launch(self, app_name, **data): class EnvironmentToolGroup (line 564) | class EnvironmentToolGroup: method __init__ (line 579) | def __init__(self, name, label, data, manager): method __repr__ (line 600) | def __repr__(self): method __iter__ (line 603) | def __iter__(self): method environment (line 608) | def environment(self): class EnvironmentTool (line 612) | class EnvironmentTool: method __init__ (line 624) | def __init__(self, name, label, variant_data, group): method __repr__ (line 646) | def __repr__(self): method environment (line 650) | def environment(self): method is_valid_for_app (line 653) | def is_valid_for_app(self, app): class ApplicationExecutable (line 667) | class ApplicationExecutable: method __init__ (line 670) | def __init__(self, executable): method __str__ (line 685) | def __str__(self): method __repr__ (line 688) | def __repr__(self): method macos_executable_prep (line 692) | def macos_executable_prep(executable): method as_args (line 734) | def as_args(self): method _realpath (line 737) | def _realpath(self): method exists (line 750) | def exists(self): class UndefinedApplicationExecutable (line 756) | class UndefinedApplicationExecutable(ApplicationExecutable): method __init__ (line 761) | def __init__(self): method __str__ (line 764) | def __str__(self): method __repr__ (line 767) | def __repr__(self): method as_args (line 770) | def as_args(self): method exists (line 773) | def exists(self): class LaunchHook (line 778) | class LaunchHook: method __init__ (line 795) | def __init__(self, launch_context): method class_validation (line 811) | def class_validation(cls, launch_context): method data (line 848) | def data(self): method application (line 852) | def application(self): method manager (line 856) | def manager(self): method host_name (line 860) | def host_name(self): method app_group (line 864) | def app_group(self): method app_name (line 868) | def app_name(self): method modules_manager (line 872) | def modules_manager(self): method validate (line 875) | def validate(self): method execute (line 886) | def execute(self, *args, **kwargs): class PreLaunchHook (line 891) | class PreLaunchHook(LaunchHook): class PostLaunchHook (line 901) | class PostLaunchHook(LaunchHook): class ApplicationLaunchContext (line 911) | class ApplicationLaunchContext: method __init__ (line 945) | def __init__( method env (line 1027) | def env(self): method env (line 1036) | def env(self, value): method _collect_addons_launch_hook_paths (line 1045) | def _collect_addons_launch_hook_paths(self): method paths_to_launch_hooks (line 1102) | def paths_to_launch_hooks(self): method discover_launch_hooks (line 1139) | def discover_launch_hooks(self, force=False): method app_name (line 1228) | def app_name(self): method host_name (line 1232) | def host_name(self): method app_group (line 1236) | def app_group(self): method manager (line 1240) | def manager(self): method _run_process (line 1243) | def _run_process(self): method run_prelaunch_hooks (line 1294) | def run_prelaunch_hooks(self): method launch (line 1315) | def launch(self): method clear_launch_args (line 1373) | def clear_launch_args(args): class MissingRequiredKey (line 1409) | class MissingRequiredKey(KeyError): class EnvironmentPrepData (line 1413) | class EnvironmentPrepData(dict): method __init__ (line 1423) | def __init__(self, data): function get_app_environments_for_context (line 1440) | def get_app_environments_for_context( function _merge_env (line 1486) | def _merge_env(env, current_env): function _add_python_version_paths (line 1498) | def _add_python_version_paths(app, env, logger, modules_manager): function prepare_app_environments (line 1534) | def prepare_app_environments( function apply_project_environments_value (line 1658) | def apply_project_environments_value( function prepare_context_environments (line 1696) | def prepare_context_environments(data, env_group=None, modules_manager=N... function _prepare_last_workfile (line 1805) | def _prepare_last_workfile(data, workdir, modules_manager): function should_start_last_workfile (line 1921) | def should_start_last_workfile( function should_workfile_tool_start (line 1971) | def should_workfile_tool_start( function get_non_python_host_kwargs (line 2021) | def get_non_python_host_kwargs(kwargs, allow_console=True): FILE: openpype/lib/attribute_definitions.py function register_attr_def_class (line 17) | def register_attr_def_class(cls): function get_attributes_keys (line 35) | def get_attributes_keys(attribute_definitions): function get_default_values (line 56) | def get_default_values(attribute_definitions): class AbstractAttrDefMeta (line 78) | class AbstractAttrDefMeta(ABCMeta): method __call__ (line 84) | def __call__(self, *args, **kwargs): class AbstractAttrDef (line 95) | class AbstractAttrDef(object): method __init__ (line 123) | def __init__( method id (line 151) | def id(self): method __eq__ (line 154) | def __eq__(self, other): method __ne__ (line 164) | def __ne__(self, other): method type (line 168) | def type(self): method convert_value (line 178) | def convert_value(self, value): method serialize (line 187) | def serialize(self): method deserialize (line 210) | def deserialize(cls, data): class UIDef (line 223) | class UIDef(AbstractAttrDef): method __init__ (line 226) | def __init__(self, key=None, default=None, *args, **kwargs): method convert_value (line 229) | def convert_value(self, value): class UISeparatorDef (line 233) | class UISeparatorDef(UIDef): class UILabelDef (line 237) | class UILabelDef(UIDef): method __init__ (line 240) | def __init__(self, label, key=None): method __eq__ (line 243) | def __eq__(self, other): class UnknownDef (line 253) | class UnknownDef(AbstractAttrDef): method __init__ (line 262) | def __init__(self, key, default=None, **kwargs): method convert_value (line 266) | def convert_value(self, value): class HiddenDef (line 270) | class HiddenDef(AbstractAttrDef): method __init__ (line 281) | def __init__(self, key, default=None, **kwargs): method convert_value (line 286) | def convert_value(self, value): class NumberDef (line 290) | class NumberDef(AbstractAttrDef): method __init__ (line 310) | def __init__( method __eq__ (line 341) | def __eq__(self, other): method convert_value (line 351) | def convert_value(self, value): class TextDef (line 366) | class TextDef(AbstractAttrDef): method __init__ (line 387) | def __init__( method __eq__ (line 411) | def __eq__(self, other): method convert_value (line 420) | def convert_value(self, value): method serialize (line 425) | def serialize(self): class EnumDef (line 431) | class EnumDef(AbstractAttrDef): method __init__ (line 448) | def __init__( method __eq__ (line 474) | def __eq__(self, other): method convert_value (line 483) | def convert_value(self, value): method serialize (line 493) | def serialize(self): method prepare_enum_items (line 500) | def prepare_enum_items(items): class BoolDef (line 562) | class BoolDef(AbstractAttrDef): method __init__ (line 571) | def __init__(self, key, default=None, **kwargs): method convert_value (line 576) | def convert_value(self, value): class FileDefItem (line 582) | class FileDefItem(object): method __init__ (line 583) | def __init__( method __str__ (line 596) | def __str__(self): method __repr__ (line 599) | def __repr__(self): method label (line 613) | def label(self): method split_sequence (line 656) | def split_sequence(self): method ext (line 667) | def ext(self): method lower_ext (line 676) | def lower_ext(self): method is_dir (line 683) | def is_dir(self): method set_directory (line 692) | def set_directory(self, directory): method set_filenames (line 695) | def set_filenames(self, filenames, frames=None, template=None): method create_empty_item (line 712) | def create_empty_item(cls): method from_value (line 716) | def from_value(cls, value, allow_sequences): method from_dict (line 754) | def from_dict(cls, data): method from_paths (line 763) | def from_paths(cls, paths, allow_sequences): method to_dict (line 792) | def to_dict(self): class FileDef (line 807) | class FileDef(AbstractAttrDef): method __init__ (line 829) | def __init__( method __eq__ (line 874) | def __eq__(self, other): method convert_value (line 885) | def convert_value(self, value): function serialize_attr_def (line 921) | def serialize_attr_def(attr_def): function serialize_attr_defs (line 934) | def serialize_attr_defs(attr_defs): function deserialize_attr_def (line 950) | def deserialize_attr_def(attr_def_data): function deserialize_attr_defs (line 962) | def deserialize_attr_defs(attr_defs_data): FILE: openpype/lib/connections.py function requests_post (line 5) | def requests_post(*args, **kwargs): function requests_get (line 23) | def requests_get(*args, **kwargs): FILE: openpype/lib/dateutils.py function get_datetime_data (line 6) | def get_datetime_data(datetime_obj=None): function get_timestamp (line 79) | def get_timestamp(datetime_obj=None): function get_formatted_current_time (line 94) | def get_formatted_current_time(): FILE: openpype/lib/env_tools.py function env_value_to_bool (line 4) | def env_value_to_bool(env_key=None, value=None, default=False): function get_paths_from_environ (line 30) | def get_paths_from_environ(env_key=None, env_value=None, return_first=Fa... FILE: openpype/lib/events.py class MissingEventSystem (line 15) | class MissingEventSystem(Exception): function _get_func_ref (line 19) | def _get_func_ref(func): function _get_func_info (line 25) | def _get_func_info(func): class weakref_partial (line 46) | class weakref_partial: method __init__ (line 73) | def __init__(self, func, *args, **kwargs): method __call__ (line 78) | def __call__(self, *args, **kwargs): method get_func (line 88) | def get_func(self): method is_valid (line 98) | def is_valid(self): method validate_signature (line 107) | def validate_signature(self, *args, **kwargs): class EventCallback (line 126) | class EventCallback(object): method __init__ (line 163) | def __init__(self, topic, func, order): method __repr__ (line 219) | def __repr__(self): method log (line 225) | def log(self): method is_ref_valid (line 231) | def is_ref_valid(self): method validate_ref (line 241) | def validate_ref(self): method enabled (line 252) | def enabled(self): method set_enabled (line 261) | def set_enabled(self, enabled): method deregister (line 270) | def deregister(self): method get_order (line 277) | def get_order(self): method set_order (line 286) | def set_order(self, order): method topic_matches (line 299) | def topic_matches(self, topic): method process_event (line 311) | def process_event(self, event): method _validate_order (line 349) | def _validate_order(self, order): method _get_callback (line 357) | def _get_callback(self): method _validate_ref (line 365) | def _validate_ref(self): class Event (line 384) | class Event(object): method __init__ (line 401) | def __init__(self, topic, data=None, source=None, event_system=None): method __getitem__ (line 410) | def __getitem__(self, key): method get (line 413) | def get(self, key, *args, **kwargs): method id (line 417) | def id(self): method source (line 421) | def source(self): method data (line 431) | def data(self): method topic (line 435) | def topic(self): method emit (line 444) | def emit(self): method to_data (line 454) | def to_data(self): method from_data (line 469) | def from_data(cls, event_data, event_system=None): class EventSystem (line 491) | class EventSystem(object): method __init__ (line 505) | def __init__(self): method add_callback (line 508) | def add_callback(self, topic, callback, order=None): method create_event (line 530) | def create_event(self, topic, data, source): method emit (line 544) | def emit(self, topic, data, source): method emit_event (line 562) | def emit_event(self, event): method _process_event (line 571) | def _process_event(self, event): class QueuedEventSystem (line 587) | class QueuedEventSystem(EventSystem): method __init__ (line 605) | def __init__(self, auto_execute=True): method __len__ (line 611) | def __len__(self): method count (line 614) | def count(self): method process_next_event (line 623) | def process_next_event(self): method emit_event (line 644) | def emit_event(self, event): class GlobalEventSystem (line 663) | class GlobalEventSystem: method get_global_event_system (line 673) | def get_global_event_system(cls): method add_callback (line 679) | def add_callback(cls, topic, callback): method emit (line 684) | def emit(cls, topic, data, source): function register_event_callback (line 689) | def register_event_callback(topic, callback): function emit_event (line 707) | def emit_event(topic, data=None, source=None): FILE: openpype/lib/execute.py function execute (line 19) | def execute(args, function run_subprocess (line 81) | def run_subprocess(*args, **kwargs): function clean_envs_for_ayon_process (line 167) | def clean_envs_for_ayon_process(env=None): function clean_envs_for_openpype_process (line 191) | def clean_envs_for_openpype_process(env=None): function run_ayon_launcher_process (line 212) | def run_ayon_launcher_process(*args, **kwargs): function run_openpype_process (line 249) | def run_openpype_process(*args, **kwargs): function run_detached_process (line 284) | def run_detached_process(args, **kwargs): function path_to_subprocess_arg (line 358) | def path_to_subprocess_arg(path): function get_ayon_launcher_args (line 366) | def get_ayon_launcher_args(*args): function get_openpype_execute_args (line 399) | def get_openpype_execute_args(*args): function get_linux_launcher_args (line 432) | def get_linux_launcher_args(*args): FILE: openpype/lib/file_transaction.py class DuplicateDestinationError (line 16) | class DuplicateDestinationError(ValueError): class FileTransaction (line 26) | class FileTransaction(object): method __init__ (line 57) | def __init__(self, log=None, allow_queue_replacements=False): method add (line 75) | def add(self, src, dst, mode=MODE_COPY): method process (line 112) | def process(self): method finalize (line 149) | def finalize(self): method rollback (line 159) | def rollback(self): method transferred (line 189) | def transferred(self): method backups (line 194) | def backups(self): method _create_folder_for_file (line 198) | def _create_folder_for_file(self, path): method _same_paths (line 209) | def _same_paths(self, src, dst): FILE: openpype/lib/local_settings.py function lru_cache (line 15) | def lru_cache(maxsize): class OpenPypeSecureRegistry (line 44) | class OpenPypeSecureRegistry: method __init__ (line 56) | def __init__(self, name): method set_item (line 74) | def set_item(self, name, value): method get_item (line 94) | def get_item(self, name, default=_PLACEHOLDER): method delete_item (line 127) | def delete_item(self, name): class ASettingRegistry (line 147) | class ASettingRegistry(): method __init__ (line 159) | def __init__(self, name): method set_item (line 166) | def set_item(self, name, value): method _set_item (line 178) | def _set_item(self, name, value): method __setitem__ (line 183) | def __setitem__(self, name, value): method get_item (line 187) | def get_item(self, name): method _get_item (line 204) | def _get_item(self, name): method __getitem__ (line 209) | def __getitem__(self, name): method delete_item (line 212) | def delete_item(self, name): method _delete_item (line 223) | def _delete_item(self, name): method __delitem__ (line 233) | def __delitem__(self, name): class IniSettingRegistry (line 238) | class IniSettingRegistry(ASettingRegistry): method __init__ (line 245) | def __init__(self, name, path): method set_item_section (line 258) | def set_item_section( method _set_item (line 283) | def _set_item(self, name, value): method set_item (line 287) | def set_item(self, name, value): method get_item (line 303) | def get_item(self, name): method get_item_from_section (line 323) | def get_item_from_section(self, section, name): method _get_item (line 351) | def _get_item(self, name): method delete_item_from_section (line 355) | def delete_item_from_section(self, section, name): method _delete_item (line 384) | def _delete_item(self, name): class JSONSettingRegistry (line 394) | class JSONSettingRegistry(ASettingRegistry): method __init__ (line 397) | def __init__(self, name, path): method _get_item (line 418) | def _get_item(self, name): method get_item (line 435) | def get_item(self, name): method _set_item (line 451) | def _set_item(self, name, value): method set_item (line 466) | def set_item(self, name, value): method _delete_item (line 477) | def _delete_item(self, name): class OpenPypeSettingsRegistry (line 488) | class OpenPypeSettingsRegistry(JSONSettingRegistry): method __init__ (line 497) | def __init__(self, name=None): function _create_local_site_id (line 514) | def _create_local_site_id(registry=None): function get_ayon_appdirs (line 530) | def get_ayon_appdirs(*args): function _get_ayon_local_site_id (line 546) | def _get_ayon_local_site_id(): function get_local_site_id (line 569) | def get_local_site_id(): function change_openpype_mongo_url (line 590) | def change_openpype_mongo_url(new_mongo_url): function get_openpype_username (line 606) | def get_openpype_username(): function is_admin_password_required (line 633) | def is_admin_password_required(): FILE: openpype/lib/log.py class LogStreamHandler (line 46) | class LogStreamHandler(logging.StreamHandler): method __init__ (line 51) | def __init__(self, stream=None): method enable (line 55) | def enable(self): method disable (line 62) | def disable(self): method emit (line 69) | def emit(self, record): class LogFormatter (line 117) | class LogFormatter(logging.Formatter): method __init__ (line 122) | def __init__(self, formats): method format (line 128) | def format(self, record): class MongoFormatter (line 151) | class MongoFormatter(logging.Formatter): method format (line 156) | def format(self, record): class Logger (line 191) | class Logger: method get_logger (line 235) | def get_logger(cls, name=None, _host=None): method _get_mongo_handler (line 288) | def _get_mongo_handler(cls): method _get_console_handler (line 312) | def _get_console_handler(cls): method initialize (line 321) | def initialize(cls): method _initialize (line 332) | def _initialize(cls): method get_process_data (line 390) | def get_process_data(cls): method set_process_name (line 420) | def set_process_name(cls, process_name): method get_process_name (line 429) | def get_process_name(cls): method bootstrap_mongo_log (line 457) | def bootstrap_mongo_log(cls): method get_log_mongo_connection (line 491) | def get_log_mongo_connection(cls): FILE: openpype/lib/openpype_version.py function get_openpype_version (line 24) | def get_openpype_version(): function get_ayon_launcher_version (line 29) | def get_ayon_launcher_version(): function get_build_version (line 42) | def get_build_version(): function is_running_from_build (line 65) | def is_running_from_build(): function is_staging_enabled (line 82) | def is_staging_enabled(): function is_running_staging (line 88) | def is_running_staging(): function get_OpenPypeVersion (line 153) | def get_OpenPypeVersion(): function op_version_control_available (line 158) | def op_version_control_available(): function get_installed_version (line 165) | def get_installed_version(): function get_available_versions (line 175) | def get_available_versions(*args, **kwargs): function openpype_path_is_set (line 184) | def openpype_path_is_set(): function openpype_path_is_accessible (line 191) | def openpype_path_is_accessible(): function get_local_versions (line 198) | def get_local_versions(*args, **kwargs): function get_remote_versions (line 205) | def get_remote_versions(*args, **kwargs): function get_latest_version (line 212) | def get_latest_version(local=None, remote=None): function get_expected_studio_version (line 223) | def get_expected_studio_version(staging=None): function get_expected_version (line 232) | def get_expected_version(staging=None): function is_current_version_studio_latest (line 243) | def is_current_version_studio_latest(): function is_current_version_higher_than_expected (line 276) | def is_current_version_higher_than_expected(): FILE: openpype/lib/path_templates.py function merge_dict (line 15) | def merge_dict(main_dict, enhance_dict): class TemplateMissingKey (line 41) | class TemplateMissingKey(Exception): method __init__ (line 46) | def __init__(self, parents): class TemplateUnsolved (line 53) | class TemplateUnsolved(Exception): method __init__ (line 60) | def __init__(self, template, missing_keys, invalid_types): class StringTemplate (line 83) | class StringTemplate(object): method __init__ (line 85) | def __init__(self, template): method __str__ (line 124) | def __str__(self): method __repr__ (line 127) | def __repr__(self): method __contains__ (line 130) | def __contains__(self, other): method replace (line 133) | def replace(self, *args, **kwargs): method template (line 138) | def template(self): method format (line 141) | def format(self, data): method format_strict (line 180) | def format_strict(self, *args, **kwargs): method format_template (line 186) | def format_template(cls, template, data): method format_strict_template (line 191) | def format_strict_template(cls, template, data): method find_optional_parts (line 196) | def find_optional_parts(parts): class TemplatesDict (line 244) | class TemplatesDict(object): method __init__ (line 245) | def __init__(self, templates=None): method set_templates (line 251) | def set_templates(self, templates): method __getitem__ (line 266) | def __getitem__(self, key): method get (line 269) | def get(self, key, *args, **kwargs): method raw_templates (line 273) | def raw_templates(self): method templates (line 277) | def templates(self): method objected_templates (line 281) | def objected_templates(self): method _create_template_object (line 284) | def _create_template_object(self, template): method create_objected_templates (line 298) | def create_objected_templates(self, templates): method _format_value (line 319) | def _format_value(self, value, data): method _solve_dict (line 327) | def _solve_dict(self, templates, data): method format (line 344) | def format(self, in_data, only_keys=True, strict=True): class TemplateResult (line 374) | class TemplateResult(str): method __new__ (line 397) | def __new__( method __copy__ (line 409) | def __copy__(self, *args, **kwargs): method __deepcopy__ (line 412) | def __deepcopy__(self, *args, **kwargs): method validate (line 415) | def validate(self): method copy (line 423) | def copy(self): method normalized (line 434) | def normalized(self): class TemplatesResultDict (line 448) | class TemplatesResultDict(dict): method __init__ (line 451) | def __init__(self, in_data, key=None, parent=None, strict=None): method __getitem__ (line 464) | def __getitem__(self, key): method raise_on_unsolved (line 480) | def raise_on_unsolved(self): method hierarchy (line 486) | def hierarchy(self): method missing_keys (line 500) | def missing_keys(self): method invalid_types (line 508) | def invalid_types(self): method used_values (line 516) | def used_values(self): method get_solved (line 523) | def get_solved(self): class TemplatePartResult (line 541) | class TemplatePartResult: method __init__ (line 543) | def __init__(self, optional=False): method add_output (line 565) | def add_output(self, other): method solved (line 589) | def solved(self): method optional (line 602) | def optional(self): method output (line 606) | def output(self): method missing_keys (line 610) | def missing_keys(self): method missing_optional_keys (line 614) | def missing_optional_keys(self): method invalid_types (line 618) | def invalid_types(self): method invalid_optional_types (line 622) | def invalid_optional_types(self): method realy_used_values (line 626) | def realy_used_values(self): method used_values (line 630) | def used_values(self): method split_keys_to_subdicts (line 634) | def split_keys_to_subdicts(values): method get_clean_used_values (line 650) | def get_clean_used_values(self): method add_realy_used_value (line 659) | def add_realy_used_value(self, key, value): method add_used_value (line 662) | def add_used_value(self, key, value): method add_missing_key (line 665) | def add_missing_key(self, key): method add_invalid_type (line 671) | def add_invalid_type(self, key, value): class FormatObject (line 678) | class FormatObject(object): method __init__ (line 683) | def __init__(self): method __format__ (line 686) | def __format__(self, *args, **kwargs): method __str__ (line 689) | def __str__(self): method __repr__ (line 692) | def __repr__(self): class FormattingPart (line 696) | class FormattingPart: method __init__ (line 704) | def __init__(self, template): method template (line 708) | def template(self): method __repr__ (line 711) | def __repr__(self): method __str__ (line 714) | def __str__(self): method validate_value_type (line 718) | def validate_value_type(value): method format (line 728) | def format(self, data, result): class OptionalPart (line 809) | class OptionalPart: method __init__ (line 819) | def __init__(self, parts): method parts (line 823) | def parts(self): method __str__ (line 826) | def __str__(self): method __repr__ (line 829) | def __repr__(self): method format (line 832) | def format(self, data, result): FILE: openpype/lib/path_tools.py function format_file_size (line 11) | def format_file_size(file_size, suffix=None): function create_hard_link (line 32) | def create_hard_link(src_path, dst_path): function collect_frames (line 68) | def collect_frames(files): function _rreplace (line 105) | def _rreplace(s, a, b, n=1): function version_up (line 110) | def version_up(filepath): function get_version_from_path (line 170) | def get_version_from_path(file): function get_last_version_from_path (line 191) | def get_last_version_from_path(path_dir, filter): FILE: openpype/lib/plugin_tools.py function prepare_template_data (line 10) | def prepare_template_data(fill_pairs): function source_hash (line 54) | def source_hash(filepath, *args): FILE: openpype/lib/profiles_filtering.py function compile_list_of_regexes (line 7) | def compile_list_of_regexes(in_list): function _profile_exclusion (line 26) | def _profile_exclusion(matching_profiles, logger): function fullmatch (line 74) | def fullmatch(regex, string, flags=0): function validate_value_by_regexes (line 82) | def validate_value_by_regexes(value, in_list): function filter_profiles (line 119) | def filter_profiles(profiles_data, key_values, keys_order=None, logger=N... FILE: openpype/lib/profiling.py function do_profile (line 7) | def do_profile(fn, to_file=None): FILE: openpype/lib/project_backpack.py function add_timestamp (line 37) | def add_timestamp(filepath): function get_project_document (line 45) | def get_project_document(project_name, database_name=None): function _pack_files_to_zip (line 64) | def _pack_files_to_zip(zip_stream, source_path, root_path): function pack_project (line 85) | def pack_project( function _unpack_project_files (line 208) | def _unpack_project_files(unzip_dir, root_path, project_name): function unpack_project (line 248) | def unpack_project( FILE: openpype/lib/pype_info.py function get_openpype_info (line 19) | def get_openpype_info(): function get_ayon_info (line 37) | def get_ayon_info(): function get_workstation_info (line 52) | def get_workstation_info(): function get_all_current_info (line 69) | def get_all_current_info(): function extract_pype_info_to_file (line 84) | def extract_pype_info_to_file(dirpath): FILE: openpype/lib/python_2_comp.py class _WeakCallable (line 7) | class _WeakCallable: method __init__ (line 8) | def __init__(self, obj, func): method __call__ (line 12) | def __call__(self, *args, **kws): class WeakMethod (line 19) | class WeakMethod: method __init__ (line 24) | def __init__(self, fn): method __call__ (line 33) | def __call__(self): method _dead (line 38) | def _dead(self): method _getobj (line 41) | def _getobj(self): FILE: openpype/lib/python_module_tools.py function import_filepath (line 13) | def import_filepath(filepath, module_name=None): function modules_from_path (line 48) | def modules_from_path(folder_path): function recursive_bases_from_class (line 106) | def recursive_bases_from_class(klass): function classes_from_module (line 116) | def classes_from_module(superclass, module): function _import_module_from_dirpath_py2 (line 142) | def _import_module_from_dirpath_py2(dirpath, module_name, dst_module_name): function _import_module_from_dirpath_py3 (line 164) | def _import_module_from_dirpath_py3(dirpath, module_name, dst_module_name): function import_module_from_dirpath (line 204) | def import_module_from_dirpath(dirpath, folder_name, dst_module_name=None): function is_func_signature_supported (line 235) | def is_func_signature_supported(func, *args, **kwargs): FILE: openpype/lib/terminal.py class Terminal (line 18) | class Terminal: method _initialize (line 37) | def _initialize(): method _multiple_replace (line 132) | def _multiple_replace(text, adict): method echo (line 152) | def echo(message): method log (line 169) | def log(message): FILE: openpype/lib/transcoding.py function get_transcode_temp_directory (line 69) | def get_transcode_temp_directory(): function get_oiio_info_for_input (line 81) | def get_oiio_info_for_input(filepath, logger=None, subimages=False): class RationalToInt (line 132) | class RationalToInt: method __init__ (line 135) | def __init__(self, string_value): method value (line 146) | def value(self): method string_value (line 150) | def string_value(self): method __format__ (line 153) | def __format__(self, *args, **kwargs): method __float__ (line 156) | def __float__(self): method __str__ (line 159) | def __str__(self): method __repr__ (line 162) | def __repr__(self): function convert_value_by_type_name (line 166) | def convert_value_by_type_name(value_type, value, logger=None): function parse_oiio_xml_output (line 257) | def parse_oiio_xml_output(xml_string, logger=None): function get_review_info_by_layer_name (line 319) | def get_review_info_by_layer_name(channel_names): function get_convert_rgb_channels (line 405) | def get_convert_rgb_channels(channel_names): function get_review_layer_name (line 449) | def get_review_layer_name(src_filepath): function should_convert_for_ffmpeg (line 477) | def should_convert_for_ffmpeg(src_filepath): function convert_for_ffmpeg (line 533) | def convert_for_ffmpeg( function convert_input_paths_for_ffmpeg (line 659) | def convert_input_paths_for_ffmpeg( function get_ffprobe_data (line 771) | def get_ffprobe_data(path_to_file, logger=None): function get_ffprobe_streams (line 827) | def get_ffprobe_streams(path_to_file, logger=None): function get_ffmpeg_format_args (line 837) | def get_ffmpeg_format_args(ffprobe_data, source_ffmpeg_cmd=None): function _ffmpeg_mxf_format_args (line 850) | def _ffmpeg_mxf_format_args(ffprobe_data, source_ffmpeg_cmd): function get_ffmpeg_codec_args (line 860) | def get_ffmpeg_codec_args(ffprobe_data, source_ffmpeg_cmd=None, logger=N... function _ffmpeg_prores_codec_args (line 921) | def _ffmpeg_prores_codec_args(stream_data, source_ffmpeg_cmd): function _ffmpeg_h264_codec_args (line 960) | def _ffmpeg_h264_codec_args(stream_data, source_ffmpeg_cmd): function _ffmpeg_dnxhd_codec_args (line 985) | def _ffmpeg_dnxhd_codec_args(stream_data, source_ffmpeg_cmd): function convert_ffprobe_fps_value (line 1042) | def convert_ffprobe_fps_value(str_value): function convert_ffprobe_fps_to_float (line 1062) | def convert_ffprobe_fps_to_float(value): function convert_colorspace (line 1099) | def convert_colorspace( function split_cmd_args (line 1183) | def split_cmd_args(in_args): function get_rescaled_command_arguments (line 1201) | def get_rescaled_command_arguments( function _get_image_dimensions (line 1344) | def _get_image_dimensions(application, input_path, log): function convert_color_values (line 1386) | def convert_color_values(application, color_value): function get_oiio_input_and_channel_args (line 1415) | def get_oiio_input_and_channel_args(oiio_input_info, alpha_default=None): FILE: openpype/lib/usdlib.py function create_asset (line 31) | def create_asset( function create_shot (line 81) | def create_shot(filepath, layers, create_layers=False): function create_model (line 121) | def create_model(filename, asset, variant_subsets): function create_shade (line 172) | def create_shade(filename, asset, variant_subsets): function create_shade_variation (line 209) | def create_shade_variation(filename, asset, model_variant, shade_variants): function _create_variants_file (line 237) | def _create_variants_file( function get_usd_master_path (line 309) | def get_usd_master_path(asset, subset, representation): function parse_avalon_uri (line 355) | def parse_avalon_uri(uri): FILE: openpype/lib/vendor_bin_utils.py class ToolNotFoundError (line 11) | class ToolNotFoundError(Exception): class CachedToolPaths (line 15) | class CachedToolPaths: method is_tool_cached (line 25) | def is_tool_cached(cls, tool): method get_executable_path (line 29) | def get_executable_path(cls, tool): method cache_executable_path (line 33) | def cache_executable_path(cls, tool, path): function is_file_executable (line 37) | def is_file_executable(filepath): function find_executable (line 56) | def find_executable(executable): function get_vendor_bin_path (line 143) | def get_vendor_bin_path(bin_app): function find_tool_in_custom_paths (line 167) | def find_tool_in_custom_paths(paths, tool, validation_func=None): function _check_args_returncode (line 231) | def _check_args_returncode(args): function _oiio_executable_validation (line 261) | def _oiio_executable_validation(args): function _get_ayon_oiio_tool_args (line 297) | def _get_ayon_oiio_tool_args(tool_name): function get_oiio_tools_path (line 312) | def get_oiio_tools_path(tool="oiiotool"): function get_oiio_tool_args (line 361) | def get_oiio_tool_args(tool_name, *extra_args): function _ffmpeg_executable_validation (line 387) | def _ffmpeg_executable_validation(args): function _get_ayon_ffmpeg_tool_args (line 422) | def _get_ayon_ffmpeg_tool_args(tool_name): function get_ffmpeg_tool_path (line 438) | def get_ffmpeg_tool_path(tool="ffmpeg"): function get_ffmpeg_tool_args (line 488) | def get_ffmpeg_tool_args(tool_name, *extra_args): function is_oiio_supported (line 514) | def is_oiio_supported(): FILE: openpype/modules/asset_reporter/module.py class AssetReporterAction (line 8) | class AssetReporterAction(OpenPypeModule, ITrayAction): method tray_init (line 13) | def tray_init(self): method initialize (line 16) | def initialize(self, modules_settings): method on_action_trigger (line 19) | def on_action_trigger(self): FILE: openpype/modules/asset_reporter/window.py class AssetReporterRegistry (line 26) | class AssetReporterRegistry(JSONSettingRegistry): method __init__ (line 37) | def __init__(self): class OverlayWidget (line 45) | class OverlayWidget(QtWidgets.QFrame): method __init__ (line 52) | def __init__(self, publisher_window): method showEvent (line 123) | def showEvent(self, event): method _on_double_click (line 151) | def _on_double_click(self): method _on_confirm_click (line 154) | def _on_confirm_click(self): method _on_cancel_click (line 157) | def _on_cancel_click(self): method _on_text_changed (line 160) | def _on_text_changed(self): method set_selected_project (line 164) | def set_selected_project(self): method _set_project (line 170) | def _set_project(self, project_name): class AssetReporterWindow (line 179) | class AssetReporterWindow(QtWidgets.QDialog): method __init__ (line 184) | def __init__(self, parent=None, controller=None, reset_on_show=None): method _on_project_select (line 230) | def _on_project_select(self, project_name: str): method copy_to_clipboard (line 268) | def copy_to_clipboard(self): method save_to_file (line 272) | def save_to_file(self): method set_content (line 277) | def set_content(self, content): method get_content (line 280) | def get_content(self): method _resize_overlay (line 283) | def _resize_overlay(self): method resizeEvent (line 289) | def resizeEvent(self, event): method _get_subset (line 293) | def _get_subset(self, version_id, project: Collection): method process (line 317) | def process(self): method _write_csv (line 399) | def _write_csv(self, file_name: str) -> None: function main (line 410) | def main(): FILE: openpype/modules/avalon_apps/avalon_app.py class AvalonModule (line 7) | class AvalonModule(OpenPypeModule, ITrayModule): method initialize (line 10) | def initialize(self, modules_settings): method get_global_environments (line 33) | def get_global_environments(self): method tray_init (line 43) | def tray_init(self): method tray_menu (line 57) | def tray_menu(self, tray_menu): method tray_start (line 71) | def tray_start(self, *_a, **_kw): method tray_exit (line 74) | def tray_exit(self, *_a, **_kw): method show_library_loader (line 77) | def show_library_loader(self): method webserver_initialization (line 96) | def webserver_initialization(self, server_manager): method _init_library_loader (line 102) | def _init_library_loader(self): method _init_ayon_loader (line 117) | def _init_ayon_loader(self): FILE: openpype/modules/avalon_apps/rest_api.py class _RestApiEndpoint (line 17) | class _RestApiEndpoint(RestApiEndpoint): method __init__ (line 18) | def __init__(self, resource): class AvalonProjectsEndpoint (line 23) | class AvalonProjectsEndpoint(_RestApiEndpoint): method get (line 24) | async def get(self) -> Response: class AvalonProjectEndpoint (line 36) | class AvalonProjectEndpoint(_RestApiEndpoint): method get (line 37) | async def get(self, project_name) -> Response: class AvalonAssetsEndpoint (line 51) | class AvalonAssetsEndpoint(_RestApiEndpoint): method get (line 52) | async def get(self, project_name) -> Response: class AvalonAssetEndpoint (line 61) | class AvalonAssetEndpoint(_RestApiEndpoint): method get (line 62) | async def get(self, project_name, asset_name) -> Response: class AvalonRestApiResource (line 78) | class AvalonRestApiResource: method __init__ (line 79) | def __init__(self, avalon_module, server_manager): method register (line 110) | def register(self): method json_dump_handler (line 118) | def json_dump_handler(value): method encode (line 126) | def encode(cls, data): FILE: openpype/modules/base.py class _ModuleClass (line 82) | class _ModuleClass(object): method __init__ (line 89) | def __init__(self, name): method __getattr__ (line 100) | def __getattr__(self, attr_name): method __iter__ (line 109) | def __iter__(self): method __setattr__ (line 113) | def __setattr__(self, attr_name, value): method __setitem__ (line 122) | def __setitem__(self, key, value): method __getitem__ (line 125) | def __getitem__(self, key): method log (line 129) | def log(self): method get (line 136) | def get(self, key, default=None): method keys (line 139) | def keys(self): method values (line 142) | def values(self): method items (line 145) | def items(self): class _InterfacesClass (line 149) | class _InterfacesClass(_ModuleClass): method __getattr__ (line 157) | def __getattr__(self, attr_name): class _LoadCache (line 178) | class _LoadCache: function get_default_modules_dir (line 185) | def get_default_modules_dir(): function get_dynamic_modules_dirs (line 199) | def get_dynamic_modules_dirs(): function get_module_dirs (line 235) | def get_module_dirs(): function load_interfaces (line 251) | def load_interfaces(force=False): function _load_interfaces (line 274) | def _load_interfaces(): function load_modules (line 295) | def load_modules(force=False): function _get_ayon_bundle_data (line 329) | def _get_ayon_bundle_data(): function _get_ayon_addons_information (line 345) | def _get_ayon_addons_information(bundle_info): function _load_ayon_addons (line 376) | def _load_ayon_addons(openpype_modules, modules_key, log): function _load_modules (line 518) | def _load_modules(): class AYONAddon (line 653) | class AYONAddon(object): method __init__ (line 669) | def __init__(self, manager, settings): method id (line 677) | def id(self): method name (line 690) | def name(self): method initialize (line 699) | def initialize(self, settings): method connect_with_modules (line 711) | def connect_with_modules(self, enabled_addons): method get_global_environments (line 720) | def get_global_environments(self): method modify_application_launch_arguments (line 731) | def modify_application_launch_arguments(self, application, env): method on_host_install (line 744) | def on_host_install(self, host, host_name, project_name): method cli (line 764) | def cli(self, module_click_group): class OpenPypeModule (line 793) | class OpenPypeModule(AYONAddon): class OpenPypeAddOn (line 807) | class OpenPypeAddOn(OpenPypeModule): class ModulesManager (line 812) | class ModulesManager: method __init__ (line 825) | def __init__(self, system_settings=None, ayon_settings=None): method __getitem__ (line 840) | def __getitem__(self, module_name): method get (line 843) | def get(self, module_name, default=None): method get_enabled_module (line 856) | def get_enabled_module(self, module_name, default=None): method initialize_modules (line 875) | def initialize_modules(self): method connect_modules (line 970) | def connect_modules(self): method get_enabled_modules (line 997) | def get_enabled_modules(self): method collect_global_environments (line 1010) | def collect_global_environments(self): method collect_plugin_paths (line 1033) | def collect_plugin_paths(self): method _collect_plugin_paths (line 1090) | def _collect_plugin_paths(self, method_name, *args, **kwargs): method collect_create_plugin_paths (line 1117) | def collect_create_plugin_paths(self, host_name): method collect_load_plugin_paths (line 1134) | def collect_load_plugin_paths(self, host_name): method collect_publish_plugin_paths (line 1149) | def collect_publish_plugin_paths(self, host_name): method collect_inventory_action_paths (line 1164) | def collect_inventory_action_paths(self, host_name): method get_host_module (line 1179) | def get_host_module(self, host_name): method get_host_names (line 1199) | def get_host_names(self): method print_report (line 1213) | def print_report(self): class TrayModulesManager (line 1330) | class TrayModulesManager(ModulesManager): method __init__ (line 1346) | def __init__(self): method add_doubleclick_callback (line 1359) | def add_doubleclick_callback(self, module, callback): method initialize (line 1382) | def initialize(self, tray_manager, tray_menu): method get_enabled_tray_modules (line 1389) | def get_enabled_tray_modules(self): method restart_tray (line 1402) | def restart_tray(self): method tray_init (line 1406) | def tray_init(self): method tray_menu (line 1431) | def tray_menu(self, tray_menu): method start_modules (line 1470) | def start_modules(self): method on_exit (line 1497) | def on_exit(self): function get_module_settings_defs (line 1511) | def get_module_settings_defs(): class BaseModuleSettingsDef (line 1567) | class BaseModuleSettingsDef: method id (line 1572) | def id(self): method get_settings_schemas (line 1582) | def get_settings_schemas(self, schema_type): method get_dynamic_schemas (line 1595) | def get_dynamic_schemas(self, schema_type): method get_defaults (line 1607) | def get_defaults(self, top_key): method save_defaults (line 1620) | def save_defaults(self, top_key, data): class ModuleSettingsDef (line 1630) | class ModuleSettingsDef(BaseModuleSettingsDef): method get_defaults (line 1636) | def get_defaults(self, top_key): method save_defaults (line 1644) | def save_defaults(self, top_key, data): method get_settings_schemas (line 1651) | def get_settings_schemas(self, schema_type): method get_dynamic_schemas (line 1659) | def get_dynamic_schemas(self, schema_type): method get_system_settings_schemas (line 1668) | def get_system_settings_schemas(self): method get_project_settings_schemas (line 1678) | def get_project_settings_schemas(self): method get_system_dynamic_schemas (line 1688) | def get_system_dynamic_schemas(self): method get_project_dynamic_schemas (line 1699) | def get_project_dynamic_schemas(self): method get_default_system_settings (line 1710) | def get_default_system_settings(self): method get_default_project_settings (line 1719) | def get_default_project_settings(self): method save_system_defaults (line 1728) | def save_system_defaults(self, data): method save_project_defaults (line 1736) | def save_project_defaults(self, data): class JsonFilesSettingsDef (line 1744) | class JsonFilesSettingsDef(ModuleSettingsDef): method get_settings_root_path (line 1780) | def get_settings_root_path(self): method __init__ (line 1784) | def __init__(self): method _load_json_file_data (line 1817) | def _load_json_file_data(self, path): method get_default_system_settings (line 1822) | def get_default_system_settings(self): method get_default_project_settings (line 1830) | def get_default_project_settings(self): method _save_data_to_filepath (line 1838) | def _save_data_to_filepath(self, path, data): method save_system_defaults (line 1846) | def save_system_defaults(self, data): method save_project_defaults (line 1853) | def save_project_defaults(self, data): method get_system_dynamic_schemas (line 1860) | def get_system_dynamic_schemas(self): method get_project_dynamic_schemas (line 1870) | def get_project_dynamic_schemas(self): method _load_files_from_path (line 1880) | def _load_files_from_path(self, path): method get_system_settings_schemas (line 1913) | def get_system_settings_schemas(self): method get_project_settings_schemas (line 1922) | def get_project_settings_schemas(self): FILE: openpype/modules/click_wrap.py class Command (line 118) | class Command(object): method __init__ (line 119) | def __init__(self, func, *args, **kwargs): method to_click_obj (line 130) | def to_click_obj(self): method get_args (line 139) | def get_args(self): method get_kwargs (line 146) | def get_kwargs(self): method get_func (line 153) | def get_func(self): method iter_options (line 160) | def iter_options(self): method add_option (line 169) | def add_option(self, *args, **kwargs): method add_argument (line 172) | def add_argument(self, *args, **kwargs): method add_option_by_type (line 178) | def add_option_by_type(self, option_name, *args, **kwargs): class Group (line 183) | class Group(Command): method __init__ (line 184) | def __init__(self, func, *args, **kwargs): method iter_commands (line 190) | def iter_commands(self): method add_command (line 195) | def add_command(self, command): method add_group (line 204) | def add_group(self, group): method command (line 213) | def command(self, *args, **kwargs): method group (line 221) | def group(self, *args, **kwargs): method _add_new (line 229) | def _add_new(self, target_cls, *args, **kwargs): function convert_to_click (line 246) | def convert_to_click(obj_to_convert): function group (line 310) | def group(*args, **kwargs): function command (line 325) | def command(*args, **kwargs): function argument (line 340) | def argument(*args, **kwargs): function option (line 348) | def option(*args, **kwargs): function _add_option_to_func (line 356) | def _add_option_to_func(func, option_name, *args, **kwargs): FILE: openpype/modules/clockify/clockify_api.py class ClockifyAPI (line 16) | class ClockifyAPI: method __init__ (line 19) | def __init__(self, api_key=None, master_parent=None): method secure_registry (line 28) | def secure_registry(self): method headers (line 34) | def headers(self): method workspace_id (line 38) | def workspace_id(self): method user_id (line 42) | def user_id(self): method verify_api (line 45) | def verify_api(self): method set_api (line 51) | def set_api(self, api_key=None): method validate_api_key (line 64) | def validate_api_key(self, api_key): method validate_workspace_permissions (line 74) | def validate_workspace_permissions(self, workspace_id=None, user_id=No... method get_user_id (line 93) | def get_user_id(self): method set_workspace (line 103) | def set_workspace(self, name=None): method validate_workspace (line 120) | def validate_workspace(self, name=None): method set_user_id (line 128) | def set_user_id(self): method get_api_key (line 136) | def get_api_key(self): method save_api_key (line 139) | def save_api_key(self, api_key): method get_workspaces (line 142) | def get_workspaces(self): method get_projects (line 151) | def get_projects(self, workspace_id=None): method get_project_by_id (line 162) | def get_project_by_id(self, project_id, workspace_id=None): method get_tags (line 174) | def get_tags(self, workspace_id=None): method get_tasks (line 184) | def get_tasks(self, project_id, workspace_id=None): method get_workspace_id (line 196) | def get_workspace_id(self, workspace_name): method get_project_id (line 202) | def get_project_id(self, project_name, workspace_id=None): method get_tag_id (line 210) | def get_tag_id(self, tag_name, workspace_id=None): method get_task_id (line 218) | def get_task_id(self, task_name, project_id, workspace_id=None): method get_current_time (line 226) | def get_current_time(self): method start_time_entry (line 229) | def start_time_entry( method _get_current_timer_values (line 292) | def _get_current_timer_values(self, response): method get_in_progress (line 303) | def get_in_progress(self, user_id=None, workspace_id=None): method finish_time_entry (line 318) | def finish_time_entry(self, workspace_id=None, user_id=None): method get_time_entries (line 335) | def get_time_entries(self, workspace_id=None, user_id=None, quantity=10): method remove_time_entry (line 348) | def remove_time_entry(self, tid, workspace_id=None, user_id=None): method add_project (line 359) | def add_project(self, name, workspace_id=None): method add_workspace (line 376) | def add_workspace(self, name): method add_task (line 384) | def add_task(self, name, project_id, workspace_id=None): method add_tag (line 396) | def add_tag(self, name, workspace_id=None): method delete_project (line 406) | def delete_project(self, project_id, workspace_id=None): method convert_input (line 418) | def convert_input( FILE: openpype/modules/clockify/clockify_module.py class ClockifyModule (line 11) | class ClockifyModule(OpenPypeModule, ITrayModule, IPluginPaths): method initialize (line 14) | def initialize(self, modules_settings): method clockify_api (line 33) | def clockify_api(self): method get_global_environments (line 40) | def get_global_environments(self): method tray_init (line 43) | def tray_init(self): method tray_start (line 63) | def tray_start(self): method tray_exit (line 75) | def tray_exit(self, *_a, **_kw): method get_plugin_paths (line 78) | def get_plugin_paths(self): method get_ftrack_event_handler_paths (line 85) | def get_ftrack_event_handler_paths(self): method clockify_timer_stopped (line 92) | def clockify_timer_stopped(self): method start_timer_check (line 96) | def start_timer_check(self): method stop_timer_check (line 105) | def stop_timer_check(self): method check_running (line 111) | def check_running(self): method signed_in (line 158) | def signed_in(self): method on_message_widget_close (line 168) | def on_message_widget_close(self): method tray_menu (line 172) | def tray_menu(self, parent_menu): method show_settings (line 195) | def show_settings(self): method set_menu_visibility (line 201) | def set_menu_visibility(self): method register_timers_manager (line 205) | def register_timers_manager(self, timer_manager_module): method timer_started (line 209) | def timer_started(self, data): method timer_stopped (line 214) | def timer_stopped(self): method stop_timer (line 219) | def stop_timer(self): method _verify_project_exists (line 223) | def _verify_project_exists(self, project_name): method start_timer (line 247) | def start_timer(self, input_data): FILE: openpype/modules/clockify/ftrack/server/action_clockify_sync_server.py class SyncClockifyServer (line 7) | class SyncClockifyServer(ServerAction): method __init__ (line 16) | def __init__(self, *args, **kwargs): method discover (line 42) | def discover(self, session, entities, event): method launch (line 50) | def launch(self, session, entities, event): function register (line 143) | def register(session, **kw): FILE: openpype/modules/clockify/ftrack/user/action_clockify_sync_local.py class SyncClockifyLocal (line 6) | class SyncClockifyLocal(BaseAction): method __init__ (line 20) | def __init__(self, *args, **kwargs): method discover (line 25) | def discover(self, session, entities, event): method launch (line 33) | def launch(self, session, entities, event): function register (line 127) | def register(session, **kw): FILE: openpype/modules/clockify/launcher_actions/ClockifyStart.py class ClockifyStart (line 6) | class ClockifyStart(LauncherAction): method is_compatible (line 13) | def is_compatible(self, session): method process (line 19) | def process(self, session, **kwargs): FILE: openpype/modules/clockify/launcher_actions/ClockifySync.py class ClockifyPermissionsCheckFailed (line 6) | class ClockifyPermissionsCheckFailed(Exception): class ClockifySync (line 14) | class ClockifySync(LauncherAction): method is_compatible (line 21) | def is_compatible(self, session): method process (line 29) | def process(self, session, **kwargs): FILE: openpype/modules/clockify/widgets.py class MessageWidget (line 5) | class MessageWidget(QtWidgets.QWidget): method __init__ (line 12) | def __init__(self, messages, title): method _ui_layout (line 35) | def _ui_layout(self, messages): method on_close_clicked (line 71) | def on_close_clicked(self): method close (line 74) | def close(self, *args, **kwargs): class ClockifySettings (line 79) | class ClockifySettings(QtWidgets.QWidget): method __init__ (line 85) | def __init__(self, clockify_api, optional=True): method _ui_init (line 110) | def _ui_init(self): method setError (line 155) | def setError(self, msg): method invalid_input (line 159) | def invalid_input(self, entity): method click_ok (line 162) | def click_ok(self): method showEvent (line 185) | def showEvent(self, event): method closeEvent (line 196) | def closeEvent(self, event): method _close_widget (line 203) | def _close_widget(self): FILE: openpype/modules/deadline/abstract_submit_deadline.py function requests_post (line 33) | def requests_post(*args, **kwargs): function requests_get (line 54) | def requests_get(*args, **kwargs): class DeadlineKeyValueVar (line 75) | class DeadlineKeyValueVar(dict): method __init__ (line 95) | def __init__(self, key): method serialize (line 99) | def serialize(self): class DeadlineIndexedVar (line 112) | class DeadlineIndexedVar(dict): method __init__ (line 124) | def __init__(self, key): method serialize (line 128) | def serialize(self): method next_available_index (line 139) | def next_available_index(self): method update (line 146) | def update(self, data): method __iadd__ (line 151) | def __iadd__(self, other): method __setitem__ (line 156) | def __setitem__(self, key, value): class DeadlineJobInfo (line 166) | class DeadlineJobInfo(object): method serialize (line 364) | def serialize(self): method update (line 396) | def update(self, data): method add_render_job_env_var (line 401) | def add_render_job_env_var(self): class AbstractSubmitDeadline (line 412) | class AbstractSubmitDeadline(pyblish.api.InstancePlugin, method __init__ (line 424) | def __init__(self, *args, **kwargs): method process (line 433) | def process(self, instance): method process_submission (line 479) | def process_submission(self): method get_job_info (line 493) | def get_job_info(self): method get_plugin_info (line 508) | def get_plugin_info(self): method get_aux_files (line 522) | def get_aux_files(self): method from_published_scene (line 534) | def from_published_scene(self, replace_in_path=True): method assemble_payload (line 558) | def assemble_payload( method submit (line 580) | def submit(self, payload): FILE: openpype/modules/deadline/deadline_module.py class DeadlineWebserviceError (line 10) | class DeadlineWebserviceError(Exception): class DeadlineModule (line 16) | class DeadlineModule(OpenPypeModule, IPluginPaths): method __init__ (line 19) | def __init__(self, manager, settings): method initialize (line 23) | def initialize(self, modules_settings): method get_plugin_paths (line 39) | def get_plugin_paths(self): method get_deadline_pools (line 47) | def get_deadline_pools(webservice, log=None): FILE: openpype/modules/deadline/plugins/publish/collect_deadline_server_from_instance.py class CollectDeadlineServerFromInstance (line 12) | class CollectDeadlineServerFromInstance(pyblish.api.InstancePlugin): method process (line 21) | def process(self, instance): method _collect_deadline_url (line 28) | def _collect_deadline_url(self, render_instance): FILE: openpype/modules/deadline/plugins/publish/collect_default_deadline_server.py class CollectDefaultDeadlineServer (line 8) | class CollectDefaultDeadlineServer(pyblish.api.ContextPlugin): method process (line 28) | def process(self, context): FILE: openpype/modules/deadline/plugins/publish/collect_pools.py class CollectDeadlinePools (line 7) | class CollectDeadlinePools(pyblish.api.InstancePlugin, method apply_settings (line 55) | def apply_settings(cls, project_settings, system_settings): method process (line 61) | def process(self, instance): method get_attribute_defs (line 79) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/collect_publishable_instances.py class CollectDeadlinePublishableInstances (line 11) | class CollectDeadlinePublishableInstances(pyblish.api.InstancePlugin): method process (line 25) | def process(self, instance): FILE: openpype/modules/deadline/plugins/publish/submit_aftereffects_deadline.py class DeadlinePluginInfo (line 19) | class DeadlinePluginInfo(): class AfterEffectsSubmitDeadline (line 32) | class AfterEffectsSubmitDeadline( method get_job_info (line 49) | def get_job_info(self): method get_plugin_info (line 115) | def get_plugin_info(self): method from_published_scene (line 142) | def from_published_scene(self): FILE: openpype/modules/deadline/plugins/publish/submit_blender_deadline.py class BlenderPluginInfo (line 25) | class BlenderPluginInfo(): class BlenderSubmitDeadline (line 31) | class BlenderSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadl... method get_job_info (line 45) | def get_job_info(self): method get_plugin_info (line 152) | def get_plugin_info(self): method process_submission (line 170) | def process_submission(self): method from_published_scene (line 185) | def from_published_scene(self): method get_attribute_defs (line 195) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/submit_celaction_deadline.py class CelactionSubmitDeadline (line 9) | class CelactionSubmitDeadline(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method payload_submit (line 66) | def payload_submit(self, method preflight_check (line 207) | def preflight_check(self, instance): method preview_fname (line 221) | def preview_fname(self, path): method expected_files (line 245) | def expected_files(self, instance, filepath): FILE: openpype/modules/deadline/plugins/publish/submit_fusion_deadline.py class FusionSubmitDeadline (line 21) | class FusionSubmitDeadline( method get_attribute_defs (line 47) | def get_attribute_defs(cls): method process (line 78) | def process(self, instance): FILE: openpype/modules/deadline/plugins/publish/submit_harmony_deadline.py class _ZipFile (line 20) | class _ZipFile(ZipFile): class PluginInfo (line 33) | class PluginInfo(object): method OutputNode (line 56) | def OutputNode(self): # noqa: N802 method OutputNode (line 69) | def OutputNode(self, val): # noqa: N802 method OutputType (line 76) | def OutputType(self): # noqa: N802 method OutputType (line 89) | def OutputType(self, val): # noqa: N802 method OutputLeadingZero (line 96) | def OutputLeadingZero(self): # noqa: N802 method OutputLeadingZero (line 109) | def OutputLeadingZero(self, val): # noqa: N802 method OutputFormat (line 116) | def OutputFormat(self): # noqa: N802 method OutputFormat (line 129) | def OutputFormat(self, val): # noqa: N802 method OutputStartFrame (line 136) | def OutputStartFrame(self): # noqa: N802 method OutputStartFrame (line 149) | def OutputStartFrame(self, val): # noqa: N802 method OutputPath (line 156) | def OutputPath(self): # noqa: N802 method OutputPath (line 169) | def OutputPath(self, val): # noqa: N802 method set_output (line 172) | def set_output(self, node, image_format, output, method serialize (line 196) | def serialize(self): class HarmonySubmitDeadline (line 222) | class HarmonySubmitDeadline( method get_job_info (line 253) | def get_job_info(self): method _unzip_scene_file (line 308) | def _unzip_scene_file(self, published_scene: Path) -> Path: method get_plugin_info (line 368) | def get_plugin_info(self): FILE: openpype/modules/deadline/plugins/publish/submit_houdini_cache_deadline.py class HoudiniPluginInfo (line 22) | class HoudiniPluginInfo(object): class HoudiniCacheSubmitDeadline (line 34) | class HoudiniCacheSubmitDeadline(abstract_submit_deadline.AbstractSubmit... method get_job_info (line 59) | def get_job_info(self): method get_plugin_info (line 143) | def get_plugin_info(self): method process (line 166) | def process(self, instance): method get_rop_node (line 172) | def get_rop_node(self, instance): method get_attribute_defs (line 182) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/submit_houdini_remote_publish.py class HoudiniSubmitPublishDeadline (line 14) | class HoudiniSubmitPublishDeadline(pyblish.api.ContextPlugin): method process (line 32) | def process(self, context): method submit_job (line 128) | def submit_job(self, context, payload, instances, deadline): FILE: openpype/modules/deadline/plugins/publish/submit_houdini_render_deadline.py class DeadlinePluginInfo (line 21) | class DeadlinePluginInfo(): class ArnoldRenderDeadlinePluginInfo (line 29) | class ArnoldRenderDeadlinePluginInfo(): class MantraRenderDeadlinePluginInfo (line 35) | class MantraRenderDeadlinePluginInfo(): class VrayRenderPluginInfo (line 41) | class VrayRenderPluginInfo(): class RedshiftRenderPluginInfo (line 47) | class RedshiftRenderPluginInfo(): class HoudiniSubmitDeadline (line 52) | class HoudiniSubmitDeadline( method get_attribute_defs (line 89) | def get_attribute_defs(cls): method get_job_info (line 141) | def get_job_info(self, dependency_job_ids=None): method get_plugin_info (line 263) | def get_plugin_info(self, job_type=None): method process (line 324) | def process(self, instance): FILE: openpype/modules/deadline/plugins/publish/submit_max_deadline.py class MaxPluginInfo (line 25) | class MaxPluginInfo(object): class MaxSubmitDeadline (line 32) | class MaxSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline, method apply_settings (line 48) | def apply_settings(cls, project_settings, system_settings): method get_job_info (line 59) | def get_job_info(self): method get_plugin_info (line 146) | def get_plugin_info(self): method process_submission (line 164) | def process_submission(self): method _use_published_name (line 197) | def _use_published_name(self, data, project_settings): method get_job_info_through_camera (line 262) | def get_job_info_through_camera(self, camera): method get_plugin_info_through_camera (line 286) | def get_plugin_info_through_camera(self, camera): method _use_published_name_for_multiples (line 353) | def _use_published_name_for_multiples(self, data, project_settings): method from_published_scene (line 381) | def from_published_scene(self, replace_in_path=True): method _iter_expected_files (line 390) | def _iter_expected_files(exp): method get_attribute_defs (line 400) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/submit_maya_deadline.py function _validate_deadline_bool_value (line 51) | def _validate_deadline_bool_value(instance, attribute, value): class MayaPluginInfo (line 63) | class MayaPluginInfo(object): class PythonPluginInfo (line 79) | class PythonPluginInfo(object): class VRayPluginInfo (line 87) | class VRayPluginInfo(object): class ArnoldPluginInfo (line 98) | class ArnoldPluginInfo(object): class MayaSubmitDeadline (line 102) | class MayaSubmitDeadline(abstract_submit_deadline.AbstractSubmitDeadline, method apply_settings (line 120) | def apply_settings(cls, project_settings, system_settings): method get_job_info (line 138) | def get_job_info(self): method get_plugin_info (line 249) | def get_plugin_info(self): method process_submission (line 293) | def process_submission(self): method _tile_render (line 354) | def _tile_render(self, payload): method _get_maya_payload (line 570) | def _get_maya_payload(self, data): method _get_vray_export_payload (line 615) | def _get_vray_export_payload(self, data): method _get_vray_render_payload (line 632) | def _get_vray_render_payload(self, data): method _get_arnold_render_payload (line 653) | def _get_arnold_render_payload(self, data): method format_vray_output_filename (line 671) | def format_vray_output_filename(self): method _patch_workfile (line 713) | def _patch_workfile(self): method _job_info_label (line 757) | def _job_info_label(self, label): method get_attribute_defs (line 766) | def get_attribute_defs(cls): function _format_tiles (line 803) | def _format_tiles( FILE: openpype/modules/deadline/plugins/publish/submit_maya_remote_publish_deadline.py class MayaPluginInfo (line 16) | class MayaPluginInfo(object): class MayaSubmitRemotePublishDeadline (line 28) | class MayaSubmitRemotePublishDeadline( method process (line 52) | def process(self, instance): method get_job_info (line 66) | def get_job_info(self): method get_plugin_info (line 128) | def get_plugin_info(self): FILE: openpype/modules/deadline/plugins/publish/submit_nuke_deadline.py class NukeSubmitDeadline (line 23) | class NukeSubmitDeadline(pyblish.api.InstancePlugin, method get_attribute_defs (line 53) | def get_attribute_defs(cls): method process (line 99) | def process(self, instance): method _get_published_workfile_path (line 197) | def _get_published_workfile_path(self, context): method payload_submit (line 235) | def payload_submit( method preflight_check (line 454) | def preflight_check(self, instance): method preview_fname (line 468) | def preview_fname(self, path): method expected_files (line 490) | def expected_files( method get_limit_groups (line 544) | def get_limit_groups(self): FILE: openpype/modules/deadline/plugins/publish/submit_publish_cache_job.py class ProcessSubmittedCacheJobOnFarm (line 29) | class ProcessSubmittedCacheJobOnFarm(pyblish.api.InstancePlugin, method _submit_deadline_post_job (line 99) | def _submit_deadline_post_job(self, instance, job): method process (line 252) | def process(self, instance): method _get_publish_folder (line 415) | def _get_publish_folder(self, anatomy, template_data, method get_attribute_defs (line 497) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/submit_publish_job.py function get_resource_files (line 30) | def get_resource_files(resources, frame_range=None): class ProcessSubmittedJobOnFarm (line 57) | class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin, method _submit_deadline_post_job (line 155) | def _submit_deadline_post_job(self, instance, job, instances): method process (line 325) | def process(self, instance): method _get_publish_folder (line 508) | def _get_publish_folder(self, anatomy, template_data, method get_attribute_defs (line 591) | def get_attribute_defs(cls): FILE: openpype/modules/deadline/plugins/publish/validate_deadline_connection.py class ValidateDeadlineConnection (line 6) | class ValidateDeadlineConnection(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): FILE: openpype/modules/deadline/plugins/publish/validate_deadline_pools.py class ValidateDeadlinePools (line 10) | class ValidateDeadlinePools(OptionalPyblishPluginMixin, method process (line 32) | def process(self, instance): method get_deadline_url (line 64) | def get_deadline_url(self, instance): method get_pools (line 72) | def get_pools(self, deadline_url): FILE: openpype/modules/deadline/plugins/publish/validate_expected_and_rendered_files.py class ValidateExpectedFiles (line 10) | class ValidateExpectedFiles(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): method _get_dependent_job_ids (line 95) | def _get_dependent_job_ids(self, instance): method _get_dependent_jobs_frames (line 118) | def _get_dependent_jobs_frames(self, instance, dependent_job_ids): method _get_job_expected_files (line 140) | def _get_job_expected_files(self, method _get_file_name_template_and_placeholder (line 168) | def _get_file_name_template_and_placeholder(self, files): method _get_job_info (line 188) | def _get_job_info(self, instance, job_id): method _get_existing_files (line 228) | def _get_existing_files(self, staging_dir): method _get_expected_files (line 235) | def _get_expected_files(self, repre): FILE: openpype/modules/deadline/repository/custom/plugins/Ayon/Ayon.py function GetDeadlinePlugin (line 23) | def GetDeadlinePlugin(): function CleanupDeadlinePlugin (line 27) | def CleanupDeadlinePlugin(deadlinePlugin): class AyonDeadlinePlugin (line 31) | class AyonDeadlinePlugin(DeadlinePlugin): method __init__ (line 40) | def __init__(self): method Cleanup (line 46) | def Cleanup(self): method InitializeProcess (line 54) | def InitializeProcess(self): method RenderExecutable (line 65) | def RenderExecutable(self): method RenderArgument (line 111) | def RenderArgument(self): method ReplacePaddedFrame (line 137) | def ReplacePaddedFrame(self, arguments, pattern, frame): method HandleProgress (line 154) | def HandleProgress(self): FILE: openpype/modules/deadline/repository/custom/plugins/CelAction/CelAction.py function GetDeadlinePlugin (line 14) | def GetDeadlinePlugin(): function CleanupDeadlinePlugin (line 18) | def CleanupDeadlinePlugin(deadlinePlugin): class CelActionPlugin (line 26) | class CelActionPlugin(DeadlinePlugin): method __init__ (line 28) | def __init__(self): method Cleanup (line 34) | def Cleanup(self): method GetCelActionRegistryKey (line 43) | def GetCelActionRegistryKey(self): method GetSeparatorValue (line 51) | def GetSeparatorValue(self, regKey): method SetSeparatorValue (line 58) | def SetSeparatorValue(self, regKey, useSeparator, separator): method InitializeProcess (line 64) | def InitializeProcess(self): method RenderExecutable (line 87) | def RenderExecutable(self): method RenderArgument (line 90) | def RenderArgument(self): method StartupDirectory (line 103) | def StartupDirectory(self): method ReplacePaddedFrame (line 106) | def ReplacePaddedFrame(self, arguments, pattern, frame): FILE: openpype/modules/deadline/repository/custom/plugins/GlobalJobPreLoad.py class OpenPypeVersion (line 27) | class OpenPypeVersion: method __init__ (line 32) | def __init__(self, major, minor, patch, prerelease, origin=None): method from_string (line 53) | def from_string(cls, version): method has_compatible_release (line 86) | def has_compatible_release(self, other): method __bool__ (line 103) | def __bool__(self): method __repr__ (line 106) | def __repr__(self): method __eq__ (line 109) | def __eq__(self, other): method __lt__ (line 114) | def __lt__(self, other): function get_openpype_version_from_path (line 150) | def get_openpype_version_from_path(path, build=True): function get_openpype_executable (line 187) | def get_openpype_executable(): function get_openpype_versions (line 201) | def get_openpype_versions(dir_list): function get_requested_openpype_executable (line 223) | def get_requested_openpype_executable( function inject_openpype_environment (line 289) | def inject_openpype_environment(deadlinePlugin): function inject_ayon_environment (line 414) | def inject_ayon_environment(deadlinePlugin): function get_ayon_executable (line 547) | def get_ayon_executable(): function inject_render_job_id (line 575) | def inject_render_job_id(deadlinePlugin): function __main__ (line 589) | def __main__(deadlinePlugin): FILE: openpype/modules/deadline/repository/custom/plugins/HarmonyOpenPype/HarmonyOpenPype.py function GetDeadlinePlugin (line 10) | def GetDeadlinePlugin(): function CleanupDeadlinePlugin (line 13) | def CleanupDeadlinePlugin( deadlinePlugin ): class HarmonyOpenPypePlugin (line 16) | class HarmonyOpenPypePlugin( DeadlinePlugin ): method __init__ (line 18) | def __init__( self ): method Cleanup (line 25) | def Cleanup( self ): method CheckExitCode (line 34) | def CheckExitCode( self, exitCode ): method InitializeProcess (line 42) | def InitializeProcess( self ): method HandleStdoutProgress (line 49) | def HandleStdoutProgress( self ): method RenderExecutable (line 55) | def RenderExecutable( self ): method RenderArgument (line 64) | def RenderArgument( self ): FILE: openpype/modules/deadline/repository/custom/plugins/OpenPype/OpenPype.py function GetDeadlinePlugin (line 23) | def GetDeadlinePlugin(): function CleanupDeadlinePlugin (line 27) | def CleanupDeadlinePlugin(deadlinePlugin): class OpenPypeDeadlinePlugin (line 31) | class OpenPypeDeadlinePlugin(DeadlinePlugin): method __init__ (line 40) | def __init__(self): method Cleanup (line 46) | def Cleanup(self): method InitializeProcess (line 54) | def InitializeProcess(self): method get_openpype_version_from_path (line 66) | def get_openpype_version_from_path(path, build=True): method RenderExecutable (line 100) | def RenderExecutable(self): method RenderArgument (line 189) | def RenderArgument(self): method ReplacePaddedFrame (line 215) | def ReplacePaddedFrame(self, arguments, pattern, frame): method HandleProgress (line 234) | def HandleProgress(self): FILE: openpype/modules/deadline/repository/custom/plugins/OpenPypeTileAssembler/OpenPypeTileAssembler.py function convert_value_by_type_name (line 46) | def convert_value_by_type_name(value_type, value): function parse_oiio_xml_output (line 140) | def parse_oiio_xml_output(xml_string): function info_about_input (line 199) | def info_about_input(oiiotool_path, filepath): function GetDeadlinePlugin (line 237) | def GetDeadlinePlugin(): # noqa: N802 function CleanupDeadlinePlugin (line 242) | def CleanupDeadlinePlugin(deadlinePlugin): # noqa: N802, N803 class OpenPypeTileAssembler (line 247) | class OpenPypeTileAssembler(DeadlinePlugin): method __init__ (line 250) | def __init__(self): method cleanup (line 259) | def cleanup(self): method initialize_process (line 270) | def initialize_process(self): method render_executable (line 280) | def render_executable(self): method render_argument (line 301) | def render_argument(self): method process_path (line 348) | def process_path(self, filepath): method pre_render_tasks (line 358) | def pre_render_tasks(self): method post_render_tasks (line 377) | def post_render_tasks(self): method handle_stdout_error (line 396) | def handle_stdout_error(self): method tile_oiio_args (line 400) | def tile_oiio_args( FILE: openpype/modules/example_addons/example_addon/addon.py class AddonSettingsDef (line 25) | class AddonSettingsDef(JsonFilesSettingsDef): method get_settings_root_path (line 34) | def get_settings_root_path(self): class ExampleAddon (line 46) | class ExampleAddon(OpenPypeAddOn, IPluginPaths, ITrayAction): method initialize (line 57) | def initialize(self, settings): method tray_init (line 68) | def tray_init(self): method _create_dialog (line 76) | def _create_dialog(self): method show_dialog (line 85) | def show_dialog(self): method get_connected_modules (line 97) | def get_connected_modules(self): method on_action_trigger (line 105) | def on_action_trigger(self): method get_plugin_paths (line 109) | def get_plugin_paths(self): method cli (line 117) | def cli(self, click_group): function cli_main (line 124) | def cli_main(): function nothing (line 129) | def nothing(): function show_dialog (line 135) | def show_dialog(): FILE: openpype/modules/example_addons/example_addon/plugins/publish/example_plugin.py class CollectExampleAddon (line 4) | class CollectExampleAddon(pyblish.api.ContextPlugin): method process (line 8) | def process(self, context): FILE: openpype/modules/example_addons/example_addon/widgets.py class MyExampleDialog (line 6) | class MyExampleDialog(QtWidgets.QDialog): method __init__ (line 7) | def __init__(self, parent=None): method _on_ok_clicked (line 30) | def _on_ok_clicked(self): FILE: openpype/modules/example_addons/tiny_addon.py class TinyAddon (line 4) | class TinyAddon(OpenPypeAddOn): FILE: openpype/modules/ftrack/event_handlers_server/action_clone_review_session.py function clone_review_session (line 6) | def clone_review_session(session, entity): class CloneReviewSession (line 45) | class CloneReviewSession(ServerAction): method discover (line 59) | def discover(self, session, entities, event): method launch (line 78) | def launch(self, session, entities, event): function register (line 127) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_create_review_session.py class CreateDailyReviewSessionServerAction (line 16) | class CreateDailyReviewSessionServerAction(ServerAction): method __init__ (line 42) | def __init__(self, *args, **kwargs): method discover (line 51) | def discover(self, session, entities, event): method launch (line 67) | def launch(self, session, entities, event): method _calculate_next_cycle_delta (line 85) | def _calculate_next_cycle_delta(self): method register (line 114) | def register(self, *args, **kwargs): method _timer_callback (line 133) | def _timer_callback(self): method _check_review_session (line 147) | def _check_review_session(self): method _process_review_session (line 188) | def _process_review_session( method _get_action_settings (line 279) | def _get_action_settings(self, project_names_by_id): method _extract_action_settings (line 287) | def _extract_action_settings(self, project_settings): method _fill_review_template (line 295) | def _fill_review_template(self, template, data): function register (line 309) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_multiple_notes.py class MultipleNotesServer (line 4) | class MultipleNotesServer(ServerAction): method discover (line 17) | def discover(self, session, entities, event): method interface (line 27) | def interface(self, session, entities, event): method launch (line 86) | def launch(self, session, entities, event): function register (line 164) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_prepare_project.py class PrepareProjectServer (line 14) | class PrepareProjectServer(ServerAction): method discover (line 45) | def discover(self, session, entities, event): method interface (line 55) | def interface(self, session, entities, event): method prepare_root_items (line 116) | def prepare_root_items(self, project_anatom_settings): method _attributes_to_set (line 166) | def _attributes_to_set(self, project_anatom_settings): method prepare_custom_attribute_items (line 204) | def prepare_custom_attribute_items(self, project_anatom_settings): method launch (line 310) | def launch(self, session, entities, event): function register (line 413) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_private_project_detection.py class PrivateProjectDetectionAction (line 4) | class PrivateProjectDetectionAction(ServerAction): method _discover (line 13) | def _discover(self, event): method _launch (line 33) | def _launch(self, event): function register (line 58) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_push_frame_values_to_task.py class PushHierValuesToNonHier (line 11) | class PushHierValuesToNonHier(ServerAction): method discover (line 62) | def discover(self, session, entities, event): method launch (line 76) | def launch(self, session, entities, event): method attrs_configurations (line 116) | def attrs_configurations(self, session, object_ids, interest_attributes): method query_attr_value (line 132) | def query_attr_value( method propagate_values (line 226) | def propagate_values(self, session, event, selected_entities): method all_hierarchy_entities (line 348) | def all_hierarchy_entities( method set_task_attr_values (line 420) | def set_task_attr_values( method push_values_to_entities (line 481) | def push_values_to_entities( function register (line 552) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_sync_to_avalon.py class SyncToAvalonServer (line 11) | class SyncToAvalonServer(ServerAction): method __init__ (line 45) | def __init__(self, *args, **kwargs): method discover (line 49) | def discover(self, session, entities, event): method launch (line 63) | def launch(self, session, in_entities, event): method synchronization (line 131) | def synchronization(self, event, project_name): function register (line 224) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/action_tranfer_hierarchical_values.py class TransferHierarchicalValues (line 14) | class TransferHierarchicalValues(ServerAction): method discover (line 42) | def discover(self, session, entities, event): method _selection_interface (line 47) | def _selection_interface(self, session, event_values=None): method interface (line 141) | def interface(self, session, entities, event): method launch (line 147) | def launch(self, session, entities, event): method _delete_custom_attribute_values (line 253) | def _delete_custom_attribute_values(self, session, dst_attr_id): method _apply_values (line 284) | def _apply_values(self, session, value_by_id, dst_attr_id): method _get_attr_type (line 330) | def _get_attr_type(self, conf_def): function register (line 343) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_del_avalon_id_from_new.py class DelAvalonIdFromNew (line 8) | class DelAvalonIdFromNew(BaseEvent): method launch (line 19) | def launch(self, session, event): function register (line 52) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_first_version_status.py class FirstVersionStatus (line 7) | class FirstVersionStatus(BaseEvent): method register (line 28) | def register(self, *args, **kwargs): method launch (line 73) | def launch(self, session, event): method process_by_project (line 86) | def process_by_project(self, session, event, project_id, entities_info): method filter_entities_info (line 173) | def filter_entities_info(self, event): function register (line 210) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_next_task_update.py class NextTaskUpdate (line 7) | class NextTaskUpdate(BaseEvent): method launch (line 59) | def launch(self, session, event): method filter_entities_info (line 69) | def filter_entities_info(self, event): method process_by_project (line 100) | def process_by_project(self, session, event, project_id, _entities_info): method filter_by_status_state (line 159) | def filter_by_status_state(self, entities_info, statuses): method set_next_task_statuses (line 174) | def set_next_task_statuses( method next_tasks_with_name_sorting (line 294) | def next_tasks_with_name_sorting( method check_statuses_done (line 325) | def check_statuses_done( method next_tasks_with_type_sorting (line 341) | def next_tasks_with_type_sorting( method statuses_for_tasks (line 396) | def statuses_for_tasks(self, task_type_ids, project_entity): method get_sorted_task_type_ids (line 408) | def get_sorted_task_type_ids(self, session): method sort_by_name_task_entities_by_type (line 421) | def sort_by_name_task_entities_by_type(task_entities_by_type_id): function register (line 443) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_push_frame_values_to_task.py class PushHierValuesToNonHierEvent (line 14) | class PushHierValuesToNonHierEvent(BaseEvent): method filter_entities_info (line 48) | def filter_entities_info( method _get_attrs_configurations (line 95) | def _get_attrs_configurations(self, session, interest_attributes): method _get_handler_project_settings (line 122) | def _get_handler_project_settings( method _entities_filter_by_settings (line 188) | def _entities_filter_by_settings( method propagate_attribute_changes (line 239) | def propagate_attribute_changes( method process_by_project (line 396) | def process_by_project( method launch (line 494) | def launch(self, session, event): function register (line 503) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_radio_buttons.py class RadioButtons (line 5) | class RadioButtons(BaseEvent): method launch (line 9) | def launch(self, session, event): function register (line 37) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_sync_links.py class SyncLinksToAvalon (line 14) | class SyncLinksToAvalon(BaseEvent): method __init__ (line 19) | def __init__(self, session): method launch (line 24) | def launch(self, session, event): method _update_in_links (line 63) | def _update_in_links(self, session, ftrack_ids, project_id): method _get_mongo_ids_by_ftrack_ids (line 129) | def _get_mongo_ids_by_ftrack_ids(self, session, attr_id, ftrack_ids): function register (line 145) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_sync_to_avalon.py class SyncToAvalonEvent (line 41) | class SyncToAvalonEvent(BaseEvent): method __init__ (line 81) | def __init__(self, session): method debug_logs (line 97) | def debug_logs(self): method cur_project (line 118) | def cur_project(self): method avalon_cust_attrs (line 136) | def avalon_cust_attrs(self): method cust_attr_types_by_id (line 144) | def cust_attr_types_by_id(self): method avalon_entities (line 156) | def avalon_entities(self): method avalon_ents_by_name (line 167) | def avalon_ents_by_name(self): method avalon_ents_by_id (line 176) | def avalon_ents_by_id(self): method avalon_ents_by_parent_id (line 187) | def avalon_ents_by_parent_id(self): method avalon_ents_by_ftrack_id (line 199) | def avalon_ents_by_ftrack_id(self): method handle_missing_ftrack_id (line 218) | def handle_missing_ftrack_id(self, doc): method avalon_asset_ids_with_subsets (line 292) | def avalon_asset_ids_with_subsets(self): method avalon_archived_by_id (line 302) | def avalon_archived_by_id(self): method avalon_archived_by_name (line 311) | def avalon_archived_by_name(self): method changeability_by_mongo_id (line 319) | def changeability_by_mongo_id(self): method remove_cached_by_key (line 333) | def remove_cached_by_key(self, key, values): method _bubble_changeability (line 421) | def _bubble_changeability(self, unchangeable_ids): method reset_variables (line 467) | def reset_variables(self): method set_process_session (line 516) | def set_process_session(self, session): method filter_updated (line 529) | def filter_updated(self, updates): method get_ent_path (line 573) | def get_ent_path(self, ftrack_id): method launch (line 597) | def launch(self, session, event): method _get_username (line 863) | def _get_username(self, session, event): method process_removed (line 883) | def process_removed(self): method check_names_synchronizable (line 1094) | def check_names_synchronizable(self, names): method create_entity_in_avalon (line 1211) | def create_entity_in_avalon(self, ftrack_ent, parent_avalon): method get_cust_attr_values (line 1381) | def get_cust_attr_values(self, entity): method process_renamed (line 1405) | def process_renamed(self): method process_added (line 1543) | def process_added(self): method process_moved (line 1744) | def process_moved(self): method process_updated (line 1881) | def process_updated(self): method convert_value_by_cust_attr_conf (line 1988) | def convert_value_by_cust_attr_conf(self, value, cust_attr_conf): method process_hier_cleanup (line 2023) | def process_hier_cleanup(self): method process_task_updates (line 2383) | def process_task_updates(self): method update_entities (line 2460) | def update_entities(self): method duplicated_report (line 2483) | def duplicated_report(self): method regex_report (line 2561) | def regex_report(self): method report (line 2601) | def report(self): method _update_avalon_tasks (line 2657) | def _update_avalon_tasks( method _mongo_id_configuration (line 2681) | def _mongo_id_configuration( function register (line 2729) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_task_to_parent_status.py class TaskStatusToParent (line 7) | class TaskStatusToParent(BaseEvent): method launch (line 10) | def launch(self, session, event): method filter_entities_info (line 20) | def filter_entities_info(self, event): method process_by_project (line 60) | def process_by_project(self, session, event, project_id, entities_info): method prepare_settings (line 306) | def prepare_settings(self, project_settings, project_name): method new_status_by_all_task_statuses (line 361) | def new_status_by_all_task_statuses( method new_status_by_remainders (line 394) | def new_status_by_remainders( function register (line 428) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_task_to_version_status.py class TaskToVersionStatus (line 7) | class TaskToVersionStatus(BaseEvent): method is_event_invalid (line 15) | def is_event_invalid(self, session, event): method filter_event_entities (line 46) | def filter_event_entities(self, event): method _get_ent_path (line 83) | def _get_ent_path(self, entity): method launch (line 88) | def launch(self, session, event): method process_by_project (line 100) | def process_by_project(self, session, event, project_id, entities_info): method get_asset_version_statuses (line 273) | def get_asset_version_statuses(self, project_entity): method find_last_asset_versions_for_task_ids (line 297) | def find_last_asset_versions_for_task_ids( function register (line 382) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_thumbnail_updates.py class ThumbnailEvents (line 7) | class ThumbnailEvents(BaseEvent): method launch (line 10) | def launch(self, session, event): method process_project_entities (line 21) | def process_project_entities( method filter_entities (line 138) | def filter_entities(self, event): function register (line 160) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_user_assigment.py class UserAssigmentEvent (line 11) | class UserAssigmentEvent(BaseEvent): method error (line 37) | def error(self, *err): method _run_script (line 41) | def _run_script(self, script, args): method _get_task_and_user (line 55) | def _get_task_and_user(self, session, action, changes): method _get_asset (line 90) | def _get_asset(self, task): method _get_hierarchy (line 120) | def _get_hierarchy(self, asset): method _get_template_data (line 131) | def _get_template_data(self, task): method launch (line 159) | def launch(self, session, event): function register (line 237) | def register(session): FILE: openpype/modules/ftrack/event_handlers_server/event_version_to_task_statuses.py class VersionToTaskStatus (line 5) | class VersionToTaskStatus(BaseEvent): method launch (line 7) | def launch(self, session, event): method filter_entity_info (line 18) | def filter_entity_info(self, event): method process_by_project (line 49) | def process_by_project(self, session, event, project_id, entities_info): method statuses_for_tasks (line 223) | def statuses_for_tasks(self, session, task_entities, project_id): function register (line 241) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_applications.py class AppplicationsAction (line 13) | class AppplicationsAction(BaseAction): method __init__ (line 24) | def __init__(self, *args, **kwargs): method discover_identifier (line 30) | def discover_identifier(self): method launch_identifier (line 38) | def launch_identifier(self): method launch_identifier_with_id (line 44) | def launch_identifier_with_id(self): method construct_requirements_validations (line 51) | def construct_requirements_validations(self): method register (line 55) | def register(self): method _discover (line 81) | def _discover(self, event): method discover (line 87) | def discover(self, session, entities, event): method _launch (line 168) | def _launch(self, event): method launch (line 183) | def launch(self, session, entities, event): function register (line 252) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_batch_task_creation.py class BatchTasksAction (line 8) | class BatchTasksAction(BaseAction): method discover (line 22) | def discover(self, session, entities, event): method get_task_form_items (line 41) | def get_task_form_items(self, session, number_of_tasks): method ensure_task (line 74) | def ensure_task(self, session, name, task_type, parent): method launch (line 100) | def launch(self, session, entities, event): function register (line 164) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_clean_hierarchical_attributes.py class CleanHierarchicalAttrsAction (line 10) | class CleanHierarchicalAttrsAction(BaseAction): method discover (line 27) | def discover(self, session, entities, event): method launch (line 37) | def launch(self, session, entities, event): function register (line 105) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_client_review_sort.py function existence_comaprison (line 8) | def existence_comaprison(item_a, item_b): function task_name_sorter (line 18) | def task_name_sorter(item_a, item_b): class ClientReviewSort (line 44) | class ClientReviewSort(BaseAction): method discover (line 55) | def discover(self, session, entities, event): method launch (line 63) | def launch(self, session, entities, event): function register (line 89) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_component_open.py class ComponentOpen (line 7) | class ComponentOpen(BaseAction): method discover (line 17) | def discover(self, session, entities, event): method launch (line 24) | def launch(self, session, entities, event): function register (line 63) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_create_cust_attrs.py class CustAttrException (line 132) | class CustAttrException(Exception): class CustomAttributes (line 136) | class CustomAttributes(BaseAction): method discover (line 163) | def discover(self, session, entities, event): method launch (line 170) | def launch(self, session, entities, event): method prepare_global_data (line 207) | def prepare_global_data(self, session): method prepare_attribute_settings (line 232) | def prepare_attribute_settings(self): method avalon_mongo_id_attributes (line 253) | def avalon_mongo_id_attributes(self, session, event): method mongo_id_custom_attributes (line 264) | def mongo_id_custom_attributes(self, session): method create_hierarchical_mongo_attr (line 283) | def create_hierarchical_mongo_attr(self, session, event): method convert_mongo_id_to_hierarchical (line 297) | def convert_mongo_id_to_hierarchical( method applications_attribute (line 378) | def applications_attribute(self, event): method tools_attribute (line 394) | def tools_attribute(self, event): method intent_attribute (line 410) | def intent_attribute(self, event): method custom_attributes_from_file (line 440) | def custom_attributes_from_file(self, event): method presets_for_attr_data (line 475) | def presets_for_attr_data(self, attr_data): method process_attr_data (line 495) | def process_attr_data(self, cust_attr_data, event): method process_attribute (line 522) | def process_attribute(self, data): method get_required (line 580) | def get_required(self, attr): method get_number_config (line 612) | def get_number_config(self, attr): method get_text_config (line 622) | def get_text_config(self, attr): method get_enumerator_config (line 631) | def get_enumerator_config(self, attr): method get_group (line 662) | def get_group(self, attr): method get_security_roles (line 692) | def get_security_roles(self, security_roles): method get_default (line 717) | def get_default(self, attr): method get_optional (line 760) | def get_optional(self, attr): method get_entity_type (line 778) | def get_entity_type(self, attr): function register (line 808) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_create_folders.py class CreateFolders (line 8) | class CreateFolders(BaseAction): method discover (line 13) | def discover(self, session, entities, event): method interface (line 19) | def interface(self, session, entities, event): method launch (line 73) | def launch(self, session, entities, event): method get_all_entities (line 204) | def get_all_entities( method get_entities_hierarchy (line 232) | def get_entities_hierarchy(self, session, task_entities, other_entities): method compute_template (line 265) | def compute_template(self, anatomy, data, anatomy_keys): function register (line 281) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_create_project_structure.py class CreateProjectFolders (line 10) | class CreateProjectFolders(BaseAction): method discover (line 64) | def discover(self, session, entities, event): method launch (line 73) | def launch(self, session, entities, event): method get_ftrack_paths (line 105) | def get_ftrack_paths(self, paths_items): method compute_ftrack_items (line 123) | def compute_ftrack_items(self, in_list, keys): method translate_ftrack_items (line 140) | def translate_ftrack_items(self, paths_items): method create_ftrack_entities (line 146) | def create_ftrack_entities(self, basic_paths, project_ent): method trigger_creation (line 154) | def trigger_creation(self, separation, parent): method create_ftrack_entity (line 173) | def create_ftrack_entity(self, name, ent_type, parent): function register (line 198) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_delete_asset.py class DeleteAssetSubset (line 13) | class DeleteAssetSubset(BaseAction): method __init__ (line 33) | def __init__(self, *args, **kwargs): method discover (line 38) | def discover(self, session, entities, event): method _launch (line 58) | def _launch(self, event): method interface (line 78) | def interface(self, session, entities, event): method confirm_delete (line 310) | def confirm_delete(self, entities, event): method launch (line 424) | def launch(self, session, entities, event): method _prepare_entities_before_delete (line 609) | def _prepare_entities_before_delete(self, ftrack_ids_to_delete, session): method report_handle (line 659) | def report_handle(self, report_messages, project_name, event): function register (line 701) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_delete_old_versions.py class DeleteOldVersions (line 23) | class DeleteOldVersions(BaseAction): method discover (line 42) | def discover(self, session, entities, event): method interface (line 54) | def interface(self, session, entities, event): method launch (line 141) | def launch(self, session, entities, event): method delete_whole_dir_paths (line 436) | def delete_whole_dir_paths(self, dir_paths, delete=True): method delete_only_repre_files (line 469) | def delete_only_repre_files(self, dir_paths, file_paths, delete=True): method path_from_represenation (line 553) | def path_from_represenation(self, representation, anatomy): function register (line 580) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_delivery.py class Delivery (line 29) | class Delivery(BaseAction): method discover (line 37) | def discover(self, session, entities, event): method interface (line 48) | def interface(self, session, entities, event): method _get_repre_names (line 197) | def _get_repre_names(self, project_name, session, entities): method _get_interest_version_ids (line 211) | def _get_interest_version_ids(self, project_name, session, entities): method _extract_asset_versions (line 259) | def _extract_asset_versions(self, session, entities): method _get_asset_version_ids_from_review_sessions (line 280) | def _get_asset_version_ids_from_review_sessions( method _get_version_docs (line 295) | def _get_version_docs( method _get_subset_docs (line 351) | def _get_subset_docs( method _get_asset_docs (line 394) | def _get_asset_docs(self, project_name, session, parent_ids): method launch (line 449) | def launch(self, session, entities, event): method real_launch (line 518) | def real_launch(self, session, entities, event): method report (line 603) | def report(self, report_items): function register (line 642) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_djvview.py class DJVViewAction (line 9) | class DJVViewAction(BaseAction): method __init__ (line 25) | def __init__(self, *args, **kwargs): method _get_djv_apps (line 32) | def _get_djv_apps(self): method get_djv_apps (line 42) | def get_djv_apps(self): method discover (line 48) | def discover(self, session, entities, event): method interface (line 62) | def interface(self, session, entities, event): method launch (line 189) | def launch(self, session, entities, event): function register (line 235) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_fill_workfile_attr.py class FillWorkfileAttributeAction (line 25) | class FillWorkfileAttributeAction(BaseAction): method discover (line 41) | def discover(self, session, entities, event): method launch (line 54) | def launch(self, session, entities, event): method _show_report (line 198) | def _show_report(self, event, report, project_name): method in_job_process (line 223) | def in_job_process( method _get_entity_path (line 343) | def _get_entity_path(self, entity): method _get_asset_docs_for_project (line 350) | def _get_asset_docs_for_project( method _get_tasks_for_selection (line 394) | def _get_tasks_for_selection( function register (line 500) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_job_killer.py class JobKiller (line 5) | class JobKiller(BaseAction): method discover (line 15) | def discover(self, session, entities, event): method interface (line 19) | def interface(self, session, entities, event): method launch (line 85) | def launch(self, session, entities, event): function register (line 131) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_multiple_notes.py class MultipleNotes (line 4) | class MultipleNotes(BaseAction): method discover (line 15) | def discover(self, session, entities, event): method interface (line 32) | def interface(self, session, entities, event): method launch (line 80) | def launch(self, session, entities, event): function register (line 115) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_prepare_project.py class PrepareProjectLocal (line 15) | class PrepareProjectLocal(BaseAction): method discover (line 47) | def discover(self, session, entities, event): method interface (line 57) | def interface(self, session, entities, event): method prepare_root_items (line 138) | def prepare_root_items(self, project_anatom_settings): method _attributes_to_set (line 188) | def _attributes_to_set(self, project_anatom_settings): method prepare_custom_attribute_items (line 226) | def prepare_custom_attribute_items(self, project_anatom_settings): method launch (line 332) | def launch(self, session, entities, event): function register (line 446) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_rv.py class RVAction (line 22) | class RVAction(BaseAction): method __init__ (line 33) | def __init__(self, *args, **kwargs): method discover (line 55) | def discover(self, session, entities, event): method preregister (line 59) | def preregister(self): method get_components_from_entity (line 66) | def get_components_from_entity(self, session, entity, components): method interface (line 116) | def interface(self, session, entities, event): method get_interface_items (line 152) | def get_interface_items(self, session, entities): method launch (line 208) | def launch(self, session, entities, event): method get_file_paths (line 258) | def get_file_paths(self, session, event): function register (line 328) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_seed.py class SeedDebugProject (line 6) | class SeedDebugProject(BaseAction): method discover (line 62) | def discover(self, session, entities, event): method interface (line 68) | def interface(self, session, entities, event): method launch (line 180) | def launch(self, session, in_entities, event): method create_assets (line 267) | def create_assets(self, project, asset_count): method create_shots (line 334) | def create_shots(self, project, seq_count, shots_count): method temp_commit (line 423) | def temp_commit(self, index, created_entities, to_create_length): function register (line 433) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_store_thumbnails_to_avalon.py class StoreThumbnailsToAvalon (line 22) | class StoreThumbnailsToAvalon(BaseAction): method __init__ (line 37) | def __init__(self, *args, **kwargs): method discover (line 41) | def discover(self, session, entities, event): method launch (line 52) | def launch(self, session, entities, event): method get_thumbnail_url (line 314) | def get_thumbnail_url(self, resource_identifier, size=None): method download_file (line 331) | def download_file(self, source_url, dst_file_path): method get_avalon_entities_for_assetversion (line 359) | def get_avalon_entities_for_assetversion(self, asset_version, db_con): function register (line 469) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_sync_to_avalon.py class SyncToAvalonLocal (line 11) | class SyncToAvalonLocal(BaseAction): method __init__ (line 44) | def __init__(self, *args, **kwargs): method discover (line 48) | def discover(self, session, entities, event): method launch (line 61) | def launch(self, session, in_entities, event): method synchronization (line 129) | def synchronization(self, event, project_name): function register (line 222) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_test.py class TestAction (line 4) | class TestAction(BaseAction): method discover (line 16) | def discover(self, session, entities, event): method launch (line 19) | def launch(self, session, entities, event): function register (line 25) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_childern.py class ThumbToChildren (line 5) | class ThumbToChildren(BaseAction): method discover (line 17) | def discover(self, session, entities, event): method launch (line 23) | def launch(self, session, entities, event): function register (line 60) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_thumbnail_to_parent.py class ThumbToParent (line 5) | class ThumbToParent(BaseAction): method discover (line 17) | def discover(self, session, entities, event): method launch (line 25) | def launch(self, session, entities, event): function register (line 88) | def register(session): FILE: openpype/modules/ftrack/event_handlers_user/action_where_run_ask.py class ActionWhereIRun (line 9) | class ActionWhereIRun(BaseAction): method _discover (line 18) | def _discover(self, _event): method _launch (line 29) | def _launch(self, event): method register (line 32) | def register(self): method _show_info (line 50) | def _show_info(self, event): function register (line 95) | def register(session): FILE: openpype/modules/ftrack/ftrack_module.py class FtrackModule (line 20) | class FtrackModule( method initialize (line 28) | def initialize(self, settings): method get_ftrack_url (line 65) | def get_ftrack_url(self): method settings_ftrack_url (line 86) | def settings_ftrack_url(self): method get_global_environments (line 95) | def get_global_environments(self): method get_plugin_paths (line 102) | def get_plugin_paths(self): method get_launch_hook_paths (line 108) | def get_launch_hook_paths(self): method modify_application_launch_arguments (line 113) | def modify_application_launch_arguments(self, application, env): method connect_with_modules (line 136) | def connect_with_modules(self, enabled_modules): method on_system_settings_save (line 169) | def on_system_settings_save( method on_project_settings_save (line 271) | def on_project_settings_save(self, *_args, **_kwargs): method on_project_anatomy_save (line 276) | def on_project_anatomy_save( method create_ftrack_session (line 403) | def create_ftrack_session(self, **session_kwargs): method tray_init (line 429) | def tray_init(self): method tray_menu (line 436) | def tray_menu(self, parent_menu): method tray_start (line 439) | def tray_start(self): method tray_exit (line 442) | def tray_exit(self): method set_credentials_to_env (line 445) | def set_credentials_to_env(self, username, api_key): method start_timer (line 450) | def start_timer(self, data): method stop_timer (line 454) | def stop_timer(self): method register_timers_manager (line 458) | def register_timers_manager(self, timer_manager_module): method timer_started (line 461) | def timer_started(self, data): method timer_stopped (line 465) | def timer_stopped(self): method get_task_time (line 469) | def get_task_time(self, project_name, asset_name, task_name): method get_credentials (line 482) | def get_credentials(self): method cli (line 490) | def cli(self, click_group): function _check_ftrack_url (line 494) | def _check_ftrack_url(url): function resolve_ftrack_url (line 507) | def resolve_ftrack_url(url, logger=None): function cli_main (line 543) | def cli_main(): function eventserver (line 561) | def eventserver( FILE: openpype/modules/ftrack/ftrack_server/event_server_cli.py class MongoPermissionsError (line 32) | class MongoPermissionsError(Exception): method __init__ (line 34) | def __init__(self, message=None): function check_mongo_url (line 40) | def check_mongo_url(mongo_uri, log_error=False): function validate_credentials (line 62) | def validate_credentials(url, user, api): function legacy_server (line 102) | def legacy_server(ftrack_url): function main_loop (line 173) | def main_loop(ftrack_url): function run_event_server (line 427) | def run_event_server( FILE: openpype/modules/ftrack/ftrack_server/ftrack_server.py class FtrackServer (line 32) | class FtrackServer: method __init__ (line 33) | def __init__(self, handler_paths=None): method stop_session (line 56) | def stop_session(self): method set_files (line 63) | def set_files(self, paths): method set_handler_paths (line 115) | def set_handler_paths(self, paths): method run_server (line 124) | def run_server(self, session=None, load_files=True): FILE: openpype/modules/ftrack/ftrack_server/lib.py function get_host_ip (line 36) | def get_host_ip(): class SocketBaseEventHub (line 46) | class SocketBaseEventHub(ftrack_api.event.hub.EventHub): method __init__ (line 51) | def __init__(self, *args, **kwargs): method _handle_packet (line 55) | def _handle_packet(self, code, packet_identifier, path, data): class StatusEventHub (line 71) | class StatusEventHub(SocketBaseEventHub): method _handle_packet (line 72) | def _handle_packet(self, code, packet_identifier, path, data): class StorerEventHub (line 91) | class StorerEventHub(SocketBaseEventHub): method _handle_packet (line 95) | def _handle_packet(self, code, packet_identifier, path, data): class ProcessEventHub (line 114) | class ProcessEventHub(SocketBaseEventHub): method __init__ (line 120) | def __init__(self, *args, **kwargs): method prepare_dbcon (line 126) | def prepare_dbcon(self): method wait (line 148) | def wait(self, duration=None): method load_events (line 187) | def load_events(self): method _handle_packet (line 221) | def _handle_packet(self, code, packet_identifier, path, data): class CustomEventHubSession (line 230) | class CustomEventHubSession(ftrack_api.session.Session): method __init__ (line 232) | def __init__( method _create_event_hub (line 392) | def _create_event_hub(self): class SocketSession (line 400) | class SocketSession(CustomEventHubSession): method _create_event_hub (line 401) | def _create_event_hub(self): FILE: openpype/modules/ftrack/ftrack_server/socket_thread.py class SocketThread (line 12) | class SocketThread(threading.Thread): method __init__ (line 17) | def __init__(self, name, port, filepath, additional_args=[]): method stop (line 36) | def stop(self): method run (line 39) | def run(self): method get_data_from_con (line 141) | def get_data_from_con(self, connection): method _handle_data (line 144) | def _handle_data(self, connection, data): class StatusSocketThread (line 153) | class StatusSocketThread(SocketThread): method __init__ (line 160) | def __init__(self, *args, **kwargs): method set_process (line 165) | def set_process(self, process_name, thread): method _handle_data (line 187) | def _handle_data(self, connection, data): FILE: openpype/modules/ftrack/launch_hooks/post_ftrack_changes.py class PostFtrackHook (line 8) | class PostFtrackHook(PostLaunchHook): method execute (line 12) | def execute(self): method find_ftrack_task_entity (line 66) | def find_ftrack_task_entity( method ftrack_status_change (line 104) | def ftrack_status_change(self, session, entity, project_name): FILE: openpype/modules/ftrack/lib/avalon_sync.py class InvalidFpsValue (line 37) | class InvalidFpsValue(Exception): function is_string_number (line 41) | def is_string_number(value): function convert_to_fps (line 60) | def convert_to_fps(source_value): function create_chunks (line 137) | def create_chunks(iterable, chunk_size=None): function check_regex (line 164) | def check_regex(name, entity_type, in_schema=None, schema_patterns=None): function join_query_keys (line 197) | def join_query_keys(keys): function get_python_type_for_custom_attribute (line 201) | def get_python_type_for_custom_attribute(cust_attr, cust_attr_type_name=... function from_dict_to_set (line 234) | def from_dict_to_set(data, is_project): function get_project_apps (line 290) | def get_project_apps(in_app_list): function get_hierarchical_attributes_values (line 316) | def get_hierarchical_attributes_values( class SyncEntitiesFactory (line 384) | class SyncEntitiesFactory: method __init__ (line 411) | def __init__(self, log_obj, session): method launch_setup (line 417) | def launch_setup(self, project_full_name): method project_name (line 583) | def project_name(self): method avalon_ents_by_id (line 587) | def avalon_ents_by_id(self): method avalon_ents_by_ftrack_id (line 603) | def avalon_ents_by_ftrack_id(self): method avalon_ents_by_name (line 623) | def avalon_ents_by_name(self): method avalon_ents_by_parent_id (line 639) | def avalon_ents_by_parent_id(self): method avalon_archived_ents (line 660) | def avalon_archived_ents(self): method avalon_archived_by_name (line 676) | def avalon_archived_by_name(self): method avalon_archived_by_id (line 692) | def avalon_archived_by_id(self): method avalon_archived_by_parent_id (line 708) | def avalon_archived_by_parent_id(self): method subsets_by_parent_id (line 729) | def subsets_by_parent_id(self): method changeability_by_mongo_id (line 748) | def changeability_by_mongo_id(self): method object_types_by_name (line 758) | def object_types_by_name(self): method all_ftrack_names (line 770) | def all_ftrack_names(self): method duplicity_regex_check (line 782) | def duplicity_regex_check(self): method filter_by_duplicate_regex (line 827) | def filter_by_duplicate_regex(self): method filter_by_ignore_sync (line 875) | def filter_by_ignore_sync(self): method filter_by_selection (line 906) | def filter_by_selection(self, event): method set_cutom_attributes (line 965) | def set_cutom_attributes(self): method set_hierarchical_attribute (line 1113) | def set_hierarchical_attribute( method remove_from_archived (line 1267) | def remove_from_archived(self, mongo_id): method _get_input_links (line 1301) | def _get_input_links(self, ftrack_ids): method prepare_ftrack_ent_data (line 1326) | def prepare_ftrack_ent_data(self): method get_ent_path (line 1412) | def get_ent_path(self, ftrack_id): method prepare_avalon_entities (line 1423) | def prepare_avalon_entities(self, ft_project_name): method filter_with_children (line 1578) | def filter_with_children(self, ftrack_id): method set_input_links (line 1593) | def set_input_links(self): method prepare_changes (line 1615) | def prepare_changes(self): method synchronize (line 1967) | def synchronize(self): method create_avalon_entity (line 2021) | def create_avalon_entity(self, ftrack_id): method check_unarchivation (line 2103) | def check_unarchivation(self, ftrack_id, mongo_id, name): method create_avalon_project (line 2175) | def create_avalon_project(self): method _bubble_changeability (line 2213) | def _bubble_changeability(self, unchangeable_ids): method _delete_subsets_without_asset (line 2263) | def _delete_subsets_without_asset(self, not_existing_parents): method _check_changeability (line 2297) | def _check_changeability(self, parent_id=None): method update_entities (line 2315) | def update_entities(self): method reload_parents (line 2332) | def reload_parents(self, hierarchy_changing_ids): method prepare_project_changes (line 2364) | def prepare_project_changes(self): method compare_dict (line 2428) | def compare_dict(self, dict_new, dict_old, _ignore_keys=[]): method merge_dicts (line 2481) | def merge_dicts(self, dict_new, dict_old): method delete_entities (line 2507) | def delete_entities(self): method create_ftrack_ent_from_avalon_ent (line 2603) | def create_ftrack_ent_from_avalon_ent(self, av_entity, parent_id): method regex_duplicate_interface (line 2682) | def regex_duplicate_interface(self): method report (line 2773) | def report(self): FILE: openpype/modules/ftrack/lib/credentials.py function get_ftrack_hostname (line 16) | def get_ftrack_hostname(ftrack_server=None): function _get_ftrack_secure_key (line 29) | def _get_ftrack_secure_key(hostname, key): function get_credentials (line 34) | def get_credentials(ftrack_server=None): function save_credentials (line 55) | def save_credentials(username, api_key, ftrack_server=None): function clear_credentials (line 70) | def clear_credentials(ftrack_server=None): function check_credentials (line 88) | def check_credentials(username, api_key, ftrack_server=None): FILE: openpype/modules/ftrack/lib/custom_attributes.py function default_custom_attributes_definition (line 7) | def default_custom_attributes_definition(): function app_definitions_from_app_manager (line 17) | def app_definitions_from_app_manager(app_manager): function tool_definitions_from_app_manager (line 35) | def tool_definitions_from_app_manager(app_manager): function get_openpype_attr (line 53) | def get_openpype_attr(session, split_hierarchical=True, query_keys=None): function join_query_keys (line 86) | def join_query_keys(keys): function query_custom_attributes (line 91) | def query_custom_attributes( FILE: openpype/modules/ftrack/lib/ftrack_action_handler.py function statics_icon (line 5) | def statics_icon(*icon_statics_file_parts): class BaseAction (line 12) | class BaseAction(BaseHandler): method __init__ (line 38) | def __init__(self, session): method discover_identifier (line 49) | def discover_identifier(self): method launch_identifier (line 57) | def launch_identifier(self): method register (line 64) | def register(self): method _discover (line 90) | def _discover(self, event): method discover (line 113) | def discover(self, session, entities, event): method _interface (line 131) | def _interface(self, session, entities, event): method interface (line 157) | def interface(self, session, entities, event): method _launch (line 172) | def _launch(self, event): method _handle_result (line 189) | def _handle_result(self, result): method roles_check (line 222) | def roles_check(settings_roles, user_roles, default=True): method get_user_entity_from_event (line 247) | def get_user_entity_from_event(cls, session, event): method get_user_roles_from_event (line 271) | def get_user_roles_from_event(cls, session, event, lower=True): method get_project_name_from_event (line 294) | def get_project_name_from_event(self, session, event, entities): method get_ftrack_settings (line 317) | def get_ftrack_settings(self, session, event, entities): method valid_roles (line 326) | def valid_roles(self, session, entities, event): class LocalAction (line 346) | class LocalAction(BaseAction): method discover_identifier (line 357) | def discover_identifier(self): method launch_identifier (line 365) | def launch_identifier(self): method full_launch_identifier (line 372) | def full_launch_identifier(self): method _discover (line 380) | def _discover(self, event): method _launch (line 403) | def _launch(self, event): class ServerAction (line 418) | class ServerAction(BaseAction): method discover_identifier (line 428) | def discover_identifier(self): method launch_identifier (line 432) | def launch_identifier(self): method register (line 435) | def register(self): FILE: openpype/modules/ftrack/lib/ftrack_base_handler.py class MissingPermision (line 16) | class MissingPermision(Exception): method __init__ (line 17) | def __init__(self, message=None): class PreregisterException (line 23) | class PreregisterException(Exception): method __init__ (line 24) | def __init__(self, message=None): class BaseHandler (line 30) | class BaseHandler(object): method join_query_keys (line 49) | def join_query_keys(keys): method __init__ (line 53) | def __init__(self, session): method process_identifier (line 76) | def process_identifier(): method register_decorator (line 83) | def register_decorator(self, func): method launch_log (line 127) | def launch_log(self, func): method session (line 151) | def session(self): method reset_session (line 155) | def reset_session(self): method _preregister (line 158) | def _preregister(self): method preregister (line 174) | def preregister(self): method register (line 181) | def register(self): method _translate_event (line 189) | def _translate_event(self, event, session=None): method _get_entities (line 213) | def _get_entities(self, event, session=None, ignore=None): method _get_entity_type (line 244) | def _get_entity_type(self, entity, session=None): method _launch (line 270) | def _launch(self, event): method launch (line 276) | def launch(self, session, event): method _handle_preactions (line 297) | def _handle_preactions(self, session, event): method _handle_result (line 321) | def _handle_result(self, result): method show_message (line 352) | def show_message(self, event, input_message, result=False): method show_interface (line 386) | def show_interface( method show_interface_from_dict (line 448) | def show_interface_from_dict( method trigger_action (line 480) | def trigger_action( method trigger_event (line 537) | def trigger_event( method get_project_from_entity (line 561) | def get_project_from_entity(self, entity, session=None): method get_project_settings_from_event (line 595) | def get_project_settings_from_event(self, event, project_name): method get_entity_path (line 617) | def get_entity_path(entity): method add_traceback_to_job (line 624) | def add_traceback_to_job( method add_file_component_to_job (line 682) | def add_file_component_to_job(job, session, filepath, basename=None): FILE: openpype/modules/ftrack/lib/ftrack_event_handler.py class BaseEvent (line 5) | class BaseEvent(BaseHandler): method launch_log (line 19) | def launch_log(self, func): method register (line 34) | def register(self): method _translate_event (line 42) | def _translate_event(self, event, session=None): method get_project_name_from_event (line 50) | def get_project_name_from_event(self, session, event, project_id): FILE: openpype/modules/ftrack/lib/settings.py function get_ftrack_event_mongo_info (line 4) | def get_ftrack_event_mongo_info(): FILE: openpype/modules/ftrack/plugins/_unused_publish/integrate_ftrack_comments.py class IntegrateFtrackComments (line 6) | class IntegrateFtrackComments(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/modules/ftrack/plugins/publish/collect_custom_attributes_data.py class CollectFtrackCustomAttributeData (line 15) | class CollectFtrackCustomAttributeData(pyblish.api.ContextPlugin): method process (line 31) | def process(self, context): method query_attr_values (line 94) | def query_attr_values(self, session, entity_ids, custom_attr_key_by_id): method query_attr_confs (line 135) | def query_attr_confs(self, session): FILE: openpype/modules/ftrack/plugins/publish/collect_ftrack_api.py class CollectFtrackApi (line 5) | class CollectFtrackApi(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): method per_instance_process (line 119) | def per_instance_process( FILE: openpype/modules/ftrack/plugins/publish/collect_ftrack_family.py class CollectFtrackFamily (line 13) | class CollectFtrackFamily(pyblish.api.InstancePlugin): method process (line 31) | def process(self, instance): method _get_add_ftrack_f_from_addit_filters (line 78) | def _get_add_ftrack_f_from_addit_filters( FILE: openpype/modules/ftrack/plugins/publish/collect_local_ftrack_creds.py class CollectLocalFtrackCreds (line 7) | class CollectLocalFtrackCreds(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/modules/ftrack/plugins/publish/collect_username.py class CollectUsernameForWebpublish (line 19) | class CollectUsernameForWebpublish(pyblish.api.ContextPlugin): method process (line 38) | def process(self, context): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_api.py class IntegrateFtrackApi (line 20) | class IntegrateFtrackApi(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): method get_instance_entities (line 64) | def get_instance_entities(self, instance, context): method integrate_to_ftrack (line 82) | def integrate_to_ftrack( method _fill_component_locations (line 179) | def _fill_component_locations(self, session, component_list): method _ensure_asset_types_exists (line 243) | def _ensure_asset_types_exists(self, session, component_list): method _ensure_asset_exists (line 311) | def _ensure_asset_exists( method _query_asset (line 331) | def _query_asset(self, session, asset_name, asset_type_id, parent_id): method _ensure_asset_version_exists (line 341) | def _ensure_asset_version_exists( method _query_asset_version (line 433) | def _query_asset_version(self, session, version, asset_id): method create_component (line 441) | def create_component(self, session, asset_version_entity, data): method _create_components (line 598) | def _create_components(self, session, asset_versions_data_by_id): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_component_overwrite.py class IntegrateFtrackComponentOverwrite (line 4) | class IntegrateFtrackComponentOverwrite(pyblish.api.InstancePlugin): method process (line 15) | def process(self, instance): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_description.py class IntegrateFtrackDescription (line 16) | class IntegrateFtrackDescription(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_instances.py class IntegrateFtrackInstance (line 16) | class IntegrateFtrackInstance(pyblish.api.InstancePlugin): method process (line 63) | def process(self, instance): method _get_matching_thumbnail_item (line 387) | def _get_matching_thumbnail_item( method _make_extended_component_name (line 451) | def _make_extended_component_name( method _create_src_component (line 476) | def _create_src_component( method _collect_additional_metadata (line 505) | def _collect_additional_metadata(self, streams): method _get_asset_version_status_name (line 508) | def _get_asset_version_status_name(self, instance): method _prepare_component_metadata (line 529) | def _prepare_component_metadata( method _prepare_video_component_metadata (line 540) | def _prepare_video_component_metadata( method _prepare_image_component_metadata (line 671) | def _prepare_image_component_metadata(self, repre, component_path): method _is_repre_video (line 701) | def _is_repre_video(self, repre): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_note.py class IntegrateFtrackNote (line 19) | class IntegrateFtrackNote(pyblish.api.InstancePlugin): method process (line 36) | def process(self, instance): FILE: openpype/modules/ftrack/plugins/publish/integrate_ftrack_status.py function create_chunks (line 7) | def create_chunks(iterable, chunk_size=None): class CollectFtrackTaskStatuses (line 34) | class CollectFtrackTaskStatuses(pyblish.api.ContextPlugin): method process (line 55) | def process(self, context): class IntegrateFtrackStatusBase (line 81) | class IntegrateFtrackStatusBase(pyblish.api.InstancePlugin): method apply_settings (line 100) | def apply_settings(cls, project_settings): method process (line 113) | def process(self, instance): method get_status_profiles (line 133) | def get_status_profiles(self): method prepare_status_names (line 152) | def prepare_status_names(self, context, instance, profiles): method get_profile_filter_data (line 169) | def get_profile_filter_data(self, context, instance): method is_valid_instance (line 179) | def is_valid_instance(self, context, instance): method fill_status (line 218) | def fill_status(self, context, instance, status_name): class IntegrateFtrackFarmStatus (line 244) | class IntegrateFtrackFarmStatus(IntegrateFtrackStatusBase): method is_valid_instance (line 268) | def is_valid_instance(self, context, instance): method get_status_profiles (line 277) | def get_status_profiles(self): class IntegrateFtrackLocalStatus (line 287) | class IntegrateFtrackLocalStatus(IntegrateFtrackStatusBase): method is_valid_instance (line 310) | def is_valid_instance(self, context, instance): class IntegrateFtrackOnFarmStatus (line 320) | class IntegrateFtrackOnFarmStatus(IntegrateFtrackStatusBase): class IntegrateFtrackTaskStatus (line 341) | class IntegrateFtrackTaskStatus(pyblish.api.ContextPlugin): method apply_settings (line 349) | def apply_settings(cls, project_settings): method process (line 364) | def process(self, context): method _get_status_by_task_id (line 415) | def _get_status_by_task_id(self, context): method _get_task_entities (line 423) | def _get_task_entities(self, ftrack_session, status_by_task_id): FILE: openpype/modules/ftrack/plugins/publish/integrate_hierarchy_ftrack.py function get_pype_attr (line 17) | def get_pype_attr(session, split_hierarchical=True): class IntegrateHierarchyToFtrack (line 41) | class IntegrateHierarchyToFtrack(pyblish.api.ContextPlugin): method process (line 78) | def process(self, context): method query_ftrack_entitites (line 105) | def query_ftrack_entitites(self, session, ft_project): method find_matching_ftrack_entities (line 143) | def find_matching_ftrack_entities( method query_custom_attribute_values (line 179) | def query_custom_attribute_values(self, session, entities, hier_attrs): method import_to_ftrack (line 229) | def import_to_ftrack(self, context, project_name, hierarchy_context): method create_links (line 434) | def create_links(self, project_name, entity_data, entity): method get_all_task_types (line 465) | def get_all_task_types(self, project): method get_task_statuses (line 476) | def get_task_statuses(self, project_entity): method create_task (line 484) | def create_task(self, name, task_type, parent, ftrack_status_by_task_id): method _get_active_assets (line 532) | def _get_active_assets(self, context): FILE: openpype/modules/ftrack/plugins/publish/validate_custom_ftrack_attributes.py class ValidateFtrackAttributes (line 5) | class ValidateFtrackAttributes(pyblish.api.InstancePlugin): method process (line 56) | def process(self, instance): method _get_custom_hier_attrs (line 152) | def _get_custom_hier_attrs(self, session): method _get_hierarchical_values (line 165) | def _get_hierarchical_values(self, keys_dict, entity): method _raise (line 204) | def _raise(self, exc, msg): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/conf.py function autodoc_skip (line 76) | def autodoc_skip(app, what, name, obj, skip, options): function setup (line 101) | def setup(app): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin.py function register (line 7) | def register(session, **kw): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/doc/resource/example_plugin_using_session.py function register_with_session_ready (line 7) | def register_with_session_ready(event): function register (line 18) | def register(session, **kw): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/configure_locations.py function configure_locations (line 11) | def configure_locations(event): function register (line 22) | def register(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/resource/plugin/construct_entity_type.py class Factory (line 9) | class Factory(ftrack_api.entity.factory.StandardFactory): method create (line 12) | def create(self, schema, bases=None): function register (line 22) | def register(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/setup.py class PyTest (line 27) | class PyTest(TestCommand): method finalize_options (line 30) | def finalize_options(self): method run_tests (line 36) | def run_tests(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/__init__.py function mixin (line 8) | def mixin(instance, mixin_class, name=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_centralized_storage_scenario.py class ConfigureCentralizedStorageScenario (line 19) | class ConfigureCentralizedStorageScenario(object): method __init__ (line 22) | def __init__(self): method storage_scenario (line 29) | def storage_scenario(self): method existing_centralized_storage_configuration (line 37) | def existing_centralized_storage_configuration(self): method _get_confirmation_text (line 54) | def _get_confirmation_text(self, configuration): method configure_scenario (line 122) | def configure_scenario(self, event): method discover_centralized_scenario (line 487) | def discover_centralized_scenario(self, event): method register (line 499) | def register(self, session): class ActivateCentralizedStorageScenario (line 526) | class ActivateCentralizedStorageScenario(object): method __init__ (line 529) | def __init__(self): method activate (line 535) | def activate(self, event): method _verify_startup (line 588) | def _verify_startup(self, event): method register (line 620) | def register(self, session): function register (line 647) | def register(session): function register_configuration (line 653) | def register_configuration(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_python_ntpath.py function normcase (line 43) | def normcase(s): function isabs (line 56) | def isabs(s): function join (line 64) | def join(a, *p): function splitdrive (line 123) | def splitdrive(p): function splitunc (line 132) | def splitunc(p): function split (line 165) | def split(p): function splitext (line 190) | def splitext(p): function basename (line 197) | def basename(p): function dirname (line 204) | def dirname(p): function islink (line 211) | def islink(path): function ismount (line 223) | def ismount(path): function walk (line 240) | def walk(top, func, arg): function expanduser (line 276) | def expanduser(path): function expandvars (line 318) | def expandvars(path): function normpath (line 399) | def normpath(path): function abspath (line 456) | def abspath(path): function abspath (line 467) | def abspath(path): function _abspath_split (line 487) | def _abspath_split(path): function relpath (line 495) | def relpath(path, start=curdir): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/_weakref.py class WeakMethod (line 12) | class WeakMethod(ref): method __new__ (line 20) | def __new__(cls, meth, callback=None): method __call__ (line 45) | def __call__(self): method __eq__ (line 52) | def __eq__(self, other): method __ne__ (line 59) | def __ne__(self, other): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/base.py class Accessor (line 9) | class Accessor(object): method __init__ (line 31) | def __init__(self): method list (line 36) | def list(self, resource_identifier): method exists (line 49) | def exists(self, resource_identifier): method is_file (line 53) | def is_file(self, resource_identifier): method is_container (line 57) | def is_container(self, resource_identifier): method is_sequence (line 61) | def is_sequence(self, resource_identifier): method open (line 65) | def open(self, resource_identifier, mode='rb'): method remove (line 69) | def remove(self, resource_identifier): method make_container (line 78) | def make_container(self, resource_identifier, recursive=True): method get_container (line 88) | def get_container(self, resource_identifier): method remove_container (line 96) | def remove_container(self, resource_identifier): # pragma: no cover method get_filesystem_path (line 100) | def get_filesystem_path(self, resource_identifier): # pragma: no cover method get_url (line 113) | def get_url(self, resource_identifier): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/disk.py class DiskAccessor (line 24) | class DiskAccessor(ftrack_api.accessor.base.Accessor): method __init__ (line 31) | def __init__(self, prefix, **kw): method list (line 46) | def list(self, resource_identifier): method exists (line 68) | def exists(self, resource_identifier): method is_file (line 73) | def is_file(self, resource_identifier): method is_container (line 78) | def is_container(self, resource_identifier): method is_sequence (line 83) | def is_sequence(self, resource_identifier): method open (line 87) | def open(self, resource_identifier, mode='rb'): method remove (line 98) | def remove(self, resource_identifier): method make_container (line 124) | def make_container(self, resource_identifier, recursive=True): method get_container (line 153) | def get_container(self, resource_identifier): method get_filesystem_path (line 184) | def get_filesystem_path(self, resource_identifier): function error_handler (line 221) | def error_handler(**kw): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/accessor/server.py class ServerFile (line 17) | class ServerFile(String): method __init__ (line 20) | def __init__(self, resource_identifier, session, mode='rb'): method flush (line 29) | def flush(self): method read (line 36) | def read(self, limit=None): method _read (line 44) | def _read(self): method _write (line 72) | def _write(self): method _get_size (line 125) | def _get_size(self): method _compute_checksum (line 133) | def _compute_checksum(self): class _ServerAccessor (line 153) | class _ServerAccessor(Accessor): method __init__ (line 156) | def __init__(self, session, **kw): method open (line 162) | def open(self, resource_identifier, mode='rb'): method remove (line 166) | def remove(self, resourceIdentifier): method get_container (line 181) | def get_container(self, resource_identifier): method make_container (line 185) | def make_container(self, resource_identifier, recursive=True): method list (line 188) | def list(self, resource_identifier): method exists (line 192) | def exists(self, resource_identifier): method is_file (line 196) | def is_file(self, resource_identifier): method is_container (line 200) | def is_container(self, resource_identifier): method is_sequence (line 204) | def is_sequence(self, resource_identifier): method get_url (line 208) | def get_url(self, resource_identifier): method get_thumbnail_url (line 221) | def get_thumbnail_url(self, resource_identifier, size=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/attribute.py function merge_references (line 22) | def merge_references(function): class Attributes (line 94) | class Attributes(object): method __init__ (line 97) | def __init__(self, attributes=None): method add (line 104) | def add(self, attribute): method remove (line 115) | def remove(self, attribute): method get (line 119) | def get(self, name): method keys (line 127) | def keys(self): method __contains__ (line 131) | def __contains__(self, item): method __iter__ (line 138) | def __iter__(self): method __len__ (line 142) | def __len__(self): class Attribute (line 147) | class Attribute(object): method __init__ (line 150) | def __init__( method __repr__ (line 178) | def __repr__(self): method get_entity_storage (line 187) | def get_entity_storage(self, entity): method name (line 204) | def name(self): method mutable (line 209) | def mutable(self): method computed (line 214) | def computed(self): method get_value (line 218) | def get_value(self, entity): method get_local_value (line 240) | def get_local_value(self, entity): method get_remote_value (line 245) | def get_remote_value(self, entity): method set_local_value (line 256) | def set_local_value(self, entity, value): method set_remote_value (line 282) | def set_remote_value(self, entity, value): method populate_remote_value (line 293) | def populate_remote_value(self, entity): method is_modified (line 297) | def is_modified(self, entity): method is_set (line 313) | def is_set(self, entity): class ScalarAttribute (line 321) | class ScalarAttribute(Attribute): method __init__ (line 324) | def __init__(self, name, data_type, **kw): class ReferenceAttribute (line 330) | class ReferenceAttribute(Attribute): method __init__ (line 333) | def __init__(self, name, entity_type, **kw): method populate_remote_value (line 338) | def populate_remote_value(self, entity): method is_modified (line 357) | def is_modified(self, entity): method get_value (line 385) | def get_value(self, entity): class AbstractCollectionAttribute (line 390) | class AbstractCollectionAttribute(Attribute): method get_value (line 397) | def get_value(self, entity): method set_local_value (line 448) | def set_local_value(self, entity, value): method set_remote_value (line 456) | def set_remote_value(self, entity, value): method _adapt_to_collection (line 470) | def _adapt_to_collection(self, entity, value): class CollectionAttribute (line 481) | class CollectionAttribute(AbstractCollectionAttribute): method _adapt_to_collection (line 487) | def _adapt_to_collection(self, entity, value): class KeyValueMappedCollectionAttribute (line 514) | class KeyValueMappedCollectionAttribute(AbstractCollectionAttribute): method __init__ (line 520) | def __init__( method _adapt_to_collection (line 542) | def _adapt_to_collection(self, entity, value): class CustomAttributeCollectionAttribute (line 623) | class CustomAttributeCollectionAttribute(AbstractCollectionAttribute): method _adapt_to_collection (line 631) | def _adapt_to_collection(self, entity, value): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/cache.py class Cache (line 35) | class Cache(object): method get (line 47) | def get(self, key): method set (line 55) | def set(self, key, value): method remove (line 59) | def remove(self, key): method keys (line 66) | def keys(self): method values (line 76) | def values(self): method clear (line 89) | def clear(self, pattern=None): class ProxyCache (line 111) | class ProxyCache(Cache): method __init__ (line 114) | def __init__(self, proxied): method get (line 119) | def get(self, key): method set (line 127) | def set(self, key, value): method remove (line 131) | def remove(self, key): method keys (line 139) | def keys(self): class LayeredCache (line 150) | class LayeredCache(Cache): method __init__ (line 153) | def __init__(self, caches): method get (line 158) | def get(self, key): method set (line 189) | def set(self, key, value): method remove (line 194) | def remove(self, key): method keys (line 212) | def keys(self): class MemoryCache (line 227) | class MemoryCache(Cache): method __init__ (line 230) | def __init__(self): method get (line 235) | def get(self, key): method set (line 243) | def set(self, key, value): method remove (line 247) | def remove(self, key): method keys (line 255) | def keys(self): class FileCache (line 266) | class FileCache(Cache): method __init__ (line 275) | def __init__(self, path): method _database (line 286) | def _database(self): method get (line 294) | def get(self, key): method set (line 303) | def set(self, key, value): method remove (line 308) | def remove(self, key): method keys (line 317) | def keys(self): class SerialisedCache (line 329) | class SerialisedCache(ProxyCache): method __init__ (line 332) | def __init__(self, proxied, encode=None, decode=None): method get (line 342) | def get(self, key): method set (line 354) | def set(self, key, value): class KeyMaker (line 362) | class KeyMaker(object): method __init__ (line 367) | def __init__(self): method key (line 372) | def key(self, *items): method _key (line 381) | def _key(self, obj): class StringKeyMaker (line 385) | class StringKeyMaker(KeyMaker): method _key (line 388) | def _key(self, obj): class ObjectKeyMaker (line 393) | class ObjectKeyMaker(KeyMaker): method __init__ (line 396) | def __init__(self): method _key (line 405) | def _key(self, item): class Memoiser (line 487) | class Memoiser(object): method __init__ (line 506) | def __init__(self, cache=None, key_maker=None, return_copies=True): method call (line 528) | def call(self, function, args=None, kw=None): function memoise_decorator (line 562) | def memoise_decorator(memoiser): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/collection.py class Collection (line 19) | class Collection(collections.MutableSequence): method __init__ (line 22) | def __init__(self, entity, attribute, mutable=True, data=None): method _identity_key (line 44) | def _identity_key(self, entity): method __copy__ (line 48) | def __copy__(self): method _notify (line 65) | def _notify(self, old_value): method insert (line 79) | def insert(self, index, item): method __contains__ (line 94) | def __contains__(self, value): method __getitem__ (line 98) | def __getitem__(self, index): method __setitem__ (line 102) | def __setitem__(self, index, item): method __delitem__ (line 129) | def __delitem__(self, index): method __len__ (line 140) | def __len__(self): method __eq__ (line 144) | def __eq__(self, other): method __ne__ (line 151) | def __ne__(self, other): class MappedCollectionProxy (line 156) | class MappedCollectionProxy(collections.MutableMapping): method __init__ (line 159) | def __init__(self, collection): method __copy__ (line 167) | def __copy__(self): method mutable (line 184) | def mutable(self): method mutable (line 189) | def mutable(self, value): method attribute (line 194) | def attribute(self): method attribute (line 199) | def attribute(self, value): class KeyValueMappedCollectionProxy (line 204) | class KeyValueMappedCollectionProxy(MappedCollectionProxy): method __init__ (line 225) | def __init__( method _get_entity_by_key (line 234) | def _get_entity_by_key(self, key): method __getitem__ (line 242) | def __getitem__(self, key): method __setitem__ (line 247) | def __setitem__(self, key, value): method __delitem__ (line 277) | def __delitem__(self, key): method __iter__ (line 294) | def __iter__(self): method __len__ (line 302) | def __len__(self): class PerSessionDefaultKeyMaker (line 311) | class PerSessionDefaultKeyMaker(ftrack_api.cache.KeyMaker): method _key (line 314) | def _key(self, obj): function _get_custom_attribute_configurations (line 334) | def _get_custom_attribute_configurations(session): class CustomAttributeCollectionProxy (line 347) | class CustomAttributeCollectionProxy(MappedCollectionProxy): method __init__ (line 350) | def __init__( method _get_entity_configurations (line 358) | def _get_entity_configurations(self): method _get_keys (line 408) | def _get_keys(self): method _get_entity_by_key (line 416) | def _get_entity_by_key(self, key): method get_configuration_id_from_key (line 425) | def get_configuration_id_from_key(self, key): method __getitem__ (line 437) | def __getitem__(self, key): method __setitem__ (line 450) | def __setitem__(self, key, value): method __delitem__ (line 471) | def __delitem__(self, key): method __eq__ (line 492) | def __eq__(self, collection): method __iter__ (line 499) | def __iter__(self): method __len__ (line 504) | def __len__(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/data.py class Data (line 9) | class Data(object): method __init__ (line 14) | def __init__(self): method read (line 19) | def read(self, limit=None): method write (line 23) | def write(self, content): method flush (line 26) | def flush(self): method seek (line 29) | def seek(self, offset, whence=os.SEEK_SET): method tell (line 40) | def tell(self): method close (line 44) | def close(self): class FileWrapper (line 50) | class FileWrapper(Data): method __init__ (line 53) | def __init__(self, wrapped_file): method read (line 59) | def read(self, limit=None): method write (line 68) | def write(self, content): method flush (line 77) | def flush(self): method seek (line 83) | def seek(self, offset, whence=os.SEEK_SET): method tell (line 87) | def tell(self): method close (line 91) | def close(self): class File (line 99) | class File(FileWrapper): method __init__ (line 102) | def __init__(self, path, mode='rb'): class String (line 108) | class String(FileWrapper): method __init__ (line 111) | def __init__(self, content=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/asset_version.py class AssetVersion (line 7) | class AssetVersion(ftrack_api.entity.base.Entity): method create_component (line 10) | def create_component( method encode_media (line 49) | def encode_media(self, media, keep_original='auto'): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/base.py class DynamicEntityTypeMetaclass (line 18) | class DynamicEntityTypeMetaclass(abc.ABCMeta): method __repr__ (line 26) | def __repr__(self): class Entity (line 31) | class Entity(collections.MutableMapping): method __init__ (line 41) | def __init__(self, session, data=None, reconstructing=False): method _construct (line 76) | def _construct(self, data): method _reconstruct (line 157) | def _reconstruct(self, data): method __repr__ (line 174) | def __repr__(self): method __str__ (line 180) | def __str__(self): method __hash__ (line 193) | def __hash__(self): method __eq__ (line 197) | def __eq__(self, other): method __getitem__ (line 214) | def __getitem__(self, key): method __setitem__ (line 222) | def __setitem__(self, key, value): method __delitem__ (line 230) | def __delitem__(self, key): method __iter__ (line 242) | def __iter__(self): method __len__ (line 247) | def __len__(self): method values (line 251) | def values(self): method items (line 258) | def items(self): method clear (line 272) | def clear(self): method merge (line 277) | def merge(self, entity, merged=None): method _populate_unset_scalar_attributes (line 393) | def _populate_unset_scalar_attributes(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/component.py class Component (line 7) | class Component(ftrack_api.entity.base.Entity): method get_availability (line 10) | def get_availability(self, locations=None): class CreateThumbnailMixin (line 23) | class CreateThumbnailMixin(object): method create_thumbnail (line 26) | def create_thumbnail(self, path, data=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/factory.py class Factory (line 24) | class Factory(object): method __init__ (line 27) | def __init__(self): method create (line 34) | def create(self, schema, bases=None): method create_scalar_attribute (line 144) | def create_scalar_attribute( method create_reference_attribute (line 153) | def create_reference_attribute(self, class_name, name, mutable, refere... method create_collection_attribute (line 159) | def create_collection_attribute(self, class_name, name, mutable): method create_mapped_collection_attribute (line 165) | def create_mapped_collection_attribute( class PerSessionDefaultKeyMaker (line 176) | class PerSessionDefaultKeyMaker(ftrack_api.cache.KeyMaker): method _key (line 179) | def _key(self, obj): function _get_custom_attribute_configurations (line 207) | def _get_custom_attribute_configurations(session): function _get_entity_configurations (line 220) | def _get_entity_configurations(entity): class StandardFactory (line 280) | class StandardFactory(Factory): method create (line 283) | def create(self, schema, bases=None): method create_mapped_collection_attribute (line 332) | def create_mapped_collection_attribute( FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/job.py class Job (line 7) | class Job(ftrack_api.entity.base.Entity): method __init__ (line 10) | def __init__(self, session, data=None, reconstructing=False): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/location.py class Location (line 15) | class Location(ftrack_api.entity.base.Entity): method __init__ (line 18) | def __init__(self, session, data=None, reconstructing=False): method __str__ (line 40) | def __str__(self): method add_component (line 53) | def add_component(self, component, source, recursive=True): method add_components (line 81) | def add_components(self, components, sources, recursive=True, _depth=0): method _get_context (line 273) | def _get_context(self, component, source): method _add_data (line 290) | def _add_data(self, component, resource_identifier, source): method _register_component_in_location (line 372) | def _register_component_in_location(self, component, resource_identifi... method _register_components_in_location (line 378) | def _register_components_in_location( method remove_component (line 399) | def remove_component(self, component, recursive=True): method remove_components (line 410) | def remove_components(self, components, recursive=True): method _remove_data (line 452) | def _remove_data(self, component): method _deregister_component_in_location (line 471) | def _deregister_component_in_location(self, component): method get_component_availability (line 487) | def get_component_availability(self, component): method get_component_availabilities (line 493) | def get_component_availabilities(self, components): method get_resource_identifier (line 506) | def get_resource_identifier(self, component): method get_resource_identifiers (line 515) | def get_resource_identifiers(self, components): method _get_resource_identifiers (line 536) | def _get_resource_identifiers(self, components): method get_filesystem_path (line 582) | def get_filesystem_path(self, component): method get_filesystem_paths (line 586) | def get_filesystem_paths(self, components): method get_url (line 598) | def get_url(self, component): class MemoryLocationMixin (line 611) | class MemoryLocationMixin(object): method _cache (line 620) | def _cache(self): method _register_component_in_location (line 629) | def _register_component_in_location(self, component, resource_identifi... method _register_components_in_location (line 634) | def _register_components_in_location( method _deregister_component_in_location (line 647) | def _deregister_component_in_location(self, component): method _get_resource_identifiers (line 652) | def _get_resource_identifiers(self, components): class UnmanagedLocationMixin (line 679) | class UnmanagedLocationMixin(object): method _add_data (line 682) | def _add_data(self, component, resource_identifier, source): method _remove_data (line 693) | def _remove_data(self, component): class OriginLocationMixin (line 702) | class OriginLocationMixin(MemoryLocationMixin, UnmanagedLocationMixin): method _get_context (line 705) | def _get_context(self, component, source): class ServerLocationMixin (line 716) | class ServerLocationMixin(object): method get_thumbnail_url (line 721) | def get_thumbnail_url(self, component, size=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/note.py class Note (line 9) | class Note(ftrack_api.entity.base.Entity): method create_reply (line 12) | def create_reply( class CreateNoteMixin (line 35) | class CreateNoteMixin(object): method create_note (line 38) | def create_note( FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/project_schema.py class ProjectSchema (line 7) | class ProjectSchema(ftrack_api.entity.base.Entity): method get_statuses (line 10) | def get_statuses(self, schema, type_id=None): method get_types (line 61) | def get_types(self, schema): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/entity/user.py class User (line 10) | class User(ftrack_api.entity.base.Entity): method start_timer (line 13) | def start_timer(self, context=None, comment='', name=None, force=False): method stop_timer (line 60) | def stop_timer(self): method send_invite (line 110) | def send_invite(self): method reset_api_key (line 116) | def reset_api_key(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/base.py class Event (line 8) | class Event(collections.MutableMapping): method __init__ (line 11) | def __init__(self, topic, id=None, data=None, sent=None, method stop (line 53) | def stop(self): method is_stopped (line 57) | def is_stopped(self): method __str__ (line 61) | def __str__(self): method __getitem__ (line 67) | def __getitem__(self, key): method __setitem__ (line 71) | def __setitem__(self, key, value): method __delitem__ (line 75) | def __delitem__(self, key): method __iter__ (line 79) | def __iter__(self): method __len__ (line 83) | def __len__(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/expression.py class Parser (line 17) | class Parser(object): method __init__ (line 20) | def __init__(self): method _construct_parser (line 33) | def _construct_parser(self): method parse (line 78) | def parse(self, expression): method _process (line 99) | def _process(self, result): method _process_expression (line 109) | def _process_expression(self, result): method _process_not (line 113) | def _process_not(self, result): method _process_and (line 117) | def _process_and(self, result): method _process_or (line 121) | def _process_or(self, result): method _process_condition (line 125) | def _process_condition(self, result): method _process_quoted_value (line 130) | def _process_quoted_value(self, result): class Expression (line 135) | class Expression(object): method __str__ (line 138) | def __str__(self): method match (line 142) | def match(self, candidate): class All (line 147) | class All(Expression): method __init__ (line 156) | def __init__(self, expressions=None): method __str__ (line 161) | def __str__(self): method match (line 168) | def match(self, candidate): class Any (line 175) | class Any(Expression): method __init__ (line 184) | def __init__(self, expressions=None): method __str__ (line 189) | def __str__(self): method match (line 196) | def match(self, candidate): class Not (line 203) | class Not(Expression): method __init__ (line 206) | def __init__(self, expression): method __str__ (line 211) | def __str__(self): method match (line 218) | def match(self, candidate): class Condition (line 223) | class Condition(Expression): method __init__ (line 226) | def __init__(self, key, operator, value): method __str__ (line 255) | def __str__(self): method match (line 264) | def match(self, candidate): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/hub.py class EventHub (line 46) | class EventHub(object): method __init__ (line 58) | def __init__(self, server_url, api_user, api_key): method get_server_url (line 126) | def get_server_url(self): method get_network_location (line 132) | def get_network_location(self): method secure (line 140) | def secure(self): method connect (line 144) | def connect(self): method connected (line 231) | def connected(self): method disconnect (line 235) | def disconnect(self, unsubscribe=True): method reconnect (line 275) | def reconnect(self, attempts=10, delay=5): method wait (line 321) | def wait(self, duration=None): method get_subscriber_by_identifier (line 347) | def get_subscriber_by_identifier(self, identifier): method subscribe (line 359) | def subscribe(self, subscription, callback, subscriber=None, priority=... method _add_subscriber (line 420) | def _add_subscriber( method _notify_server_about_subscriber (line 460) | def _notify_server_about_subscriber(self, subscriber): method _on_subscribed (line 475) | def _on_subscribed(self, subscriber, response): method unsubscribe (line 483) | def unsubscribe(self, subscriber_identifier): method _on_unsubscribed (line 520) | def _on_unsubscribed(self, subscriber, response): method _prepare_event (line 528) | def _prepare_event(self, event): method _prepare_reply_event (line 535) | def _prepare_reply_event(self, event, source_event, source=None): method publish (line 547) | def publish( method publish_reply (line 587) | def publish_reply(self, source_event, data, source=None): method _publish (line 601) | def _publish(self, event, synchronous=False, callback=None, on_reply=N... method _on_published (line 674) | def _on_published(self, event, response): method _handle (line 682) | def _handle(self, event, synchronous=False): method _handle_reply (line 763) | def _handle_reply(self, event): method subscription (line 769) | def subscription(self, subscription, callback, subscriber=None, method _get_socket_io_session (line 785) | def _get_socket_io_session(self): method _add_packet_callback (line 827) | def _add_packet_callback(self, callback): method _pop_packet_callback (line 841) | def _pop_packet_callback(self, packet_identifier): method _emit_event_packet (line 845) | def _emit_event_packet(self, namespace, event, callback): method _acknowledge_packet (line 854) | def _acknowledge_packet(self, packet_identifier, *args): method _send_packet (line 863) | def _send_packet(self, code, data='', callback=None): method _receive_packet (line 880) | def _receive_packet(self): method _handle_packet (line 913) | def _handle_packet(self, code, packet_identifier, path, data): method _encode (line 991) | def _encode(self, data): method _encode_object_hook (line 999) | def _encode_object_hook(self, item): method _decode (line 1013) | def _decode(self, string): method _decode_object_hook (line 1017) | def _decode_object_hook(self, item): class _SubscriptionContext (line 1026) | class _SubscriptionContext(object): method __init__ (line 1029) | def __init__(self, hub, subscription, callback, subscriber, priority): method __enter__ (line 1038) | def __enter__(self): method __exit__ (line 1045) | def __exit__(self, exception_type, exception_value, traceback): class _ProcessorThread (line 1050) | class _ProcessorThread(threading.Thread): method __init__ (line 1055) | def __init__(self, client): method run (line 1064) | def run(self): method cancel (line 1089) | def cancel(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscriber.py class Subscriber (line 7) | class Subscriber(object): method __init__ (line 10) | def __init__(self, subscription, callback, metadata, priority): method __str__ (line 19) | def __str__(self): method interested_in (line 25) | def interested_in(self, event): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/event/subscription.py class Subscription (line 7) | class Subscription(object): method __init__ (line 12) | def __init__(self, subscription): method __str__ (line 17) | def __str__(self): method includes (line 21) | def includes(self, event): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/exception.py class Error (line 10) | class Error(Exception): method __init__ (line 15) | def __init__(self, message=None, details=None): method __str__ (line 34) | def __str__(self): class AuthenticationError (line 45) | class AuthenticationError(Error): class ServerError (line 51) | class ServerError(Error): class ServerCompatibilityError (line 57) | class ServerCompatibilityError(ServerError): class NotFoundError (line 63) | class NotFoundError(Error): class NotUniqueError (line 69) | class NotUniqueError(Error): class IncorrectResultError (line 75) | class IncorrectResultError(Error): class NoResultFoundError (line 81) | class NoResultFoundError(IncorrectResultError): class MultipleResultsFoundError (line 87) | class MultipleResultsFoundError(IncorrectResultError): class EntityTypeError (line 93) | class EntityTypeError(Error): class UnrecognisedEntityTypeError (line 99) | class UnrecognisedEntityTypeError(EntityTypeError): method __init__ (line 104) | def __init__(self, entity_type, **kw): class OperationError (line 112) | class OperationError(Error): class InvalidStateError (line 118) | class InvalidStateError(Error): class InvalidStateTransitionError (line 124) | class InvalidStateTransitionError(InvalidStateError): method __init__ (line 132) | def __init__(self, current_state, target_state, entity, **kw): class AttributeError (line 142) | class AttributeError(Error): class ImmutableAttributeError (line 148) | class ImmutableAttributeError(AttributeError): method __init__ (line 155) | def __init__(self, attribute, **kw): class CollectionError (line 163) | class CollectionError(Error): method __init__ (line 168) | def __init__(self, collection, **kw): class ImmutableCollectionError (line 176) | class ImmutableCollectionError(CollectionError): class DuplicateItemInCollectionError (line 184) | class DuplicateItemInCollectionError(CollectionError): method __init__ (line 191) | def __init__(self, item, collection, **kw): class ParseError (line 199) | class ParseError(Error): class EventHubError (line 205) | class EventHubError(Error): class EventHubConnectionError (line 211) | class EventHubConnectionError(EventHubError): class EventHubPacketError (line 217) | class EventHubPacketError(EventHubError): class PermissionDeniedError (line 223) | class PermissionDeniedError(Error): class LocationError (line 229) | class LocationError(Error): class ComponentNotInAnyLocationError (line 235) | class ComponentNotInAnyLocationError(LocationError): class ComponentNotInLocationError (line 241) | class ComponentNotInLocationError(LocationError): method __init__ (line 248) | def __init__(self, components, location, **kw): class ComponentInLocationError (line 264) | class ComponentInLocationError(LocationError): method __init__ (line 272) | def __init__(self, components, location, **kw): class AccessorError (line 288) | class AccessorError(Error): class AccessorOperationFailedError (line 294) | class AccessorOperationFailedError(AccessorError): method __init__ (line 299) | def __init__( class AccessorUnsupportedOperationError (line 310) | class AccessorUnsupportedOperationError(AccessorOperationFailedError): class AccessorPermissionDeniedError (line 316) | class AccessorPermissionDeniedError(AccessorOperationFailedError): class AccessorResourceIdentifierError (line 324) | class AccessorResourceIdentifierError(AccessorError): method __init__ (line 329) | def __init__(self, resource_identifier, **kw): class AccessorFilesystemPathError (line 336) | class AccessorFilesystemPathError(AccessorResourceIdentifierError): class AccessorResourceError (line 345) | class AccessorResourceError(AccessorError): method __init__ (line 350) | def __init__(self, operation='', resource_identifier=None, error=None, class AccessorResourceNotFoundError (line 359) | class AccessorResourceNotFoundError(AccessorResourceError): class AccessorParentResourceNotFoundError (line 365) | class AccessorParentResourceNotFoundError(AccessorResourceError): class AccessorResourceInvalidError (line 371) | class AccessorResourceInvalidError(AccessorResourceError): class AccessorContainerNotEmptyError (line 377) | class AccessorContainerNotEmptyError(AccessorResourceError): class StructureError (line 383) | class StructureError(Error): class ConnectionClosedError (line 389) | class ConnectionClosedError(Error): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/formatter.py function format (line 20) | def format( FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/inspection.py function identity (line 10) | def identity(entity): function primary_key (line 18) | def primary_key(entity): function _state (line 40) | def _state(operation, state): function state (line 66) | def state(entity): function states (line 94) | def states(entities): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/logging.py function deprecation_warning (line 8) | def deprecation_warning(message): class LazyLogMessage (line 22) | class LazyLogMessage(object): method __init__ (line 34) | def __init__(self, message, *args, **kwargs): method __str__ (line 40) | def __str__(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/operation.py class Operations (line 7) | class Operations(object): method __init__ (line 10) | def __init__(self): method clear (line 15) | def clear(self): method push (line 19) | def push(self, operation): method pop (line 23) | def pop(self): method __len__ (line 27) | def __len__(self): method __iter__ (line 31) | def __iter__(self): class Operation (line 36) | class Operation(object): class CreateEntityOperation (line 40) | class CreateEntityOperation(Operation): method __init__ (line 43) | def __init__(self, entity_type, entity_key, entity_data): class UpdateEntityOperation (line 68) | class UpdateEntityOperation(Operation): method __init__ (line 71) | def __init__( class DeleteEntityOperation (line 99) | class DeleteEntityOperation(Operation): method __init__ (line 102) | def __init__(self, entity_type, entity_key): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/plugin.py function discover (line 13) | def discover(paths, positional_arguments=None, keyword_arguments=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/query.py class QueryResult (line 10) | class QueryResult(collections.Sequence): method __init__ (line 16) | def __init__(self, session, expression, page_size=500): method _extract_offset_and_limit (line 58) | def _extract_offset_and_limit(self, expression): method __getitem__ (line 84) | def __getitem__(self, index): method __len__ (line 91) | def __len__(self): method _can_fetch_more (line 98) | def _can_fetch_more(self): method _fetch_more (line 102) | def _fetch_more(self): method all (line 121) | def all(self): method one (line 125) | def one(self): method first (line 174) | def first(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/resource_identifier_transformer/base.py class ResourceIdentifierTransformer (line 5) | class ResourceIdentifierTransformer(object): method __init__ (line 24) | def __init__(self, session): method encode (line 34) | def encode(self, resource_identifier, context=None): method decode (line 43) | def decode(self, resource_identifier, context=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/session.py class SessionAuthentication (line 54) | class SessionAuthentication(requests.auth.AuthBase): method __init__ (line 57) | def __init__(self, api_key, api_user): method __call__ (line 63) | def __call__(self, request): class Session (line 72) | class Session(object): method __init__ (line 75) | def __init__( method __enter__ (line 296) | def __enter__(self): method __exit__ (line 300) | def __exit__(self, exception_type, exception_value, traceback): method _request (line 305) | def _request(self): method _request (line 318) | def _request(self, value): method closed (line 323) | def closed(self): method server_information (line 328) | def server_information(self): method server_url (line 333) | def server_url(self): method api_user (line 338) | def api_user(self): method api_key (line 343) | def api_key(self): method event_hub (line 348) | def event_hub(self): method _local_cache (line 353) | def _local_cache(self): method check_server_compatibility (line 357) | def check_server_compatibility(self): method close (line 380) | def close(self): method reset (line 420) | def reset(self): method auto_populating (line 463) | def auto_populating(self, auto_populate): method operation_recording (line 476) | def operation_recording(self, record_operations): method created (line 490) | def created(self): method modified (line 501) | def modified(self): method deleted (line 512) | def deleted(self): method reset_remote (line 522) | def reset_remote(self, reset_type, entity=None): method create (line 549) | def create(self, entity_type, data=None, reconstructing=False): method _create (line 567) | def _create(self, entity_type, data, reconstructing): method ensure (line 576) | def ensure(self, entity_type, data, identifying_keys=None): method delete (line 694) | def delete(self, entity): method get (line 704) | def get(self, entity_type, entity_key): method _get (line 754) | def _get(self, entity_type, entity_key): method query (line 776) | def query(self, expression, page_size=500): method _query (line 810) | def _query(self, expression): method merge (line 835) | def merge(self, value, merged=None): method _merge (line 849) | def _merge(self, value, merged): method _merge_recursive (line 892) | def _merge_recursive(self, entity, merged=None): method _merge_entity (line 934) | def _merge_entity(self, entity, merged=None): method populate (line 1008) | def populate(self, entities, projections): method commit (line 1108) | def commit(self): method rollback (line 1296) | def rollback(self): method _fetch_server_information (line 1336) | def _fetch_server_information(self): method _discover_plugins (line 1341) | def _discover_plugins(self, plugin_arguments=None): method _read_schemas_from_cache (line 1363) | def _read_schemas_from_cache(self, schema_cache_path): method _write_schemas_to_cache (line 1389) | def _write_schemas_to_cache(self, schemas, schema_cache_path): method _load_schemas (line 1403) | def _load_schemas(self, schema_cache_path): method _build_entity_type_classes (line 1458) | def _build_entity_type_classes(self, schemas): method _configure_locations (line 1498) | def _configure_locations(self): method _call (line 1607) | def _call(self, data): method call (line 1619) | def call(self, data): method encode (line 1661) | def encode(self, data, entity_attribute_strategy='set_only'): method _encode (line 1696) | def _encode(self, item, entity_attribute_strategy='set_only'): method entity_reference (line 1769) | def entity_reference(self, entity): method _entity_reference (line 1789) | def _entity_reference(self, entity): method decode (line 1804) | def decode(self, string): method _decode (line 1809) | def _decode(self, item): method _get_locations (line 1823) | def _get_locations(self, filter_inaccessible=True): method pick_location (line 1847) | def pick_location(self, component=None): method pick_locations (line 1867) | def pick_locations(self, components): method create_component (line 1894) | def create_component( method _create_component (line 2015) | def _create_component(self, entity_type, path, data, location): method _get_filesystem_size (line 2035) | def _get_filesystem_size(self, path): method get_component_availability (line 2044) | def get_component_availability(self, component, locations=None): method get_component_availabilities (line 2057) | def get_component_availabilities(self, components, locations=None): method delayed_job (line 2135) | def delayed_job(self, job_type): method get_widget_url (line 2161) | def get_widget_url(self, name, entity=None, theme=None): method encode_media (line 2206) | def encode_media(self, media, version_id=None, keep_original='auto'): method get_upload_metadata (line 2307) | def get_upload_metadata( method send_user_invite (line 2348) | def send_user_invite(self, user): method send_user_invites (line 2359) | def send_user_invites(self, users): method send_review_session_invite (line 2392) | def send_review_session_invite(self, invitee): method send_review_session_invites (line 2404) | def send_review_session_invites(self, invitees): class AutoPopulatingContext (line 2440) | class AutoPopulatingContext(object): method __init__ (line 2443) | def __init__(self, session, auto_populate): method __enter__ (line 2450) | def __enter__(self): method __exit__ (line 2455) | def __exit__(self, exception_type, exception_value, traceback): class OperationRecordingContext (line 2460) | class OperationRecordingContext(object): method __init__ (line 2463) | def __init__(self, session, record_operations): method __enter__ (line 2470) | def __enter__(self): method __exit__ (line 2475) | def __exit__(self, exception_type, exception_value, traceback): class OperationPayload (line 2480) | class OperationPayload(collections.MutableMapping): method __init__ (line 2483) | def __init__(self, *args, **kwargs): method __str__ (line 2489) | def __str__(self): method __getitem__ (line 2495) | def __getitem__(self, key): method __setitem__ (line 2499) | def __setitem__(self, key, value): method __delitem__ (line 2503) | def __delitem__(self, key): method __iter__ (line 2507) | def __iter__(self): method __len__ (line 2511) | def __len__(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/base.py class Structure (line 7) | class Structure(object): method __init__ (line 16) | def __init__(self, prefix=''): method get_resource_identifier (line 23) | def get_resource_identifier(self, entity, context=None): method _get_sequence_expression (line 30) | def _get_sequence_expression(self, sequence): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/entity_id.py class EntityIdStructure (line 7) | class EntityIdStructure(ftrack_api.structure.base.Structure): method get_resource_identifier (line 10) | def get_resource_identifier(self, entity, context=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/id.py class IdStructure (line 10) | class IdStructure(ftrack_api.structure.base.Structure): method get_resource_identifier (line 37) | def get_resource_identifier(self, entity, context=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/origin.py class OriginStructure (line 7) | class OriginStructure(Structure): method get_resource_identifier (line 10) | def get_resource_identifier(self, entity, context=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/structure/standard.py class StandardStructure (line 12) | class StandardStructure(ftrack_api.structure.base.Structure): method __init__ (line 47) | def __init__( method _get_parts (line 69) | def _get_parts(self, entity): method _format_version (line 122) | def _format_version(self, number): method sanitise_for_filesystem (line 126) | def sanitise_for_filesystem(self, value): method get_resource_identifier (line 147) | def get_resource_identifier(self, entity, context=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/source/ftrack_api/symbol.py class Symbol (line 7) | class Symbol(object): method __init__ (line 10) | def __init__(self, name, value=True): method __str__ (line 19) | def __str__(self): method __repr__ (line 23) | def __repr__(self): method __nonzero__ (line 27) | def __nonzero__(self): method __copy__ (line 31) | def __copy__(self): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/configure_locations.py function configure_locations (line 11) | def configure_locations(event): function register (line 23) | def register(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/construct_entity_type.py function stub (line 9) | def stub(self): class Factory (line 13) | class Factory(ftrack_api.entity.factory.StandardFactory): method create (line 16) | def create(self, schema, bases=None): function register (line 28) | def register(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/fixture/plugin/count_session_event.py function count_session_event (line 9) | def count_session_event(event): function register (line 18) | def register(session, **kw): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_disk.py function test_get_filesystem_path (line 15) | def test_get_filesystem_path(temporary_path): function test_list (line 58) | def test_list(temporary_path): function test_exists (line 81) | def test_exists(temporary_path): function test_missing_does_not_exist (line 89) | def test_missing_does_not_exist(temporary_path): function test_is_file (line 95) | def test_is_file(temporary_path): function test_missing_is_not_file (line 103) | def test_missing_is_not_file(temporary_path): function test_container_is_not_file (line 109) | def test_container_is_not_file(temporary_path): function test_is_container (line 117) | def test_is_container(temporary_path): function test_missing_is_not_container (line 125) | def test_missing_is_not_container(temporary_path): function test_file_is_not_container (line 131) | def test_file_is_not_container(temporary_path): function test_is_sequence (line 139) | def test_is_sequence(temporary_path): function test_open (line 149) | def test_open(temporary_path): function test_remove_file (line 167) | def test_remove_file(temporary_path): function test_remove_container (line 177) | def test_remove_container(temporary_path): function test_remove_missing (line 186) | def test_remove_missing(temporary_path): function test_make_container (line 193) | def test_make_container(temporary_path): function test_get_container (line 219) | def test_get_container(temporary_path): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/accessor/test_server.py function test_read_and_write (line 14) | def test_read_and_write(new_component, session): function test_remove_data (line 28) | def test_remove_data(new_component, session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/conftest.py function pytest_generate_tests (line 16) | def pytest_generate_tests(metafunc): function _temporary_file (line 33) | def _temporary_file(request, **kwargs): function temporary_file (line 50) | def temporary_file(request): function temporary_image (line 56) | def temporary_image(request): function temporary_directory (line 62) | def temporary_directory(request): function temporary_sequence (line 76) | def temporary_sequence(temporary_directory): function video_path (line 103) | def video_path(): function session (line 119) | def session(): function session_no_autoconnect_hub (line 125) | def session_no_autoconnect_hub(): function unique_name (line 131) | def unique_name(): function temporary_path (line 137) | def temporary_path(request): function new_user (line 154) | def new_user(request, session, unique_name): function user (line 170) | def user(session): function project_schema (line 180) | def project_schema(session): function new_project_tree (line 191) | def new_project_tree(request, session, user): function new_project (line 247) | def new_project(request, session, user): function project (line 270) | def project(session): function new_task (line 280) | def new_task(request, session, unique_name): function task (line 311) | def task(session): function new_scope (line 321) | def new_scope(request, session, unique_name): function new_job (line 340) | def new_job(request, session, unique_name, user): function new_note (line 360) | def new_note(request, session, unique_name, new_task, user): function new_asset_version (line 376) | def new_asset_version(request, session): function new_component (line 390) | def new_component(request, session, temporary_file): function new_container_component (line 406) | def new_container_component(request, session, temporary_directory): function new_sequence_component (line 432) | def new_sequence_component(request, session, temporary_sequence): function mocked_schemas (line 448) | def mocked_schemas(): function mocked_schema_session (line 525) | def mocked_schema_session(mocker, mocked_schemas): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_asset_version.py function test_create_component (line 6) | def test_create_component(new_asset_version, temporary_file): function test_create_component_specifying_different_version (line 18) | def test_create_component_specifying_different_version( function test_encode_media (line 36) | def test_encode_media(new_asset_version, video_path): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_base.py function test_hash (line 7) | def test_hash(project, task, user): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_component.py function test_get_availability (line 8) | def test_get_availability(new_component): function image_path (line 43) | def image_path(): function test_create_task_thumbnail (line 58) | def test_create_task_thumbnail(task, image_path): function test_create_thumbnail_with_data (line 65) | def test_create_thumbnail_with_data(task, image_path, unique_name): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_factory.py class CustomUser (line 7) | class CustomUser(ftrack_api.entity.base.Entity): function test_extend_standard_factory_with_bases (line 11) | def test_extend_standard_factory_with_bases(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_job.py function test_create_job (line 7) | def test_create_job(session, user): function test_create_job_with_valid_type (line 21) | def test_create_job_with_valid_type(session, user): function test_create_job_using_faulty_type (line 36) | def test_create_job_using_faulty_type(session, user): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_location.py class Base64ResourceIdentifierTransformer (line 20) | class Base64ResourceIdentifierTransformer( method encode (line 29) | def encode(self, resource_identifier, context=None): method decode (line 38) | def decode(self, resource_identifier, context=None): function new_location (line 49) | def new_location(request, session, unique_name, temporary_directory): function new_unmanaged_location (line 82) | def new_unmanaged_location(request, session, unique_name): function origin_location (line 118) | def origin_location(session): function server_location (line 123) | def server_location(session): function server_image_component (line 129) | def server_image_component(request, session, server_location): function test_string_representation (line 158) | def test_string_representation(session, name): function test_add_components (line 168) | def test_add_components(new_location, origin_location, session, temporar... function test_add_components_from_single_location (line 199) | def test_add_components_from_single_location( function test_add_components_with_mismatching_sources (line 230) | def test_add_components_with_mismatching_sources(new_location, new_compo... function test_add_components_with_undefined_structure (line 236) | def test_add_components_with_undefined_structure(new_location, mocker): function test_add_components_already_in_location (line 244) | def test_add_components_already_in_location( function test_add_component_when_data_already_exists (line 260) | def test_add_component_when_data_already_exists( function test_add_component_missing_source_accessor (line 277) | def test_add_component_missing_source_accessor( function test_add_component_missing_target_accessor (line 287) | def test_add_component_missing_target_accessor( function test_add_container_component (line 297) | def test_add_container_component( function test_add_sequence_component_recursively (line 309) | def test_add_sequence_component_recursively( function test_add_sequence_component_non_recursively (line 323) | def test_add_sequence_component_non_recursively( function test_remove_components (line 337) | def test_remove_components( function test_remove_sequence_component_recursively (line 371) | def test_remove_sequence_component_recursively( function test_remove_sequence_component_non_recursively (line 389) | def test_remove_sequence_component_non_recursively( function test_remove_component_missing_accessor (line 407) | def test_remove_component_missing_accessor( function test_resource_identifier_transformer (line 418) | def test_resource_identifier_transformer( function test_get_filesystem_path (line 445) | def test_get_filesystem_path(new_component, new_location, origin_location): function test_get_context (line 457) | def test_get_context(new_component, new_location, origin_location): function test_get_context_for_component_not_in_source (line 468) | def test_get_context_for_component_not_in_source(new_component, new_loca... function test_data_transfer (line 474) | def test_data_transfer(session, new_location, origin_location): function test_get_thumbnail_url (line 494) | def test_get_thumbnail_url(server_location, server_image_component): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_metadata.py function test_query_metadata (line 9) | def test_query_metadata(new_project): function test_set_get_metadata_from_different_sessions (line 41) | def test_set_get_metadata_from_different_sessions(new_project): function test_get_set_multiple_metadata (line 69) | def test_get_set_multiple_metadata(new_project): function test_metadata_parent_type_remains_in_schema_id_format (line 89) | def test_metadata_parent_type_remains_in_schema_id_format(session, new_p... function test_set_metadata_twice (line 102) | def test_set_metadata_twice(new_project): function test_set_same_metadata_on_retrieved_entity (line 121) | def test_set_same_metadata_on_retrieved_entity(new_project): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_note.py function test_create_reply (line 8) | def test_create_reply(session, new_note, user, unique_name): function test_create_note_on_entity (line 20) | def test_create_note_on_entity(session, new_task, user, unique_name): function test_create_note_on_entity_specifying_recipients (line 34) | def test_create_note_on_entity_specifying_recipients( function test_create_note_on_entity_specifying_category (line 57) | def test_create_note_on_entity_specifying_category( FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_project_schema.py function test_get_statuses (line 30) | def test_get_statuses(project_schema, schema, expected): function test_get_types (line 55) | def test_get_types(project_schema, schema, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_scopes.py function test_add_remove_and_query_scopes_for_tasks (line 5) | def test_add_remove_and_query_scopes_for_tasks(session, new_task, new_sc... FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/entity/test_user.py function test_force_start_timer (line 5) | def test_force_start_timer(new_user, task): function test_timer_creates_timelog (line 15) | def test_timer_creates_timelog(new_user, task, unique_name): function test_reset_user_api_key (line 40) | def test_reset_user_api_key(new_user): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/event_hub_server_heartbeat.py function callback (line 17) | def callback(event): function main (line 24) | def main(arguments=None): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_base.py function test_string_representation (line 7) | def test_string_representation(): function test_stop (line 16) | def test_stop(): function test_is_stopped (line 26) | def test_is_stopped(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_expression.py function candidate (line 16) | def candidate(): function test_parser_parse (line 57) | def test_parser_parse(expression, expected): function test_string_representation (line 81) | def test_string_representation(expression, expected): function test_match (line 120) | def test_match(expression, candidate, expected): function parametrize_test_condition_match (line 125) | def parametrize_test_condition_match(metafunc): function test_condition_match (line 171) | def test_condition_match(key, operator, value, candidate, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_hub.py class MockClass (line 19) | class MockClass(object): method method (line 22) | def method(self): function mockFunction (line 26) | def mockFunction(): class MockConnection (line 30) | class MockConnection(object): method connected (line 34) | def connected(self): method close (line 38) | def close(self): function assert_callbacks (line 43) | def assert_callbacks(hub, callbacks): function event_hub (line 64) | def event_hub(request, session): function test_get_server_url (line 92) | def test_get_server_url(server_url, expected): function test_get_network_location (line 107) | def test_get_network_location(server_url, expected): function test_secure_property (line 122) | def test_secure_property(server_url, expected, mocker): function test_connected_property (line 130) | def test_connected_property(session): function test_initialise_against_server_url (line 155) | def test_initialise_against_server_url(server_url, expected): function test_connect (line 169) | def test_connect(session): function test_connect_when_already_connected (line 180) | def test_connect_when_already_connected(event_hub): function test_connect_failure (line 190) | def test_connect_failure(session, mocker): function test_connect_missing_required_transport (line 205) | def test_connect_missing_required_transport(session, mocker, caplog): function test_disconnect (line 233) | def test_disconnect(event_hub): function test_disconnect_without_unsubscribing (line 240) | def test_disconnect_without_unsubscribing(event_hub): function test_close_connection_from_manually_connected_hub (line 247) | def test_close_connection_from_manually_connected_hub(session_no_autocon... function test_disconnect_when_not_connected (line 254) | def test_disconnect_when_not_connected(session): function test_reconnect (line 265) | def test_reconnect(event_hub): function test_reconnect_when_not_connected (line 272) | def test_reconnect_when_not_connected(session): function test_fail_to_reconnect (line 285) | def test_fail_to_reconnect(session, mocker): function test_wait (line 307) | def test_wait(event_hub): function test_wait_interrupted_by_disconnect (line 326) | def test_wait_interrupted_by_disconnect(event_hub): function test_get_subscriber_by_identifier (line 347) | def test_get_subscriber_by_identifier(event_hub, identifier, registered): function test_subscribe (line 366) | def test_subscribe(event_hub): function test_subscribe_before_connected (line 385) | def test_subscribe_before_connected(session): function test_duplicate_subscriber (line 413) | def test_duplicate_subscriber(event_hub): function test_unsubscribe (line 424) | def test_unsubscribe(event_hub): function test_unsubscribe_whilst_disconnected (line 446) | def test_unsubscribe_whilst_disconnected(event_hub): function test_unsubscribe_missing_subscriber (line 455) | def test_unsubscribe_missing_subscriber(event_hub): function test_prepare_event (line 478) | def test_prepare_event(session, event_data): function test_prepare_reply_event (line 500) | def test_prepare_reply_event(session): function test_publish (line 517) | def test_publish(event_hub): function test_publish_raising_error (line 532) | def test_publish_raising_error(event_hub): function test_publish_ignoring_error (line 543) | def test_publish_ignoring_error(event_hub): function test_publish_logs_other_errors (line 552) | def test_publish_logs_other_errors(event_hub, caplog, mocker): function test_synchronous_publish (line 565) | def test_synchronous_publish(event_hub): function test_publish_with_reply (line 584) | def test_publish_with_reply(event_hub): function test_publish_with_multiple_replies (line 604) | def test_publish_with_multiple_replies(event_hub): function test_server_heartbeat_response (line 630) | def test_server_heartbeat_response(): function test_stop_event (line 651) | def test_stop_event(event_hub): function test_encode (line 683) | def test_encode(session): function test_decode (line 692) | def test_decode(session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscriber.py function test_string_representation (line 10) | def test_string_representation(): function test_interested_in (line 28) | def test_interested_in(expression, event, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/event/test_subscription.py function test_string_representation (line 10) | def test_string_representation(): function test_includes (line 25) | def test_includes(expression, event, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/resource_identifier_transformer/test_base.py function transformer (line 10) | def transformer(session): function test_encode (line 22) | def test_encode(transformer, resource_identifier, context, expected): function test_decode (line 34) | def test_decode(transformer, resource_identifier, context, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_base.py class Concrete (line 9) | class Concrete(ftrack_api.structure.base.Structure): method get_resource_identifier (line 12) | def get_resource_identifier(self, entity, context=None): function test_get_sequence_expression (line 28) | def test_get_sequence_expression(sequence, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_entity_id.py function structure (line 14) | def structure(): function valid_entity (line 23) | def valid_entity(): function test_get_resource_identifier (line 43) | def test_get_resource_identifier(structure, entity, context, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_id.py function structure (line 13) | def structure(): function file_component (line 22) | def file_component(container=None): function sequence_component (line 36) | def sequence_component(padding=0): function container_component (line 50) | def container_component(): function unsupported_entity (line 62) | def unsupported_entity(): function test_get_resource_identifier (line 109) | def test_get_resource_identifier(structure, entity, context, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_origin.py function structure (line 13) | def structure(): function test_get_resource_identifier (line 27) | def test_get_resource_identifier(structure, entity, context, expected): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/structure/test_standard.py function new_project (line 13) | def new_project(request): function new_container_component (line 37) | def new_container_component(): function new_sequence_component (line 48) | def new_sequence_component(): function new_file_component (line 59) | def new_file_component(name='foo', container=None): function test_get_resource_identifier (line 220) | def test_get_resource_identifier( function test_unsupported_entity (line 253) | def test_unsupported_entity(user): function test_component_without_version_relation (line 260) | def test_component_without_version_relation(new_project): function test_component_without_committed_version_relation (line 278) | def test_component_without_committed_version_relation(): function test_component_without_committed_asset_relation (line 296) | def test_component_without_committed_asset_relation(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_attribute.py function test_initialise_attributes_collection (line 17) | def test_initialise_attributes_collection(attributes): function test_add_attribute_to_attributes_collection (line 23) | def test_add_attribute_to_attributes_collection(): function test_add_duplicate_attribute_to_attributes_collection (line 33) | def test_add_duplicate_attribute_to_attributes_collection(): function test_remove_attribute_from_attributes_collection (line 43) | def test_remove_attribute_from_attributes_collection(): function test_remove_missing_attribute_from_attributes_collection (line 55) | def test_remove_missing_attribute_from_attributes_collection(): function test_get_attribute_from_attributes_collection (line 64) | def test_get_attribute_from_attributes_collection(): function test_get_missing_attribute_from_attributes_collection (line 75) | def test_get_missing_attribute_from_attributes_collection(): function test_attribute_collection_keys (line 88) | def test_attribute_collection_keys(attributes, expected): function test_attributes_collection_contains (line 103) | def test_attributes_collection_contains(attribute, expected): function test_attributes_collection_count (line 128) | def test_attributes_collection_count(attributes, expected): function test_iterate_over_attributes_collection (line 134) | def test_iterate_over_attributes_collection(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_cache.py function cache (line 14) | def cache(request): class Class (line 63) | class Class(object): method method (line 66) | def method(self, key): function function (line 70) | def function(mutable, x, y=2): function assert_memoised_call (line 76) | def assert_memoised_call( function test_get (line 92) | def test_get(cache): function test_get_missing_key (line 98) | def test_get_missing_key(cache): function test_set (line 104) | def test_set(cache): function test_remove (line 113) | def test_remove(cache): function test_remove_missing_key (line 122) | def test_remove_missing_key(cache): function test_keys (line 128) | def test_keys(cache): function test_clear (line 137) | def test_clear(cache): function test_clear_using_pattern (line 149) | def test_clear_using_pattern(cache): function test_clear_encountering_missing_key (line 161) | def test_clear_encountering_missing_key(cache, mocker): function test_layered_cache_propagates_value_on_get (line 174) | def test_layered_cache_propagates_value_on_get(): function test_layered_cache_remove_at_depth (line 196) | def test_layered_cache_remove_at_depth(): function test_expand_references (line 215) | def test_expand_references(): function test_string_key_maker_key (line 288) | def test_string_key_maker_key(items, key): function test_object_key_maker_key (line 333) | def test_object_key_maker_key(items, key): function test_memoised_call (line 339) | def test_memoised_call(): function test_memoised_call_variations (line 359) | def test_memoised_call_variations(): function test_memoised_mutable_return_value (line 399) | def test_memoised_mutable_return_value(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_collection.py function create_mock_entity (line 17) | def create_mock_entity(session): function mock_entity (line 27) | def mock_entity(session): function mock_entities (line 33) | def mock_entities(session): function mock_attribute (line 42) | def mock_attribute(): function test_collection_initialisation_does_not_modify_entity_state (line 49) | def test_collection_initialisation_does_not_modify_entity_state( function test_immutable_collection_initialisation (line 60) | def test_immutable_collection_initialisation( function test_collection_shallow_copy (line 72) | def test_collection_shallow_copy( function test_collection_insert (line 89) | def test_collection_insert( function test_collection_insert_duplicate (line 102) | def test_collection_insert_duplicate( function test_immutable_collection_insert (line 114) | def test_immutable_collection_insert( function test_collection_set_item (line 126) | def test_collection_set_item( function test_collection_re_set_item (line 139) | def test_collection_re_set_item( function test_collection_set_duplicate_item (line 151) | def test_collection_set_duplicate_item( function test_immutable_collection_set_item (line 163) | def test_immutable_collection_set_item( function test_collection_delete_item (line 175) | def test_collection_delete_item( function test_collection_delete_item_at_invalid_index (line 186) | def test_collection_delete_item_at_invalid_index( function test_immutable_collection_delete_item (line 198) | def test_immutable_collection_delete_item( function test_collection_count (line 210) | def test_collection_count( function test_collection_equal (line 237) | def test_collection_equal(mocker, mock_entity, mock_attribute, other, ex... function test_collection_not_equal_to_non_collection (line 255) | def test_collection_not_equal_to_non_collection( function test_collection_notify_on_modification (line 272) | def test_collection_notify_on_modification( function test_mapped_collection_proxy_shallow_copy (line 288) | def test_mapped_collection_proxy_shallow_copy(new_project, unique_name): function test_mapped_collection_proxy_mutable_property (line 300) | def test_mapped_collection_proxy_mutable_property(new_project): function test_mapped_collection_proxy_attribute_property (line 311) | def test_mapped_collection_proxy_attribute_property( function test_mapped_collection_proxy_get_item (line 323) | def test_mapped_collection_proxy_get_item(new_project, unique_name): function test_mapped_collection_proxy_set_item (line 342) | def test_mapped_collection_proxy_set_item(new_project, unique_name): function test_mapped_collection_proxy_update_item (line 363) | def test_mapped_collection_proxy_update_item(new_project, unique_name): function test_mapped_collection_proxy_delete_item (line 387) | def test_mapped_collection_proxy_delete_item(new_project, unique_name): function test_mapped_collection_proxy_delete_missing_item (line 411) | def test_mapped_collection_proxy_delete_missing_item(new_project, unique... function test_mapped_collection_proxy_iterate_keys (line 419) | def test_mapped_collection_proxy_iterate_keys(new_project, unique_name): function test_mapped_collection_proxy_count (line 439) | def test_mapped_collection_proxy_count(new_project, unique_name): function test_mapped_collection_on_create (line 455) | def test_mapped_collection_on_create(session, unique_name, project): function test_collection_refresh (line 486) | def test_collection_refresh(new_asset_version, new_component): function test_mapped_collection_reload (line 529) | def test_mapped_collection_reload(new_asset_version): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_custom_attribute.py function new_entity_and_custom_attribute (line 16) | def new_entity_and_custom_attribute(request, session): function test_read_set_custom_attribute (line 79) | def test_read_set_custom_attribute( function test_write_set_custom_attribute_value (line 126) | def test_write_set_custom_attribute_value( function test_read_custom_attribute_that_does_not_exist (line 158) | def test_read_custom_attribute_that_does_not_exist( function test_write_custom_attribute_that_does_not_exist (line 185) | def test_write_custom_attribute_that_does_not_exist( function test_set_custom_attribute_on_new_but_persisted_version (line 199) | def test_set_custom_attribute_on_new_but_persisted_version( function test_batch_create_entity_and_custom_attributes (line 211) | def test_batch_create_entity_and_custom_attributes( function test_refresh_custom_attribute (line 225) | def test_refresh_custom_attribute(new_asset_version): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_data.py function content (line 13) | def content(): function data (line 19) | def data(request, content): function test_read (line 62) | def test_read(data, content): function test_write (line 68) | def test_write(data, content): function test_flush (line 76) | def test_flush(data): function test_seek (line 82) | def test_seek(data, content): function test_tell (line 88) | def test_tell(data): function test_close (line 95) | def test_close(data): class Dummy (line 104) | class Dummy(ftrack_api.data.Data): method read (line 107) | def read(self, limit=None): method write (line 110) | def write(self, content): function test_unsupported_tell (line 114) | def test_unsupported_tell(): function test_unsupported_seek (line 123) | def test_unsupported_seek(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_formatter.py function colored (line 9) | def colored(text, *args, **kwargs): function test_format (line 14) | def test_format(user, mocker): function test_format_using_custom_formatters (line 26) | def test_format_using_custom_formatters(user): function test_format_filtering (line 41) | def test_format_filtering(new_user, mocker): function test_format_recursive (line 57) | def test_format_recursive(user, mocker): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_inspection.py function test_identity (line 8) | def test_identity(user): function test_primary_key (line 15) | def test_primary_key(user): function test_created_entity_state (line 23) | def test_created_entity_state(session, unique_name): function test_retrieved_entity_state (line 33) | def test_retrieved_entity_state(user): function test_modified_entity_state (line 38) | def test_modified_entity_state(user): function test_deleted_entity_state (line 44) | def test_deleted_entity_state(session, user): function test_post_commit_entity_state (line 50) | def test_post_commit_entity_state(session, unique_name): function test_states (line 60) | def test_states(session, unique_name, user): function test_states_for_no_entities (line 89) | def test_states_for_no_entities(): function test_skip_operations_for_non_inspected_entities (line 95) | def test_skip_operations_for_non_inspected_entities(session, unique_name): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_operation.py function test_operations_initialise (line 7) | def test_operations_initialise(): function test_operations_push (line 13) | def test_operations_push(): function test_operations_pop (line 23) | def test_operations_pop(): function test_operations_count (line 39) | def test_operations_count(): function test_operations_clear (line 51) | def test_operations_clear(): function test_operations_iter (line 63) | def test_operations_iter(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_package.py class Class (line 7) | class Class(object): class Mixin (line 11) | class Mixin(object): method method (line 14) | def method(self): function test_mixin (line 19) | def test_mixin(): function test_mixin_same_class_multiple_times (line 34) | def test_mixin_same_class_multiple_times(): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_plugin.py function valid_plugin (line 15) | def valid_plugin(temporary_path): function python_non_plugin (line 27) | def python_non_plugin(temporary_path): function non_plugin (line 41) | def non_plugin(temporary_path): function broken_plugin (line 50) | def broken_plugin(temporary_path): function plugin (line 59) | def plugin(request, temporary_path): function test_discover_empty_paths (line 76) | def test_discover_empty_paths(capsys): function test_discover_valid_plugin (line 84) | def test_discover_valid_plugin(valid_plugin, capsys): function test_discover_python_non_plugin (line 91) | def test_discover_python_non_plugin(python_non_plugin, capsys): function test_discover_non_plugin (line 99) | def test_discover_non_plugin(non_plugin, capsys): function test_discover_broken_plugin (line 107) | def test_discover_broken_plugin(broken_plugin, caplog): function test_discover_plugin_with_specific_signature (line 161) | def test_discover_plugin_with_specific_signature( function test_discover_plugin_varying_signatures (line 172) | def test_discover_plugin_varying_signatures(temporary_path, capsys): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_query.py function test_index (line 13) | def test_index(session): function test_len (line 19) | def test_len(session): function test_all (line 25) | def test_all(session): function test_implicit_iteration (line 32) | def test_implicit_iteration(session): function test_one (line 44) | def test_one(session): function test_one_fails_for_no_results (line 50) | def test_one_fails_for_no_results(session): function test_one_fails_for_multiple_results (line 56) | def test_one_fails_for_multiple_results(session): function test_one_with_existing_limit (line 62) | def test_one_with_existing_limit(session): function test_one_with_existing_offset (line 68) | def test_one_with_existing_offset(session): function test_one_with_prefetched_data (line 74) | def test_one_with_prefetched_data(session): function test_first (line 83) | def test_first(session): function test_first_returns_none_when_no_results (line 91) | def test_first_returns_none_when_no_results(session): function test_first_with_existing_limit (line 97) | def test_first_with_existing_limit(session): function test_first_with_existing_offset (line 103) | def test_first_with_existing_offset(session): function test_first_with_prefetched_data (line 111) | def test_first_with_prefetched_data(session): function test_paging (line 120) | def test_paging(session, mocker): function test_paging_respects_offset_and_limit (line 133) | def test_paging_respects_offset_and_limit(session, mocker): function test_paging_respects_limit_smaller_than_page_size (line 148) | def test_paging_respects_limit_smaller_than_page_size(session, mocker): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_session.py function cache (line 28) | def cache(request): function temporary_invalid_schema_cache (line 60) | def temporary_invalid_schema_cache(request): function temporary_valid_schema_cache (line 80) | def temporary_valid_schema_cache(request, mocked_schemas): class SelectiveCache (line 99) | class SelectiveCache(ftrack_api.cache.ProxyCache): method set (line 102) | def set(self, key, value): function test_get_entity (line 114) | def test_get_entity(session, user): function test_get_non_existant_entity (line 120) | def test_get_non_existant_entity(session): function test_get_entity_of_invalid_type (line 126) | def test_get_entity_of_invalid_type(session): function test_create (line 132) | def test_create(session): function test_create_using_only_defaults (line 141) | def test_create_using_only_defaults(session): function test_create_using_server_side_defaults (line 149) | def test_create_using_server_side_defaults(session): function test_create_overriding_defaults (line 160) | def test_create_overriding_defaults(session): function test_create_with_reference (line 168) | def test_create_with_reference(session): function test_ensure_new_entity (line 175) | def test_ensure_new_entity(session, unique_name): function test_ensure_entity_with_non_string_data_types (line 181) | def test_ensure_entity_with_non_string_data_types(session): function test_ensure_entity_with_identifying_keys (line 216) | def test_ensure_entity_with_identifying_keys(session, unique_name): function test_ensure_entity_with_invalid_identifying_keys (line 225) | def test_ensure_entity_with_invalid_identifying_keys(session, unique_name): function test_ensure_entity_with_missing_identifying_keys (line 234) | def test_ensure_entity_with_missing_identifying_keys(session): function test_ensure_existing_entity (line 240) | def test_ensure_existing_entity(session, unique_name): function test_ensure_update_existing_entity (line 251) | def test_ensure_update_existing_entity(session, unique_name): function test_reconstruct_entity (line 267) | def test_reconstruct_entity(session): function test_reconstruct_entity_does_not_apply_defaults (line 289) | def test_reconstruct_entity_does_not_apply_defaults(session): function test_reconstruct_empty_entity (line 297) | def test_reconstruct_empty_entity(session): function test_delete_operation_ordering (line 310) | def test_delete_operation_ordering(session, unique_name): function test_create_then_delete_operation_ordering (line 334) | def test_create_then_delete_operation_ordering(session, unique_name): function test_create_and_modify_to_have_required_attribute (line 341) | def test_create_and_modify_to_have_required_attribute(session, unique_na... function test_ignore_in_create_entity_payload_values_set_to_not_set (line 349) | def test_ignore_in_create_entity_payload_values_set_to_not_set( function test_ignore_operation_that_modifies_attribute_to_not_set (line 365) | def test_ignore_operation_that_modifies_attribute_to_not_set( function test_operation_optimisation_on_commit (line 378) | def test_operation_optimisation_on_commit(session, mocker): function test_state_collection (line 425) | def test_state_collection(session, unique_name, user): function test_get_entity_with_composite_primary_key (line 448) | def test_get_entity_with_composite_primary_key(session, new_project): function test_get_entity_with_incomplete_composite_primary_key (line 467) | def test_get_entity_with_incomplete_composite_primary_key(session, new_p... function test_populate_entity (line 485) | def test_populate_entity(session, new_user): function test_populate_entities (line 494) | def test_populate_entities(session, unique_name): function test_populate_entity_with_composite_primary_key (line 516) | def test_populate_entity_with_composite_primary_key(session, new_project): function test_check_server_compatibility (line 559) | def test_check_server_compatibility( function test_encode_entity_using_all_attributes_strategy (line 573) | def test_encode_entity_using_all_attributes_strategy(mocked_schema_sessi... function test_encode_entity_using_only_set_attributes_strategy (line 612) | def test_encode_entity_using_only_set_attributes_strategy( function test_encode_computed_attribute_using_persisted_only_attributes_strategy (line 637) | def test_encode_computed_attribute_using_persisted_only_attributes_strat... function test_encode_entity_using_only_modified_attributes_strategy (line 662) | def test_encode_entity_using_only_modified_attributes_strategy( function test_encode_entity_using_invalid_strategy (line 689) | def test_encode_entity_using_invalid_strategy(session, new_task): function test_encode_operation_payload (line 695) | def test_encode_operation_payload(session): function test_decode_partial_entity (line 746) | def test_decode_partial_entity( function test_reset (line 760) | def test_reset(mocker): function test_rollback_scalar_attribute_change (line 788) | def test_rollback_scalar_attribute_change(session, new_user): function test_rollback_collection_attribute_change (line 803) | def test_rollback_collection_attribute_change(session, new_user): function test_rollback_entity_creation (line 820) | def test_rollback_entity_creation(session): function test_rollback_entity_deletion (line 835) | def test_rollback_entity_deletion(session, new_user): function test_get_entity_bypassing_cache (line 853) | def test_get_entity_bypassing_cache(session, user, mocker): function test_get_entity_from_cache (line 873) | def test_get_entity_from_cache(cache, task, mocker): function test_get_entity_tree_from_cache (line 894) | def test_get_entity_tree_from_cache(cache, new_project_tree, mocker): function test_get_metadata_from_cache (line 933) | def test_get_metadata_from_cache(session, mocker, cache, new_task): function test_merge_circular_reference (line 965) | def test_merge_circular_reference(cache, temporary_file): function test_create_with_selective_cache (line 979) | def test_create_with_selective_cache(session): function test_correct_file_type_on_sequence_component (line 996) | def test_correct_file_type_on_sequence_component(session): function test_read_schemas_from_cache (line 1004) | def test_read_schemas_from_cache( function test_fail_to_read_schemas_from_invalid_cache (line 1017) | def test_fail_to_read_schemas_from_invalid_cache( function test_write_schemas_to_cache (line 1027) | def test_write_schemas_to_cache( function test_fail_to_write_invalid_schemas_to_cache (line 1043) | def test_fail_to_write_invalid_schemas_to_cache( function test_load_schemas_from_valid_cache (line 1056) | def test_load_schemas_from_valid_cache( function test_load_schemas_from_server_when_cache_invalid (line 1069) | def test_load_schemas_from_server_when_cache_invalid( function test_load_schemas_from_server_when_cache_outdated (line 1079) | def test_load_schemas_from_server_when_cache_outdated( function test_load_schemas_from_server_not_reporting_schema_hash (line 1095) | def test_load_schemas_from_server_not_reporting_schema_hash( function test_load_schemas_bypassing_cache (line 1122) | def test_load_schemas_bypassing_cache( function test_get_tasks_widget_url (line 1135) | def test_get_tasks_widget_url(session): function test_get_info_widget_url (line 1142) | def test_get_info_widget_url(session, task): function test_encode_media_from_path (line 1149) | def test_encode_media_from_path(session, video_path): function test_encode_media_from_component (line 1164) | def test_encode_media_from_component(session, video_path): function test_create_sequence_component_with_size (line 1181) | def test_create_sequence_component_with_size(session, temporary_sequence): function test_plugin_arguments (line 1191) | def test_plugin_arguments(mocker): function test_remote_reset (line 1202) | def test_remote_reset(session, new_user): function test_fail_remote_reset (line 1224) | def test_fail_remote_reset(session, user, attribute): function test_close (line 1233) | def test_close(session): function test_close_already_closed_session (line 1240) | def test_close_already_closed_session(session): function test_server_call_after_close (line 1248) | def test_server_call_after_close(session): function test_context_manager (line 1257) | def test_context_manager(session): function test_delayed_job (line 1265) | def test_delayed_job(session): function test_delayed_job_ldap_sync (line 1275) | def test_delayed_job_ldap_sync(session): function test_query_nested_custom_attributes (line 1286) | def test_query_nested_custom_attributes(session, new_asset_version): function test_query_nested (line 1340) | def test_query_nested(session): function test_merge_iterations (line 1391) | def test_merge_iterations(session, mocker, project): function test_query_nested2 (line 1417) | def test_query_nested2(session, get_versions): function test_session_ready_reset_events (line 1460) | def test_session_ready_reset_events(mocker): function test_entity_reference (line 1475) | def test_entity_reference(mocker, session): function test__entity_reference (line 1494) | def test__entity_reference(mocker, session): function test__entity_reference_issues_deprecation_warning (line 1505) | def test__entity_reference_issues_deprecation_warning(mocker, session): FILE: openpype/modules/ftrack/python2_vendor/ftrack-python-api/test/unit/test_timer.py function test_manually_create_multiple_timers_with_error (line 8) | def test_manually_create_multiple_timers_with_error(session, new_user): function test_create_multiple_timers_with_error (line 26) | def test_create_multiple_timers_with_error(session, new_user): function test_start_and_stop_a_timer (line 36) | def test_start_and_stop_a_timer(session, new_user, new_task): function test_start_a_timer_when_timer_is_running (line 50) | def test_start_a_timer_when_timer_is_running(session, new_user, new_task): function test_stop_timer_without_timer_running (line 71) | def test_stop_timer_without_timer_running(session, new_user): FILE: openpype/modules/ftrack/scripts/sub_event_processor.py class SessionFactory (line 26) | class SessionFactory: function send_status (line 30) | def send_status(event): function register (line 60) | def register(session): function main (line 67) | def main(args): function signal_handler (line 109) | def signal_handler(sig, frame): FILE: openpype/modules/ftrack/scripts/sub_event_status.py class ObjectFactory (line 42) | class ObjectFactory: class Status (line 49) | class Status: method __init__ (line 55) | def __init__(self, name, label, parent): method update (line 63) | def update(self, info): method get_delta_string (line 67) | def get_delta_string(self, delta): method get_items (line 86) | def get_items(self): class StatusFactory (line 134) | class StatusFactory: method __init__ (line 148) | def __init__(self, statuses={}): method __getitem__ (line 153) | def __getitem__(self, key): method get (line 156) | def get(self, key, default=None): method is_filled (line 162) | def is_filled(self): method create_status (line 168) | def create_status(self, name, label): method process_event_result (line 172) | def process_event_result(self, event): method update_status_info (line 182) | def update_status_info(self, process_name, info): method bool_items (line 188) | def bool_items(self): method openpype_version_items (line 215) | def openpype_version_items(self): method items (line 272) | def items(self): function server_activity_validate_user (line 285) | def server_activity_validate_user(event): function server_activity_discover (line 306) | def server_activity_discover(event): function server_activity (line 318) | def server_activity(event): function trigger_info_get (line 359) | def trigger_info_get(): function on_start (line 375) | def on_start(event): function register (line 387) | def register(session): function heartbeat (line 410) | def heartbeat(): function main (line 417) | def main(args): class OutputChecker (line 456) | class OutputChecker(threading.Thread): method run (line 459) | def run(self): method stop (line 471) | def stop(self): function signal_handler (line 477) | def signal_handler(sig, frame): FILE: openpype/modules/ftrack/scripts/sub_event_storer.py class SessionFactory (line 29) | class SessionFactory: function install_db (line 40) | def install_db(): function launch (line 52) | def launch(event): function trigger_sync (line 82) | def trigger_sync(event): function send_status (line 146) | def send_status(event): function register (line 176) | def register(session): function main (line 186) | def main(args): function signal_handler (line 224) | def signal_handler(sig, frame): FILE: openpype/modules/ftrack/scripts/sub_legacy_server.py class TimerChecker (line 15) | class TimerChecker(threading.Thread): method __init__ (line 18) | def __init__(self, server, session): method stop (line 25) | def stop(self): method run (line 28) | def run(self): function main (line 63) | def main(args): function signal_handler (line 97) | def signal_handler(sig, frame): FILE: openpype/modules/ftrack/scripts/sub_user_server.py function main (line 16) | def main(args): function signal_handler (line 56) | def signal_handler(sig, frame): FILE: openpype/modules/ftrack/tray/ftrack_tray.py class FtrackTrayWrapper (line 17) | class FtrackTrayWrapper: method __init__ (line 18) | def __init__(self, module): method show_login_widget (line 44) | def show_login_widget(self): method show_ftrack_browser (line 49) | def show_ftrack_browser(self): method validate (line 52) | def validate(self): method on_login_change (line 81) | def on_login_change(self): method on_logout (line 95) | def on_logout(self): method start_action_server (line 108) | def start_action_server(self): method set_action_server (line 115) | def set_action_server(self): method reset_action_server (line 224) | def reset_action_server(self): method stop_action_server (line 228) | def stop_action_server(self): method tray_menu (line 249) | def tray_menu(self, parent_menu): method tray_exit (line 298) | def tray_exit(self): method set_menu_visibility (line 303) | def set_menu_visibility(self): method start_timer_thread (line 317) | def start_timer_thread(self): method stop_timer_thread (line 332) | def stop_timer_thread(self): method changed_user (line 342) | def changed_user(self): method start_timer_manager (line 347) | def start_timer_manager(self, data): method stop_timer_manager (line 351) | def stop_timer_manager(self): method timer_started (line 355) | def timer_started(self, data): method timer_stopped (line 358) | def timer_stopped(self): class FtrackEventsThread (line 362) | class FtrackEventsThread(QtCore.QThread): method __init__ (line 367) | def __init__(self, parent): method run (line 374) | def run(self): method get_data_from_task (line 395) | def get_data_from_task(self, task_entity): method get_parents (line 404) | def get_parents(self, entity): method event_handler (line 413) | def event_handler(self, event): method ftrack_stop_timer (line 438) | def ftrack_stop_timer(self): method ftrack_start_timer (line 448) | def ftrack_start_timer(self, input_data): FILE: openpype/modules/ftrack/tray/login_dialog.py class CredentialsDialog (line 11) | class CredentialsDialog(QtWidgets.QDialog): method __init__ (line 18) | def __init__(self, module, parent=None): method ui_init (line 45) | def ui_init(self): method show (line 135) | def show(self, *args, **kwargs): method fill_ftrack_url (line 139) | def fill_ftrack_url(self): method set_advanced_mode (line 163) | def set_advanced_mode(self, is_advanced): method set_is_logged (line 186) | def set_is_logged(self, is_logged): method set_error (line 198) | def set_error(self, msg): method _on_logout_clicked (line 202) | def _on_logout_clicked(self): method _on_simple_clicked (line 208) | def _on_simple_clicked(self): method _on_advanced_clicked (line 211) | def _on_advanced_clicked(self): method _user_changed (line 214) | def _user_changed(self): method _api_changed (line 217) | def _api_changed(self): method _not_invalid_input (line 220) | def _not_invalid_input(self, input_widget): method _invalid_input (line 223) | def _invalid_input(self, input_widget): method _on_login (line 226) | def _on_login(self): method _on_login_clicked (line 230) | def _on_login_clicked(self): method _on_ftrack_login_clicked (line 253) | def _on_ftrack_login_clicked(self): method _result_of_ftrack_thread (line 272) | def _result_of_ftrack_thread(self, username, api_key): method login_with_credentials (line 280) | def login_with_credentials(self, username, api_key): method set_credentials (line 289) | def set_credentials(self, username, api_key, is_logged=True): method check_url (line 302) | def check_url(self): method closeEvent (line 339) | def closeEvent(self, event): method _close_widget (line 343) | def _close_widget(self): FILE: openpype/modules/ftrack/tray/login_tools.py class LoginServerHandler (line 9) | class LoginServerHandler(BaseHTTPRequestHandler): method __init__ (line 14) | def __init__(self, login_callback, *args, **kw): method log_message (line 19) | def log_message(self, format_str, *args): method do_GET (line 31) | def do_GET(self): class LoginServerThread (line 70) | class LoginServerThread(threading.Thread): method __init__ (line 73) | def __init__(self, url, callback): method _handle_login (line 79) | def _handle_login(self, api_user, api_key): method stop (line 83) | def stop(self): method run (line 87) | def run(self): FILE: openpype/modules/interfaces.py class _OpenPypeInterfaceMeta (line 8) | class _OpenPypeInterfaceMeta(ABCMeta): method __str__ (line 11) | def __str__(self): method __repr__ (line 14) | def __repr__(self): class OpenPypeInterface (line 19) | class OpenPypeInterface: class IPluginPaths (line 33) | class IPluginPaths(OpenPypeInterface): method get_plugin_paths (line 44) | def get_plugin_paths(self): method _get_plugin_paths_by_type (line 47) | def _get_plugin_paths_by_type(self, plugin_type): method get_create_plugin_paths (line 60) | def get_create_plugin_paths(self, host_name): method get_load_plugin_paths (line 82) | def get_load_plugin_paths(self, host_name): method get_publish_plugin_paths (line 97) | def get_publish_plugin_paths(self, host_name): method get_inventory_action_paths (line 112) | def get_inventory_action_paths(self, host_name): class ILaunchHookPaths (line 128) | class ILaunchHookPaths(OpenPypeInterface): method get_launch_hook_paths (line 147) | def get_launch_hook_paths(self, app): class ITrayModule (line 167) | class ITrayModule(OpenPypeInterface): method tray_init (line 179) | def tray_init(self): method tray_menu (line 191) | def tray_menu(self, tray_menu): method tray_start (line 197) | def tray_start(self): method tray_exit (line 203) | def tray_exit(self): method execute_in_main_thread (line 211) | def execute_in_main_thread(self, callback): method show_tray_message (line 231) | def show_tray_message(self, title, message, icon=None, msecs=None): method add_doubleclick_callback (line 246) | def add_doubleclick_callback(self, callback): class ITrayAction (line 251) | class ITrayAction(ITrayModule): method label (line 268) | def label(self): method on_action_trigger (line 273) | def on_action_trigger(self): method tray_menu (line 277) | def tray_menu(self, tray_menu): method tray_start (line 294) | def tray_start(self): method tray_exit (line 297) | def tray_exit(self): method admin_submenu (line 301) | def admin_submenu(tray_menu): class ITrayService (line 311) | class ITrayService(ITrayModule): method label (line 323) | def label(self): method services_submenu (line 333) | def services_submenu(tray_menu): method add_service_action (line 343) | def add_service_action(action): method _load_service_icons (line 349) | def _load_service_icons(): method get_icon_running (line 363) | def get_icon_running(): method get_icon_idle (line 369) | def get_icon_idle(): method get_icon_failed (line 375) | def get_icon_failed(): method tray_menu (line 380) | def tray_menu(self, tray_menu): method set_service_running_icon (line 393) | def set_service_running_icon(self): method set_service_failed_icon (line 399) | def set_service_failed_icon(self): method set_service_idle_icon (line 405) | def set_service_idle_icon(self): class ISettingsChangeListener (line 412) | class ISettingsChangeListener(OpenPypeInterface): method on_system_settings_save (line 421) | def on_system_settings_save( method on_project_settings_save (line 427) | def on_project_settings_save( method on_project_anatomy_save (line 433) | def on_project_anatomy_save( class IHostAddon (line 439) | class IHostAddon(OpenPypeInterface): method host_name (line 443) | def host_name(self): method get_workfile_extensions (line 448) | def get_workfile_extensions(self): FILE: openpype/modules/job_queue/job_server/job_queue_route.py class JobQueueResource (line 6) | class JobQueueResource: method __init__ (line 7) | def __init__(self, job_queue, server_manager): method register (line 22) | def register(self): method get_jobs (line 29) | async def get_jobs(self, request): method post_job (line 35) | async def post_job(self, request): method get_job (line 46) | async def get_job(self, request): method encode (line 58) | def encode(cls, data): FILE: openpype/modules/job_queue/job_server/jobs.py class Job (line 6) | class Job: method __init__ (line 14) | def __init__(self, host_name, data, job_id=None, created_time=None): method keep_in_memory (line 35) | def keep_in_memory(self): method id (line 44) | def id(self): method done (line 48) | def done(self): method reset (line 51) | def reset(self): method started (line 62) | def started(self): method deleted (line 66) | def deleted(self): method set_deleted (line 69) | def set_deleted(self): method set_worker (line 73) | def set_worker(self, worker): method set_started (line 84) | def set_started(self): method set_done (line 88) | def set_done(self, success=True, message=None, data=None): method status (line 97) | def status(self): class JobQueue (line 125) | class JobQueue: method __init__ (line 132) | def __init__(self): method workers (line 141) | def workers(self): method add_worker (line 145) | def add_worker(self, worker): method get_worker (line 151) | def get_worker(self, worker_id): method remove_worker (line 154) | def remove_worker(self, worker): method assign_jobs (line 172) | def assign_jobs(self): method get_jobs (line 201) | def get_jobs(self): method get_job (line 204) | def get_job(self, job_id): method create_job (line 208) | def create_job(self, host_name, job_data): method _remove_old_jobs (line 215) | def _remove_old_jobs(self): method remove_job (line 226) | def remove_job(self, job_id): method get_job_status (line 235) | def get_job_status(self, job_id): FILE: openpype/modules/job_queue/job_server/server.py class WebServerManager (line 14) | class WebServerManager: method __init__ (line 16) | def __init__(self, port, host, loop=None): method url (line 27) | def url(self): method add_route (line 30) | def add_route(self, *args, **kwargs): method add_static (line 33) | def add_static(self, *args, **kwargs): method start_server (line 36) | def start_server(self): method stop_server (line 40) | def stop_server(self): method is_running (line 56) | def is_running(self): class WebServerThread (line 62) | class WebServerThread(threading.Thread): method __init__ (line 64) | def __init__(self, manager, loop): method port (line 79) | def port(self): method host (line 83) | def host(self): method stopped (line 87) | def stopped(self): method is_running (line 91) | def is_running(self): method run (line 94) | def run(self): method start_server (line 115) | async def start_server(self): method stop (line 122) | def stop(self): method check_shutdown (line 126) | async def check_shutdown(self): FILE: openpype/modules/job_queue/job_server/utils.py class SharedObjects (line 9) | class SharedObjects: method stop (line 13) | def stop(cls): function main (line 17) | def main(port=None, host=None): FILE: openpype/modules/job_queue/job_server/workers.py class WorkerState (line 7) | class WorkerState: class Worker (line 13) | class Worker: method __init__ (line 15) | def __init__(self, host_name, http_request): method send_job (line 26) | async def send_job(self): method call (line 36) | async def call(self, method, params=None, timeout=None): method close (line 61) | async def close(self): method id (line 68) | def id(self): method state (line 74) | def state(self): method current_job (line 78) | def current_job(self): method http_request (line 82) | def http_request(self): method ws (line 86) | def ws(self): method connection_is_alive (line 89) | def connection_is_alive(self): method is_idle (line 94) | def is_idle(self): method job_assigned (line 97) | def job_assigned(self): method is_working (line 103) | def is_working(self): method set_current_job (line 106) | def set_current_job(self, job): method _set_idle (line 117) | def _set_idle(self): method set_working (line 121) | def set_working(self): FILE: openpype/modules/job_queue/job_server/workers_rpc_route.py class WorkerRpc (line 12) | class WorkerRpc(JsonRpc): method __init__ (line 13) | def __init__(self, job_queue, manager, **kwargs): method register_worker (line 33) | async def register_worker(self, request, host_name): method _rpc_loop (line 38) | async def _rpc_loop(self): method job_done (line 51) | async def job_done(self, worker_id, job_id, success, message, data): method send_jobs (line 61) | async def send_jobs(self): method handle_websocket_request (line 74) | async def handle_websocket_request(self, http_request): method _handle_rpc_msg (line 101) | async def _handle_rpc_msg(self, http_request, raw_msg): method stop (line 121) | async def stop(self): FILE: openpype/modules/job_queue/job_workers/base_worker.py class WorkerClient (line 9) | class WorkerClient(JsonRpcClient): method __init__ (line 10) | def __init__(self, *args, **kwargs): method set_id (line 19) | def set_id(self, worker_id): method start_job (line 22) | async def start_job(self, job_data): method finish_job (line 30) | def finish_job(self, success, message, data): method _finish_job (line 36) | async def _finish_job(self, success, message, data): class WorkerJobsConnection (line 46) | class WorkerJobsConnection: method __init__ (line 56) | def __init__(self, server_url, host_name, loop=None): method stop (line 68) | def stop(self): method is_running (line 73) | def is_running(self): method current_job (line 77) | def current_job(self): method finish_job (line 82) | def finish_job(self, success=True, message=None, data=None): method main_loop (line 92) | async def main_loop(self, register_worker=True): method _connect (line 113) | async def _connect(self): method _connection_loop (line 123) | async def _connection_loop(self, register_worker): method register_as_worker (line 167) | def register_as_worker(self): method _register_as_worker (line 171) | async def _register_as_worker(self): method disconnect (line 180) | async def disconnect(self): method _stop_cleanup (line 183) | async def _stop_cleanup(self): FILE: openpype/modules/job_queue/module.py class JobQueueModule (line 48) | class JobQueueModule(OpenPypeModule): method initialize (line 51) | def initialize(self, modules_settings): method _root_conversion (line 67) | def _root_conversion(cls, root_path): method _roots_mapping_conversion (line 79) | def _roots_mapping_conversion(cls, roots_mapping): method url_conversion (line 88) | def url_conversion(url, ws=False): method get_jobs_root_mapping (line 121) | def get_jobs_root_mapping(self): method get_jobs_root (line 124) | def get_jobs_root(self): method get_jobs_root_from_settings (line 128) | def get_jobs_root_from_settings(cls): method server_url (line 136) | def server_url(self): method send_job (line 139) | def send_job(self, host_name, job_data): method get_job_status (line 148) | def get_job_status(self, job_id): method cli (line 154) | def cli(self, click_group): method get_server_url_from_settings (line 158) | def get_server_url_from_settings(cls): method start_server (line 167) | def start_server(cls, port=None, host=None): method start_worker (line 173) | def start_worker(cls, app_name, server_url=None): method _start_tvpaint_worker (line 202) | def _start_tvpaint_worker(cls, app, server_url): function cli_main (line 219) | def cli_main(): function cli_start_server (line 229) | def cli_start_server(port, host): function cli_start_worker (line 242) | def cli_start_worker(app_name, server_url): FILE: openpype/modules/kitsu/actions/launcher_show_in_kitsu.py class ShowInKitsu (line 8) | class ShowInKitsu(LauncherAction): method get_kitsu_module (line 16) | def get_kitsu_module(): method is_compatible (line 19) | def is_compatible(self, session): method process (line 25) | def process(self, session, **kwargs): method get_url (line 93) | def get_url( FILE: openpype/modules/kitsu/kitsu_module.py class KitsuModule (line 13) | class KitsuModule(OpenPypeModule, IPluginPaths, ITrayAction): method initialize (line 19) | def initialize(self, settings): method tray_init (line 44) | def tray_init(self): method tray_start (line 49) | def tray_start(self): method get_global_environments (line 65) | def get_global_environments(self): method _create_dialog (line 69) | def _create_dialog(self): method show_dialog (line 78) | def show_dialog(self): method on_action_trigger (line 87) | def on_action_trigger(self): method get_plugin_paths (line 91) | def get_plugin_paths(self): method cli (line 100) | def cli(self, click_group): function cli_main (line 105) | def cli_main(): function push_to_zou (line 114) | def push_to_zou(login, password): function sync_service (line 147) | def sync_service(login, password, projects, listen_only): FILE: openpype/modules/kitsu/kitsu_widgets.py class KitsuPasswordDialog (line 19) | class KitsuPasswordDialog(QtWidgets.QDialog): method __init__ (line 24) | def __init__(self, parent=None): method result (line 133) | def result(self): method keyPressEvent (line 136) | def keyPressEvent(self, event): method closeEvent (line 142) | def closeEvent(self, event): method _on_ok_click (line 146) | def _on_ok_click(self): method _on_show_password (line 180) | def _on_show_password(self, show_password): method _on_cancel_click (line 187) | def _on_cancel_click(self): FILE: openpype/modules/kitsu/plugins/publish/collect_kitsu_credential.py class CollectKitsuSession (line 8) | class CollectKitsuSession(pyblish.api.ContextPlugin): # rename log in method process (line 15) | def process(self, context): FILE: openpype/modules/kitsu/plugins/publish/collect_kitsu_entities.py class CollectKitsuEntities (line 6) | class CollectKitsuEntities(pyblish.api.ContextPlugin): method process (line 12) | def process(self, context): FILE: openpype/modules/kitsu/plugins/publish/collect_kitsu_username.py class CollectKitsuUsername (line 8) | class CollectKitsuUsername(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py class IntegrateKitsuNote (line 7) | class IntegrateKitsuNote(pyblish.api.ContextPlugin): method format_publish_comment (line 28) | def format_publish_comment(self, instance): method process (line 51) | def process(self, context): FILE: openpype/modules/kitsu/plugins/publish/integrate_kitsu_review.py class IntegrateKitsuReview (line 6) | class IntegrateKitsuReview(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): FILE: openpype/modules/kitsu/plugins/publish/other_kitsu_log_out.py class KitsuLogOut (line 6) | class KitsuLogOut(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/modules/kitsu/utils/credentials.py function validate_credentials (line 11) | def validate_credentials( function validate_host (line 41) | def validate_host(kitsu_url: str) -> bool: function clear_credentials (line 61) | def clear_credentials(): function save_credentials (line 73) | def save_credentials(login: str, password: str): function load_credentials (line 88) | def load_credentials() -> Tuple[str, str]: function set_credentials_envs (line 103) | def set_credentials_envs(login: str, password: str): FILE: openpype/modules/kitsu/utils/sync_service.py class Listener (line 33) | class Listener: method __init__ (line 36) | def __init__(self, login, password): method start (line 124) | def start(self): method get_ep_dict (line 129) | def get_ep_dict(self, ep_id): method _new_project (line 135) | def _new_project(self, data): method _update_project (line 141) | def _update_project(self, data, new_project=False): method _delete_project (line 158) | def _delete_project(self, data): method _new_asset (line 175) | def _new_asset(self, data): method _update_asset (line 204) | def _update_asset(self, data): method _delete_asset (line 235) | def _delete_asset(self, data): method _new_episode (line 262) | def _new_episode(self, data): method _update_episode (line 282) | def _update_episode(self, data): method _delete_episode (line 313) | def _delete_episode(self, data): method _new_sequence (line 335) | def _new_sequence(self, data): method _update_sequence (line 363) | def _update_sequence(self, data): method _delete_sequence (line 394) | def _delete_sequence(self, data): method _new_shot (line 423) | def _new_shot(self, data): method _update_shot (line 452) | def _update_shot(self, data): method _delete_shot (line 484) | def _delete_shot(self, data): method _new_task (line 511) | def _new_task(self, data): method _update_task (line 570) | def _update_task(self, data): method _delete_task (line 574) | def _delete_task(self, data): function start_listeners (line 622) | def start_listeners(login: str, password: str): FILE: openpype/modules/kitsu/utils/update_op_with_zou.py function create_op_asset (line 27) | def create_op_asset(gazu_entity: dict) -> dict: function get_kitsu_project_name (line 40) | def get_kitsu_project_name(project_id: str) -> str: function set_op_project (line 54) | def set_op_project(dbcon: AvalonMongoDB, project_id: str): function update_op_assets (line 65) | def update_op_assets( function write_project_to_op (line 296) | def write_project_to_op(project: dict, dbcon: AvalonMongoDB) -> UpdateOne: function sync_all_projects (line 359) | def sync_all_projects( function sync_project_from_kitsu (line 409) | def sync_project_from_kitsu(dbcon: AvalonMongoDB, project: dict): FILE: openpype/modules/kitsu/utils/update_zou_with_op.py function sync_zou (line 19) | def sync_zou(login: str, password: str): function sync_zou_from_op_project (line 49) | def sync_zou_from_op_project( FILE: openpype/modules/launcher_action.py class LauncherAction (line 10) | class LauncherAction(OpenPypeModule, ITrayAction): method initialize (line 14) | def initialize(self, _modules_settings): method tray_init (line 21) | def tray_init(self): method tray_start (line 26) | def tray_start(self): method connect_with_modules (line 29) | def connect_with_modules(self, enabled_modules): method on_action_trigger (line 59) | def on_action_trigger(self): method _create_window (line 67) | def _create_window(self): method _show_launcher (line 76) | def _show_launcher(self): FILE: openpype/modules/log_viewer/log_view_module.py class LogViewModule (line 5) | class LogViewModule(OpenPypeModule, ITrayModule): method initialize (line 8) | def initialize(self, modules_settings): method tray_init (line 17) | def tray_init(self): method tray_menu (line 27) | def tray_menu(self, tray_menu): method tray_start (line 38) | def tray_start(self): method tray_exit (line 41) | def tray_exit(self): method _show_logs_gui (line 44) | def _show_logs_gui(self): FILE: openpype/modules/log_viewer/tray/app.py class LogsWindow (line 6) | class LogsWindow(QtWidgets.QWidget): method __init__ (line 7) | def __init__(self, parent=None): method showEvent (line 32) | def showEvent(self, event): FILE: openpype/modules/log_viewer/tray/models.py class LogModel (line 6) | class LogModel(QtGui.QStandardItemModel): method __init__ (line 37) | def __init__(self, parent=None): method headerData (line 53) | def headerData(self, section, orientation, role): method add_process_logs (line 64) | def add_process_logs(self, process_logs): method refresh (line 77) | def refresh(self): class LogsFilterProxy (line 118) | class LogsFilterProxy(QtCore.QSortFilterProxyModel): method __init__ (line 119) | def __init__(self, *args, **kwargs): method update_users_filter (line 124) | def update_users_filter(self, users): method filterAcceptsRow (line 130) | def filterAcceptsRow(self, source_row, source_parent): FILE: openpype/modules/log_viewer/tray/widgets.py class SearchComboBox (line 7) | class SearchComboBox(QtWidgets.QComboBox): method __init__ (line 10) | def __init__(self, parent=None, placeholder=""): method onIndexChange (line 31) | def onIndexChange(self, index): method populate (line 34) | def populate(self, items): method get_valid_value (line 39) | def get_valid_value(self): class SelectableMenu (line 54) | class SelectableMenu(QtWidgets.QMenu): method mouseReleaseEvent (line 58) | def mouseReleaseEvent(self, event): class CustomCombo (line 67) | class CustomCombo(QtWidgets.QWidget): method __init__ (line 71) | def __init__(self, title, parent=None): method populate (line 91) | def populate(self, items): method addItems (line 95) | def addItems(self, items): method items (line 102) | def items(self): class LogsWidget (line 107) | class LogsWidget(QtWidgets.QWidget): method __init__ (line 110) | def __init__(self, detail_widget, parent=None): method refresh (line 180) | def refresh(self): method _on_refresh_timeout (line 183) | def _on_refresh_timeout(self): method _on_refresh_clicked (line 187) | def _on_refresh_clicked(self): method _on_index_change (line 190) | def _on_index_change(self, to_index, from_index): method _user_changed (line 198) | def _user_changed(self): method _level_changed (line 205) | def _level_changed(self): method on_context_menu (line 212) | def on_context_menu(self, point): method _selected_log (line 224) | def _selected_log(self): class OutputWidget (line 232) | class OutputWidget(QtWidgets.QWidget): method __init__ (line 233) | def __init__(self, parent=None): method refresh (line 255) | def refresh(self): method show_timecode (line 258) | def show_timecode(self): method on_show_timecode_change (line 261) | def on_show_timecode_change(self): method update_level_filter (line 264) | def update_level_filter(self, levels): method add_line (line 271) | def add_line(self, line): method set_detail (line 274) | def set_detail(self, logs=None): FILE: openpype/modules/project_manager_action.py class ProjectManagerAction (line 5) | class ProjectManagerAction(OpenPypeModule, ITrayAction): method initialize (line 10) | def initialize(self, modules_settings): method tray_init (line 23) | def tray_init(self): method on_action_trigger (line 27) | def on_action_trigger(self): method create_project_manager_window (line 31) | def create_project_manager_window(self): method show_project_manager_window (line 39) | def show_project_manager_window(self): FILE: openpype/modules/python_console_interpreter/module.py class PythonInterpreterAction (line 4) | class PythonInterpreterAction(OpenPypeModule, ITrayAction): method initialize (line 9) | def initialize(self, modules_settings): method tray_init (line 13) | def tray_init(self): method tray_exit (line 16) | def tray_exit(self): method create_interpreter_window (line 20) | def create_interpreter_window(self): method on_action_trigger (line 31) | def on_action_trigger(self): method show_interpreter_window (line 34) | def show_interpreter_window(self): FILE: openpype/modules/python_console_interpreter/window/widgets.py class PythonInterpreterRegistry (line 48) | class PythonInterpreterRegistry(JSONSettingRegistry): method __init__ (line 57) | def __init__(self): class StdOEWrap (line 69) | class StdOEWrap: method __init__ (line 70) | def __init__(self): method stop_listen (line 92) | def stop_listen(self): method _stdout_listener (line 95) | def _stdout_listener(self, text): method _stderr_listener (line 101) | def _stderr_listener(self, text): class PythonCodeEditor (line 108) | class PythonCodeEditor(QtWidgets.QPlainTextEdit): method __init__ (line 111) | def __init__(self, parent): method _tab_shift_right (line 118) | def _tab_shift_right(self): method _tab_shift_left (line 144) | def _tab_shift_left(self): method keyPressEvent (line 173) | def keyPressEvent(self, event): class PythonTabWidget (line 196) | class PythonTabWidget(QtWidgets.QWidget): method __init__ (line 200) | def __init__(self, parent): method _on_add_tab_clicked (line 231) | def _on_add_tab_clicked(self): method _on_execute_clicked (line 234) | def _on_execute_clicked(self): method get_code (line 237) | def get_code(self): method set_code (line 240) | def set_code(self, code_text): method execute (line 243) | def execute(self): class TabNameDialog (line 249) | class TabNameDialog(QtWidgets.QDialog): method __init__ (line 253) | def __init__(self, parent): method set_tab_name (line 288) | def set_tab_name(self, name): method result (line 291) | def result(self): method showEvent (line 294) | def showEvent(self, event): method _on_ok_clicked (line 304) | def _on_ok_clicked(self): method _on_cancel_clicked (line 308) | def _on_cancel_clicked(self): class OutputTextWidget (line 313) | class OutputTextWidget(QtWidgets.QTextEdit): method vertical_scroll_at_max (line 316) | def vertical_scroll_at_max(self): method scroll_to_bottom (line 320) | def scroll_to_bottom(self): class EnhancedTabBar (line 325) | class EnhancedTabBar(QtWidgets.QTabBar): method __init__ (line 330) | def __init__(self, parent): method mouseDoubleClickEvent (line 335) | def mouseDoubleClickEvent(self, event): method mouseReleaseEvent (line 339) | def mouseReleaseEvent(self, event): class PythonInterpreterWidget (line 353) | class PythonInterpreterWidget(QtWidgets.QWidget): method __init__ (line 357) | def __init__(self, allow_save_registry=True, parent=None): method _init_from_registry (line 425) | def _init_from_registry(self): method save_registry (line 461) | def save_registry(self): method _on_tab_right_click (line 488) | def _on_tab_right_click(self, global_point): method _rename_tab_req (line 532) | def _rename_tab_req(self, tab_idx): method _duplicate_requested (line 540) | def _duplicate_requested(self, tab_idx=None): method _on_tab_mid_click (line 550) | def _on_tab_mid_click(self, global_point): method _on_tab_double_click (line 560) | def _on_tab_double_click(self, global_point): method _on_tab_close_req (line 570) | def _on_tab_close_req(self, tab_index): method _append_lines (line 582) | def _append_lines(self, lines): method _on_timer_timeout (line 592) | def _on_timer_timeout(self): method _on_add_requested (line 600) | def _on_add_requested(self): method _add_tab (line 603) | def _add_tab(self): method _on_before_execute (line 612) | def _on_before_execute(self, code_text): method add_tab (line 639) | def add_tab(self, tab_name, index=None): method showEvent (line 658) | def showEvent(self, event): method _on_first_show (line 669) | def _on_first_show(self): method closeEvent (line 685) | def closeEvent(self, event): FILE: openpype/modules/royalrender/api.py class Api (line 12) | class Api: method __init__ (line 18) | def __init__(self, rr_path=None): method get_rr_bin_path (line 24) | def get_rr_bin_path(rr_root, tool_name=None): method _initialize_module_path (line 64) | def _initialize_module_path(self): method create_submission (line 83) | def create_submission(jobs, submitter_attributes): method submit_file (line 98) | def submit_file(self, file, mode=RR_SUBMIT_CONSOLE): method _submit_using_console (line 110) | def _submit_using_console(self, job_file): method _submit_using_api (line 123) | def _submit_using_api(self, file): class RoyalRenderException (line 178) | class RoyalRenderException(Exception): FILE: openpype/modules/royalrender/lib.py class BaseCreateRoyalRenderJob (line 29) | class BaseCreateRoyalRenderJob(pyblish.api.InstancePlugin, method get_attribute_defs (line 46) | def get_attribute_defs(cls): method __init__ (line 87) | def __init__(self, *args, **kwargs): method process (line 94) | def process(self, instance): method get_job (line 141) | def get_job(self, instance, script_path, render_path, node_name): method update_job_with_host_specific (line 222) | def update_job_with_host_specific(self, instance, job): method _resolve_rr_path (line 227) | def _resolve_rr_path(context, rr_path_name): method expected_files (line 255) | def expected_files(self, instance, path, start_frame, end_frame): method pad_file_name (line 298) | def pad_file_name(self, path, first_frame): FILE: openpype/modules/royalrender/plugins/publish/collect_rr_path_from_instance.py class CollectRRPathFromInstance (line 5) | class CollectRRPathFromInstance(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): method _collect_rr_path_name (line 18) | def _collect_rr_path_name(instance): FILE: openpype/modules/royalrender/plugins/publish/collect_sequences_from_job.py function collect (line 14) | def collect(root, class CollectSequencesFromJob (line 70) | class CollectSequencesFromJob(pyblish.api.ContextPlugin): method process (line 83) | def process(self, context): FILE: openpype/modules/royalrender/plugins/publish/create_maya_royalrender_job.py class CreateMayaRoyalRenderJob (line 11) | class CreateMayaRoyalRenderJob(lib.BaseCreateRoyalRenderJob): method update_job_with_host_specific (line 16) | def update_job_with_host_specific(self, instance, job): method process (line 26) | def process(self, instance): FILE: openpype/modules/royalrender/plugins/publish/create_nuke_royalrender_job.py class CreateNukeRoyalRenderJob (line 8) | class CreateNukeRoyalRenderJob(lib.BaseCreateRoyalRenderJob): method process (line 14) | def process(self, instance): method update_job_with_host_specific (line 31) | def update_job_with_host_specific(self, instance, job): method create_jobs (line 40) | def create_jobs(self, instance): FILE: openpype/modules/royalrender/plugins/publish/create_publish_royalrender_job.py class CreatePublishRoyalRenderJob (line 29) | class CreatePublishRoyalRenderJob(pyblish.api.InstancePlugin, method process (line 80) | def process(self, instance): method get_job (line 164) | def get_job(self, instance, instances): FILE: openpype/modules/royalrender/plugins/publish/submit_jobs_to_royalrender.py class SubmitJobsToRoyalRender (line 15) | class SubmitJobsToRoyalRender(pyblish.api.ContextPlugin): method __init__ (line 21) | def __init__(self): method process (line 27) | def process(self, context): method process_submission (line 66) | def process_submission(self, jobs): method create_file (line 87) | def create_file(self, name, ext, contents=None): method get_submission_parameters (line 101) | def get_submission_parameters(self): method _resolve_rr_path (line 106) | def _resolve_rr_path(context, rr_path_name): FILE: openpype/modules/royalrender/royal_render_module.py class RoyalRenderModule (line 11) | class RoyalRenderModule(OpenPypeModule, IPluginPaths): method api (line 16) | def api(self): method __init__ (line 24) | def __init__(self, manager, settings): method initialize (line 31) | def initialize(self, module_settings): method get_plugin_paths (line 43) | def get_plugin_paths(): FILE: openpype/modules/royalrender/rr_job.py function get_rr_platform (line 12) | def get_rr_platform(): class RREnvList (line 23) | class RREnvList(dict): method serialize (line 24) | def serialize(self): method parse (line 30) | def parse(data): class RRJob (line 41) | class RRJob(object): class SubmitterParameter (line 179) | class SubmitterParameter: method __init__ (line 181) | def __init__(self, parameter, *args): method serialize (line 186) | def serialize(self): class SubmitFile (line 201) | class SubmitFile(object): method _process_submitter_parameters (line 219) | def _process_submitter_parameters(parameters, dom, append_to): method serialize (line 241) | def serialize(self): FILE: openpype/modules/royalrender/rr_root/render_apps/_prepost_scripts/ayon_inject_envvar.py class InjectEnvironment (line 18) | class InjectEnvironment: method __init__ (line 49) | def __init__(self): method inject (line 52) | def inject(self): method _get_metadata_dir (line 77) | def _get_metadata_dir(self): method _is_required_environment (line 85) | def _is_required_environment(self): method _get_context (line 94) | def _get_context(self): method _get_job (line 103) | def _get_job(self): method _get_job_environments (line 122) | def _get_job_environments(self): method _get_executable (line 136) | def _get_executable(self): method _get_launch_environments (line 140) | def _get_launch_environments(self): method _get_export_url (line 153) | def _get_export_url(self): method _extract_environments (line 162) | def _extract_environments(self, executable, context): method _create_rrEnv (line 193) | def _create_rrEnv(self, meta_dir, extracted_env): FILE: openpype/modules/settings_action.py class SettingsAction (line 5) | class SettingsAction(OpenPypeModule, ITrayAction): method initialize (line 11) | def initialize(self, _modules_settings): method tray_init (line 24) | def tray_init(self): method tray_exit (line 28) | def tray_exit(self): method on_action_trigger (line 33) | def on_action_trigger(self): method create_settings_window (line 37) | def create_settings_window(self): method _on_trigger_restart (line 46) | def _on_trigger_restart(self): method show_settings_window (line 49) | def show_settings_window(self): class LocalSettingsAction (line 78) | class LocalSettingsAction(OpenPypeModule, ITrayAction): method initialize (line 83) | def initialize(self, _modules_settings): method tray_init (line 93) | def tray_init(self): method on_action_trigger (line 97) | def on_action_trigger(self): method create_settings_window (line 101) | def create_settings_window(self): method show_settings_window (line 108) | def show_settings_window(self): FILE: openpype/modules/shotgrid/lib/credentials.py function _get_shotgrid_secure_key (line 11) | def _get_shotgrid_secure_key(hostname, key): function _get_secure_value_and_registry (line 16) | def _get_secure_value_and_registry( function get_shotgrid_hostname (line 25) | def get_shotgrid_hostname(shotgrid_url): function get_credentials (line 38) | def get_credentials(shotgrid_url): function save_credentials (line 53) | def save_credentials(login, password, shotgrid_url): function clear_credentials (line 68) | def clear_credentials(shotgrid_url): function get_local_login (line 89) | def get_local_login(): function save_local_login (line 97) | def save_local_login(login): function clear_local_login (line 102) | def clear_local_login(): function check_credentials (line 107) | def check_credentials( FILE: openpype/modules/shotgrid/lib/record.py class Credentials (line 2) | class Credentials: method __init__ (line 6) | def __init__(self, login, password) -> None: method is_empty (line 11) | def is_empty(self): method login_key_prefix (line 15) | def login_key_prefix(): method password_key_prefix (line 19) | def password_key_prefix(): FILE: openpype/modules/shotgrid/lib/settings.py function get_shotgrid_project_settings (line 5) | def get_shotgrid_project_settings(project): function get_shotgrid_settings (line 9) | def get_shotgrid_settings(): function get_shotgrid_servers (line 13) | def get_shotgrid_servers(): function get_leecher_backend_url (line 17) | def get_leecher_backend_url(): FILE: openpype/modules/shotgrid/plugins/publish/collect_shotgrid_entities.py class CollectShotgridEntities (line 5) | class CollectShotgridEntities(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): method _find_existing_version (line 48) | def _find_existing_version(self, code, context): function _get_shotgrid_collection (line 61) | def _get_shotgrid_collection(project): function _get_shotgrid_project (line 66) | def _get_shotgrid_project(context): function _get_shotgrid_task (line 74) | def _get_shotgrid_task(avalon_project, avalon_asset, avalon_task): function _get_shotgrid_entity (line 88) | def _get_shotgrid_entity(avalon_project, avalon_asset): FILE: openpype/modules/shotgrid/plugins/publish/collect_shotgrid_session.py class CollectShotgridSession (line 14) | class CollectShotgridSession(pyblish.api.ContextPlugin): method process (line 20) | def process(self, context): function get_shotgrid_certificate (line 114) | def get_shotgrid_certificate(): function set_shotgrid_certificate (line 119) | def set_shotgrid_certificate(certificate): function get_login (line 123) | def get_login(): FILE: openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_publish.py class IntegrateShotgridPublish (line 7) | class IntegrateShotgridPublish(pyblish.api.InstancePlugin): method process (line 17) | def process(self, instance): method _find_existing_publish (line 68) | def _find_existing_publish(self, code, context, shotgrid_version): method _create_published (line 79) | def _create_published(self, published_file_data): FILE: openpype/modules/shotgrid/plugins/publish/integrate_shotgrid_version.py class IntegrateShotgridVersion (line 6) | class IntegrateShotgridVersion(pyblish.api.InstancePlugin): method process (line 14) | def process(self, instance): method _find_existing_version (line 75) | def _find_existing_version(self, code, context): method _create_version (line 85) | def _create_version(self, code, context): FILE: openpype/modules/shotgrid/plugins/publish/validate_shotgrid_user.py class ValidateShotgridUser (line 5) | class ValidateShotgridUser(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/modules/shotgrid/shotgrid_module.py class ShotgridModule (line 12) | class ShotgridModule(OpenPypeModule, ITrayModule, IPluginPaths): method initialize (line 19) | def initialize(self, modules_settings): method connect_with_modules (line 26) | def connect_with_modules(self, enabled_modules): method get_global_environments (line 29) | def get_global_environments(self): method get_plugin_paths (line 32) | def get_plugin_paths(self): method get_launch_hook_paths (line 39) | def get_launch_hook_paths(self): method tray_init (line 42) | def tray_init(self): method tray_start (line 47) | def tray_start(self): method tray_exit (line 50) | def tray_exit(self, *args, **kwargs): method tray_menu (line 53) | def tray_menu(self, tray_menu): FILE: openpype/modules/shotgrid/tests/shotgrid/lib/test_credentials.py function test_missing_shotgrid_url (line 7) | def test_missing_shotgrid_url(): function test_full_shotgrid_url (line 17) | def test_full_shotgrid_url(): function test_incomplete_shotgrid_url (line 27) | def test_incomplete_shotgrid_url(): FILE: openpype/modules/shotgrid/tray/credential_dialog.py class CredentialsDialog (line 9) | class CredentialsDialog(QtWidgets.QDialog): method __init__ (line 28) | def __init__(self, module, parent=None): method ui_init (line 49) | def ui_init(self): method show (line 94) | def show(self, *args, **kwargs): method _fill_shotgrid_url (line 99) | def _fill_shotgrid_url(self): method _fill_shotgrid_login (line 119) | def _fill_shotgrid_login(self): method _clear_shotgrid_login (line 125) | def _clear_shotgrid_login(self): method _on_shotgrid_login_clicked (line 129) | def _on_shotgrid_login_clicked(self): method _on_shotgrid_logout_clicked (line 164) | def _on_shotgrid_logout_clicked(self): method set_error (line 170) | def set_error(self, msg): method _on_login (line 174) | def _on_login(self): method _on_logout (line 179) | def _on_logout(self): method _close_widget (line 183) | def _close_widget(self): method _valid_input (line 186) | def _valid_input(self, input_widget): method _invalid_input (line 189) | def _invalid_input(self, input_widget): method login_with_credentials (line 192) | def login_with_credentials( FILE: openpype/modules/shotgrid/tray/shotgrid_tray.py class ShotgridTrayWrapper (line 12) | class ShotgridTrayWrapper: method __init__ (line 17) | def __init__(self, module): method show_batch_dialog (line 25) | def show_batch_dialog(self): method show_connect_dialog (line 29) | def show_connect_dialog(self): method show_credential_dialog (line 32) | def show_credential_dialog(self): method set_login_label (line 37) | def set_login_label(self): method tray_menu (line 46) | def tray_menu(self, tray_menu): method validate (line 67) | def validate(self): FILE: openpype/modules/slack/launch_hooks/pre_python2_vendor.py class PrePython2Support (line 6) | class PrePython2Support(PreLaunchHook): method execute (line 13) | def execute(self): FILE: openpype/modules/slack/plugins/publish/collect_slack_family.py class CollectSlackFamilies (line 8) | class CollectSlackFamilies(pyblish.api.InstancePlugin, method get_attribute_defs (line 23) | def get_attribute_defs(cls): method process (line 34) | def process(self, instance): method main_family_from_instance (line 77) | def main_family_from_instance(self, instance): # TODO yank from integ... FILE: openpype/modules/slack/plugins/publish/integrate_slack_api.py class IntegrateSlackAPI (line 15) | class IntegrateSlackAPI(pyblish.api.InstancePlugin): method process (line 33) | def process(self, instance): method _handle_review_upload (line 96) | def _handle_review_upload(self, message, message_profile, publish_files, method _get_filled_message (line 109) | def _get_filled_message(self, message_templ, instance, review_path=None): method _get_thumbnail_path (line 166) | def _get_thumbnail_path(self, instance): method _get_review_path (line 179) | def _get_review_path(self, instance): method _get_user_id (line 196) | def _get_user_id(self, users, user_name): method _get_group_id (line 212) | def _get_group_id(self, groups, group_name): method _translate_users (line 223) | def _translate_users(self, message, users, groups): method _escape_missing_keys (line 247) | def _escape_missing_keys(self, message, fill_data): class AbstractSlackOperations (line 268) | class AbstractSlackOperations: method _get_users_list (line 271) | def _get_users_list(self): method _get_usergroups_list (line 276) | def _get_usergroups_list(self): method get_users_and_groups (line 281) | def get_users_and_groups(self): method send_message (line 286) | def send_message(self, channel, message, publish_files): method _get_users (line 290) | def _get_users(self): method _get_groups (line 304) | def _get_groups(self): method _enrich_error (line 312) | def _enrich_error(self, error_str, channel): class SlackPython3Operations (line 322) | class SlackPython3Operations(AbstractSlackOperations): method __init__ (line 324) | def __init__(self, token, log): method _get_users_list (line 330) | def _get_users_list(self): method _get_usergroups_list (line 333) | def _get_usergroups_list(self): method get_users_and_groups (line 336) | def get_users_and_groups(self): method send_message (line 360) | def send_message(self, channel, message, publish_files): class SlackPython2Operations (line 397) | class SlackPython2Operations(AbstractSlackOperations): method __init__ (line 399) | def __init__(self, token, log): method _get_users_list (line 405) | def _get_users_list(self): method _get_usergroups_list (line 408) | def _get_usergroups_list(self): method get_users_and_groups (line 411) | def get_users_and_groups(self): method send_message (line 424) | def send_message(self, channel, message, publish_files): FILE: openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/doctools.js function highlight (line 69) | function highlight(node, addItems) { FILE: openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery-3.2.1.js function DOMEval (line 76) | function DOMEval( code, doc ) { function isArrayLike (line 522) | function isArrayLike( obj ) { function Sizzle (line 754) | function Sizzle( selector, context, results, seed ) { function createCache (line 893) | function createCache() { function markFunction (line 911) | function markFunction( fn ) { function assert (line 920) | function assert( fn ) { function addHandle (line 942) | function addHandle( attrs, handler ) { function siblingCheck (line 957) | function siblingCheck( a, b ) { function createInputPseudo (line 983) | function createInputPseudo( type ) { function createButtonPseudo (line 994) | function createButtonPseudo( type ) { function createDisabledPseudo (line 1005) | function createDisabledPseudo( disabled ) { function createPositionalPseudo (line 1061) | function createPositionalPseudo( fn ) { function testContext (line 1084) | function testContext( context ) { function setFilters (line 2166) | function setFilters() {} function toSelector (line 2237) | function toSelector( tokens ) { function addCombinator (line 2247) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2311) | function elementMatcher( matchers ) { function multipleContexts (line 2325) | function multipleContexts( selector, contexts, results ) { function condense (line 2334) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2355) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2448) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2506) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function nodeName (line 2842) | function nodeName( elem, name ) { function winnow (line 2854) | function winnow( elements, qualifier, not ) { function sibling (line 3157) | function sibling( cur, dir ) { function createOptions (line 3244) | function createOptions( options ) { function Identity (line 3469) | function Identity( v ) { function Thrower (line 3472) | function Thrower( ex ) { function adoptValue (line 3476) | function adoptValue( value, resolve, reject, noValue ) { function resolve (line 3569) | function resolve( depth, deferred, handler, special ) { function completed (line 3927) | function completed() { function Data (line 4029) | function Data() { function getData (line 4198) | function getData( data ) { function dataAttr (line 4223) | function dataAttr( elem, key, data ) { function adjustCSS (line 4536) | function adjustCSS( elem, prop, valueParts, tween ) { function getDefaultDisplay (line 4601) | function getDefaultDisplay( elem ) { function showHide (line 4624) | function showHide( elements, show ) { function getAll (line 4725) | function getAll( context, tag ) { function setGlobalEval (line 4750) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4766) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4889) | function returnTrue() { function returnFalse (line 4893) | function returnFalse() { function safeActiveElement (line 4899) | function safeActiveElement() { function on (line 4905) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5634) | function manipulationTarget( elem, content ) { function disableScript (line 5645) | function disableScript( elem ) { function restoreScript (line 5649) | function restoreScript( elem ) { function cloneCopyEvent (line 5661) | function cloneCopyEvent( src, dest ) { function fixInput (line 5696) | function fixInput( src, dest ) { function domManip (line 5709) | function domManip( collection, args, callback, ignored ) { function remove (line 5799) | function remove( elem, selector, keepData ) { function computeStyleTests (line 6092) | function computeStyleTests() { function curCSS (line 6166) | function curCSS( elem, name, computed ) { function addGetHookIf (line 6219) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 6256) | function vendorPropName( name ) { function finalPropName (line 6277) | function finalPropName( name ) { function setPositiveNumber (line 6285) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6297) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6343) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6652) | function Tween( elem, options, prop, end, easing ) { function schedule (line 6775) | function schedule() { function createFxNow (line 6788) | function createFxNow() { function genFx (line 6796) | function genFx( type, includeWidth ) { function createTween (line 6816) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6830) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7001) | function propFilter( props, specialEasing ) { function Animation (line 7038) | function Animation( elem, properties, options ) { function stripAndCollapse (line 7753) | function stripAndCollapse( value ) { function getClass (line 7759) | function getClass( elem ) { function buildParams (line 8383) | function buildParams( prefix, obj, traditional, add ) { function addToPrefiltersOrTransports (line 8533) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8567) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8596) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8616) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8674) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9187) | function done( status, nativeStatusText, responses, headers ) { FILE: openpype/modules/slack/python2_vendor/python-slack-sdk-1/docs/_static/jquery.js function p (line 2) | function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.a... function w (line 2) | function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"funct... function ga (line 2) | function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeTy... function ha (line 2) | function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLengt... function ia (line 2) | function ia(a){return a[u]=!0,a} function ja (line 2) | function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(... function ka (line 2) | function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[... function la (line 2) | function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourc... function ma (line 2) | function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"... function na (line 2) | function na(a){return function(b){var c=b.nodeName.toLowerCase();return(... function oa (line 2) | function oa(a){return function(b){return"form"in b?b.parentNode&&b.disab... function pa (line 2) | function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,... function qa (line 2) | function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a} function ra (line 2) | function ra(){} function sa (line 2) | function sa(a){for(var b=0,c=a.length,d="";b1?function(b,c,d){var e=a.length;while(e-... function va (line 2) | function va(a,b,c){for(var d=0,e=b.length;d0,e=a.length>0,f=function(f,g,h,i,k){var... function B (line 2) | function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerC... function E (line 2) | function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!... function K (line 2) | function K(a,b){while((a=a[b])&&1!==a.nodeType);return a} function M (line 2) | function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!... function N (line 2) | function N(a){return a} function O (line 2) | function O(a){throw a} function P (line 2) | function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).don... function g (line 2) | function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(... function S (line 2) | function S(){d.removeEventListener("DOMContentLoaded",S), function V (line 3) | function V(){this.expando=r.expando+V.uid++} function $ (line 3) | function $(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?... function _ (line 3) | function _(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.rep... function fa (line 3) | function fa(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:funct... function ha (line 3) | function ha(a){var b,c=a.ownerDocument,d=a.nodeName,e=ga[d];return e?e:(... function ia (line 3) | function ia(a,b){for(var c,d,e=[],f=0,g=a.length;f bool: FILE: openpype/modules/webserver/host_console_listener.py class IconType (line 13) | class IconType: class MsgAction (line 19) | class MsgAction: class HostListener (line 26) | class HostListener: method __init__ (line 27) | def __init__(self, webserver, module): method _host_is_connecting (line 36) | def _host_is_connecting(self, host_name, label): method _set_host_icon (line 49) | def _set_host_icon(self, host_name, icon_type): method show_widget (line 74) | def show_widget(self, host_name): method _show_widget (line 82) | def _show_widget(self, host_name): method websocket_handler (line 88) | async def websocket_handler(self, request): method _add_text (line 131) | def _add_text(self, host_name, text): method _close (line 135) | def _close(self, host_name): method _parse_message (line 145) | def _parse_message(self, msg): FILE: openpype/modules/webserver/server.py class WebServerManager (line 11) | class WebServerManager: method __init__ (line 14) | def __init__(self, port=None, host=None): method log (line 37) | def log(self): method url (line 43) | def url(self): method add_route (line 46) | def add_route(self, *args, **kwargs): method add_static (line 49) | def add_static(self, *args, **kwargs): method start_server (line 52) | def start_server(self): method stop_server (line 56) | def stop_server(self): method is_running (line 71) | def is_running(self): method thread_stopped (line 76) | def thread_stopped(self): class WebServerThread (line 81) | class WebServerThread(threading.Thread): method __init__ (line 84) | def __init__(self, manager): method log (line 97) | def log(self): method port (line 103) | def port(self): method host (line 107) | def host(self): method run (line 110) | def run(self): method start_server (line 138) | async def start_server(self): method stop (line 145) | def stop(self): method check_shutdown (line 149) | async def check_shutdown(self): FILE: openpype/modules/webserver/webserver_module.py class WebServerModule (line 30) | class WebServerModule(OpenPypeModule, ITrayService): method initialize (line 36) | def initialize(self, _module_settings): method connect_with_modules (line 44) | def connect_with_modules(self, enabled_modules): method tray_init (line 62) | def tray_init(self): method tray_start (line 67) | def tray_start(self): method tray_exit (line 70) | def tray_exit(self): method _add_resources_statics (line 73) | def _add_resources_statics(self): method _add_listeners (line 81) | def _add_listeners(self): method start_server (line 88) | def start_server(self): method stop_server (line 92) | def stop_server(self): method create_new_server_manager (line 97) | def create_new_server_manager(port=None, host=None): method create_server_manager (line 111) | def create_server_manager(self): method find_free_port (line 125) | def find_free_port( FILE: openpype/pipeline/actions.py class LauncherAction (line 13) | class LauncherAction(object): method is_compatible (line 24) | def is_compatible(self, session): method process (line 34) | def process(self, session, **kwargs): class InventoryAction (line 38) | class InventoryAction(object): method is_compatible (line 55) | def is_compatible(container): method process (line 69) | def process(self, containers): method filepath_from_context (line 106) | def filepath_from_context(cls, context): function discover_launcher_actions (line 111) | def discover_launcher_actions(): function register_launcher_action (line 115) | def register_launcher_action(plugin): function register_launcher_action_path (line 119) | def register_launcher_action_path(path): function discover_inventory_actions (line 124) | def discover_inventory_actions(): function register_inventory_action (line 134) | def register_inventory_action(plugin): function deregister_inventory_action (line 138) | def deregister_inventory_action(plugin): function register_inventory_action_path (line 142) | def register_inventory_action_path(path): function deregister_inventory_action_path (line 146) | def deregister_inventory_action_path(path): FILE: openpype/pipeline/anatomy.py class ProjectNotSet (line 32) | class ProjectNotSet(Exception): class RootCombinationError (line 36) | class RootCombinationError(Exception): method __init__ (line 39) | def __init__(self, roots): class BaseAnatomy (line 52) | class BaseAnatomy(object): method __init__ (line 60) | def __init__(self, project_doc, root_overrides=None): method __getitem__ (line 73) | def __getitem__(self, key): method get (line 76) | def get(self, key, default=None): method keys (line 79) | def keys(self): method values (line 82) | def values(self): method items (line 85) | def items(self): method _prepare_anatomy_data (line 88) | def _prepare_anatomy_data(self, project_doc, root_overrides): method templates (line 104) | def templates(self): method templates_obj (line 109) | def templates_obj(self): method format (line 113) | def format(self, *args, **kwargs): method format_all (line 117) | def format_all(self, *args, **kwargs): method roots (line 122) | def roots(self): method roots_obj (line 127) | def roots_obj(self): method root_environments (line 131) | def root_environments(self): method root_environmets_fill_data (line 135) | def root_environmets_fill_data(self, template=None): method find_root_template_from_path (line 144) | def find_root_template_from_path(self, *args, **kwargs): method path_remapper (line 148) | def path_remapper(self, *args, **kwargs): method all_root_paths (line 152) | def all_root_paths(self): method set_root_environments (line 156) | def set_root_environments(self): method root_names (line 160) | def root_names(self): method _root_keys_from_templates (line 164) | def _root_keys_from_templates(self, data): method root_value_for_template (line 188) | def root_value_for_template(self, template): method root_names_from_templates (line 199) | def root_names_from_templates(self, templates): method fill_root (line 236) | def fill_root(self, template_path): method fill_root_with_path (line 250) | def fill_root_with_path(cls, rootless_path, root_path): method replace_root_with_env_key (line 274) | def replace_root_with_env_key(self, filepath, template=None): method _project_doc_to_anatomy_data (line 321) | def _project_doc_to_anatomy_data(self, project_doc): method _apply_local_settings_on_anatomy_data (line 332) | def _apply_local_settings_on_anatomy_data( class CacheItem (line 371) | class CacheItem: method __init__ (line 380) | def __init__(self, lifetime=None): method data (line 386) | def data(self): method is_outdated (line 396) | def is_outdated(self): method update_data (line 409) | def update_data(self, data): class Anatomy (line 420) | class Anatomy(BaseAnatomy): method __init__ (line 428) | def __init__(self, project_name=None, site_name=None): method get_project_doc_from_cache (line 444) | def get_project_doc_from_cache(cls, project_name): method get_sync_server_addon (line 451) | def get_sync_server_addon(cls): method _get_studio_roots_overrides (line 460) | def _get_studio_roots_overrides(cls, project_name, local_settings=None): method _get_site_root_overrides (line 513) | def _get_site_root_overrides(cls, project_name, site_name): class AnatomyTemplateUnsolved (line 563) | class AnatomyTemplateUnsolved(TemplateUnsolved): class AnatomyTemplateResult (line 569) | class AnatomyTemplateResult(TemplateResult): method __new__ (line 572) | def __new__(cls, result, rootless_path): method validate (line 585) | def validate(self): method copy (line 593) | def copy(self): method normalized (line 604) | def normalized(self): class AnatomyStringTemplate (line 618) | class AnatomyStringTemplate(StringTemplate): method __init__ (line 621) | def __init__(self, anatomy_templates, template): method format (line 625) | def format(self, data): class AnatomyTemplates (line 644) | class AnatomyTemplates(TemplatesDict): method __init__ (line 648) | def __init__(self, anatomy): method reset (line 653) | def reset(self): method project_name (line 659) | def project_name(self): method roots (line 663) | def roots(self): method templates (line 667) | def templates(self): method objected_templates (line 672) | def objected_templates(self): method _validate_discovery (line 676) | def _validate_discovery(self): method _format_value (line 684) | def _format_value(self, value, data): method set_templates (line 689) | def set_templates(self, templates): method _create_template_object (line 720) | def _create_template_object(self, template): method default_templates (line 723) | def default_templates(self): method _discover (line 729) | def _discover(self): method replace_inner_keys (line 750) | def replace_inner_keys(cls, matches, value, key_values, key): method prepare_inner_keys (line 788) | def prepare_inner_keys(cls, key_values): method solve_template_inner_links (line 840) | def solve_template_inner_links(cls, templates): method _dict_to_subkeys_list (line 917) | def _dict_to_subkeys_list(cls, subdict, pre_keys=None): method _keys_to_dicts (line 932) | def _keys_to_dicts(self, key_list, value): method rootless_path_from_result (line 940) | def rootless_path_from_result(cls, result): method format (line 988) | def format(self, data, strict=True): method format_all (line 997) | def format_all(self, in_data, only_keys=True): class RootItem (line 1011) | class RootItem(FormatObject): method __init__ (line 1031) | def __init__( method __format__ (line 1047) | def __format__(self, *args, **kwargs): method __str__ (line 1050) | def __str__(self): method __repr__ (line 1053) | def __repr__(self): method __getitem__ (line 1056) | def __getitem__(self, key): method full_key (line 1072) | def full_key(self): method clean_path (line 1088) | def clean_path(self, path): method clean_root (line 1092) | def clean_root(self, root): method _clean_roots (line 1100) | def _clean_roots(self, raw_data): method path_remapper (line 1107) | def path_remapper(self, path, dst_platform=None, src_platform=None): method find_root_template_from_path (line 1182) | def find_root_template_from_path(self, path): class Roots (line 1234) | class Roots: method __init__ (line 1244) | def __init__(self, anatomy): method __format__ (line 1249) | def __format__(self, *args, **kwargs): method __getitem__ (line 1252) | def __getitem__(self, key): method reset (line 1255) | def reset(self): method path_remapper (line 1259) | def path_remapper( method find_root_template_from_path (line 1302) | def find_root_template_from_path(self, path, roots=None): method set_root_environments (line 1339) | def set_root_environments(self): method root_environments (line 1344) | def root_environments(self): method all_root_paths (line 1381) | def all_root_paths(self, roots=None): method _root_environments (line 1396) | def _root_environments(self, keys=None, roots=None): method root_environmets_fill_data (line 1419) | def root_environmets_fill_data(self, template=None): method _root_environmets_fill_data (line 1430) | def _root_environmets_fill_data(self, template, keys=None, roots=None): method project_name (line 1455) | def project_name(self): method roots (line 1460) | def roots(self): method _discover (line 1477) | def _discover(self): method _parse_dict (line 1490) | def _parse_dict(data, key=None, parent_keys=None, parent=None): FILE: openpype/pipeline/colorspace.py class CachedData (line 25) | class CachedData: class DeprecatedWarning (line 35) | class DeprecatedWarning(DeprecationWarning): function deprecated (line 39) | def deprecated(new_destination): function _make_temp_json_file (line 81) | def _make_temp_json_file(): function get_ocio_config_script_path (line 108) | def get_ocio_config_script_path(): function get_colorspace_name_from_filepath (line 123) | def get_colorspace_name_from_filepath( function get_imageio_colorspace_from_filepath (line 192) | def get_imageio_colorspace_from_filepath(*args, **kwargs): function get_colorspace_from_filepath (line 197) | def get_colorspace_from_filepath(*args, **kwargs): function _get_context_settings (line 201) | def _get_context_settings( function get_imageio_file_rules_colorspace_from_filepath (line 223) | def get_imageio_file_rules_colorspace_from_filepath( function get_config_file_rules_colorspace_from_filepath (line 273) | def get_config_file_rules_colorspace_from_filepath(config_path, filepath): function parse_colorspace_from_filepath (line 307) | def parse_colorspace_from_filepath( function validate_imageio_colorspace_in_config (line 386) | def validate_imageio_colorspace_in_config(config_path, colorspace_name): function get_data_subprocess (line 410) | def get_data_subprocess(config_path, data_type): function _get_wrapped_with_subprocess (line 423) | def _get_wrapped_with_subprocess(command_group, command, **kwargs): function compatibility_check (line 459) | def compatibility_check(): function compatibility_check_config_version (line 479) | def compatibility_check_config_version(config_path, major=1, minor=None): function get_ocio_config_colorspaces (line 510) | def get_ocio_config_colorspaces(config_path): function convert_colorspace_enumerator_item (line 540) | def convert_colorspace_enumerator_item( function get_colorspaces_enumerator_items (line 597) | def get_colorspaces_enumerator_items( function get_colorspace_data_subprocess (line 693) | def get_colorspace_data_subprocess(config_path): function get_ocio_config_views (line 709) | def get_ocio_config_views(config_path): function get_views_data_subprocess (line 736) | def get_views_data_subprocess(config_path): function get_imageio_config (line 752) | def get_imageio_config( function _get_config_data (line 862) | def _get_config_data(path_list, anatomy_data, env=None): function _format_path (line 897) | def _format_path(template_path, formatting_data): function get_imageio_file_rules (line 915) | def get_imageio_file_rules(project_name, host_name, project_settings=None): function get_remapped_colorspace_to_native (line 960) | def get_remapped_colorspace_to_native( function get_remapped_colorspace_from_native (line 986) | def get_remapped_colorspace_from_native( function _get_imageio_settings (line 1012) | def _get_imageio_settings(project_settings, host_name): function get_colorspace_settings_from_publish_context (line 1031) | def get_colorspace_settings_from_publish_context(context_data): function set_colorspace_data_to_representation (line 1068) | def set_colorspace_data_to_representation( function get_display_view_colorspace_name (line 1146) | def get_display_view_colorspace_name(config_path, display, view): function get_display_view_colorspace_subprocess (line 1169) | def get_display_view_colorspace_subprocess(config_path, display, view): FILE: openpype/pipeline/context_tools.py function _get_modules_manager (line 65) | def _get_modules_manager(): function register_root (line 82) | def register_root(path): function registered_root (line 88) | def registered_root(): function install_host (line 107) | def install_host(host): function install_openpype_plugins (line 174) | def install_openpype_plugins(project_name=None, host_name=None): function uninstall_host (line 240) | def uninstall_host(): function is_installed (line 263) | def is_installed(): function register_host (line 274) | def register_host(host): function registered_host (line 288) | def registered_host(): function deregister_host (line 293) | def deregister_host(): function debug_host (line 297) | def debug_host(): function get_current_host_name (line 338) | def get_current_host_name(): function get_global_context (line 354) | def get_global_context(): function get_current_context (line 382) | def get_current_context(): function get_current_project_name (line 389) | def get_current_project_name(): function get_current_asset_name (line 396) | def get_current_asset_name(): function get_current_task_name (line 403) | def get_current_task_name(): function get_current_project (line 410) | def get_current_project(fields=None): function get_current_project_asset (line 424) | def get_current_project_asset(asset_name=None, asset_id=None, fields=None): function is_representation_from_latest (line 457) | def is_representation_from_latest(representation): function get_template_data_from_session (line 471) | def get_template_data_from_session(session=None, system_settings=None): function get_current_context_template_data (line 497) | def get_current_context_template_data(system_settings=None): function get_workdir_from_session (line 518) | def get_workdir_from_session(session=None, template_key=None): function get_custom_workfile_template_from_session (line 553) | def get_custom_workfile_template_from_session( function compute_session_changes (line 583) | def compute_session_changes( function change_current_context (line 638) | def change_current_context(asset_doc, task_name, template_key=None): function get_process_id (line 681) | def get_process_id(): FILE: openpype/pipeline/create/context.py class UnavailableSharedData (line 46) | class UnavailableSharedData(Exception): class ImmutableKeyError (line 51) | class ImmutableKeyError(TypeError): method __init__ (line 54) | def __init__(self, key, msg=None): class HostMissRequiredMethod (line 63) | class HostMissRequiredMethod(Exception): method __init__ (line 66) | def __init__(self, host, missing_methods): class ConvertorsOperationFailed (line 86) | class ConvertorsOperationFailed(Exception): method __init__ (line 87) | def __init__(self, msg, failed_info): class ConvertorsFindFailed (line 92) | class ConvertorsFindFailed(ConvertorsOperationFailed): method __init__ (line 93) | def __init__(self, failed_info): class ConvertorsConversionFailed (line 100) | class ConvertorsConversionFailed(ConvertorsOperationFailed): method __init__ (line 101) | def __init__(self, failed_info): function prepare_failed_convertor_operation_info (line 108) | def prepare_failed_convertor_operation_info(identifier, exc_info): class CreatorsOperationFailed (line 121) | class CreatorsOperationFailed(Exception): method __init__ (line 137) | def __init__(self, msg, failed_info): class CreatorsCollectionFailed (line 142) | class CreatorsCollectionFailed(CreatorsOperationFailed): method __init__ (line 143) | def __init__(self, failed_info): class CreatorsSaveFailed (line 150) | class CreatorsSaveFailed(CreatorsOperationFailed): method __init__ (line 151) | def __init__(self, failed_info): class CreatorsRemoveFailed (line 158) | class CreatorsRemoveFailed(CreatorsOperationFailed): method __init__ (line 159) | def __init__(self, failed_info): class CreatorsCreateFailed (line 166) | class CreatorsCreateFailed(CreatorsOperationFailed): method __init__ (line 167) | def __init__(self, failed_info): function prepare_failed_creator_operation_info (line 174) | def prepare_failed_creator_operation_info( class TrackChangesItem (line 195) | class TrackChangesItem(object): method __init__ (line 265) | def __init__(self, old_value, new_value): method __getitem__ (line 287) | def __getitem__(self, key): method __bool__ (line 294) | def __bool__(self): method get (line 299) | def get(self, key, default=None): method old_value (line 307) | def old_value(self): method new_value (line 317) | def new_value(self): method changed (line 327) | def changed(self): method is_dict (line 337) | def is_dict(self): method changes (line 347) | def changes(self): method old_keys (line 376) | def old_keys(self): method new_keys (line 390) | def new_keys(self): method changed_keys (line 404) | def changed_keys(self): method available_keys (line 418) | def available_keys(self): method removed_keys (line 433) | def removed_keys(self): method _prepare_keys (line 444) | def _prepare_keys(self): method _prepare_sub_items (line 462) | def _prepare_sub_items(self): class InstanceMember (line 505) | class InstanceMember: method __init__ (line 512) | def __init__(self, instance, name): method add_action (line 520) | def add_action(self, label, callback): class AttributeValues (line 527) | class AttributeValues(object): method __init__ (line 541) | def __init__(self, attr_defs, values, origin_data=None): method __setitem__ (line 566) | def __setitem__(self, key, value): method __getitem__ (line 575) | def __getitem__(self, key): method __contains__ (line 580) | def __contains__(self, key): method get (line 583) | def get(self, key, default=None): method keys (line 588) | def keys(self): method values (line 591) | def values(self): method items (line 595) | def items(self): method update (line 599) | def update(self, value): method pop (line 603) | def pop(self, key, default=None): method reset_values (line 613) | def reset_values(self): method mark_as_stored (line 616) | def mark_as_stored(self): method attr_defs (line 620) | def attr_defs(self): method origin_data (line 630) | def origin_data(self): method data_to_store (line 633) | def data_to_store(self): method get_serialized_attr_defs (line 649) | def get_serialized_attr_defs(self): class CreatorAttributeValues (line 659) | class CreatorAttributeValues(AttributeValues): method __init__ (line 666) | def __init__(self, instance, *args, **kwargs): class PublishAttributeValues (line 671) | class PublishAttributeValues(AttributeValues): method __init__ (line 682) | def __init__(self, publish_attributes, *args, **kwargs): method parent (line 687) | def parent(self): class PublishAttributes (line 691) | class PublishAttributes: method __init__ (line 705) | def __init__(self, parent, origin_data, attr_plugins=None): method __getitem__ (line 718) | def __getitem__(self, key): method __contains__ (line 721) | def __contains__(self, key): method keys (line 724) | def keys(self): method values (line 727) | def values(self): method items (line 730) | def items(self): method pop (line 733) | def pop(self, key, default=None): method plugin_names_order (line 759) | def plugin_names_order(self): method mark_as_stored (line 765) | def mark_as_stored(self): method data_to_store (line 768) | def data_to_store(self): method origin_data (line 777) | def origin_data(self): method set_publish_plugins (line 780) | def set_publish_plugins(self, attr_plugins): method serialize_attributes (line 816) | def serialize_attributes(self): method deserialize_attributes (line 826) | def deserialize_attributes(self, data): class CreatedInstance (line 853) | class CreatedInstance: method __init__ (line 891) | def __init__( method __str__ (line 988) | def __str__(self): method __getitem__ (line 1000) | def __getitem__(self, key): method __contains__ (line 1003) | def __contains__(self, key): method __setitem__ (line 1006) | def __setitem__(self, key, value): method get (line 1015) | def get(self, key, default=None): method pop (line 1018) | def pop(self, key, *args, **kwargs): method keys (line 1025) | def keys(self): method values (line 1028) | def values(self): method items (line 1031) | def items(self): method family (line 1036) | def family(self): method subset_name (line 1040) | def subset_name(self): method label (line 1044) | def label(self): method group_label (line 1051) | def group_label(self): method origin_data (line 1058) | def origin_data(self): method creator_identifier (line 1065) | def creator_identifier(self): method creator_label (line 1069) | def creator_label(self): method id (line 1073) | def id(self): method data (line 1083) | def data(self): method transient_data (line 1096) | def transient_data(self): method changes (line 1115) | def changes(self): method mark_as_stored (line 1120) | def mark_as_stored(self): method creator_attributes (line 1140) | def creator_attributes(self): method creator_attribute_defs (line 1144) | def creator_attribute_defs(self): method publish_attributes (line 1154) | def publish_attributes(self): method data_to_store (line 1157) | def data_to_store(self): method from_existing (line 1182) | def from_existing(cls, instance_data, creator): method set_publish_plugins (line 1203) | def set_publish_plugins(self, attr_plugins): method add_members (line 1216) | def add_members(self, members): method serialize_for_remote (line 1223) | def serialize_for_remote(self): method deserialize_on_remote (line 1242) | def deserialize_on_remote(cls, serialized_data): method has_set_asset (line 1283) | def has_set_asset(self): method has_set_task (line 1291) | def has_set_task(self): method has_valid_context (line 1297) | def has_valid_context(self): method has_valid_asset (line 1303) | def has_valid_asset(self): method has_valid_task (line 1311) | def has_valid_task(self): method set_asset_invalid (line 1318) | def set_asset_invalid(self, invalid): method set_task_invalid (line 1322) | def set_task_invalid(self, invalid): class ConvertorItem (line 1327) | class ConvertorItem(object): method __init__ (line 1335) | def __init__(self, identifier, label): method id (line 1341) | def id(self): method to_data (line 1344) | def to_data(self): method from_data (line 1352) | def from_data(cls, data): class CreateContext (line 1358) | class CreateContext: method __init__ (line 1377) | def __init__( method instances (line 1454) | def instances(self): method instances_by_id (line 1458) | def instances_by_id(self): method publish_attributes (line 1462) | def publish_attributes(self): method get_instance_by_id (line 1466) | def get_instance_by_id(self, instance_id): method get_sorted_creators (line 1479) | def get_sorted_creators(self, identifiers=None): method sorted_creators (line 1505) | def sorted_creators(self): method sorted_autocreators (line 1515) | def sorted_autocreators(self): method get_host_misssing_methods (line 1527) | def get_host_misssing_methods(cls, host): method host_is_valid (line 1540) | def host_is_valid(self): method host_name (line 1545) | def host_name(self): method get_current_project_name (line 1550) | def get_current_project_name(self): method get_current_asset_name (line 1559) | def get_current_asset_name(self): method get_current_task_name (line 1568) | def get_current_task_name(self): method get_current_workfile_path (line 1577) | def get_current_workfile_path(self): method get_current_project_anatomy (line 1586) | def get_current_project_anatomy(self): method context_has_changed (line 1599) | def context_has_changed(self): method log (line 1623) | def log(self): method reset (line 1629) | def reset(self, discover_publish_plugins=True): method refresh_thumbnails (line 1648) | def refresh_thumbnails(self): method reset_preparation (line 1671) | def reset_preparation(self): method reset_finalization (line 1677) | def reset_finalization(self): method _get_current_host_context (line 1684) | def _get_current_host_context(self): method reset_current_context (line 1706) | def reset_current_context(self): method reset_plugins (line 1735) | def reset_plugins(self, discover_publish_plugins=True): method _reset_publish_plugins (line 1746) | def _reset_publish_plugins(self, discover_publish_plugins): method _reset_creator_plugins (line 1785) | def _reset_creator_plugins(self): method _reset_convertor_plugins (line 1845) | def _reset_convertor_plugins(self): method reset_context_data (line 1868) | def reset_context_data(self): method context_data_to_store (line 1889) | def context_data_to_store(self): method context_data_changes (line 1898) | def context_data_changes(self): method creator_adds_instance (line 1905) | def creator_adds_instance(self, instance): method _get_creator_in_create (line 1935) | def _get_creator_in_create(self, identifier): method create (line 1959) | def create( method _create_with_unified_error (line 2041) | def _create_with_unified_error( method create_with_unified_error (line 2080) | def create_with_unified_error(self, identifier, *args, **kwargs): method _remove_instance (line 2104) | def _remove_instance(self, instance): method creator_removed_instance (line 2107) | def creator_removed_instance(self, instance): method add_convertor_item (line 2120) | def add_convertor_item(self, convertor_identifier, label): method remove_convertor_item (line 2125) | def remove_convertor_item(self, convertor_identifier): method bulk_instances_collection (line 2129) | def bulk_instances_collection(self): method reset_instances (line 2155) | def reset_instances(self): method find_convertor_items (line 2195) | def find_convertor_items(self): method execute_autocreators (line 2226) | def execute_autocreators(self): method validate_instances_context (line 2242) | def validate_instances_context(self, instances=None): method save_changes (line 2311) | def save_changes(self): method _save_context_changes (line 2320) | def _save_context_changes(self): method _save_instance_changes (line 2327) | def _save_instance_changes(self): method remove_instances (line 2387) | def remove_instances(self, instances): method _get_publish_plugins_with_attr_for_family (line 2452) | def _get_publish_plugins_with_attr_for_family(self, family): method _get_publish_plugins_with_attr_for_context (line 2476) | def _get_publish_plugins_with_attr_for_context(self): method collection_shared_data (line 2491) | def collection_shared_data(self): method run_convertor (line 2507) | def run_convertor(self, convertor_identifier): method run_convertors (line 2520) | def run_convertors(self, convertor_identifiers): FILE: openpype/pipeline/create/creator_plugins.py class CreatorError (line 25) | class CreatorError(Exception): method __init__ (line 31) | def __init__(self, message): class SubsetConvertorPlugin (line 36) | class SubsetConvertorPlugin(object): method __init__ (line 65) | def __init__(self, create_context): method log (line 69) | def log(self): method host (line 81) | def host(self): method identifier (line 86) | def identifier(self): method find_instances (line 96) | def find_instances(self): method convert (line 106) | def convert(self): method create_context (line 112) | def create_context(self): method collection_shared_data (line 122) | def collection_shared_data(self): method add_convertor_item (line 134) | def add_convertor_item(self, label): method remove_convertor_item (line 143) | def remove_convertor_item(self): class BaseCreator (line 150) | class BaseCreator: method __init__ (line 203) | def __init__( method _get_settings_values (line 244) | def _get_settings_values(project_settings, category_name, plugin_name): method apply_settings (line 266) | def apply_settings(self, project_settings): method identifier (line 329) | def identifier(self): method family (line 339) | def family(self): method project_name (line 345) | def project_name(self): method project_anatomy (line 355) | def project_anatomy(self): method host (line 365) | def host(self): method get_group_label (line 368) | def get_group_label(self): method log (line 390) | def log(self): method _add_instance_to_context (line 401) | def _add_instance_to_context(self, instance): method _remove_instance_from_context (line 415) | def _remove_instance_from_context(self, instance): method create (line 429) | def create(self): method collect_instances (line 440) | def collect_instances(self): method update_instances (line 467) | def update_instances(self, update_list): method remove_instances (line 478) | def remove_instances(self, instances): method get_icon (line 491) | def get_icon(self): method get_dynamic_data (line 499) | def get_dynamic_data( method get_subset_name (line 510) | def get_subset_name( method get_instance_attr_defs (line 560) | def get_instance_attr_defs(self): method collection_shared_data (line 579) | def collection_shared_data(self): method set_instance_thumbnail_path (line 591) | def set_instance_thumbnail_path(self, instance_id, thumbnail_path=None): method get_next_versions_for_instances (line 598) | def get_next_versions_for_instances(self, instances): class Creator (line 620) | class Creator(BaseCreator): method __init__ (line 657) | def __init__(self, *args, **kwargs): method show_order (line 673) | def show_order(self): method create (line 684) | def create(self, subset_name, instance_data, pre_create_data): method get_description (line 701) | def get_description(self): method get_detail_description (line 710) | def get_detail_description(self): method get_default_variants (line 721) | def get_default_variants(self): method get_default_variant (line 735) | def get_default_variant(self, only_explicit=False): method _get_default_variant_wrap (line 760) | def _get_default_variant_wrap(self): method _set_default_variant_wrap (line 776) | def _set_default_variant_wrap(self, variant): method get_pre_create_attr_defs (line 793) | def get_pre_create_attr_defs(self): class HiddenCreator (line 809) | class HiddenCreator(BaseCreator): method create (line 811) | def create(self, instance_data, source_data): class AutoCreator (line 815) | class AutoCreator(BaseCreator): method remove_instances (line 821) | def remove_instances(self, instances): function discover_creator_plugins (line 826) | def discover_creator_plugins(*args, **kwargs): function discover_convertor_plugins (line 830) | def discover_convertor_plugins(*args, **kwargs): function discover_legacy_creator_plugins (line 834) | def discover_legacy_creator_plugins(): function get_legacy_creator_by_name (line 856) | def get_legacy_creator_by_name(creator_name, case_sensitive=False): function register_creator_plugin (line 884) | def register_creator_plugin(plugin): function deregister_creator_plugin (line 895) | def deregister_creator_plugin(plugin): function register_creator_plugin_path (line 906) | def register_creator_plugin_path(path): function deregister_creator_plugin_path (line 912) | def deregister_creator_plugin_path(path): function cache_and_get_instances (line 918) | def cache_and_get_instances(creator, shared_key, list_instances_func): FILE: openpype/pipeline/create/legacy_create.py class LegacyCreator (line 17) | class LegacyCreator(object): method __init__ (line 30) | def __init__(self, name, asset, options=None, data=None): method apply_settings (line 45) | def apply_settings(cls, project_settings, system_settings): method process (line 85) | def process(self): method get_dynamic_data (line 89) | def get_dynamic_data( method get_subset_name (line 124) | def get_subset_name( function legacy_create (line 167) | def legacy_create(Creator, name, asset, options=None, data=None): FILE: openpype/pipeline/create/subset_name.py class TaskNotSetError (line 10) | class TaskNotSetError(KeyError): method __init__ (line 11) | def __init__(self, msg=None): class TemplateFillError (line 17) | class TemplateFillError(Exception): method __init__ (line 18) | def __init__(self, msg=None): function get_subset_name_template (line 24) | def get_subset_name_template( function get_subset_name (line 71) | def get_subset_name( FILE: openpype/pipeline/create/utils.py function get_last_versions_for_instances (line 11) | def get_last_versions_for_instances( function get_next_versions_for_instances (line 104) | def get_next_versions_for_instances(project_name, instances): FILE: openpype/pipeline/delivery.py function _copy_file (line 12) | def _copy_file(src_path, dst_path): function get_format_dict (line 30) | def get_format_dict(anatomy, location_path): function check_destination_path (line 55) | def check_destination_path( function deliver_single_file (line 115) | def deliver_single_file( function deliver_sequence (line 173) | def deliver_sequence( FILE: openpype/pipeline/editorial.py function otio_range_to_frame_range (line 9) | def otio_range_to_frame_range(otio_range): function otio_range_with_handles (line 17) | def otio_range_with_handles(otio_range, instance): function is_overlapping_otio_ranges (line 31) | def is_overlapping_otio_ranges(test_otio_range, main_otio_range, strict=... function convert_to_padded_path (line 58) | def convert_to_padded_path(path, padding): function trim_media_range (line 78) | def trim_media_range(media_range, source_range): function range_from_frames (line 102) | def range_from_frames(start, duration, fps): function frames_to_seconds (line 121) | def frames_to_seconds(frames, framerate): function frames_to_timecode (line 137) | def frames_to_timecode(frames, framerate): function make_sequence_collection (line 142) | def make_sequence_collection(path, otio_range, metadata): function _sequence_resize (line 168) | def _sequence_resize(source, length): function get_media_range_with_retimes (line 176) | def get_media_range_with_retimes(otio_clip, handle_start, handle_end): FILE: openpype/pipeline/farm/patterning.py function match_aov_pattern (line 5) | def match_aov_pattern(host_name, aov_patterns, render_file_name): FILE: openpype/pipeline/farm/pyblish_functions.py class TimeData (line 25) | class TimeData(object): function remap_source (line 35) | def remap_source(path, anatomy): function extend_frames (line 61) | def extend_frames(asset, subset, start, end): function get_time_data_from_instance_or_context (line 98) | def get_time_data_from_instance_or_context(instance): function get_transferable_representations (line 125) | def get_transferable_representations(instance): function create_skeleton_instance (line 166) | def create_skeleton_instance( function _add_review_families (line 280) | def _add_review_families(families): function prepare_representations (line 299) | def prepare_representations(skeleton_data, exp_files, anatomy, aov_filter, function create_instances_for_aov (line 457) | def create_instances_for_aov(instance, skeleton, aov_filter, function _create_instances_for_aov (line 519) | def _create_instances_for_aov(instance, skeleton, aov_filter, additional... function get_resources (line 713) | def get_resources(project_name, version, extension=None): function create_skeleton_instance_cache (line 769) | def create_skeleton_instance_cache(instance): function prepare_cache_representations (line 856) | def prepare_cache_representations(skeleton_data, exp_files, anatomy): function create_instances_for_cache (line 910) | def create_instances_for_cache(instance, skeleton): function copy_extend_frames (line 1001) | def copy_extend_frames(instance, representation): function attach_instances_to_subset (line 1084) | def attach_instances_to_subset(attach_to, instances): function create_metadata_path (line 1113) | def create_metadata_path(instance, anatomy): FILE: openpype/pipeline/farm/pyblish_functions.pyi class TimeData (line 6) | class TimeData: method __init__ (line 14) | def __init__(self, start: int, end: int, fps: float | int, step: int, ... function remap_source (line 18) | def remap_source(source: str, anatomy: Anatomy): ... function extend_frames (line 19) | def extend_frames(asset: str, subset: str, start: int, end: int) -> Tupl... function get_time_data_from_instance_or_context (line 20) | def get_time_data_from_instance_or_context(instance: pyblish.api.Instanc... function get_transferable_representations (line 21) | def get_transferable_representations(instance: pyblish.api.Instance) -> ... function create_skeleton_instance (line 22) | def create_skeleton_instance(instance: pyblish.api.Instance, families_tr... function create_instances_for_aov (line 23) | def create_instances_for_aov(instance: pyblish.api.Instance, skeleton: d... function attach_instances_to_subset (line 24) | def attach_instances_to_subset(attach_to: list, instances: list) -> list... FILE: openpype/pipeline/farm/tools.py function get_published_workfile_instance (line 4) | def get_published_workfile_instance(context): function from_published_scene (line 22) | def from_published_scene(instance, replace_in_path=True): function iter_expected_files (line 105) | def iter_expected_files(exp): FILE: openpype/pipeline/legacy_io.py function is_installed (line 22) | def is_installed(): function install (line 26) | def install(): function uninstall (line 50) | def uninstall(): function requires_install (line 61) | def requires_install(func): function projects (line 71) | def projects(*args, **kwargs): function insert_one (line 76) | def insert_one(doc, *args, **kwargs): function insert_many (line 81) | def insert_many(docs, *args, **kwargs): function update_one (line 86) | def update_one(*args, **kwargs): function update_many (line 91) | def update_many(*args, **kwargs): function replace_one (line 96) | def replace_one(*args, **kwargs): function replace_many (line 101) | def replace_many(*args, **kwargs): function delete_one (line 106) | def delete_one(*args, **kwargs): function delete_many (line 111) | def delete_many(*args, **kwargs): function find (line 116) | def find(*args, **kwargs): function find_one (line 121) | def find_one(*args, **kwargs): function distinct (line 126) | def distinct(*args, **kwargs): function aggregate (line 131) | def aggregate(*args, **kwargs): function save (line 136) | def save(*args, **kwargs): function drop (line 141) | def drop(*args, **kwargs): function parenthood (line 146) | def parenthood(*args, **kwargs): function bulk_write (line 151) | def bulk_write(*args, **kwargs): function active_project (line 156) | def active_project(*args, **kwargs): function current_project (line 160) | def current_project(*args, **kwargs): FILE: openpype/pipeline/load/plugins.py class LoaderPlugin (line 19) | class LoaderPlugin(list): method apply_settings (line 43) | def apply_settings(cls, project_settings, system_settings): method has_valid_extension (line 82) | def has_valid_extension(cls, repre_doc): method is_compatible_loader (line 119) | def is_compatible_loader(cls, context): method get_representations (line 178) | def get_representations(cls): method filepath_from_context (line 182) | def filepath_from_context(cls, context): method load (line 185) | def load(self, context, name=None, namespace=None, options=None): method update (line 198) | def update(self, container, representation): method remove (line 210) | def remove(self, container): method get_options (line 226) | def get_options(cls, contexts): method fname (line 238) | def fname(self): class SubsetLoaderPlugin (line 251) | class SubsetLoaderPlugin(LoaderPlugin): function discover_loader_plugins (line 260) | def discover_loader_plugins(project_name=None): function register_loader_plugin (line 282) | def register_loader_plugin(plugin): function deregister_loader_plugin (line 286) | def deregister_loader_plugin(plugin): function deregister_loader_plugin_path (line 290) | def deregister_loader_plugin_path(path): function register_loader_plugin_path (line 294) | def register_loader_plugin_path(path): FILE: openpype/pipeline/load/utils.py class HeroVersionType (line 43) | class HeroVersionType(object): method __init__ (line 44) | def __init__(self, version): method __str__ (line 52) | def __str__(self): method __int__ (line 55) | def __int__(self): method __format__ (line 58) | def __format__(self, format_spec): class LoadError (line 62) | class LoadError(Exception): class IncompatibleLoaderError (line 72) | class IncompatibleLoaderError(ValueError): class InvalidRepresentationContext (line 77) | class InvalidRepresentationContext(ValueError): class LoaderSwitchNotImplementedError (line 82) | class LoaderSwitchNotImplementedError(NotImplementedError): class LoaderNotFoundError (line 87) | class LoaderNotFoundError(RuntimeError): function get_repres_contexts (line 92) | def get_repres_contexts(representation_ids, dbcon=None): function get_contexts_for_repre_docs (line 118) | def get_contexts_for_repre_docs(project_name, repre_docs): function get_subset_contexts (line 191) | def get_subset_contexts(subset_ids, dbcon=None): function get_representation_context (line 241) | def get_representation_context(representation): function load_with_repre_context (line 289) | def load_with_repre_context( function load_with_subset_context (line 327) | def load_with_subset_context( function load_with_subset_contexts (line 350) | def load_with_subset_contexts( function load_container (line 375) | def load_container( function get_loader_identifier (line 408) | def get_loader_identifier(loader): function get_loaders_by_name (line 418) | def get_loaders_by_name(): function _get_container_loader (line 432) | def _get_container_loader(container): function remove_container (line 444) | def remove_container(container): function update_container (line 457) | def update_container(container, version=-1): function switch_container (line 507) | def switch_container(container, representation, loader_plugin=None): function get_representation_path_from_context (line 555) | def get_representation_path_from_context(context): function get_representation_path_with_anatomy (line 568) | def get_representation_path_with_anatomy(repre_doc, anatomy): function get_representation_path (line 614) | def get_representation_path(representation, root=None, dbcon=None): function is_compatible_loader (line 770) | def is_compatible_loader(Loader, context): function loaders_from_repre_context (line 783) | def loaders_from_repre_context(loaders, repre_context): function filter_repre_contexts_by_loader (line 793) | def filter_repre_contexts_by_loader(repre_contexts, loader): function loaders_from_representation (line 811) | def loaders_from_representation(loaders, representation): function any_outdated_containers (line 818) | def any_outdated_containers(host=None, project_name=None): function get_outdated_containers (line 826) | def get_outdated_containers(host=None, project_name=None): function filter_containers (line 852) | def filter_containers(containers, project_name): FILE: openpype/pipeline/mongodb.py function requires_install (line 14) | def requires_install(func): function auto_reconnect (line 36) | def auto_reconnect(func): function session_data_from_environment (line 80) | def session_data_from_environment(context_keys=False): class AvalonMongoDB (line 109) | class AvalonMongoDB: method __init__ (line 110) | def __init__(self, session=None, auto_install=True): method __getattr__ (line 123) | def __getattr__(self, attr_name): method mongo_client (line 159) | def mongo_client(self): method id (line 163) | def id(self): method database (line 167) | def database(self): method is_installed (line 180) | def is_installed(self): method install (line 183) | def install(self): method uninstall (line 192) | def uninstall(self): method active_project (line 198) | def active_project(self): method current_project (line 202) | def current_project(self): method projects (line 208) | def projects(self, projection=None, only_active=True): method insert_one (line 241) | def insert_one(self, item, *args, **kwargs): method insert_many (line 249) | def insert_many(self, items, *args, **kwargs): method parenthood (line 260) | def parenthood(self, document): FILE: openpype/pipeline/plugin_discover.py class DiscoverResult (line 14) | class DiscoverResult: method __init__ (line 21) | def __init__(self, superclass): method __iter__ (line 31) | def __iter__(self): method __getitem__ (line 35) | def __getitem__(self, item): method __setitem__ (line 38) | def __setitem__(self, item, value): method add_module (line 41) | def add_module(self, module): method get_report (line 45) | def get_report(self, only_errors=True, exc_info=True, full_report=False): method log_report (line 93) | def log_report(self, only_errors=True, exc_info=True): class PluginDiscoverContext (line 99) | class PluginDiscoverContext(object): method __init__ (line 107) | def __init__(self): method get_last_discovered_plugins (line 114) | def get_last_discovered_plugins(self, superclass): method discover (line 124) | def discover( method register_plugin (line 207) | def register_plugin(self, superclass, cls): method register_plugin_path (line 221) | def register_plugin_path(self, superclass, path): method registered_plugin_paths (line 238) | def registered_plugin_paths(self): method deregister_plugin (line 246) | def deregister_plugin(self, superclass, plugin): method deregister_plugin_path (line 251) | def deregister_plugin_path(self, superclass, path): class _GlobalDiscover (line 256) | class _GlobalDiscover: method get_context (line 266) | def get_context(cls): function discover (line 272) | def discover( function get_last_discovered_plugins (line 302) | def get_last_discovered_plugins(superclass): function register_plugin (line 307) | def register_plugin(superclass, cls): function register_plugin_path (line 312) | def register_plugin_path(superclass, path): function deregister_plugin (line 317) | def deregister_plugin(superclass, cls): function deregister_plugin_path (line 322) | def deregister_plugin_path(superclass, path): FILE: openpype/pipeline/project_folders.py function concatenate_splitted_paths (line 14) | def concatenate_splitted_paths(split_paths, anatomy): function fill_paths (line 52) | def fill_paths(path_list, anatomy): function create_project_folders (line 64) | def create_project_folders(project_name, basic_paths=None): function _list_path_items (line 85) | def _list_path_items(folder_structure): function get_project_basic_paths (line 104) | def get_project_basic_paths(project_name): FILE: openpype/pipeline/publish/abstract_collect_render.py class RenderInstance (line 18) | class RenderInstance(object): method check_frame_start (line 83) | def check_frame_start(self, _, value): method check_frame_end (line 90) | def check_frame_end(self, _, value): method check_tiles_x (line 97) | def check_tiles_x(self, _, value): method check_tiles_y (line 108) | def check_tiles_y(self, _, value): class AbstractCollectRender (line 120) | class AbstractCollectRender(pyblish.api.ContextPlugin): method __init__ (line 127) | def __init__(self, *args, **kwargs): method process (line 133) | def process(self, context): method get_instances (line 223) | def get_instances(self, context): method get_expected_files (line 237) | def get_expected_files(self, render_instance): method add_additional_data (line 261) | def add_additional_data(self, data): method post_collecting_action (line 270) | def post_collecting_action(self): FILE: openpype/pipeline/publish/abstract_expected_files.py class ExpectedFiles (line 8) | class ExpectedFiles: method get (line 19) | def get(self, render_instance): FILE: openpype/pipeline/publish/lib.py function get_template_name_profiles (line 35) | def get_template_name_profiles( function get_hero_template_name_profiles (line 70) | def get_hero_template_name_profiles( function get_publish_template_name (line 105) | def get_publish_template_name( class HelpContent (line 163) | class HelpContent: method __init__ (line 164) | def __init__(self, title, description, detail=None): function load_help_content_from_filepath (line 170) | def load_help_content_from_filepath(filepath): function load_help_content_from_plugin (line 205) | def load_help_content_from_plugin(plugin): function publish_plugins_discover (line 217) | def publish_plugins_discover(paths=None): function get_plugin_settings (line 318) | def get_plugin_settings(plugin, project_settings, log, category=None): function apply_plugin_settings_automatically (line 400) | def apply_plugin_settings_automatically(plugin, settings, logger=None): function filter_pyblish_plugins (line 421) | def filter_pyblish_plugins(plugins): function remote_publish (line 488) | def remote_publish(log): function get_errored_instances_from_context (line 508) | def get_errored_instances_from_context(context, plugin=None): function get_errored_plugins_from_context (line 536) | def get_errored_plugins_from_context(context): function filter_instances_for_context_plugin (line 557) | def filter_instances_for_context_plugin(plugin, context): function context_plugin_should_run (line 598) | def context_plugin_should_run(plugin, context): function get_instance_staging_dir (line 620) | def get_instance_staging_dir(instance): function get_publish_repre_path (line 672) | def get_publish_repre_path(instance, repre, only_published=False): function get_custom_staging_dir_info (line 724) | def get_custom_staging_dir_info(project_name, host_name, family, task_name, function _validate_transient_template (line 783) | def _validate_transient_template(project_name, template_name, anatomy): function get_published_workfile_instance (line 800) | def get_published_workfile_instance(context): function replace_with_published_scene_path (line 818) | def replace_with_published_scene_path(instance, replace_in_path=True): function add_repre_files_for_cleanup (line 905) | def add_repre_files_for_cleanup(instance, repre): function get_publish_instance_label (line 933) | def get_publish_instance_label(instance): function get_publish_instance_families (line 956) | def get_publish_instance_families(instance): FILE: openpype/pipeline/publish/publish_plugins.py class AbstractMetaInstancePlugin (line 21) | class AbstractMetaInstancePlugin(ABCMeta, MetaPlugin): class AbstractMetaContextPlugin (line 25) | class AbstractMetaContextPlugin(ABCMeta, ExplicitMetaPlugin): class PublishValidationError (line 29) | class PublishValidationError(Exception): method __init__ (line 44) | def __init__(self, message, title=None, description=None, detail=None): class PublishXmlValidationError (line 52) | class PublishXmlValidationError(PublishValidationError): method __init__ (line 53) | def __init__( class KnownPublishError (line 72) | class KnownPublishError(Exception): class OpenPypePyblishPluginMixin (line 81) | class OpenPypePyblishPluginMixin: method get_attribute_defs (line 114) | def get_attribute_defs(cls): method convert_attribute_values (line 125) | def convert_attribute_values(cls, attribute_values): method get_attr_values_from_data_for_plugin (line 141) | def get_attr_values_from_data_for_plugin(plugin, data): method get_attr_values_from_data (line 159) | def get_attr_values_from_data(self, data): class OptionalPyblishPluginMixin (line 169) | class OptionalPyblishPluginMixin(OpenPypePyblishPluginMixin): method get_attribute_defs (line 187) | def get_attribute_defs(cls): method is_active (line 202) | def is_active(self, data): class RepairAction (line 218) | class RepairAction(pyblish.api.Action): method process (line 229) | def process(self, context, plugin): class RepairContextAction (line 244) | class RepairContextAction(pyblish.api.Action): method process (line 255) | def process(self, context, plugin): class Extractor (line 269) | class Extractor(pyblish.api.InstancePlugin): method staging_dir (line 281) | def staging_dir(self, instance): class ColormanagedPyblishPluginMixin (line 291) | class ColormanagedPyblishPluginMixin(object): method get_colorspace_settings (line 308) | def get_colorspace_settings(self, context): method set_representation_colorspace (line 319) | def set_representation_colorspace( FILE: openpype/pipeline/schema/__init__.py function get_schema_version (line 32) | def get_schema_version(schema_name): function validate (line 60) | def validate(data, schema=None): function _precache (line 121) | def _precache(): FILE: openpype/pipeline/tempdir.py function create_custom_tempdir (line 10) | def create_custom_tempdir(project_name, anatomy=None): FILE: openpype/pipeline/template_data.py function get_general_template_data (line 6) | def get_general_template_data(system_settings=None): function get_project_template_data (line 31) | def get_project_template_data(project_doc=None, project_name=None): function get_asset_template_data (line 67) | def get_asset_template_data(asset_doc, project_name): function get_task_type (line 105) | def get_task_type(asset_doc, task_name): function get_task_template_data (line 124) | def get_task_template_data(project_doc, asset_doc, task_name): function get_template_data (line 153) | def get_template_data( function get_template_data_with_names (line 202) | def get_template_data_with_names( FILE: openpype/pipeline/thumbnail.py function get_thumbnail_binary (line 17) | def get_thumbnail_binary(thumbnail_entity, thumbnail_type, dbcon=None): class ThumbnailResolver (line 50) | class ThumbnailResolver(object): method __init__ (line 64) | def __init__(self, dbcon): method log (line 69) | def log(self): method process (line 74) | def process(self, thumbnail_entity, thumbnail_type): class TemplateResolver (line 78) | class TemplateResolver(ThumbnailResolver): method process (line 81) | def process(self, thumbnail_entity, thumbnail_type): class BinaryThumbnail (line 131) | class BinaryThumbnail(ThumbnailResolver): method process (line 132) | def process(self, thumbnail_entity, thumbnail_type): class ServerThumbnailResolver (line 136) | class ServerThumbnailResolver(ThumbnailResolver): method _get_cache (line 140) | def _get_cache(cls): method process (line 147) | def process(self, thumbnail_entity, thumbnail_type): function discover_thumbnail_resolvers (line 195) | def discover_thumbnail_resolvers(): function register_thumbnail_resolver (line 199) | def register_thumbnail_resolver(plugin): function register_thumbnail_resolver_path (line 203) | def register_thumbnail_resolver_path(path): FILE: openpype/pipeline/version_start.py function get_versioning_start (line 5) | def get_versioning_start( FILE: openpype/pipeline/workfile/build_workfile.py class BuildWorkfile (line 35) | class BuildWorkfile: method log (line 45) | def log(self): method map_subsets_by_family (line 51) | def map_subsets_by_family(subsets): method process (line 64) | def process(self): method build_workfile (line 76) | def build_workfile(self): method get_build_presets (line 229) | def get_build_presets(self, task_name, asset_doc): method _filter_build_profiles (line 277) | def _filter_build_profiles(self, build_profiles, loaders_by_name): method _prepare_profile_for_subsets (line 352) | def _prepare_profile_for_subsets(self, subsets, profiles): method load_containers_by_asset_data (line 408) | def load_containers_by_asset_data( method _load_containers (line 505) | def _load_containers( method _collect_last_version_repres (line 629) | def _collect_last_version_repres(self, asset_docs): FILE: openpype/pipeline/workfile/lock_workfile.py function _read_lock_file (line 9) | def _read_lock_file(lock_filepath): function _get_lock_file (line 18) | def _get_lock_file(filepath): function is_workfile_locked (line 22) | def is_workfile_locked(filepath): function get_workfile_lock_data (line 29) | def get_workfile_lock_data(filepath): function is_workfile_locked_for_current_process (line 34) | def is_workfile_locked_for_current_process(filepath): function delete_workfile_lock (line 43) | def delete_workfile_lock(filepath): function create_workfile_lock (line 49) | def create_workfile_lock(filepath): function remove_workfile_lock (line 57) | def remove_workfile_lock(filepath): function is_workfile_lock_enabled (line 62) | def is_workfile_lock_enabled(host_name, project_name, project_setting=No... FILE: openpype/pipeline/workfile/path_resolving.py function get_workfile_template_key_from_context (line 17) | def get_workfile_template_key_from_context( function get_workfile_template_key (line 48) | def get_workfile_template_key( function get_workdir_with_workdir_data (line 96) | def get_workdir_with_workdir_data( function get_workdir (line 143) | def get_workdir( function get_last_workfile_with_version (line 191) | def get_last_workfile_with_version( function get_last_workfile (line 296) | def get_last_workfile( function get_custom_workfile_template (line 338) | def get_custom_workfile_template( function get_custom_workfile_template_by_string_context (line 445) | def get_custom_workfile_template_by_string_context( function create_workdir_extra_folders (line 482) | def create_workdir_extra_folders( FILE: openpype/pipeline/workfile/workfile_template_builder.py class TemplateNotFound (line 53) | class TemplateNotFound(Exception): class TemplateProfileNotFound (line 58) | class TemplateProfileNotFound(Exception): class TemplateAlreadyImported (line 64) | class TemplateAlreadyImported(Exception): class TemplateLoadFailed (line 70) | class TemplateLoadFailed(Exception): class AbstractTemplateBuilder (line 76) | class AbstractTemplateBuilder(object): method __init__ (line 99) | def __init__(self, host): method project_name (line 127) | def project_name(self): method current_asset_name (line 133) | def current_asset_name(self): method current_task_name (line 139) | def current_task_name(self): method get_current_context (line 144) | def get_current_context(self): method system_settings (line 154) | def system_settings(self): method project_settings (line 160) | def project_settings(self): method current_asset_doc (line 166) | def current_asset_doc(self): method linked_asset_docs (line 174) | def linked_asset_docs(self): method current_task_type (line 182) | def current_task_type(self): method create_context (line 195) | def create_context(self): method get_placeholder_plugin_classes (line 204) | def get_placeholder_plugin_classes(self): method host (line 219) | def host(self): method host_name (line 229) | def host_name(self): method log (line 239) | def log(self): method refresh (line 246) | def refresh(self): method get_loaders_by_name (line 263) | def get_loaders_by_name(self): method _collect_legacy_creators (line 268) | def _collect_legacy_creators(self): method _collect_creators (line 281) | def _collect_creators(self): method get_creators_by_name (line 284) | def get_creators_by_name(self): method get_shared_data (line 293) | def get_shared_data(self, key): method set_shared_data (line 309) | def set_shared_data(self, key, value): method clear_shared_data (line 327) | def clear_shared_data(self): method clear_shared_populate_data (line 335) | def clear_shared_populate_data(self): method get_shared_populate_data (line 353) | def get_shared_populate_data(self, key): method set_shared_populate_data (line 373) | def set_shared_populate_data(self, key, value): method placeholder_plugins (line 394) | def placeholder_plugins(self): method create_placeholder (line 419) | def create_placeholder(self, plugin_identifier, placeholder_data): method get_placeholders (line 435) | def get_placeholders(self): method build_template (line 456) | def build_template( method rebuild_template (line 523) | def rebuild_template(self): method import_template (line 555) | def import_template(self, template_path): method create_first_workfile_version (line 569) | def create_first_workfile_version(self): method save_workfile (line 594) | def save_workfile(self, workfile_path): method _prepare_placeholders (line 602) | def _prepare_placeholders(self, placeholders): method populate_scene_placeholders (line 624) | def populate_scene_placeholders( method _get_build_profiles (line 730) | def _get_build_profiles(self): method get_template_preset (line 744) | def get_template_preset(self): class PlaceholderPlugin (line 855) | class PlaceholderPlugin(object): method __init__ (line 867) | def __init__(self, builder): method builder (line 871) | def builder(self): method project_name (line 881) | def project_name(self): method log (line 885) | def log(self): method identifier (line 893) | def identifier(self): method create_placeholder (line 905) | def create_placeholder(self, placeholder_data): method update_placeholder (line 922) | def update_placeholder(self, placeholder_item, placeholder_data): method collect_placeholders (line 942) | def collect_placeholders(self): method get_placeholder_options (line 951) | def get_placeholder_options(self, options=None): method get_placeholder_keys (line 961) | def get_placeholder_keys(self): method prepare_placeholders (line 972) | def prepare_placeholders(self, placeholders): method populate_placeholder (line 983) | def populate_placeholder(self, placeholder): method repopulate_placeholder (line 996) | def repopulate_placeholder(self, placeholder): method get_plugin_shared_data (line 1004) | def get_plugin_shared_data(self, key): method set_plugin_shared_data (line 1021) | def set_plugin_shared_data(self, key, value): method get_plugin_shared_populate_data (line 1041) | def get_plugin_shared_populate_data(self, key): method set_plugin_shared_populate_data (line 1061) | def set_plugin_shared_populate_data(self, key, value): class PlaceholderItem (line 1084) | class PlaceholderItem(object): method __init__ (line 1104) | def __init__(self, scene_identifier, data, plugin): method plugin (line 1118) | def plugin(self): method builder (line 1128) | def builder(self): method data (line 1139) | def data(self): method to_dict (line 1155) | def to_dict(self): method log (line 1165) | def log(self): method __repr__ (line 1170) | def __repr__(self): method order (line 1177) | def order(self): method scene_identifier (line 1186) | def scene_identifier(self): method finished (line 1190) | def finished(self): method in_progress (line 1196) | def in_progress(self): method set_in_progress (line 1201) | def set_in_progress(self): method set_finished (line 1206) | def set_finished(self): method set_failed (line 1211) | def set_failed(self, exception): method add_error (line 1214) | def add_error(self, error): method get_errors (line 1219) | def get_errors(self): class PlaceholderLoadMixin (line 1228) | class PlaceholderLoadMixin(object): method get_load_plugin_options (line 1241) | def get_load_plugin_options(self, options=None): method parse_loader_args (line 1437) | def parse_loader_args(self, loader_args): method _query_by_folder_regex (line 1465) | def _query_by_folder_regex(self, project_name, folder_regex): method _get_representations_ayon (line 1512) | def _get_representations_ayon(self, placeholder): method _get_representations (line 1576) | def _get_representations(self, placeholder): method _before_placeholder_load (line 1646) | def _before_placeholder_load(self, placeholder): method _before_repre_load (line 1653) | def _before_repre_load(self, placeholder, representation): method _reduce_last_version_repre_docs (line 1658) | def _reduce_last_version_repre_docs(self, representations): method populate_load_placeholder (line 1686) | def populate_load_placeholder(self, placeholder, ignore_repre_ids=None): method load_failed (line 1776) | def load_failed(self, placeholder, representation): method load_succeed (line 1780) | def load_succeed(self, placeholder, container): method post_placeholder_process (line 1784) | def post_placeholder_process(self, placeholder, failed): method delete_placeholder (line 1795) | def delete_placeholder(self, placeholder): class PlaceholderCreateMixin (line 1800) | class PlaceholderCreateMixin(object): method get_create_plugin_options (line 1813) | def get_create_plugin_options(self, options=None): method populate_create_placeholder (line 1884) | def populate_create_placeholder(self, placeholder, pre_create_data=None): method create_failed (line 1974) | def create_failed(self, placeholder, creator_data): method create_succeed (line 1978) | def create_succeed(self, placeholder, creator_instance): method post_placeholder_process (line 1982) | def post_placeholder_process(self, placeholder, failed): method delete_placeholder (line 1992) | def delete_placeholder(self, placeholder): method _before_instance_create (line 1996) | def _before_instance_create(self, placeholder): class LoadPlaceholderItem (line 2002) | class LoadPlaceholderItem(PlaceholderItem): method __init__ (line 2008) | def __init__(self, *args, **kwargs): method get_errors (line 2012) | def get_errors(self): method load_failed (line 2023) | def load_failed(self, representation): class CreatePlaceholderItem (line 2027) | class CreatePlaceholderItem(PlaceholderItem): method __init__ (line 2033) | def __init__(self, *args, **kwargs): method get_errors (line 2037) | def get_errors(self): method create_failed (line 2048) | def create_failed(self, creator_data): FILE: openpype/plugins/actions/open_file_explorer.py class OpenTaskPath (line 17) | class OpenTaskPath(LauncherAction): method is_compatible (line 23) | def is_compatible(self, session): method process (line 27) | def process(self, session, **kwargs): method _find_first_filled_path (line 46) | def _find_first_filled_path(self, path): method _get_workdir (line 65) | def _get_workdir(self, project_name, asset_name, task_name): method open_in_explorer (line 97) | def open_in_explorer(path): method copy_path_to_clipboard (line 111) | def copy_path_to_clipboard(path): FILE: openpype/plugins/inventory/remove_and_load.py class RemoveAndLoad (line 12) | class RemoveAndLoad(InventoryAction): method process (line 18) | def process(self, containers): FILE: openpype/plugins/load/copy_file.py class CopyFile (line 5) | class CopyFile(load.LoaderPlugin): method load (line 16) | def load(self, context, name=None, namespace=None, data=None): method copy_file_to_clipboard (line 22) | def copy_file_to_clipboard(path): FILE: openpype/plugins/load/copy_file_path.py class CopyFilePath (line 6) | class CopyFilePath(load.LoaderPlugin): method load (line 16) | def load(self, context, name=None, namespace=None, data=None): method copy_path_to_clipboard (line 22) | def copy_path_to_clipboard(path): FILE: openpype/plugins/load/delete_old_versions.py class DeleteOldVersions (line 21) | class DeleteOldVersions(load.SubsetLoaderPlugin): method delete_whole_dir_paths (line 45) | def delete_whole_dir_paths(self, dir_paths, delete=True): method path_from_representation (line 78) | def path_from_representation(self, representation, anatomy): method delete_only_repre_files (line 103) | def delete_only_repre_files(self, dir_paths, file_paths, delete=True): method message (line 187) | def message(self, text): method get_data (line 196) | def get_data(self, context, versions_count): method main (line 322) | def main(self, project_name, data, remove_publish_folder): method _ftrack_delete_versions (line 369) | def _ftrack_delete_versions(self, data): method load (line 435) | def load(self, contexts, name=None, namespace=None, options=None): class CalculateOldVersions (line 465) | class CalculateOldVersions(DeleteOldVersions): method main (line 480) | def main(self, project_name, data, remove_publish_folder): FILE: openpype/plugins/load/delivery.py class Delivery (line 25) | class Delivery(load.SubsetLoaderPlugin): method message (line 40) | def message(self, text): method load (line 49) | def load(self, contexts, name=None, namespace=None, options=None): class DeliveryOptionsDialog (line 57) | class DeliveryOptionsDialog(QtWidgets.QDialog): method __init__ (line 60) | def __init__(self, contexts, log=None, parent=None): method deliver (line 181) | def deliver(self): method _get_representation_names (line 277) | def _get_representation_names(self): method _get_templates (line 281) | def _get_templates(self, anatomy): method _set_representations (line 292) | def _set_representations(self, project_name, contexts): method _get_counts (line 301) | def _get_counts(self, selected_repres=None): method _prepare_label (line 318) | def _prepare_label(self): method _get_selected_repres (line 325) | def _get_selected_repres(self): method _update_selected_label (line 334) | def _update_selected_label(self): method _update_template_value (line 344) | def _update_template_value(self, _index=None): method _update_progress (line 352) | def _update_progress(self, uploaded): method _format_report (line 359) | def _format_report(self, report_items): FILE: openpype/plugins/load/open_djv.py function existing_djv_path (line 6) | def existing_djv_path(): class OpenInDJV (line 17) | class OpenInDJV(load.LoaderPlugin): method load (line 35) | def load(self, context, name, namespace, data): FILE: openpype/plugins/load/open_file.py function open (line 8) | def open(filepath): class OpenFile (line 18) | class OpenFile(load.LoaderPlugin): method load (line 29) | def load(self, context, name, namespace, data): FILE: openpype/plugins/load/push_to_library.py class PushToLibraryProject (line 9) | class PushToLibraryProject(load.SubsetLoaderPlugin): method load (line 22) | def load(self, contexts, name=None, namespace=None, options=None): FILE: openpype/plugins/publish/cleanup.py class CleanUp (line 11) | class CleanUp(pyblish.api.InstancePlugin): method process (line 47) | def process(self, instance): method clean_renders (line 106) | def clean_renders(self, instance, skip_cleanup_filepaths): FILE: openpype/plugins/publish/cleanup_explicit.py class ExplicitCleanUp (line 8) | class ExplicitCleanUp(pyblish.api.ContextPlugin): method process (line 24) | def process(self, context): method _remove_full_paths (line 31) | def _remove_full_paths(self, full_paths): method _remove_empty_dirs (line 107) | def _remove_empty_dirs(self, empty_dirpaths): FILE: openpype/plugins/publish/cleanup_farm.py class CleanUpFarm (line 8) | class CleanUpFarm(pyblish.api.ContextPlugin): method process (line 22) | def process(self, context): FILE: openpype/plugins/publish/collect_anatomy_context_data.py class CollectAnatomyContextData (line 21) | class CollectAnatomyContextData(pyblish.api.ContextPlugin): method process (line 48) | def process(self, context): FILE: openpype/plugins/publish/collect_anatomy_instance_data.py class CollectAnatomyInstanceData (line 39) | class CollectAnatomyInstanceData(pyblish.api.ContextPlugin): method process (line 50) | def process(self, context): method fill_missing_asset_docs (line 60) | def fill_missing_asset_docs(self, context, project_name): method fill_latest_versions (line 122) | def fill_latest_versions(self, context, project_name): method fill_anatomy_data (line 186) | def fill_anatomy_data(self, context): method _fill_asset_data (line 269) | def _fill_asset_data(self, instance, project_doc, anatomy_data): method _fill_task_data (line 309) | def _fill_task_data(self, instance, project_task_types, anatomy_data): method _get_task_data_from_asset (line 370) | def _get_task_data_from_asset( method _find_tasks_info_in_hierarchy (line 401) | def _find_tasks_info_in_hierarchy(self, hierarchy_context, asset_name): FILE: openpype/plugins/publish/collect_anatomy_object.py class CollectAnatomyObject (line 14) | class CollectAnatomyObject(pyblish.api.ContextPlugin): method process (line 23) | def process(self, context): FILE: openpype/plugins/publish/collect_audio.py class CollectAudio (line 14) | class CollectAudio(pyblish.api.ContextPlugin): method process (line 49) | def process(self, context): method query_representations (line 106) | def query_representations(self, project_name, asset_names): FILE: openpype/plugins/publish/collect_cleanup_keys.py class CollectCleanupKeys (line 13) | class CollectCleanupKeys(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/plugins/publish/collect_comment.py class CollectInstanceCommentDef (line 31) | class CollectInstanceCommentDef( method process (line 41) | def process(self, instance): method apply_settings (line 45) | def apply_settings(cls, project_setting, _): method get_attribute_defs (line 59) | def get_attribute_defs(cls): class CollectComment (line 65) | class CollectComment( method process (line 80) | def process(self, context): method cleanup_comment (line 112) | def cleanup_comment(self, comment): FILE: openpype/plugins/publish/collect_context_entities.py class CollectContextEntities (line 21) | class CollectContextEntities(pyblish.api.ContextPlugin): method process (line 27) | def process(self, context): FILE: openpype/plugins/publish/collect_context_label.py class CollectContextLabel (line 13) | class CollectContextLabel(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/plugins/publish/collect_current_context.py class CollectCurrentContext (line 12) | class CollectCurrentContext(pyblish.api.ContextPlugin): method process (line 21) | def process(self, context): FILE: openpype/plugins/publish/collect_current_pype_user.py class CollectCurrentUserPype (line 7) | class CollectCurrentUserPype(pyblish.api.ContextPlugin): method process (line 18) | def process(self, context): FILE: openpype/plugins/publish/collect_current_shell_file.py class CollectCurrentShellFile (line 13) | class CollectCurrentShellFile(pyblish.api.ContextPlugin): method process (line 20) | def process(self, context): FILE: openpype/plugins/publish/collect_custom_staging_dir.py class CollectCustomStagingDir (line 18) | class CollectCustomStagingDir(pyblish.api.InstancePlugin): method process (line 40) | def process(self, instance): FILE: openpype/plugins/publish/collect_datetime_data.py class CollectDateTimeData (line 11) | class CollectDateTimeData(pyblish.api.ContextPlugin): method process (line 15) | def process(self, context): FILE: openpype/plugins/publish/collect_farm_target.py class CollectFarmTarget (line 5) | class CollectFarmTarget(pyblish.api.InstancePlugin): method process (line 13) | def process(self, instance): FILE: openpype/plugins/publish/collect_frames_fix.py class CollectFramesFixDef (line 14) | class CollectFramesFixDef( method process (line 32) | def process(self, instance): method get_attribute_defs (line 81) | def get_attribute_defs(cls): FILE: openpype/plugins/publish/collect_from_create_context.py class CollectFromCreateContext (line 13) | class CollectFromCreateContext(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): method create_instance (line 69) | def create_instance( FILE: openpype/plugins/publish/collect_hierarchy.py class CollectHierarchy (line 4) | class CollectHierarchy(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): method _update_dict (line 90) | def _update_dict(self, parent_dict, child_dict): FILE: openpype/plugins/publish/collect_host_name.py class CollectHostName (line 13) | class CollectHostName(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): FILE: openpype/plugins/publish/collect_input_representations_to_versions.py class CollectInputRepresentationsToVersions (line 8) | class CollectInputRepresentationsToVersions(pyblish.api.ContextPlugin): method process (line 21) | def process(self, context): FILE: openpype/plugins/publish/collect_machine_name.py class CollectMachineName (line 12) | class CollectMachineName(pyblish.api.ContextPlugin): method process (line 17) | def process(self, context): FILE: openpype/plugins/publish/collect_modules.py class CollectModules (line 7) | class CollectModules(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/plugins/publish/collect_otio_frame_ranges.py class CollectOtioFrameRanges (line 13) | class CollectOtioFrameRanges(pyblish.api.InstancePlugin): method process (line 23) | def process(self, instance): FILE: openpype/plugins/publish/collect_otio_review.py class CollectOtioReview (line 19) | class CollectOtioReview(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): FILE: openpype/plugins/publish/collect_otio_subset_resources.py class CollectOtioSubsetResources (line 18) | class CollectOtioSubsetResources(pyblish.api.InstancePlugin): method process (line 26) | def process(self, instance): method _create_representation (line 197) | def _create_representation(self, start, end, **kwargs): method get_template_name (line 244) | def get_template_name(self, instance): FILE: openpype/plugins/publish/collect_rendered_files.py class CollectRenderedFiles (line 19) | class CollectRenderedFiles(pyblish.api.ContextPlugin): method _load_json (line 37) | def _load_json(self, path): method _fill_staging_dir (line 53) | def _fill_staging_dir(self, data_object, anatomy): method _process_path (line 60) | def _process_path(self, data, anatomy): method process (line 140) | def process(self, context): FILE: openpype/plugins/publish/collect_resources_path.py class CollectResourcesPath (line 17) | class CollectResourcesPath(pyblish.api.InstancePlugin): method process (line 70) | def process(self, instance): FILE: openpype/plugins/publish/collect_scene_loaded_versions.py class CollectSceneLoadedVersions (line 7) | class CollectSceneLoadedVersions(pyblish.api.ContextPlugin): method process (line 27) | def process(self, context): FILE: openpype/plugins/publish/collect_scene_version.py class CollectSceneVersion (line 9) | class CollectSceneVersion(pyblish.api.ContextPlugin): method process (line 38) | def process(self, context): FILE: openpype/plugins/publish/collect_settings.py class CollectSettings (line 8) | class CollectSettings(api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/plugins/publish/collect_shell_workspace.py class CollectShellWorkspace (line 5) | class CollectShellWorkspace(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/plugins/publish/collect_source_for_source.py class CollectSourceForSource (line 16) | class CollectSourceForSource(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): FILE: openpype/plugins/publish/collect_time.py class CollectTime (line 5) | class CollectTime(pyblish.api.ContextPlugin): method process (line 11) | def process(self, context): FILE: openpype/plugins/publish/extract_burnin.py class ExtractBurnin (line 25) | class ExtractBurnin(publish.Extractor): method process (line 80) | def process(self, instance): method _get_burnins_per_representations (line 99) | def _get_burnins_per_representations(self, instance, src_burnin_defs): method main_process (line 148) | def main_process(self, instance): method _get_burnin_options (line 389) | def _get_burnin_options(self): method prepare_basic_data (line 440) | def prepare_basic_data(self, instance): method repres_is_valid (line 518) | def repres_is_valid(self, repre): method filter_burnins_by_tags (line 541) | def filter_burnins_by_tags(self, burnin_defs, tags): method input_output_paths (line 569) | def input_output_paths( method prepare_repre_data (line 664) | def prepare_repre_data(self, instance, repre, burnin_data, temp_data): method filter_burnins_defs (line 717) | def filter_burnins_defs(self, profile, instance): method families_filter_validation (line 781) | def families_filter_validation(self, families, output_families_filter): method families_from_instance (line 796) | def families_from_instance(self, instance): method burnin_script_path (line 808) | def burnin_script_path(self): FILE: openpype/plugins/publish/extract_color_transcode.py class ExtractOIIOTranscode (line 20) | class ExtractOIIOTranscode(publish.Extractor): method process (line 67) | def process(self, instance): method _rename_in_representation (line 213) | def _rename_in_representation(self, new_repre, files_to_convert, method _rename_in_representation (line 240) | def _rename_in_representation(self, new_repre, files_to_convert, method _translate_to_sequence (line 267) | def _translate_to_sequence(self, files_to_convert): method _get_output_file_path (line 300) | def _get_output_file_path(self, input_path, output_dir, method _get_profile (line 311) | def _get_profile(self, instance): method _repre_is_valid (line 338) | def _repre_is_valid(self, repre): method _mark_original_repre_for_deletion (line 367) | def _mark_original_repre_for_deletion(self, repre, profile, added_revi... FILE: openpype/plugins/publish/extract_colorspace_data.py class ExtractColorspaceData (line 5) | class ExtractColorspaceData(publish.Extractor, method process (line 30) | def process(self, instance): FILE: openpype/plugins/publish/extract_hierarchy_avalon.py class ExtractHierarchyToAvalon (line 12) | class ExtractHierarchyToAvalon(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): method extract_asset_names (line 87) | def extract_asset_names(self, hierarchy_context): method sync_project (line 114) | def sync_project(self, context, entity_data): method _prepare_new_tasks (line 142) | def _prepare_new_tasks(self, asset_doc, entity_data): method sync_asset (line 174) | def sync_asset( method unarchive_entity (line 258) | def unarchive_entity(self, archived_doc, data, project): method create_avalon_asset (line 275) | def create_avalon_asset(self, name, data, project): method _set_avalon_data_to_relative_instances (line 288) | def _set_avalon_data_to_relative_instances( method _get_active_assets (line 319) | def _get_active_assets(self, context): FILE: openpype/plugins/publish/extract_hierarchy_to_ayon.py function _default_json_parse (line 18) | def _default_json_parse(value): class ExtractHierarchyToAYON (line 22) | class ExtractHierarchyToAYON(pyblish.api.ContextPlugin): method process (line 29) | def process(self, context): method _fill_instance_entities (line 41) | def _fill_instance_entities(self, context, project_name): method _create_hierarchy (line 75) | def _create_hierarchy(self, context, project_name): method _filter_hierarchy (line 153) | def _filter_hierarchy(self, context): FILE: openpype/plugins/publish/extract_otio_audio_tracks.py class ExtractOtioAudioTracks (line 12) | class ExtractOtioAudioTracks(pyblish.api.ContextPlugin): method process (line 24) | def process(self, context): method add_audio_to_instances (line 68) | def add_audio_to_instances(self, audio_file, instances): method get_audio_instances (line 132) | def get_audio_instances(self, context): method get_audio_track_items (line 150) | def get_audio_track_items(self, otio_timeline): method create_empty (line 195) | def create_empty(self, inputs): method mix_audio (line 238) | def mix_audio(self, audio_inputs, audio_temp_fpath): method create_temp_file (line 313) | def create_temp_file(self, name): FILE: openpype/plugins/publish/extract_otio_file.py class ExtractOTIOFile (line 8) | class ExtractOTIOFile(publish.Extractor): method process (line 18) | def process(self, instance): FILE: openpype/plugins/publish/extract_otio_review.py class ExtractOTIOReview (line 29) | class ExtractOTIOReview(publish.Extractor): method process (line 57) | def process(self, instance): method _create_representation (line 226) | def _create_representation(self, start, duration): method _trim_available_range (line 268) | def _trim_available_range(self, avl_range, start, duration, fps): method _render_seqment (line 330) | def _render_seqment(self, sequence=None, method _generate_used_frames (line 431) | def _generate_used_frames(self, duration, end_offset=None): method _get_ffmpeg_output (line 471) | def _get_ffmpeg_output(self): FILE: openpype/plugins/publish/extract_otio_trimming_video.py class ExtractOTIOTrimmingVideo (line 20) | class ExtractOTIOTrimmingVideo(publish.Extractor): method process (line 30) | def process(self, instance): method _ffmpeg_trim_seqment (line 66) | def _ffmpeg_trim_seqment(self, input_file_path, otio_range): method _get_ffmpeg_output (line 111) | def _get_ffmpeg_output(self, file_path): FILE: openpype/plugins/publish/extract_review.py class ExtractReview (line 35) | class ExtractReview(pyblish.api.InstancePlugin): method process (line 80) | def process(self, instance): method _get_outputs_for_instance (line 105) | def _get_outputs_for_instance(self, instance): method _get_outputs_per_representations (line 148) | def _get_outputs_per_representations(self, instance, profile_outputs): method _single_frame_filter (line 199) | def _single_frame_filter(self, input_filepaths, output_defs): method main_process (line 219) | def main_process(self, instance): method _render_output_definitions (line 314) | def _render_output_definitions( method input_is_sequence (line 462) | def input_is_sequence(self, repre): method prepare_temp_data (line 471) | def prepare_temp_data(self, instance, repre, output_def): method _ffmpeg_arguments (line 571) | def _ffmpeg_arguments( method split_ffmpeg_args (line 778) | def split_ffmpeg_args(self, in_args): method ffmpeg_full_args (line 800) | def ffmpeg_full_args( method fill_sequence_gaps (line 852) | def fill_sequence_gaps(self, files, staging_dir, start_frame, end_frame): method input_output_paths (line 907) | def input_output_paths(self, new_repre, output_def, temp_data): method audio_args (line 1024) | def audio_args(self, instance, temp_data, duration_seconds): method get_letterbox_filters (line 1076) | def get_letterbox_filters( method rescaling_filters (line 1225) | def rescaling_filters(self, temp_data, output_def, new_repre): method lut_filters (line 1445) | def lut_filters(self, new_repre, instance, input_args): method main_family_from_instance (line 1469) | def main_family_from_instance(self, instance): method families_from_instance (line 1476) | def families_from_instance(self, instance): method families_filter_validation (line 1488) | def families_filter_validation(self, families, output_families_filter): method filter_output_defs (line 1503) | def filter_output_defs(self, profile, subset_name, families): method filter_outputs_by_custom_tags (line 1555) | def filter_outputs_by_custom_tags(self, outputs, custom_tags): method add_video_filter_args (line 1602) | def add_video_filter_args(self, args, inserting_arg): class _OverscanValue (line 1641) | class _OverscanValue: method __repr__ (line 1642) | def __repr__(self): method copy (line 1646) | def copy(self): method size_for (line 1651) | def size_for(self, value): class PixValueExplicit (line 1656) | class PixValueExplicit(_OverscanValue): method __init__ (line 1657) | def __init__(self, value): method __str__ (line 1660) | def __str__(self): method copy (line 1663) | def copy(self): method size_for (line 1666) | def size_for(self, value): class PercentValueExplicit (line 1672) | class PercentValueExplicit(_OverscanValue): method __init__ (line 1673) | def __init__(self, value): method __str__ (line 1676) | def __str__(self): method copy (line 1679) | def copy(self): method size_for (line 1682) | def size_for(self, value): class PixValueRelative (line 1688) | class PixValueRelative(_OverscanValue): method __init__ (line 1689) | def __init__(self, value): method __str__ (line 1692) | def __str__(self): method copy (line 1696) | def copy(self): method size_for (line 1699) | def size_for(self, value): class PercentValueRelative (line 1703) | class PercentValueRelative(_OverscanValue): method __init__ (line 1704) | def __init__(self, value): method __str__ (line 1707) | def __str__(self): method copy (line 1710) | def copy(self): method size_for (line 1713) | def size_for(self, value): class PercentValueRelativeSource (line 1722) | class PercentValueRelativeSource(_OverscanValue): method __init__ (line 1723) | def __init__(self, value, source_sign): method __str__ (line 1733) | def __str__(self): method copy (line 1736) | def copy(self): method size_for (line 1739) | def size_for(self, value): class OverscanCrop (line 1745) | class OverscanCrop: method __init__ (line 1790) | def __init__( method __str__ (line 1806) | def __str__(self): method __repr__ (line 1809) | def __repr__(self): method width (line 1812) | def width(self): method height (line 1816) | def height(self): method video_filters (line 1820) | def video_filters(self): method _convert_string_to_values (line 1872) | def _convert_string_to_values(self, orig_string_value): FILE: openpype/plugins/publish/extract_review_slate.py class ExtractReviewSlate (line 21) | class ExtractReviewSlate(publish.Extractor): method process (line 36) | def process(self, instance): method _get_slate_path (line 397) | def _get_slate_path(self, input_file, slates_data): method _get_slates_resolution (line 413) | def _get_slates_resolution(self, slate_path): method _get_video_metadata (line 434) | def _get_video_metadata(self, streams): method _get_audio_metadata (line 481) | def _get_audio_metadata(self, streams): method _create_silent_slate (line 518) | def _create_silent_slate( method add_video_filter_args (line 569) | def add_video_filter_args(self, args, inserting_arg): method _get_format_codec_args (line 606) | def _get_format_codec_args(self, repre): method _tc_offset (line 636) | def _tc_offset(self, timecode, framerate=24.0, frame_offset=-1): FILE: openpype/plugins/publish/extract_scanline_exr.py class ExtractScanlineExr (line 16) | class ExtractScanlineExr(pyblish.api.InstancePlugin): method process (line 24) | def process(self, instance): FILE: openpype/plugins/publish/extract_thumbnail.py class ExtractThumbnail (line 24) | class ExtractThumbnail(pyblish.api.InstancePlugin): method process (line 58) | def process(self, instance): method _main_process (line 78) | def _main_process(self, instance): method _is_review_instance (line 285) | def _is_review_instance(self, instance): method _already_has_thumbnail (line 292) | def _already_has_thumbnail(self, repres): method _get_explicit_repres_for_thumbnail (line 299) | def _get_explicit_repres_for_thumbnail(self, instance): method _get_filtered_repres (line 322) | def _get_filtered_repres(self, instance): method _create_thumbnail_oiio (line 348) | def _create_thumbnail_oiio( method _create_thumbnail_ffmpeg (line 419) | def _create_thumbnail_ffmpeg(self, src_path, dst_path): method _create_frame_from_video (line 470) | def _create_frame_from_video(self, video_file_path, output_dir): method _get_resolution_arg (line 522) | def _get_resolution_arg( FILE: openpype/plugins/publish/extract_thumbnail_from_source.py class ExtractThumbnailFromSource (line 28) | class ExtractThumbnailFromSource(pyblish.api.InstancePlugin): method process (line 38) | def process(self, instance): method _create_thumbnail (line 79) | def _create_thumbnail(self, context, thumbnail_source): method _instance_has_thumbnail (line 134) | def _instance_has_thumbnail(self, instance): method create_thumbnail_oiio (line 146) | def create_thumbnail_oiio(self, src_path, dst_path): method create_thumbnail_ffmpeg (line 165) | def create_thumbnail_ffmpeg(self, src_path, dst_path): method _create_context_thumbnail (line 188) | def _create_context_thumbnail(self, context): FILE: openpype/plugins/publish/extract_trim_video_audio.py class ExtractTrimVideoAudio (line 13) | class ExtractTrimVideoAudio(publish.Extractor): method process (line 27) | def process(self, instance): FILE: openpype/plugins/publish/integrate.py function get_instance_families (line 40) | def get_instance_families(instance): function get_frame_padded (line 55) | def get_frame_padded(frame, padding): class IntegrateAsset (line 60) | class IntegrateAsset(pyblish.api.InstancePlugin): method process (line 158) | def process(self, instance): method filter_representations (line 204) | def filter_representations(self, instance): method register (line 232) | def register(self, instance, file_transactions, filtered_repres): method prepare_subset (line 407) | def prepare_subset(self, instance, op_session, project_name): method prepare_version (line 464) | def prepare_version(self, instance, op_session, subset_doc, project_na... method _validate_repre_files (line 508) | def _validate_repre_files(self, files, is_sequence_representation): method prepare_representation (line 545) | def prepare_representation(self, repre, method create_version_data (line 854) | def create_version_data(self, instance): method get_template_name (line 910) | def get_template_name(self, instance): method get_rootless_path (line 933) | def get_rootless_path(self, anatomy, path): method get_files_info (line 960) | def get_files_info(self, destinations, sites, anatomy): method prepare_file_info (line 978) | def prepare_file_info(self, path, anatomy, sites): method _validate_path_in_project_roots (line 1000) | def _validate_path_in_project_roots(self, anatomy, file_path): FILE: openpype/plugins/publish/integrate_hero_version.py class IntegrateHeroVersion (line 29) | class IntegrateHeroVersion(pyblish.api.InstancePlugin): method process (line 59) | def process(self, instance): method integrate_instance (line 100) | def integrate_instance( method get_all_files_from_path (line 520) | def get_all_files_from_path(self, path): method get_publish_dir (line 528) | def get_publish_dir(self, instance, template_key): method _get_template_key (line 565) | def _get_template_key(self, project_name, instance): method main_family_from_instance (line 584) | def main_family_from_instance(self, instance): method copy_file (line 591) | def copy_file(self, src_path, dst_path): method version_from_representations (line 625) | def version_from_representations(self, project_name, repres): method current_hero_ents (line 631) | def current_hero_ents(self, project_name, version): method _update_path (line 644) | def _update_path(self, anatomy, path, src_file, dst_file): method _update_hash (line 661) | def _update_hash(self, hash, src_file_name, dst_file): method _get_name_without_ext (line 669) | def _get_name_without_ext(self, value): FILE: openpype/plugins/publish/integrate_inputlinks.py class IntegrateInputLinks (line 10) | class IntegrateInputLinks(pyblish.api.ContextPlugin): method process (line 16) | def process(self, context): method add_link (line 92) | def add_link(self, link_type, input_id, version_doc): method write_links_to_database (line 118) | def write_links_to_database(self, instances): FILE: openpype/plugins/publish/integrate_inputlinks_ayon.py class IntegrateInputLinksAYON (line 13) | class IntegrateInputLinksAYON(pyblish.api.ContextPlugin): method process (line 19) | def process(self, context): method split_instances (line 51) | def split_instances(self, context): method add_link (line 73) | def add_link(self, new_links_by_type, link_type, input_id, output_id): method create_workfile_links (line 86) | def create_workfile_links( method create_generative_links (line 116) | def create_generative_links(self, other_instances, new_links_by_type): method _get_existing_links (line 131) | def _get_existing_links(self, project_name, link_type, entity_ids): method create_links_on_server (line 158) | def create_links_on_server(self, context, new_links): FILE: openpype/plugins/publish/integrate_resources_path.py class IntegrateResourcesPath (line 5) | class IntegrateResourcesPath(pyblish.api.InstancePlugin): method process (line 12) | def process(self, instance): FILE: openpype/plugins/publish/integrate_subset_group.py class IntegrateSubsetGroup (line 20) | class IntegrateSubsetGroup(pyblish.api.InstancePlugin): method process (line 30) | def process(self, instance): method get_profile_filter_criteria (line 82) | def get_profile_filter_criteria(self, instance): FILE: openpype/plugins/publish/integrate_thumbnail.py class IntegrateThumbnails (line 32) | class IntegrateThumbnails(pyblish.api.ContextPlugin): method process (line 42) | def process(self, context): method _get_thumbnail_from_instance (line 113) | def _get_thumbnail_from_instance(self, instance): method _prepare_instances (line 136) | def _prepare_instances(self, context): method _get_version_id (line 186) | def _get_version_id(self, published_representations): method _get_thumbnail_path_from_published (line 190) | def _get_thumbnail_path_from_published(self, published_representations): method _get_thumbnail_path_from_unpublished (line 215) | def _get_thumbnail_path_from_unpublished(self, instance): method _integrate_thumbnails (line 247) | def _integrate_thumbnails( FILE: openpype/plugins/publish/integrate_thumbnail_ayon.py class IntegrateThumbnailsAYON (line 40) | class IntegrateThumbnailsAYON(pyblish.api.ContextPlugin): method process (line 50) | def process(self, context): method _prepare_instances (line 88) | def _prepare_instances(self, context): method _get_version_id (line 142) | def _get_version_id(self, published_representations): method _get_instance_thumbnail_path (line 146) | def _get_instance_thumbnail_path(self, published_representations): method _integrate_thumbnails (line 168) | def _integrate_thumbnails( method _get_instance_label (line 223) | def _get_instance_label(self, instance): FILE: openpype/plugins/publish/integrate_version_attrs.py class IntegrateVersionAttributes (line 8) | class IntegrateVersionAttributes(pyblish.api.ContextPlugin): method process (line 27) | def process(self, context): method get_instance_label (line 82) | def get_instance_label(instance): FILE: openpype/plugins/publish/preintegrate_thumbnail_representation.py class PreIntegrateThumbnails (line 19) | class PreIntegrateThumbnails(pyblish.api.InstancePlugin): method process (line 27) | def process(self, instance): FILE: openpype/plugins/publish/repair_unicode_strings.py class RepairUnicodeStrings (line 5) | class RepairUnicodeStrings(pyblish.api.Collector): method process (line 13) | def process(self, context): FILE: openpype/plugins/publish/validate_asset_docs.py class ValidateAssetDocs (line 5) | class ValidateAssetDocs(pyblish.api.InstancePlugin): method process (line 19) | def process(self, instance): FILE: openpype/plugins/publish/validate_containers.py class ShowInventory (line 9) | class ShowInventory(pyblish.api.Action): method process (line 15) | def process(self, context, plugin): class ValidateContainers (line 21) | class ValidateContainers(OptionalPyblishPluginMixin, method process (line 32) | def process(self, context): FILE: openpype/plugins/publish/validate_editorial_asset_name.py class ValidateEditorialAssetName (line 8) | class ValidateEditorialAssetName(pyblish.api.ContextPlugin): method process (line 25) | def process(self, context): method _get_all_assets (line 100) | def _get_all_assets(self, input_dict): method get_parents (line 114) | def get_parents(self, context): FILE: openpype/plugins/publish/validate_file_saved.py class ValidateCurrentSaveFile (line 6) | class ValidateCurrentSaveFile(pyblish.api.ContextPlugin): method process (line 13) | def process(self, context): FILE: openpype/plugins/publish/validate_filesequences.py class ValidateFileSequences (line 6) | class ValidateFileSequences(pyblish.api.ContextPlugin): method process (line 14) | def process(self, context): FILE: openpype/plugins/publish/validate_intent.py class ValidateIntent (line 7) | class ValidateIntent(pyblish.api.ContextPlugin): method process (line 27) | def process(self, context): FILE: openpype/plugins/publish/validate_publish_dir.py class ValidatePublishDir (line 9) | class ValidatePublishDir(pyblish.api.InstancePlugin): method process (line 29) | def process(self, instance): method _get_template_name_from_instance (line 61) | def _get_template_name_from_instance(self, instance): FILE: openpype/plugins/publish/validate_resources.py class ValidateResources (line 6) | class ValidateResources(pyblish.api.InstancePlugin): method process (line 22) | def process(self, instance): FILE: openpype/plugins/publish/validate_unique_subsets.py class ValidateSubsetUniqueness (line 8) | class ValidateSubsetUniqueness(pyblish.api.ContextPlugin): method process (line 28) | def process(self, context): FILE: openpype/plugins/publish/validate_version.py class ValidateVersion (line 5) | class ValidateVersion(pyblish.api.InstancePlugin): method process (line 20) | def process(self, instance): FILE: openpype/pype_commands.py class PypeCommands (line 10) | class PypeCommands: method launch_tray (line 16) | def launch_tray(): method launch_settings_gui (line 25) | def launch_settings_gui(dev): method add_modules (line 36) | def add_modules(click_func): method launch_eventservercli (line 57) | def launch_eventservercli(*args): method launch_webpublisher_webservercli (line 64) | def launch_webpublisher_webservercli(*args, **kwargs): method launch_traypublisher (line 70) | def launch_traypublisher(): method publish (line 75) | def publish(paths, targets=None, gui=False): method extractenvironments (line 169) | def extractenvironments(output_json_path, project, asset, task, app, method launch_project_manager (line 201) | def launch_project_manager(): method contextselection (line 207) | def contextselection(output_path, project_name, asset_name, strict): method validate_jsons (line 212) | def validate_jsons(self): method run_tests (line 215) | def run_tests(self, folder, mark, pyargs, method repack_version (line 289) | def repack_version(self, directory): method pack_project (line 296) | def pack_project(self, project_name, dirpath, database_only): method unpack_project (line 308) | def unpack_project(self, zip_filepath, new_root, database_only): FILE: openpype/resources/__init__.py function get_resource (line 8) | def get_resource(*args): function get_image_path (line 18) | def get_image_path(*args): function get_liberation_font_path (line 27) | def get_liberation_font_path(bold=False, italic=False): function get_openpype_production_icon_filepath (line 43) | def get_openpype_production_icon_filepath(): function get_openpype_staging_icon_filepath (line 50) | def get_openpype_staging_icon_filepath(): function get_openpype_icon_filepath (line 57) | def get_openpype_icon_filepath(staging=None): function get_openpype_splash_filepath (line 69) | def get_openpype_splash_filepath(staging=None): function pype_icon_filepath (line 87) | def pype_icon_filepath(staging=None): function pype_splash_filepath (line 91) | def pype_splash_filepath(staging=None): FILE: openpype/scripts/non_python_host_launch.py function show_error_messagebox (line 15) | def show_error_messagebox(title, message, detail_message=None): function on_invalid_args (line 36) | def on_invalid_args(script_not_found): function main (line 62) | def main(argv): FILE: openpype/scripts/ocio_wrapper.py function main (line 28) | def main(): function config (line 33) | def config(): function colorspace (line 43) | def colorspace(): function get_colorspace (line 65) | def get_colorspace(in_path, out_path): function _get_colorspace_data (line 86) | def _get_colorspace_data(config_path): function get_views (line 158) | def get_views(in_path, out_path): function _get_views_data (line 179) | def _get_views_data(config_path): function get_version (line 228) | def get_version(config_path, out_path): function _get_version_data (line 249) | def _get_version_data(config_path): function get_config_file_rules_colorspace_from_filepath (line 290) | def get_config_file_rules_colorspace_from_filepath( function _get_config_file_rules_colorspace_from_filepath (line 316) | def _get_config_file_rules_colorspace_from_filepath(config_path, filepath): function _get_display_view_colorspace_name (line 341) | def _get_display_view_colorspace_name(config_path, display, view): function get_display_view_colorspace_name (line 385) | def get_display_view_colorspace_name(in_path, out_path, FILE: openpype/scripts/otio_burnin.py function _get_ffprobe_data (line 38) | def _get_ffprobe_data(source): class ModifiedBurnins (line 67) | class ModifiedBurnins(ffmpeg_burnins.Burnins): method __init__ (line 118) | def __init__( method add_text (line 143) | def add_text( method add_timecode (line 174) | def add_timecode( method add_per_frame_text (line 217) | def add_per_frame_text( method _get_current_frame_expression (line 342) | def _get_current_frame_expression(self, frame_start, frame_end): method _add_burnin (line 350) | def _add_burnin(self, text, align, options, draw): method command (line 419) | def command(self, output=None, args=None, overwrite=False): method render (line 464) | def render(self, output, args=None, overwrite=False, **kwargs): function example (line 517) | def example(input_path, output_path): function prepare_fill_values (line 536) | def prepare_fill_values(burnin_template, data): function burnins_from_data (line 581) | def burnins_from_data( FILE: openpype/scripts/slates/__main__.py function main (line 6) | def main(in_args=None): FILE: openpype/scripts/slates/slate_base/base.py function load_default_style (line 9) | def load_default_style(): class BaseObj (line 17) | class BaseObj: method __init__ (line 34) | def __init__(self, parent, style={}, name=None, pos_x=None, pos_y=None): method fill_data_format (line 74) | def fill_data_format(self): method fill_data (line 78) | def fill_data(self): method main_style (line 82) | def main_style(self): method height (line 85) | def height(self): method width (line 92) | def width(self): method collect_data (line 99) | def collect_data(self): method find_item (line 102) | def find_item(self, obj_type=None, name=None): method full_style (line 125) | def full_style(self): method get_style_for_obj_type (line 147) | def get_style_for_obj_type(self, obj_type, style=None): method style (line 230) | def style(self): method item_pos_x (line 234) | def item_pos_x(self): method item_pos_y (line 240) | def item_pos_y(self): method content_pos_x (line 246) | def content_pos_x(self): method content_pos_y (line 256) | def content_pos_y(self): method value_pos_x (line 263) | def value_pos_x(self): method value_pos_y (line 275) | def value_pos_y(self): method value_pos_start (line 287) | def value_pos_start(self): method value_pos_end (line 291) | def value_pos_end(self): method content_pos_start (line 298) | def content_pos_start(self): method content_pos_end (line 302) | def content_pos_end(self): method value_width (line 308) | def value_width(self): method value_height (line 315) | def value_height(self): method content_width (line 322) | def content_width(self): method content_height (line 335) | def content_height(self): method width (line 348) | def width(self): method height (line 357) | def height(self): method add_item (line 366) | def add_item(self, item): method reset (line 371) | def reset(self): FILE: openpype/scripts/slates/slate_base/example.py function example (line 7) | def example(): FILE: openpype/scripts/slates/slate_base/font_factory.py class FontFactory (line 8) | class FontFactory: method get_font (line 13) | def get_font(cls, family, font_size=None, italic=False, bold=False): method load_fonts (line 48) | def load_fonts(cls): FILE: openpype/scripts/slates/slate_base/items.py class BaseItem (line 9) | class BaseItem(BaseObj): method item_pos_x (line 13) | def item_pos_x(self): method item_pos_y (line 19) | def item_pos_y(self): method add_item (line 24) | def add_item(self, *args, **kwargs): method draw (line 27) | def draw(self, image, drawer): class ItemImage (line 35) | class ItemImage(BaseItem): method __init__ (line 38) | def __init__(self, image_path, *args, **kwargs): method fill_data_format (line 42) | def fill_data_format(self): method draw (line 46) | def draw(self, image, drawer): method value_width (line 57) | def value_width(self): method value_height (line 60) | def value_height(self): class ItemRectangle (line 64) | class ItemRectangle(BaseItem): method draw (line 67) | def draw(self, image, drawer): method value_width (line 88) | def value_width(self): method value_height (line 91) | def value_height(self): class ItemPlaceHolder (line 95) | class ItemPlaceHolder(BaseItem): method __init__ (line 98) | def __init__(self, image_path, *args, **kwargs): method fill_data_format (line 102) | def fill_data_format(self): method draw (line 106) | def draw(self, image, drawer): method value_width (line 126) | def value_width(self): method value_height (line 129) | def value_height(self): method collect_data (line 132) | def collect_data(self): class ItemText (line 142) | class ItemText(BaseItem): method __init__ (line 145) | def __init__(self, value, *args, **kwargs): method draw (line 149) | def draw(self, image, drawer): method value_width (line 175) | def value_width(self): method value_height (line 187) | def value_height(self): class ItemTable (line 200) | class ItemTable(BaseItem): method __init__ (line 204) | def __init__(self, values, use_alternate_color=False, *args, **kwargs): method add_item (line 215) | def add_item(self, item): method fill_data_format (line 220) | def fill_data_format(self): method prepare_values (line 224) | def prepare_values(self, _values): method calculate_sizes (line 250) | def calculate_sizes(self): method draw (line 271) | def draw(self, image, drawer): method value_width (line 284) | def value_width(self): method value_height (line 294) | def value_height(self): method content_pos_info_by_cord (line 304) | def content_pos_info_by_cord(self, row_idx, col_idx): class TableField (line 325) | class TableField(BaseItem): method __init__ (line 331) | def __init__(self, row_idx, col_idx, value, *args, **kwargs): method recalculate_by_width (line 337) | def recalculate_by_width(self, value, max_width): method fill_data_format (line 503) | def fill_data_format(self): method content_width (line 517) | def content_width(self): method content_height (line 523) | def content_height(self): method value_width (line 526) | def value_width(self): method value_height (line 546) | def value_height(self): method item_pos_x (line 571) | def item_pos_x(self): method item_pos_y (line 578) | def item_pos_y(self): method value_pos_x (line 585) | def value_pos_x(self): method value_pos_y (line 607) | def value_pos_y(self): method draw (line 629) | def draw(self, image, drawer): FILE: openpype/scripts/slates/slate_base/layer.py class Layer (line 4) | class Layer(BaseObj): method __init__ (line 9) | def __init__(self, direction=0, *args, **kwargs): method item_pos_x (line 14) | def item_pos_x(self): method item_pos_y (line 24) | def item_pos_y(self): method direction (line 35) | def direction(self): method child_pos_x (line 44) | def child_pos_x(self, item_id): method child_pos_y (line 77) | def child_pos_y(self, item_id): method value_height (line 104) | def value_height(self): method value_width (line 121) | def value_width(self): method draw (line 137) | def draw(self, image, drawer): FILE: openpype/scripts/slates/slate_base/lib.py function create_slates (line 22) | def create_slates( FILE: openpype/scripts/slates/slate_base/main_frame.py class MainFrame (line 8) | class MainFrame(BaseObj): method __init__ (line 13) | def __init__( method fill_data_format (line 24) | def fill_data_format(self): method fill_data (line 29) | def fill_data(self): method value_width (line 32) | def value_width(self): method value_height (line 38) | def value_height(self): method width (line 44) | def width(self): method height (line 47) | def height(self): method draw (line 50) | def draw(self, path=None): method collect_data (line 64) | def collect_data(self): FILE: openpype/settings/ayon_settings.py function _convert_color (line 27) | def _convert_color(color_value): function _convert_host_imageio (line 55) | def _convert_host_imageio(host_settings): function _convert_applications_groups (line 75) | def _convert_applications_groups(groups, clear_metadata): function _convert_applications_system_settings (line 117) | def _convert_applications_system_settings( function _convert_general (line 146) | def _convert_general(ayon_settings, output, default_settings): function _convert_kitsu_system_settings (line 163) | def _convert_kitsu_system_settings( function _convert_timers_manager_system_settings (line 174) | def _convert_timers_manager_system_settings( function _convert_clockify_system_settings (line 194) | def _convert_clockify_system_settings( function _convert_deadline_system_settings (line 207) | def _convert_deadline_system_settings( function _convert_royalrender_system_settings (line 223) | def _convert_royalrender_system_settings( function _convert_modules_system (line 238) | def _convert_modules_system( function is_dev_mode_enabled (line 277) | def is_dev_mode_enabled(): function convert_system_settings (line 287) | def convert_system_settings(ayon_settings, default_settings, addon_versi... function _convert_applications_project_settings (line 316) | def _convert_applications_project_settings(ayon_settings, output): function _convert_blender_project_settings (line 325) | def _convert_blender_project_settings(ayon_settings, output): function _convert_celaction_project_settings (line 340) | def _convert_celaction_project_settings(ayon_settings, output): function _convert_flame_project_settings (line 350) | def _convert_flame_project_settings(ayon_settings, output): function _convert_fusion_project_settings (line 406) | def _convert_fusion_project_settings(ayon_settings, output): function _convert_maya_project_settings (line 449) | def _convert_maya_project_settings(ayon_settings, output): function _convert_3dsmax_project_settings (line 625) | def _convert_3dsmax_project_settings(ayon_settings, output): function _convert_nuke_knobs (line 659) | def _convert_nuke_knobs(knobs): function _convert_nuke_project_settings (line 705) | def _convert_nuke_project_settings(ayon_settings, output): function _convert_hiero_project_settings (line 855) | def _convert_hiero_project_settings(ayon_settings, output): function _convert_photoshop_project_settings (line 885) | def _convert_photoshop_project_settings(ayon_settings, output): function _convert_substancepainter_project_settings (line 906) | def _convert_substancepainter_project_settings(ayon_settings, output): function _convert_tvpaint_project_settings (line 923) | def _convert_tvpaint_project_settings(ayon_settings, output): function _convert_traypublisher_project_settings (line 953) | def _convert_traypublisher_project_settings(ayon_settings, output): function _convert_webpublisher_project_settings (line 1016) | def _convert_webpublisher_project_settings(ayon_settings, output): function _convert_deadline_project_settings (line 1034) | def _convert_deadline_project_settings(ayon_settings, output): function _convert_royalrender_project_settings (line 1072) | def _convert_royalrender_project_settings(ayon_settings, output): function _convert_kitsu_project_settings (line 1084) | def _convert_kitsu_project_settings(ayon_settings, output): function _convert_shotgrid_project_settings (line 1100) | def _convert_shotgrid_project_settings(ayon_settings, output): function _convert_slack_project_settings (line 1127) | def _convert_slack_project_settings(ayon_settings, output): function _convert_global_project_settings (line 1140) | def _convert_global_project_settings(ayon_settings, output, default_sett... function convert_project_settings (line 1354) | def convert_project_settings(ayon_settings, default_settings): class CacheItem (line 1405) | class CacheItem: method __init__ (line 1408) | def __init__(self, value, outdate_time=None): method create_outdated (line 1415) | def create_outdated(cls): method get_value (line 1418) | def get_value(self): method update_value (line 1421) | def update_value(self, value): method is_outdated (line 1426) | def is_outdated(self): class _AyonSettingsCache (line 1430) | class _AyonSettingsCache: method _use_bundles (line 1439) | def _use_bundles(cls): method _get_variant (line 1450) | def _get_variant(cls): method _get_bundle_name (line 1469) | def _get_bundle_name(cls): method get_value_by_project (line 1473) | def get_value_by_project(cls, project_name): method _get_addon_versions_from_bundle (line 1489) | def _get_addon_versions_from_bundle(cls): method get_addon_versions (line 1506) | def get_addon_versions(cls): function get_ayon_project_settings (line 1523) | def get_ayon_project_settings(default_values, project_name): function get_ayon_system_settings (line 1528) | def get_ayon_system_settings(default_values): function get_ayon_settings (line 1537) | def get_ayon_settings(project_name=None): FILE: openpype/settings/entities/anatomy_entities.py class AnatomyEntity (line 6) | class AnatomyEntity(DictImmutableKeysEntity): method _update_current_metadata (line 9) | def _update_current_metadata(self): method set_override_state (line 14) | def set_override_state(self, *args, **kwargs): method on_child_change (line 22) | def on_child_change(self, child_obj): method schema_validations (line 28) | def schema_validations(self): FILE: openpype/settings/entities/base_entity.py class BaseEntity (line 22) | class BaseEntity: method __init__ (line 29) | def __init__(self, schema_data, *args, **kwargs): method __hash__ (line 39) | def __hash__(self): method id (line 47) | def id(self): method gui_type (line 52) | def gui_type(self): method schema_validations (line 57) | def schema_validations(self): class GUIEntity (line 62) | class GUIEntity(BaseEntity): method __getitem__ (line 68) | def __getitem__(self, key): method schema_validations (line 71) | def schema_validations(self): class BaseItemEntity (line 76) | class BaseItemEntity(BaseEntity): method __init__ (line 86) | def __init__(self, schema_data): method collect_static_entities_by_path (line 186) | def collect_static_entities_by_path(self): method require_restart_on_change (line 194) | def require_restart_on_change(self): method require_restart (line 198) | def require_restart(self): method has_studio_override (line 202) | def has_studio_override(self): method has_project_override (line 209) | def has_project_override(self): method path (line 216) | def path(self): method get_child_path (line 231) | def get_child_path(self, child_entity): method get_entity_from_path (line 236) | def get_entity_from_path(self, path): method has_child_with_key (line 241) | def has_child_with_key(self, key): method schema_validations (line 245) | def schema_validations(self): method root_key (line 304) | def root_key(self): method set_override_state (line 309) | def set_override_state(self, state, ignore_missing_defaults): method on_change (line 332) | def on_change(self): method on_child_change (line 341) | def on_child_change(self, child_entity): method set (line 351) | def set(self, value): method is_value_valid_type (line 359) | def is_value_valid_type(self, value): method _validate_value_type (line 367) | def _validate_value_type(self, value): method _convert_to_valid_type (line 379) | def _convert_to_valid_type(self, value): method convert_to_valid_type (line 389) | def convert_to_valid_type(self, value): method _check_update_value (line 410) | def _check_update_value(self, value, value_source, log_invalid_types=T... method available_for_role (line 451) | def available_for_role(self, role_name=None): method user_role (line 468) | def user_role(self): method log (line 478) | def log(self): method schema_types (line 485) | def schema_types(self): method has_unsaved_changes (line 489) | def has_unsaved_changes(self): method settings_value (line 493) | def settings_value(self): method collect_dynamic_schema_entities (line 498) | def collect_dynamic_schema_entities(self): method save (line 506) | def save(self): method _item_initialization (line 511) | def _item_initialization(self): method value (line 516) | def value(self): method _can_discard_changes (line 521) | def _can_discard_changes(self): method _can_add_to_studio_default (line 526) | def _can_add_to_studio_default(self): method _can_remove_from_studio_default (line 542) | def _can_remove_from_studio_default(self): method _can_add_to_project_override (line 552) | def _can_add_to_project_override(self): method _can_remove_from_project_override (line 568) | def _can_remove_from_project_override(self): method can_trigger_discard_changes (line 582) | def can_trigger_discard_changes(self): method can_trigger_add_to_studio_default (line 590) | def can_trigger_add_to_studio_default(self): method can_trigger_remove_from_studio_default (line 600) | def can_trigger_remove_from_studio_default(self): method can_trigger_add_to_project_override (line 610) | def can_trigger_add_to_project_override(self): method can_trigger_remove_from_project_override (line 620) | def can_trigger_remove_from_project_override(self): method discard_changes (line 629) | def discard_changes(self, on_change_trigger=None): method _discard_changes (line 666) | def _discard_changes(self, on_change_trigger): method add_to_studio_default (line 670) | def add_to_studio_default(self, on_change_trigger=None): method _add_to_studio_default (line 686) | def _add_to_studio_default(self, on_change_trigger): method remove_from_studio_default (line 693) | def remove_from_studio_default(self, on_change_trigger=None): method _remove_from_studio_default (line 723) | def _remove_from_studio_default(self, on_change_trigger): method add_to_project_override (line 731) | def add_to_project_override(self, on_change_trigger=None): method _add_to_project_override (line 747) | def _add_to_project_override(self, on_change_trigger): method remove_from_project_override (line 754) | def remove_from_project_override(self, on_change_trigger=None): method _remove_from_project_override (line 786) | def _remove_from_project_override(self, on_change_trigger): method reset_callbacks (line 798) | def reset_callbacks(self): class ItemEntity (line 803) | class ItemEntity(BaseItemEntity): method __init__ (line 825) | def __init__(self, schema_data, parent, is_dynamic_item=False): method save (line 918) | def save(self): method root_key (line 923) | def root_key(self): method collect_dynamic_schema_entities (line 927) | def collect_dynamic_schema_entities(self, collector): method schema_validations (line 938) | def schema_validations(self): method create_schema_object (line 960) | def create_schema_object(self, *args, **kwargs): method schema_hub (line 965) | def schema_hub(self): method get_entity_from_path (line 968) | def get_entity_from_path(self, path): method update_default_value (line 972) | def update_default_value(self, parent_values, log_invalid_types=True): method update_studio_value (line 988) | def update_studio_value(self, parent_values, log_invalid_types=True): method update_project_value (line 1003) | def update_project_value(self, parent_values, log_invalid_types=True): FILE: openpype/settings/entities/color_entity.py class ColorEntity (line 9) | class ColorEntity(InputEntity): method _item_initialization (line 12) | def _item_initialization(self): method set_override_state (line 19) | def set_override_state(self, *args, **kwargs): method convert_to_valid_type (line 29) | def convert_to_valid_type(self, value): FILE: openpype/settings/entities/dict_conditional.py class DictConditionalEntity (line 24) | class DictConditionalEntity(ItemEntity): method __getitem__ (line 45) | def __getitem__(self, key): method __setitem__ (line 51) | def __setitem__(self, key, value): method __iter__ (line 59) | def __iter__(self): method __contains__ (line 64) | def __contains__(self, key): method get (line 70) | def get(self, key, default=None): method keys (line 76) | def keys(self): method values (line 82) | def values(self): method items (line 91) | def items(self): method set (line 100) | def set(self, value): method has_child_with_key (line 110) | def has_child_with_key(self, key): method _item_initialization (line 113) | def _item_initialization(self): method current_enum (line 166) | def current_enum(self): method schema_validations (line 175) | def schema_validations(self): method on_change (line 245) | def on_change(self): method on_child_change (line 253) | def on_child_change(self, child_obj): method _add_children (line 264) | def _add_children(self): method collect_static_entities_by_path (line 333) | def collect_static_entities_by_path(self): method get_child_path (line 338) | def get_child_path(self, child_obj): method _update_current_metadata (line 359) | def _update_current_metadata(self): method set_override_state (line 398) | def set_override_state(self, state, ignore_missing_defaults): method value (line 420) | def value(self): method has_unsaved_changes (line 429) | def has_unsaved_changes(self): method _child_has_unsaved_changes (line 436) | def _child_has_unsaved_changes(self): method has_studio_override (line 446) | def has_studio_override(self): method _child_has_studio_override (line 450) | def _child_has_studio_override(self): method has_project_override (line 461) | def has_project_override(self): method _child_has_project_override (line 465) | def _child_has_project_override(self): method collect_dynamic_schema_entities (line 475) | def collect_dynamic_schema_entities(self, collector): method settings_value (line 479) | def settings_value(self): method _prepare_value (line 521) | def _prepare_value(self, value, log_invalid_types): method update_default_value (line 560) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 606) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 651) | def update_project_value(self, value, log_invalid_types=True): method _discard_changes (line 696) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 706) | def _add_to_studio_default(self, on_change_trigger): method _remove_from_studio_default (line 720) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 730) | def _add_to_project_override(self, on_change_trigger): method _remove_from_project_override (line 744) | def _remove_from_project_override(self, on_change_trigger): method reset_callbacks (line 757) | def reset_callbacks(self): class SyncServerProviders (line 765) | class SyncServerProviders(DictConditionalEntity): method _add_children (line 768) | def _add_children(self): method _get_enum_children (line 782) | def _get_enum_children(self): FILE: openpype/settings/entities/dict_immutable_keys_entity.py class DictImmutableKeysEntity (line 29) | class DictImmutableKeysEntity(ItemEntity): method __getitem__ (line 45) | def __getitem__(self, key): method __setitem__ (line 49) | def __setitem__(self, key, value): method __iter__ (line 54) | def __iter__(self): method __contains__ (line 59) | def __contains__(self, key): method get (line 63) | def get(self, key, default=None): method keys (line 67) | def keys(self): method values (line 71) | def values(self): method items (line 75) | def items(self): method set (line 79) | def set(self, value): method schema_validations (line 85) | def schema_validations(self): method on_change (line 119) | def on_change(self): method on_child_change (line 127) | def on_child_change(self, _child_obj): method _add_children (line 132) | def _add_children(self, schema_data, first=True): method _item_initialization (line 177) | def _item_initialization(self): method has_child_with_key (line 208) | def has_child_with_key(self, key): method collect_static_entities_by_path (line 211) | def collect_static_entities_by_path(self): method get_child_path (line 223) | def get_child_path(self, child_obj): method _update_current_metadata (line 239) | def _update_current_metadata(self): method set_override_state (line 278) | def set_override_state(self, state, ignore_missing_defaults): method value (line 294) | def value(self): method has_unsaved_changes (line 301) | def has_unsaved_changes(self): method _child_has_unsaved_changes (line 308) | def _child_has_unsaved_changes(self): method has_studio_override (line 315) | def has_studio_override(self): method _child_has_studio_override (line 319) | def _child_has_studio_override(self): method has_project_override (line 327) | def has_project_override(self): method _child_has_project_override (line 331) | def _child_has_project_override(self): method collect_dynamic_schema_entities (line 338) | def collect_dynamic_schema_entities(self, collector): method settings_value (line 345) | def settings_value(self): method _prepare_value (line 391) | def _prepare_value(self, value): method update_default_value (line 417) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 452) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 485) | def update_project_value(self, value, log_invalid_types=True): method _discard_changes (line 519) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 527) | def _add_to_studio_default(self, on_change_trigger): method _remove_from_studio_default (line 537) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 543) | def _add_to_project_override(self, _on_change_trigger): method _remove_from_project_override (line 553) | def _remove_from_project_override(self, on_change_trigger): method reset_callbacks (line 562) | def reset_callbacks(self): class RootsDictEntity (line 569) | class RootsDictEntity(DictImmutableKeysEntity): method _item_initialization (line 581) | def _item_initialization(self): method schema_validations (line 605) | def schema_validations(self): method set_override_state (line 622) | def set_override_state(self, state, ignore_missing_defaults): method on_child_change (line 659) | def on_child_change(self, child_obj): method _set_children_values (line 670) | def _set_children_values(self, state, ignore_missing_defaults): method _update_current_metadata (line 704) | def _update_current_metadata(self): method update_default_value (line 709) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 725) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 741) | def update_project_value(self, value, log_invalid_types=True): class SyncServerSites (line 758) | class SyncServerSites(DictImmutableKeysEntity): method _item_initialization (line 772) | def _item_initialization(self): method set_override_state (line 786) | def set_override_state(self, state, ignore_missing_defaults): method has_unsaved_changes (line 806) | def has_unsaved_changes(self): method has_studio_override (line 812) | def has_studio_override(self): method has_project_override (line 818) | def has_project_override(self): method _get_children (line 823) | def _get_children(self): method _set_children_values (line 863) | def _set_children_values(self, state, ignore_missing_defaults): method _update_current_metadata (line 907) | def _update_current_metadata(self): method update_default_value (line 912) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 928) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 944) | def update_project_value(self, value, log_invalid_types=True): FILE: openpype/settings/entities/dict_mutable_keys_entity.py class DictMutableKeysEntity (line 23) | class DictMutableKeysEntity(EndpointEntity): method __getitem__ (line 44) | def __getitem__(self, key): method __setitem__ (line 49) | def __setitem__(self, key, value): method __iter__ (line 52) | def __iter__(self): method __contains__ (line 56) | def __contains__(self, key): method pop (line 59) | def pop(self, key, *args, **kwargs): method get (line 72) | def get(self, key, default=None): method keys (line 75) | def keys(self): method values (line 78) | def values(self): method items (line 81) | def items(self): method clear (line 84) | def clear(self): method set (line 88) | def set(self, value): method _convert_to_valid_type (line 101) | def _convert_to_valid_type(self, value): method set_key_value (line 108) | def set_key_value(self, key, value): method change_key (line 119) | def change_key(self, old_key, new_key): method _on_key_label_change (line 132) | def _on_key_label_change(self): method _add_key (line 139) | def _add_key(self, key, _ingore_key_validation=False): method add_key (line 156) | def add_key(self, key): method change_child_key (line 164) | def change_child_key(self, child_entity, new_key): method get_child_key (line 173) | def get_child_key(self, child_entity): method get_child_label (line 180) | def get_child_label(self, child_entity): method set_child_label (line 183) | def set_child_label(self, child_entity, label): method get_key_label (line 187) | def get_key_label(self, key): method set_key_label (line 191) | def set_key_label(self, key, label): method has_child_with_key (line 195) | def has_child_with_key(self, key): method _item_initialization (line 198) | def _item_initialization(self): method schema_validations (line 240) | def schema_validations(self): method get_child_path (line 279) | def get_child_path(self, child_obj): method on_child_change (line 291) | def on_child_change(self, _child_entity): method _get_metadata_for_state (line 302) | def _get_metadata_for_state(self, state): method _metadata_for_current_state (line 317) | def _metadata_for_current_state(self): method set_override_state (line 320) | def set_override_state(self, state, ignore_missing_defaults): method _convert_to_regex_valid_key (line 461) | def _convert_to_regex_valid_key(self, key): method children_key_by_id (line 468) | def children_key_by_id(self): method value (line 475) | def value(self): method metadata (line 488) | def metadata(self): method has_unsaved_changes (line 505) | def has_unsaved_changes(self): method _child_has_unsaved_changes (line 530) | def _child_has_unsaved_changes(self): method has_studio_override (line 537) | def has_studio_override(self): method _child_has_studio_override (line 541) | def _child_has_studio_override(self): method has_project_override (line 549) | def has_project_override(self): method _child_has_project_override (line 553) | def _child_has_project_override(self): method _settings_value (line 560) | def _settings_value(self): method _prepare_value (line 575) | def _prepare_value(self, value): method update_default_value (line 583) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 599) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 609) | def update_project_value(self, value, log_invalid_types=True): method _discard_changes (line 619) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 628) | def _add_to_studio_default(self, _on_change_trigger): method _remove_from_studio_default (line 632) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 672) | def _add_to_project_override(self, _on_change_trigger): method _remove_from_project_override (line 676) | def _remove_from_project_override(self, on_change_trigger): method reset_callbacks (line 726) | def reset_callbacks(self): FILE: openpype/settings/entities/enum_entity.py class BaseEnumEntity (line 9) | class BaseEnumEntity(InputEntity): method _item_initialization (line 10) | def _item_initialization(self): method schema_validations (line 18) | def schema_validations(self): method _convert_to_valid_type (line 43) | def _convert_to_valid_type(self, value): method set (line 51) | def set(self, value): class EnumEntity (line 69) | class EnumEntity(BaseEnumEntity): method _item_initialization (line 72) | def _item_initialization(self): method schema_validations (line 116) | def schema_validations(self): method set_override_state (line 123) | def set_override_state(self, *args, **kwargs): class HostsEnumEntity (line 138) | class HostsEnumEntity(BaseEnumEntity): method _item_initialization (line 179) | def _item_initialization(self): method schema_validations (line 230) | def schema_validations(self): class AppsEnumEntity (line 265) | class AppsEnumEntity(BaseEnumEntity): method _item_initialization (line 270) | def _item_initialization(self): method _get_enum_values (line 278) | def _get_enum_values(self): method set_override_state (line 337) | def set_override_state(self, *args, **kwargs): class ToolsEnumEntity (line 348) | class ToolsEnumEntity(BaseEnumEntity): method _item_initialization (line 351) | def _item_initialization(self): method _get_enum_values (line 359) | def _get_enum_values(self): method set_override_state (line 396) | def set_override_state(self, *args, **kwargs): class TaskTypeEnumEntity (line 407) | class TaskTypeEnumEntity(BaseEnumEntity): method _item_initialization (line 410) | def _item_initialization(self): method _get_enum_values (line 423) | def _get_enum_values(self): method _convert_value_for_current_state (line 436) | def _convert_value_for_current_state(self, source_value): method set_override_state (line 452) | def set_override_state(self, *args, **kwargs): class DynamicEnumEntity (line 483) | class DynamicEnumEntity(BaseEnumEntity): method _item_initialization (line 486) | def _item_initialization(self): method set_override_state (line 502) | def set_override_state(self, *args, **kwargs): method _get_enum_values (line 521) | def _get_enum_values(self): class DeadlineUrlEnumEntity (line 525) | class DeadlineUrlEnumEntity(DynamicEnumEntity): method _get_enum_values (line 528) | def _get_enum_values(self): class RoyalRenderRootEnumEntity (line 543) | class RoyalRenderRootEnumEntity(DynamicEnumEntity): method _get_enum_values (line 546) | def _get_enum_values(self): class ShotgridUrlEnumEntity (line 561) | class ShotgridUrlEnumEntity(DynamicEnumEntity): method _get_enum_values (line 564) | def _get_enum_values(self): class AnatomyTemplatesEnumEntity (line 583) | class AnatomyTemplatesEnumEntity(BaseEnumEntity): method _item_initialization (line 586) | def _item_initialization(self): method _get_enum_values (line 600) | def _get_enum_values(self): method set_override_state (line 639) | def set_override_state(self, *args, **kwargs): FILE: openpype/settings/entities/exceptions.py class DefaultsNotDefined (line 4) | class DefaultsNotDefined(Exception): method __init__ (line 5) | def __init__(self, obj): class StudioDefaultsNotDefined (line 10) | class StudioDefaultsNotDefined(Exception): method __init__ (line 11) | def __init__(self, obj): class BaseInvalidValue (line 18) | class BaseInvalidValue(Exception): method __init__ (line 19) | def __init__(self, reason, path): class InvalidValueType (line 25) | class InvalidValueType(BaseInvalidValue): method __init__ (line 26) | def __init__(self, valid_types, invalid_type, path): class RequiredKeyModified (line 36) | class RequiredKeyModified(KeyError): method __init__ (line 37) | def __init__(self, entity_path, key): class InvalidKeySymbols (line 42) | class InvalidKeySymbols(KeyError): method __init__ (line 43) | def __init__(self, entity_path, key): class SchemaError (line 50) | class SchemaError(Exception): class EntitySchemaError (line 54) | class EntitySchemaError(SchemaError): method __init__ (line 55) | def __init__(self, entity, reason): class SchemeGroupHierarchyBug (line 62) | class SchemeGroupHierarchyBug(EntitySchemaError): method __init__ (line 63) | def __init__(self, entity): class SchemaMissingFileInfo (line 71) | class SchemaMissingFileInfo(SchemaError): method __init__ (line 72) | def __init__(self, invalid): class SchemaDuplicatedKeys (line 84) | class SchemaDuplicatedKeys(SchemaError): method __init__ (line 85) | def __init__(self, entity, key): class SchemaDuplicatedEnvGroupKeys (line 93) | class SchemaDuplicatedEnvGroupKeys(SchemaError): method __init__ (line 94) | def __init__(self, invalid): class SchemaTemplateMissingKeys (line 108) | class SchemaTemplateMissingKeys(SchemaError): method __init__ (line 109) | def __init__(self, missing_keys, required_keys, template_name=None): method join_keys (line 124) | def join_keys(self, keys): FILE: openpype/settings/entities/input_entities.py class EndpointEntity (line 21) | class EndpointEntity(ItemEntity): method __init__ (line 29) | def __init__(self, *args, **kwargs): method schema_validations (line 38) | def schema_validations(self): method collect_dynamic_schema_entities (line 49) | def collect_dynamic_schema_entities(self, collector): method _settings_value (line 54) | def _settings_value(self): method collect_static_entities_by_path (line 57) | def collect_static_entities_by_path(self): method settings_value (line 62) | def settings_value(self): method on_change (line 75) | def on_change(self): method require_restart (line 87) | def require_restart(self): method update_default_value (line 90) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 98) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 106) | def update_project_value(self, value, log_invalid_types=True): class InputEntity (line 115) | class InputEntity(EndpointEntity): method __init__ (line 117) | def __init__(self, *args, **kwargs): method __eq__ (line 122) | def __eq__(self, other): method has_child_with_key (line 127) | def has_child_with_key(self, key): method get_child_path (line 130) | def get_child_path(self, child_obj): method schema_validations (line 135) | def schema_validations(self): method value (line 147) | def value(self): method require_restart (line 152) | def require_restart(self): method _settings_value (line 155) | def _settings_value(self): method set (line 158) | def set(self, value): method _on_value_change (line 163) | def _on_value_change(self): method on_change (line 173) | def on_change(self): method on_child_change (line 208) | def on_child_change(self, child_obj): method has_unsaved_changes (line 212) | def has_unsaved_changes(self): method set_override_state (line 243) | def set_override_state(self, state, ignore_missing_defaults): method _discard_changes (line 297) | def _discard_changes(self, on_change_trigger=None): method _add_to_studio_default (line 331) | def _add_to_studio_default(self, _on_change_trigger): method _remove_from_studio_default (line 335) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 349) | def _add_to_project_override(self, _on_change_trigger): method _remove_from_project_override (line 353) | def _remove_from_project_override(self, on_change_trigger): class NumberEntity (line 369) | class NumberEntity(InputEntity): method _item_initialization (line 374) | def _item_initialization(self): method _convert_to_valid_type (line 397) | def _convert_to_valid_type(self, value): class BoolEntity (line 429) | class BoolEntity(InputEntity): method _item_initialization (line 432) | def _item_initialization(self): class TextEntity (line 440) | class TextEntity(InputEntity): method _item_initialization (line 443) | def _item_initialization(self): method schema_validations (line 456) | def schema_validations(self): method _convert_to_valid_type (line 465) | def _convert_to_valid_type(self, value): class PathInput (line 472) | class PathInput(InputEntity): method _item_initialization (line 475) | def _item_initialization(self): method set (line 482) | def set(self, value): method set_override_state (line 486) | def set_override_state(self, state, ignore_missing_defaults): class RawJsonEntity (line 494) | class RawJsonEntity(InputEntity): method _item_initialization (line 497) | def _item_initialization(self): method is_list (line 519) | def is_list(self): method is_dict (line 523) | def is_dict(self): method set (line 526) | def set(self, value): method metadata (line 537) | def metadata(self): method has_unsaved_changes (line 541) | def has_unsaved_changes(self): method _convert_to_valid_type (line 547) | def _convert_to_valid_type(self, value): method _metadata_for_current_state (line 555) | def _metadata_for_current_state(self): method _settings_value (line 570) | def _settings_value(self): method _prepare_value (line 576) | def _prepare_value(self, value): method update_default_value (line 585) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 592) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 601) | def update_project_value(self, value, log_invalid_types=True): FILE: openpype/settings/entities/item_entities.py class PathEntity (line 18) | class PathEntity(ItemEntity): method __setitem__ (line 31) | def __setitem__(self, *args, **kwargs): method __getitem__ (line 34) | def __getitem__(self, *args, **kwargs): method __iter__ (line 37) | def __iter__(self): method keys (line 40) | def keys(self): method values (line 45) | def values(self): method items (line 50) | def items(self): method has_child_with_key (line 55) | def has_child_with_key(self, key): method _item_initialization (line 58) | def _item_initialization(self): method collect_static_entities_by_path (line 116) | def collect_static_entities_by_path(self): method get_child_path (line 119) | def get_child_path(self, _child_obj): method set (line 122) | def set(self, value): method collect_dynamic_schema_entities (line 125) | def collect_dynamic_schema_entities(self, *args, **kwargs): method settings_value (line 128) | def settings_value(self): method on_change (line 142) | def on_change(self): method on_child_change (line 147) | def on_child_change(self, _child_obj): method has_unsaved_changes (line 151) | def has_unsaved_changes(self): method has_studio_override (line 155) | def has_studio_override(self): method has_project_override (line 159) | def has_project_override(self): method value (line 163) | def value(self): method set_override_state (line 166) | def set_override_state(self, state, ignore_missing_defaults): method update_default_value (line 176) | def update_default_value(self, value, log_invalid_types=True): method update_project_value (line 180) | def update_project_value(self, value, log_invalid_types=True): method update_studio_value (line 184) | def update_studio_value(self, value, log_invalid_types=True): method _discard_changes (line 188) | def _discard_changes(self, *args, **kwargs): method _add_to_studio_default (line 191) | def _add_to_studio_default(self, *args, **kwargs): method _remove_from_studio_default (line 194) | def _remove_from_studio_default(self, *args, **kwargs): method _add_to_project_override (line 197) | def _add_to_project_override(self, *args, **kwargs): method _remove_from_project_override (line 200) | def _remove_from_project_override(self, *args, **kwargs): method reset_callbacks (line 203) | def reset_callbacks(self): class ListStrictEntity (line 208) | class ListStrictEntity(ItemEntity): method __getitem__ (line 212) | def __getitem__(self, idx): method __setitem__ (line 217) | def __setitem__(self, idx, value): method get (line 222) | def get(self, idx, default=None): method has_child_with_key (line 230) | def has_child_with_key(self, key): method _item_initialization (line 243) | def _item_initialization(self): method schema_validations (line 264) | def schema_validations(self): method collect_static_entities_by_path (line 278) | def collect_static_entities_by_path(self): method get_child_path (line 290) | def get_child_path(self, child_obj): method value (line 303) | def value(self): method set (line 309) | def set(self, value): method collect_dynamic_schema_entities (line 314) | def collect_dynamic_schema_entities(self, collector): method settings_value (line 318) | def settings_value(self): method on_change (line 338) | def on_change(self): method on_child_change (line 343) | def on_child_change(self, _child_obj): method has_unsaved_changes (line 355) | def has_unsaved_changes(self): method has_studio_override (line 389) | def has_studio_override(self): method has_project_override (line 393) | def has_project_override(self): method _child_has_unsaved_changes (line 397) | def _child_has_unsaved_changes(self): method _child_has_studio_override (line 404) | def _child_has_studio_override(self): method _child_has_project_override (line 411) | def _child_has_project_override(self): method set_override_state (line 417) | def set_override_state(self, state, ignore_missing_defaults): method _discard_changes (line 446) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 450) | def _add_to_studio_default(self, _on_change_trigger): method _remove_from_studio_default (line 454) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 464) | def _add_to_project_override(self, _on_change_trigger): method _remove_from_project_override (line 468) | def _remove_from_project_override(self, on_change_trigger): method _check_update_value (line 478) | def _check_update_value(self, value, value_type, log_invalid_types=True): method update_default_value (line 511) | def update_default_value(self, value, log_invalid_types=True): method update_studio_value (line 527) | def update_studio_value(self, value, log_invalid_types=True): method update_project_value (line 542) | def update_project_value(self, value, log_invalid_types=True): method reset_callbacks (line 557) | def reset_callbacks(self): FILE: openpype/settings/entities/lib.py class OverrideStateItem (line 41) | class OverrideStateItem: method __init__ (line 48) | def __init__(self, value, name): method __repr__ (line 57) | def __repr__(self): method __eq__ (line 62) | def __eq__(self, other): method __gt__ (line 68) | def __gt__(self, other): method __lt__ (line 74) | def __lt__(self, other): method __le__ (line 80) | def __le__(self, other): method __ge__ (line 86) | def __ge__(self, other): class OverrideState (line 93) | class OverrideState: class SchemasHub (line 115) | class SchemasHub: method __init__ (line 116) | def __init__(self, schema_type, reset=True): method schema_type (line 139) | def schema_type(self): method reset (line 142) | def reset(self): method _load_modules_settings_defs (line 147) | def _load_modules_settings_defs(self): method gui_types (line 157) | def gui_types(self): method resolve_dynamic_schema (line 160) | def resolve_dynamic_schema(self, dynamic_key): method get_template_name (line 180) | def get_template_name(self, item_def, default=None): method is_dynamic_template_validating (line 196) | def is_dynamic_template_validating(self, template_name): method is_dynamic_template_validated (line 206) | def is_dynamic_template_validated(self, template_name): method validating_dynamic (line 218) | def validating_dynamic(self, template_name): method get_schema (line 234) | def get_schema(self, schema_name): method get_template (line 264) | def get_template(self, template_name): method resolve_schema_data (line 294) | def resolve_schema_data(self, schema_data): method create_schema_object (line 331) | def create_schema_object(self, schema_data, *args, **kwargs): method _load_types (line 363) | def _load_types(self): method _load_schemas (line 416) | def _load_schemas(self): method get_dynamic_modules_settings_defs (line 508) | def get_dynamic_modules_settings_defs(self, schema_def_id): method _fill_template (line 511) | def _fill_template(self, child_data, template_def): method _fill_template_data (line 561) | def _fill_template_data( method _pop_metadata_item (line 719) | def _pop_metadata_item(self, template_def): class DynamicSchemaValueCollector (line 745) | class DynamicSchemaValueCollector: method __init__ (line 752) | def __init__(self, schema_hub): method add_entity (line 756) | def add_entity(self, entity): method create_hierarchy (line 759) | def create_hierarchy(self): method save_values (line 767) | def save_values(self): FILE: openpype/settings/entities/list_entity.py class ListEntity (line 19) | class ListEntity(EndpointEntity): method __iter__ (line 28) | def __iter__(self): method __bool__ (line 32) | def __bool__(self): method __len__ (line 36) | def __len__(self): method __contains__ (line 39) | def __contains__(self, item): method __getitem__ (line 51) | def __getitem__(self, idx): method __setitem__ (line 56) | def __setitem__(self, idx, value): method get (line 61) | def get(self, idx, default=None): method index (line 69) | def index(self, item): method append (line 82) | def append(self, item): method extend (line 87) | def extend(self, items): method clear (line 91) | def clear(self): method pop (line 100) | def pop(self, idx): method remove (line 105) | def remove(self, item): method insert (line 111) | def insert(self, idx, item): method _add_new_item (line 116) | def _add_new_item(self, idx=None): method add_new_item (line 124) | def add_new_item(self, idx=None, trigger_change=True): method swap_items (line 134) | def swap_items(self, item_1, item_2): method swap_indexes (line 139) | def swap_indexes(self, index_1, index_2): method has_child_with_key (line 150) | def has_child_with_key(self, key): method _convert_to_valid_type (line 163) | def _convert_to_valid_type(self, value): method _item_initialization (line 168) | def _item_initialization(self): method schema_validations (line 199) | def schema_validations(self): method get_child_path (line 253) | def get_child_path(self, child_obj): method set (line 265) | def set(self, value): method on_child_change (line 271) | def on_child_change(self, _child_entity): method set_override_state (line 281) | def set_override_state(self, state, ignore_missing_defaults): method value (line 355) | def value(self): method has_unsaved_changes (line 362) | def has_unsaved_changes(self): method has_studio_override (line 396) | def has_studio_override(self): method has_project_override (line 405) | def has_project_override(self): method _child_has_unsaved_changes (line 414) | def _child_has_unsaved_changes(self): method _child_has_studio_override (line 421) | def _child_has_studio_override(self): method _child_has_project_override (line 429) | def _child_has_project_override(self): method _settings_value (line 436) | def _settings_value(self): method _discard_changes (line 442) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 510) | def _add_to_studio_default(self, _on_change_trigger): method _remove_from_studio_default (line 514) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 540) | def _add_to_project_override(self, _on_change_trigger): method _remove_from_project_override (line 544) | def _remove_from_project_override(self, on_change_trigger): method reset_callbacks (line 576) | def reset_callbacks(self): FILE: openpype/settings/entities/op_version_entity.py class OpenPypeVersionInput (line 14) | class OpenPypeVersionInput(TextEntity): method _item_initialization (line 24) | def _item_initialization(self): method _get_openpype_versions (line 30) | def _get_openpype_versions(self): method set_override_state (line 36) | def set_override_state(self, state, *args, **kwargs): method convert_to_valid_type (line 52) | def convert_to_valid_type(self, value): class VersionsInputEntity (line 69) | class VersionsInputEntity(OpenPypeVersionInput): method _get_openpype_versions (line 73) | def _get_openpype_versions(self): FILE: openpype/settings/entities/root_entities.py class RootEntity (line 59) | class RootEntity(BaseItemEntity): method __init__ (line 67) | def __init__(self, schema_hub, reset, main_schema_name=None): method override_state (line 81) | def override_state(self): method require_restart (line 86) | def require_restart(self): method add_require_restart_change_callback (line 89) | def add_require_restart_change_callback(self, callback): method _on_require_restart_change (line 92) | def _on_require_restart_change(self): method add_item_require_restart (line 96) | def add_item_require_restart(self, item): method remove_item_require_restart (line 102) | def remove_item_require_restart(self, item): method reset (line 111) | def reset(self): method __getitem__ (line 119) | def __getitem__(self, key): method __setitem__ (line 122) | def __setitem__(self, key, value): method __iter__ (line 125) | def __iter__(self): method get (line 129) | def get(self, key, default=None): method set (line 132) | def set(self, value): method has_child_with_key (line 138) | def has_child_with_key(self, key): method keys (line 141) | def keys(self): method values (line 144) | def values(self): method items (line 147) | def items(self): method _add_children (line 150) | def _add_children(self, schema_data, first=True): method _item_initialization (line 190) | def _item_initialization(self): method schema_validations (line 206) | def schema_validations(self): method get_entity_from_path (line 221) | def get_entity_from_path(self, path): method create_schema_object (line 225) | def create_schema_object(self, schema_data, *args, **kwargs): method set_override_state (line 235) | def set_override_state(self, state, ignore_missing_defaults=None): method on_change (line 251) | def on_change(self): method on_child_change (line 256) | def on_child_change(self, _child_entity): method collect_static_entities_by_path (line 260) | def collect_static_entities_by_path(self): method get_child_path (line 268) | def get_child_path(self, child_entity): method value (line 276) | def value(self): method collect_dynamic_schema_entities (line 283) | def collect_dynamic_schema_entities(self): method settings_value (line 293) | def settings_value(self): method has_studio_override (line 323) | def has_studio_override(self): method has_project_override (line 338) | def has_project_override(self): method has_unsaved_changes (line 353) | def has_unsaved_changes(self): method _discard_changes (line 367) | def _discard_changes(self, on_change_trigger): method _add_to_studio_default (line 372) | def _add_to_studio_default(self, *args, **kwargs): method _remove_from_studio_default (line 377) | def _remove_from_studio_default(self, on_change_trigger): method _add_to_project_override (line 382) | def _add_to_project_override(self, *args, **kwargs): method _remove_from_project_override (line 387) | def _remove_from_project_override(self, on_change_trigger): method save (line 392) | def save(self): method defaults_dir (line 416) | def defaults_dir(self): method _save_default_values (line 424) | def _save_default_values(self): method _save_studio_values (line 451) | def _save_studio_values(self): method _save_project_values (line 456) | def _save_project_values(self): method is_in_defaults_state (line 460) | def is_in_defaults_state(self): method is_in_studio_state (line 464) | def is_in_studio_state(self): method is_in_project_state (line 468) | def is_in_project_state(self): method set_defaults_state (line 472) | def set_defaults_state(self): method set_studio_state (line 476) | def set_studio_state(self): method set_project_state (line 480) | def set_project_state(self): class SystemSettings (line 485) | class SystemSettings(RootEntity): method __init__ (line 500) | def __init__( method source_version (line 519) | def source_version(self): method get_entity_from_path (line 522) | def get_entity_from_path(self, path): method _reset_values (line 534) | def _reset_values(self): method reset (line 557) | def reset(self, new_state=None, source_version=None): method get_available_source_versions (line 581) | def get_available_source_versions(self, sorted=None): method get_available_studio_versions (line 586) | def get_available_studio_versions(self, sorted=None): method defaults_dir (line 591) | def defaults_dir(self): method _save_studio_values (line 598) | def _save_studio_values(self): method _save_project_values (line 608) | def _save_project_values(self): class ProjectSettings (line 618) | class ProjectSettings(RootEntity): method __init__ (line 635) | def __init__( method source_version (line 663) | def source_version(self): method anatomy_source_version (line 667) | def anatomy_source_version(self): method project_name (line 671) | def project_name(self): method project_name (line 675) | def project_name(self, project_name): method system_settings_entity (line 679) | def system_settings_entity(self): method get_entity_from_path (line 696) | def get_entity_from_path(self, path): method change_project (line 712) | def change_project(self, project_name, source_version=None): method _reset_values (line 728) | def _reset_values(self): method _set_values_for_project (line 739) | def _set_values_for_project(self, project_name): method get_available_source_versions (line 807) | def get_available_source_versions(self, sorted=None): method get_available_studio_versions (line 816) | def get_available_studio_versions(self, sorted=None): method get_available_anatomy_source_versions (line 821) | def get_available_anatomy_source_versions(self, sorted=None): method reset (line 828) | def reset(self, new_state=None): method defaults_dir (line 848) | def defaults_dir(self): method _save_studio_values (line 855) | def _save_studio_values(self): method _validate_values_to_save (line 883) | def _validate_values_to_save(self, value): method _save_project_values (line 886) | def _save_project_values(self): FILE: openpype/settings/exceptions.py class SaveSettingsValidation (line 1) | class SaveSettingsValidation(Exception): class SaveWarningExc (line 5) | class SaveWarningExc(SaveSettingsValidation): method __init__ (line 6) | def __init__(self, warnings): FILE: openpype/settings/handlers.py class SettingsStateInfo (line 30) | class SettingsStateInfo: method __init__ (line 42) | def __init__( method copy (line 71) | def copy(self): method create_new (line 75) | def create_new( method from_data (line 98) | def from_data(cls, data): method to_data (line 113) | def to_data(self): method create_new_empty (line 123) | def create_new_empty(cls, openpype_version, settings_type=None): method from_document (line 137) | def from_document(cls, openpype_version, settings_type, document): method to_document_data (line 161) | def to_document_data(self): method __eq__ (line 171) | def __eq__(self, other): class SettingsHandler (line 189) | class SettingsHandler(object): method save_studio_settings (line 201) | def save_studio_settings(self, data): method save_project_settings (line 215) | def save_project_settings(self, project_name, overrides): method save_project_anatomy (line 234) | def save_project_anatomy(self, project_name, anatomy_data): method save_change_log (line 245) | def save_change_log(self, project_name, changes, settings_type): method get_studio_system_settings_overrides (line 257) | def get_studio_system_settings_overrides(self, return_version): method get_studio_project_settings_overrides (line 262) | def get_studio_project_settings_overrides(self, return_version): method get_studio_project_anatomy_overrides (line 267) | def get_studio_project_anatomy_overrides(self, return_version): method get_project_settings_overrides (line 272) | def get_project_settings_overrides(self, project_name, return_version): method get_project_anatomy_overrides (line 285) | def get_project_anatomy_overrides(self, project_name, return_version): method get_studio_system_settings_overrides_for_version (line 299) | def get_studio_system_settings_overrides_for_version(self, version): method get_studio_project_anatomy_overrides_for_version (line 313) | def get_studio_project_anatomy_overrides_for_version(self, version): method get_studio_project_settings_overrides_for_version (line 327) | def get_studio_project_settings_overrides_for_version(self, version): method get_project_settings_overrides_for_version (line 341) | def get_project_settings_overrides_for_version( method get_global_settings (line 359) | def get_global_settings(self): method clear_studio_system_settings_overrides_for_version (line 375) | def clear_studio_system_settings_overrides_for_version(self, version): method clear_studio_project_settings_overrides_for_version (line 383) | def clear_studio_project_settings_overrides_for_version(self, version): method clear_studio_project_anatomy_overrides_for_version (line 391) | def clear_studio_project_anatomy_overrides_for_version(self, version): method clear_project_settings_overrides_for_version (line 399) | def clear_project_settings_overrides_for_version( method get_available_studio_system_settings_overrides_versions (line 410) | def get_available_studio_system_settings_overrides_versions( method get_available_studio_project_anatomy_overrides_versions (line 421) | def get_available_studio_project_anatomy_overrides_versions( method get_available_studio_project_settings_overrides_versions (line 432) | def get_available_studio_project_settings_overrides_versions( method get_available_project_settings_overrides_versions (line 443) | def get_available_project_settings_overrides_versions( method get_system_last_saved_info (line 458) | def get_system_last_saved_info(self): method get_project_last_saved_info (line 471) | def get_project_last_saved_info(self, project_name): method get_last_opened_info (line 489) | def get_last_opened_info(self): method opened_settings_ui (line 503) | def opened_settings_ui(self): method closed_settings_ui (line 518) | def closed_settings_ui(self, info_obj): class LocalSettingsHandler (line 537) | class LocalSettingsHandler: method save_local_settings (line 544) | def save_local_settings(self, data): method get_local_settings (line 553) | def get_local_settings(self): class CacheValues (line 558) | class CacheValues: method __init__ (line 561) | def __init__(self): method data_copy (line 567) | def data_copy(self): method update_data (line 572) | def update_data(self, data, version): method update_last_saved_info (line 577) | def update_last_saved_info(self, last_saved_info): method update_from_document (line 580) | def update_from_document(self, document, version): method to_json_string (line 593) | def to_json_string(self): method is_outdated (line 597) | def is_outdated(self): method set_outdated (line 603) | def set_outdated(self): class MongoSettingsHandler (line 607) | class MongoSettingsHandler(SettingsHandler): method __init__ (line 613) | def __init__(self): method _prepare_project_settings_keys (line 643) | def _prepare_project_settings_keys(self): method anatomy_keys (line 661) | def anatomy_keys(self): method attribute_keys (line 667) | def attribute_keys(self): method get_global_settings_doc (line 672) | def get_global_settings_doc(self): method get_global_settings (line 680) | def get_global_settings(self): method _extract_global_settings (line 689) | def _extract_global_settings(self, data): method _apply_global_settings (line 718) | def _apply_global_settings( method save_studio_settings (line 789) | def save_studio_settings(self, data): method save_project_settings (line 858) | def save_project_settings(self, project_name, overrides): method save_project_anatomy (line 892) | def save_project_anatomy(self, project_name, anatomy_data): method prepare_mongo_update_dict (line 920) | def prepare_mongo_update_dict(cls, in_data): method save_change_log (line 934) | def save_change_log(self, project_name, changes, settings_type): method _save_project_anatomy_data (line 960) | def _save_project_anatomy_data(self, project_name, data_cache): method _save_project_data (line 1023) | def _save_project_data( method _get_versions_order_doc (line 1057) | def _get_versions_order_doc(self, projection=None): method _check_version_order (line 1064) | def _check_version_order(self): method find_closest_version_for_projects (line 1117) | def find_closest_version_for_projects(self, project_names): method _find_closest_settings_id (line 1155) | def _find_closest_settings_id( method _find_closest_settings (line 1255) | def _find_closest_settings( method _find_closest_system_settings (line 1265) | def _find_closest_system_settings(self): method _find_closest_project_settings (line 1271) | def _find_closest_project_settings(self, project_name): method _find_closest_project_anatomy (line 1283) | def _find_closest_project_anatomy(self): method _get_studio_system_settings_overrides_for_version (line 1291) | def _get_studio_system_settings_overrides_for_version(self, version=No... method _get_project_settings_overrides_for_version (line 1306) | def _get_project_settings_overrides_for_version( method _get_project_anatomy_overrides_for_version (line 1330) | def _get_project_anatomy_overrides_for_version(self, version=None): method get_studio_system_settings_overrides (line 1347) | def get_studio_system_settings_overrides(self, return_version): method _get_system_settings_overrides_doc (line 1373) | def _get_system_settings_overrides_doc(self): method get_system_last_saved_info (line 1389) | def get_system_last_saved_info(self): method _get_project_settings_overrides (line 1396) | def _get_project_settings_overrides(self, project_name, return_version): method _get_project_settings_overrides_doc (line 1417) | def _get_project_settings_overrides_doc(self, project_name): method get_project_last_saved_info (line 1433) | def get_project_last_saved_info(self, project_name): method get_studio_project_settings_overrides (line 1440) | def get_studio_project_settings_overrides(self, return_version): method get_project_settings_overrides (line 1444) | def get_project_settings_overrides(self, project_name, return_version): method project_doc_to_anatomy_data (line 1461) | def project_doc_to_anatomy_data(self, project_doc): method _get_project_anatomy_overrides (line 1501) | def _get_project_anatomy_overrides(self, project_name, return_version): method get_studio_project_anatomy_overrides (line 1531) | def get_studio_project_anatomy_overrides(self, return_version): method get_project_anatomy_overrides (line 1535) | def get_project_anatomy_overrides(self, project_name): method get_studio_system_settings_overrides_for_version (line 1549) | def get_studio_system_settings_overrides_for_version(self, version): method get_studio_project_anatomy_overrides_for_version (line 1555) | def get_studio_project_anatomy_overrides_for_version(self, version): method get_studio_project_settings_overrides_for_version (line 1561) | def get_studio_project_settings_overrides_for_version(self, version): method get_project_settings_overrides_for_version (line 1567) | def get_project_settings_overrides_for_version( method clear_studio_system_settings_overrides_for_version (line 1578) | def clear_studio_system_settings_overrides_for_version(self, version): method clear_studio_project_settings_overrides_for_version (line 1584) | def clear_studio_project_settings_overrides_for_version(self, version): method clear_studio_project_anatomy_overrides_for_version (line 1591) | def clear_studio_project_anatomy_overrides_for_version(self, version): method clear_project_settings_overrides_for_version (line 1597) | def clear_project_settings_overrides_for_version( method _sort_versions (line 1606) | def _sort_versions(self, versions): method get_available_studio_system_settings_overrides_versions (line 1655) | def get_available_studio_system_settings_overrides_versions( method get_available_studio_project_anatomy_overrides_versions (line 1674) | def get_available_studio_project_anatomy_overrides_versions( method get_available_studio_project_settings_overrides_versions (line 1693) | def get_available_studio_project_settings_overrides_versions( method get_available_project_settings_overrides_versions (line 1715) | def get_available_project_settings_overrides_versions( method get_last_opened_info (line 1737) | def get_last_opened_info(self): method opened_settings_ui (line 1752) | def opened_settings_ui(self): method closed_settings_ui (line 1775) | def closed_settings_ui(self, info_obj): class MongoLocalSettingsHandler (line 1796) | class MongoLocalSettingsHandler(LocalSettingsHandler): method __init__ (line 1804) | def __init__(self, local_site_id=None): method save_local_settings (line 1830) | def save_local_settings(self, data): method get_local_settings (line 1853) | def get_local_settings(self): FILE: openpype/settings/lib.py function clear_metadata_from_settings (line 51) | def clear_metadata_from_settings(values): function calculate_changes (line 64) | def calculate_changes(old_value, new_value): function create_settings_handler (line 83) | def create_settings_handler(): function create_local_settings_handler (line 92) | def create_local_settings_handler(): function require_handler (line 99) | def require_handler(func): function require_local_handler (line 109) | def require_local_handler(func): function get_system_last_saved_info (line 120) | def get_system_last_saved_info(): function get_project_last_saved_info (line 125) | def get_project_last_saved_info(project_name): function get_last_opened_info (line 130) | def get_last_opened_info(): function opened_settings_ui (line 135) | def opened_settings_ui(): function closed_settings_ui (line 140) | def closed_settings_ui(info_obj): function save_studio_settings (line 145) | def save_studio_settings(data): function save_project_settings (line 194) | def save_project_settings(project_name, overrides): function save_project_anatomy (line 255) | def save_project_anatomy(project_name, anatomy_data): function _system_settings_backwards_compatible_conversion (line 316) | def _system_settings_backwards_compatible_conversion(studio_overrides): function _project_anatomy_backwards_compatible_conversion (line 343) | def _project_anatomy_backwards_compatible_conversion(project_anatomy): function get_studio_system_settings_overrides (line 360) | def get_studio_system_settings_overrides(return_version=False): function get_studio_project_settings_overrides (line 372) | def get_studio_project_settings_overrides(return_version=False): function get_studio_project_anatomy_overrides (line 379) | def get_studio_project_anatomy_overrides(return_version=False): function get_project_settings_overrides (line 386) | def get_project_settings_overrides(project_name, return_version=False): function get_project_anatomy_overrides (line 393) | def get_project_anatomy_overrides(project_name): function get_studio_system_settings_overrides_for_version (line 400) | def get_studio_system_settings_overrides_for_version(version): function get_studio_project_anatomy_overrides_for_version (line 408) | def get_studio_project_anatomy_overrides_for_version(version): function get_studio_project_settings_overrides_for_version (line 416) | def get_studio_project_settings_overrides_for_version(version): function get_project_settings_overrides_for_version (line 424) | def get_project_settings_overrides_for_version( function get_available_studio_system_settings_overrides_versions (line 434) | def get_available_studio_system_settings_overrides_versions(sorted=None): function get_available_studio_project_anatomy_overrides_versions (line 444) | def get_available_studio_project_anatomy_overrides_versions(sorted=None): function get_available_studio_project_settings_overrides_versions (line 454) | def get_available_studio_project_settings_overrides_versions(sorted=None): function get_available_project_settings_overrides_versions (line 464) | def get_available_project_settings_overrides_versions( function find_closest_version_for_projects (line 476) | def find_closest_version_for_projects(project_names): function clear_studio_system_settings_overrides_for_version (line 484) | def clear_studio_system_settings_overrides_for_version(version): function clear_studio_project_settings_overrides_for_version (line 492) | def clear_studio_project_settings_overrides_for_version(version): function clear_studio_project_anatomy_overrides_for_version (line 500) | def clear_studio_project_anatomy_overrides_for_version(version): function clear_project_settings_overrides_for_version (line 508) | def clear_project_settings_overrides_for_version( function save_local_settings (line 517) | def save_local_settings(data): function _get_local_settings (line 522) | def _get_local_settings(): function get_local_settings (line 526) | def get_local_settings(): function load_openpype_default_settings (line 533) | def load_openpype_default_settings(): function reset_default_settings (line 538) | def reset_default_settings(): function _get_default_settings (line 544) | def _get_default_settings(): function get_default_settings (line 583) | def get_default_settings(): function load_json_file (line 598) | def load_json_file(fpath): function load_jsons_from_dir (line 612) | def load_jsons_from_dir(path, *args, **kwargs): function subkey_merge (line 682) | def subkey_merge(_dict, value, keys): function merge_overrides (line 695) | def merge_overrides(source_dict, override_dict): function apply_overrides (line 715) | def apply_overrides(source_data, override_data): function apply_local_settings_on_system_settings (line 722) | def apply_local_settings_on_system_settings(system_settings, local_setti... function apply_local_settings_on_anatomy_settings (line 774) | def apply_local_settings_on_anatomy_settings( function get_site_local_overrides (line 849) | def get_site_local_overrides(project_name, site_name, local_settings=None): function apply_local_settings_on_project_settings (line 887) | def apply_local_settings_on_project_settings( function _get_system_settings (line 925) | def _get_system_settings(clear_metadata=True, exclude_locals=None): function get_default_project_settings (line 948) | def get_default_project_settings(clear_metadata=True, exclude_locals=None): function get_default_anatomy_settings (line 969) | def get_default_anatomy_settings(clear_metadata=True, exclude_locals=None): function get_anatomy_settings (line 991) | def get_anatomy_settings( function _get_project_settings (line 1027) | def _get_project_settings( function get_current_project_settings (line 1061) | def get_current_project_settings(): function _get_global_settings (line 1078) | def _get_global_settings(): function get_global_settings (line 1088) | def get_global_settings(): function _get_general_environments (line 1095) | def _get_general_environments(): function get_general_environments (line 1124) | def get_general_environments(): function get_system_settings (line 1131) | def get_system_settings(*args, **kwargs): function get_project_settings (line 1139) | def get_project_settings(project_name, *args, **kwargs): FILE: openpype/style/__init__.py class _Cache (line 14) | class _Cache: function get_style_image_path (line 27) | def get_style_image_path(image_name): function _get_colors_raw_data (line 39) | def _get_colors_raw_data(): function get_colors_data (line 51) | def get_colors_data(): function _convert_color_values_to_objects (line 60) | def _convert_color_values_to_objects(value): function get_objected_colors (line 85) | def get_objected_colors(*keys): function _load_stylesheet (line 119) | def _load_stylesheet(): function _load_font (line 158) | def _load_font(): function load_stylesheet (line 200) | def load_stylesheet(): function get_app_icon_path (line 209) | def get_app_icon_path(): function app_icon_path (line 214) | def app_icon_path(): function get_default_tools_icon_color (line 219) | def get_default_tools_icon_color(): function get_default_entity_icon_color (line 233) | def get_default_entity_icon_color(): function get_disabled_entity_icon_color (line 247) | def get_disabled_entity_icon_color(): function get_deprecated_entity_font_color (line 263) | def get_deprecated_entity_font_color(): FILE: openpype/style/color_defs.py function parse_color (line 19) | def parse_color(value): function create_qcolor (line 43) | def create_qcolor(*args): function min_max_check (line 55) | def min_max_check(value, min_value, max_value): function int_validation (line 79) | def int_validation(value, min_value=None, max_value=None): function float_validation (line 98) | def float_validation(value, min_value=None, max_value=None): class UnknownColor (line 117) | class UnknownColor: method __init__ (line 123) | def __init__(self, value): method get_qcolor (line 126) | def get_qcolor(self): class HEXColor (line 130) | class HEXColor: method __init__ (line 141) | def __init__(self, color_string): method red (line 150) | def red(self): method green (line 154) | def green(self): method blue (line 158) | def blue(self): method to_stylesheet_str (line 161) | def to_stylesheet_str(self): method hex_to_rgb (line 165) | def hex_to_rgb(cls, value): method get_qcolor (line 181) | def get_qcolor(self): class RGBColor (line 185) | class RGBColor: method __init__ (line 193) | def __init__(self, value): method red (line 212) | def red(self): method green (line 216) | def green(self): method blue (line 220) | def blue(self): method get_qcolor (line 223) | def get_qcolor(self): class RGBAColor (line 227) | class RGBAColor: method __init__ (line 235) | def __init__(self, value): method red (line 260) | def red(self): method green (line 264) | def green(self): method blue (line 268) | def blue(self): method alpha (line 272) | def alpha(self): method get_qcolor (line 275) | def get_qcolor(self): class HSLColor (line 279) | class HSLColor: method __init__ (line 289) | def __init__(self, value): method hue (line 315) | def hue(self): method saturation (line 319) | def saturation(self): method light (line 323) | def light(self): method get_qcolor (line 326) | def get_qcolor(self): class HSLAColor (line 332) | class HSLAColor: method __init__ (line 343) | def __init__(self, value): method hue (line 373) | def hue(self): method saturation (line 377) | def saturation(self): method light (line 381) | def light(self): method alpha (line 385) | def alpha(self): method get_qcolor (line 388) | def get_qcolor(self): FILE: openpype/style/pyqt5_resources.py function qInitResources (line 1566) | def qInitResources(): function qCleanupResources (line 1572) | def qCleanupResources(): FILE: openpype/style/pyside2_resources.py function qInitResources (line 1485) | def qInitResources(): function qCleanupResources (line 1491) | def qCleanupResources(): FILE: openpype/style/pyside6_resources.py function qInitResources (line 1515) | def qInitResources(): function qCleanupResources (line 1520) | def qCleanupResources(): FILE: openpype/style/qrc_resources.py function qInitResources (line 14) | def qInitResources(): function qCleanupResources (line 22) | def qCleanupResources(): FILE: openpype/tests/lib.py function setup (line 22) | def setup(): function setup_empty (line 26) | def setup_empty(): function teardown (line 37) | def teardown(): function captured_stdout (line 53) | def captured_stdout(): function captured_stderr (line 63) | def captured_stderr(): function tempdir (line 73) | def tempdir(): function is_in_tests (line 82) | def is_in_tests(): FILE: openpype/tests/mongo_performance.py class TestPerformance (line 8) | class TestPerformance(): method __init__ (line 44) | def __init__(self, version='array'): method prepare (line 65) | def prepare(self, no_of_records=100000, create_files=False): method run (line 124) | def run(self, queries=1000, loops=3): method get_files (line 170) | def get_files(self, mode, i, file_id, file_id2, file_id3, method get_files_array (line 187) | def get_files_array(self, i, file_id, file_id2, file_id3, method get_files_doc (line 222) | def get_files_doc(self, i, file_id, file_id2, file_id3): method get_sites (line 252) | def get_sites(self, number_of_sites=50): FILE: openpype/tests/test_avalon_plugin_presets.py class MyTestCreator (line 9) | class MyTestCreator(LegacyCreator): method __init__ (line 13) | def __init__(self, name, asset, options=None, data=None): class Test (line 21) | class Test: method install (line 26) | def install(): function test_avalon_plugin_presets (line 30) | def test_avalon_plugin_presets(monkeypatch, printer): FILE: openpype/tests/test_lib_restructuralization.py function test_backward_compatibility (line 5) | def test_backward_compatibility(printer): FILE: openpype/tests/test_pyblish_filter.py function test_pyblish_plugin_filter_modifier (line 9) | def test_pyblish_plugin_filter_modifier(printer, monkeypatch): function test_pyblish_plugin_filter_removal (line 44) | def test_pyblish_plugin_filter_removal(monkeypatch): FILE: openpype/tools/adobe_webserver/app.py class WebServerTool (line 24) | class WebServerTool: method __init__ (line 33) | def __init__(self): method add_route (line 58) | def add_route(self, *args, **kwargs): method add_static (line 61) | def add_static(self, *args, **kwargs): method start_server (line 64) | def start_server(self): method stop_server (line 68) | def stop_server(self): method send_context_change (line 71) | async def send_context_change(self, host): method port_occupied (line 95) | def port_occupied(self, host_name, port): method call (line 113) | def call(self, func): method get_instance (line 123) | def get_instance(): method is_running (line 129) | def is_running(self): method stop (line 134) | def stop(self): method thread_stopped (line 147) | def thread_stopped(self): class WebServerThread (line 152) | class WebServerThread(threading.Thread): method __init__ (line 159) | def __init__(self, module, port): method run (line 170) | def run(self): method start_server (line 201) | async def start_server(self): method stop (line 208) | def stop(self): method check_shutdown (line 212) | async def check_shutdown(self): FILE: openpype/tools/assetlinks/widgets.py class SimpleLinkView (line 12) | class SimpleLinkView(QtWidgets.QWidget): method __init__ (line 13) | def __init__(self, dbcon, parent): method project_name (line 36) | def project_name(self): method clear (line 39) | def clear(self): method set_version (line 43) | def set_version(self, version_doc): method showEvent (line 49) | def showEvent(self, event): method _fill_values (line 53) | def _fill_values(self): method _fill_inputs (line 61) | def _fill_inputs(self, version_doc): method _fill_outputs (line 114) | def _fill_outputs(self, version_doc): FILE: openpype/tools/attribute_defs/dialog.py class AttributeDefinitionsDialog (line 6) | class AttributeDefinitionsDialog(QtWidgets.QDialog): method __init__ (line 7) | def __init__(self, attr_defs, parent=None): method get_values (line 32) | def get_values(self): FILE: openpype/tools/attribute_defs/files_widget.py function convert_bytes_to_json (line 30) | def convert_bytes_to_json(bytes_value): function convert_data_to_bytes (line 44) | def convert_data_to_bytes(data): class SupportLabel (line 51) | class SupportLabel(QtWidgets.QLabel): class DropEmpty (line 55) | class DropEmpty(QtWidgets.QWidget): method __init__ (line 58) | def __init__(self, single_item, allow_sequences, extensions_label, par... method set_extensions (line 108) | def set_extensions(self, extensions): method set_allow_folders (line 120) | def set_allow_folders(self, allowed): method _update_items_label (line 127) | def _update_items_label(self): method resizeEvent (line 182) | def resizeEvent(self, event): method _on_update_size_timer (line 186) | def _on_update_size_timer(self): method paintEvent (line 199) | def paintEvent(self, event): class FilesModel (line 230) | class FilesModel(QtGui.QStandardItemModel): method __init__ (line 231) | def __init__(self, single_item, allow_sequences): method id (line 248) | def id(self): method _on_about_to_be_removed (line 251) | def _on_about_to_be_removed(self, parent_index, start, end): method _on_insert (line 265) | def _on_insert(self, parent_index, start, end): method set_multivalue (line 279) | def set_multivalue(self, multivalue): method add_filepaths (line 286) | def add_filepaths(self, items): method remove_item_by_ids (line 320) | def remove_item_by_ids(self, item_ids): method get_file_item_by_id (line 336) | def get_file_item_by_id(self, item_id): method _create_item (line 339) | def _create_item(self, file_item): method mimeData (line 362) | def mimeData(self, indexes): method dropMimeData (line 385) | def dropMimeData(self, mime_data, action, row, col, index): class FilesProxyModel (line 429) | class FilesProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 430) | def __init__(self, *args, **kwargs): method set_multivalue (line 436) | def set_multivalue(self, multivalue): method set_allow_folders (line 444) | def set_allow_folders(self, allow=None): method set_allowed_extensions (line 453) | def set_allowed_extensions(self, extensions=None): method are_valid_files (line 466) | def are_valid_files(self, filepaths): method filter_valid_files (line 477) | def filter_valid_files(self, filepaths): method filterAcceptsRow (line 489) | def filterAcceptsRow(self, row, parent_index): method lessThan (line 510) | def lessThan(self, left, right): class ItemWidget (line 522) | class ItemWidget(QtWidgets.QWidget): method __init__ (line 525) | def __init__( method _update_btn_size (line 565) | def _update_btn_size(self): method showEvent (line 579) | def showEvent(self, event): method resizeEvent (line 583) | def resizeEvent(self, event): method _on_actions_clicked (line 587) | def _on_actions_clicked(self): class InViewButton (line 593) | class InViewButton(IconButton): class FilesView (line 597) | class FilesView(QtWidgets.QListView): method __init__ (line 603) | def __init__(self, *args, **kwargs): method setSelectionModel (line 633) | def setSelectionModel(self, *args, **kwargs): method set_multivalue (line 643) | def set_multivalue(self, multivalue): method update_remove_btn_visibility (line 649) | def update_remove_btn_visibility(self): method has_selected_item_ids (line 656) | def has_selected_item_ids(self): method get_selected_item_ids (line 664) | def get_selected_item_ids(self): method has_selected_sequence (line 674) | def has_selected_sequence(self): method event (line 680) | def event(self, event): method _on_context_menu_request (line 691) | def _on_context_menu_request(self, pos): method _on_selection_change (line 697) | def _on_selection_change(self): method _on_remove_clicked (line 700) | def _on_remove_clicked(self): method _update_remove_btn (line 703) | def _update_remove_btn(self): method resizeEvent (line 712) | def resizeEvent(self, event): method showEvent (line 716) | def showEvent(self, event): class FilesWidget (line 722) | class FilesWidget(QtWidgets.QFrame): method __init__ (line 725) | def __init__(self, single_item, allow_sequences, extensions_label, par... method _set_multivalue (line 766) | def _set_multivalue(self, multivalue): method set_value (line 775) | def set_value(self, value, multivalue): method current_value (line 787) | def current_value(self): method set_filters (line 808) | def set_filters(self, folders_allowed, exts_filter): method _on_rows_inserted (line 814) | def _on_rows_inserted(self, parent_index, start_row, end_row): method _on_rows_removed (line 845) | def _on_rows_removed(self, parent_index, start_row, end_row): method _on_split_request (line 866) | def _on_split_request(self): method _on_remove_requested (line 883) | def _on_remove_requested(self): method _on_context_menu_requested (line 891) | def _on_context_menu_requested(self, pos): method dragEnterEvent (line 908) | def dragEnterEvent(self, event): method dragLeaveEvent (line 929) | def dragLeaveEvent(self, event): method dropEvent (line 932) | def dropEvent(self, event): method _handle_full_data_drag (line 958) | def _handle_full_data_drag(self, value): method _handle_full_data_drop (line 970) | def _handle_full_data_drop(self, value): method _copy_modifiers_enabled (line 994) | def _copy_modifiers_enabled(self): method _add_filepaths (line 1002) | def _add_filepaths(self, filepaths): method _remove_item_by_ids (line 1005) | def _remove_item_by_ids(self, item_ids): method _update_visibility (line 1008) | def _update_visibility(self): FILE: openpype/tools/attribute_defs/widgets.py function create_widget_for_attr_def (line 29) | def create_widget_for_attr_def(attr_def, parent=None): function _create_widget_for_attr_def (line 39) | def _create_widget_for_attr_def(attr_def, parent=None): class AttributeDefinitionsWidget (line 77) | class AttributeDefinitionsWidget(QtWidgets.QWidget): method __init__ (line 85) | def __init__(self, attr_defs=None, parent=None): method clear_attr_defs (line 93) | def clear_attr_defs(self): method set_attr_defs (line 117) | def set_attr_defs(self, attr_defs): method add_attr_defs (line 123) | def add_attr_defs(self, attr_defs): method set_value (line 168) | def set_value(self, value): method current_value (line 182) | def current_value(self): class _BaseAttrDefWidget (line 192) | class _BaseAttrDefWidget(QtWidgets.QWidget): method __init__ (line 196) | def __init__(self, attr_def, parent): method _ui_init (line 208) | def _ui_init(self): method current_value (line 215) | def current_value(self): method set_value (line 222) | def set_value(self, value, multivalue=False): class SeparatorAttrWidget (line 230) | class SeparatorAttrWidget(_BaseAttrDefWidget): method _ui_init (line 231) | def _ui_init(self): class LabelAttrWidget (line 242) | class LabelAttrWidget(_BaseAttrDefWidget): method _ui_init (line 243) | def _ui_init(self): class ClickableLineEdit (line 254) | class ClickableLineEdit(QtWidgets.QLineEdit): method __init__ (line 257) | def __init__(self, text, parent): method mousePressEvent (line 264) | def mousePressEvent(self, event): method mouseReleaseEvent (line 269) | def mouseReleaseEvent(self, event): class NumberAttrWidget (line 278) | class NumberAttrWidget(_BaseAttrDefWidget): method _ui_init (line 279) | def _ui_init(self): method eventFilter (line 315) | def eventFilter(self, obj, event): method current_value (line 324) | def current_value(self): method set_value (line 327) | def set_value(self, value, multivalue=False): method _on_value_change (line 348) | def _on_value_change(self, new_value): method _on_multi_click (line 352) | def _on_multi_click(self): method _set_multiselection_visible (line 355) | def _set_multiselection_visible(self, visible, change_focus=False): class TextAttrWidget (line 378) | class TextAttrWidget(_BaseAttrDefWidget): method _ui_init (line 379) | def _ui_init(self): method _on_value_change (line 410) | def _on_value_change(self): method current_value (line 417) | def current_value(self): method set_value (line 422) | def set_value(self, value, multivalue=False): class BoolAttrWidget (line 447) | class BoolAttrWidget(_BaseAttrDefWidget): method _ui_init (line 448) | def _ui_init(self): method _on_value_change (line 462) | def _on_value_change(self): method current_value (line 466) | def current_value(self): method set_value (line 469) | def set_value(self, value, multivalue=False): class EnumAttrWidget (line 487) | class EnumAttrWidget(_BaseAttrDefWidget): method __init__ (line 488) | def __init__(self, *args, **kwargs): method multiselection (line 493) | def multiselection(self): method _ui_init (line 496) | def _ui_init(self): method _on_value_change (line 525) | def _on_value_change(self): method current_value (line 532) | def current_value(self): method _multiselection_multivalue_prep (line 538) | def _multiselection_multivalue_prep(self, values): method set_value (line 550) | def set_value(self, value, multivalue=False): class UnknownAttrWidget (line 579) | class UnknownAttrWidget(_BaseAttrDefWidget): method _ui_init (line 580) | def _ui_init(self): method current_value (line 589) | def current_value(self): method set_value (line 594) | def set_value(self, value, multivalue=False): class HiddenAttrWidget (line 608) | class HiddenAttrWidget(_BaseAttrDefWidget): method _ui_init (line 609) | def _ui_init(self): method setVisible (line 614) | def setVisible(self, visible): method current_value (line 619) | def current_value(self): method set_value (line 626) | def set_value(self, value, multivalue=False): class FileAttrWidget (line 631) | class FileAttrWidget(_BaseAttrDefWidget): method _ui_init (line 632) | def _ui_init(self): method _on_value_change (line 653) | def _on_value_change(self): method current_value (line 657) | def current_value(self): method set_value (line 660) | def set_value(self, value, multivalue=False): FILE: openpype/tools/ayon_launcher/abstract.py class AbstractLauncherCommon (line 7) | class AbstractLauncherCommon(object): method register_event_callback (line 9) | def register_event_callback(self, topic, callback): class AbstractLauncherBackend (line 23) | class AbstractLauncherBackend(AbstractLauncherCommon): method emit_event (line 25) | def emit_event(self, topic, data=None, source=None): method get_project_settings (line 37) | def get_project_settings(self, project_name): method get_project_entity (line 50) | def get_project_entity(self, project_name): method get_folder_entity (line 63) | def get_folder_entity(self, project_name, folder_id): method get_task_entity (line 77) | def get_task_entity(self, project_name, task_id): class AbstractLauncherFrontEnd (line 91) | class AbstractLauncherFrontEnd(AbstractLauncherCommon): method get_project_items (line 94) | def get_project_items(self, sender=None): method get_folder_items (line 112) | def get_folder_items(self, project_name, sender=None): method get_task_items (line 131) | def get_task_items(self, project_name, folder_id, sender=None): method get_selected_project_name (line 151) | def get_selected_project_name(self): method get_selected_folder_id (line 161) | def get_selected_folder_id(self): method get_selected_task_id (line 171) | def get_selected_task_id(self): method get_selected_task_name (line 181) | def get_selected_task_name(self): method get_selected_context (line 191) | def get_selected_context(self): method set_selected_project (line 209) | def set_selected_project(self, project_name): method set_selected_folder (line 220) | def set_selected_folder(self, folder_id): method set_selected_task (line 231) | def set_selected_task(self, task_id, task_name): method get_action_items (line 245) | def get_action_items(self, project_name, folder_id, task_id): method trigger_action (line 261) | def trigger_action(self, project_name, folder_id, task_id, action_id): method set_application_force_not_open_workfile (line 274) | def set_application_force_not_open_workfile( method refresh (line 290) | def refresh(self): method refresh_actions (line 300) | def refresh_actions(self): FILE: openpype/tools/ayon_launcher/control.py class BaseLauncherController (line 10) | class BaseLauncherController( method __init__ (line 13) | def __init__(self): method log (line 24) | def log(self): method event_system (line 30) | def event_system(self): method emit_event (line 48) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 55) | def register_event_callback(self, topic, callback): method get_project_items (line 59) | def get_project_items(self, sender=None): method get_folder_items (line 62) | def get_folder_items(self, project_name, sender=None): method get_task_items (line 65) | def get_task_items(self, project_name, folder_id, sender=None): method get_project_settings (line 70) | def get_project_settings(self, project_name): method get_project_entity (line 78) | def get_project_entity(self, project_name): method get_folder_entity (line 81) | def get_folder_entity(self, project_name, folder_id): method get_task_entity (line 85) | def get_task_entity(self, project_name, task_id): method get_selected_project_name (line 89) | def get_selected_project_name(self): method set_selected_project (line 92) | def set_selected_project(self, project_name): method get_selected_folder_id (line 95) | def get_selected_folder_id(self): method set_selected_folder (line 98) | def set_selected_folder(self, folder_id): method get_selected_task_id (line 101) | def get_selected_task_id(self): method get_selected_task_name (line 104) | def get_selected_task_name(self): method set_selected_task (line 107) | def set_selected_task(self, task_id, task_name): method get_selected_context (line 110) | def get_selected_context(self): method get_action_items (line 119) | def get_action_items(self, project_name, folder_id, task_id): method set_application_force_not_open_workfile (line 123) | def set_application_force_not_open_workfile( method trigger_action (line 130) | def trigger_action(self, project_name, folder_id, task_id, identifier): method refresh (line 135) | def refresh(self): method refresh_actions (line 148) | def refresh_actions(self): method _emit_event (line 160) | def _emit_event(self, topic, data=None): FILE: openpype/tools/ayon_launcher/models/actions.py class ApplicationAction (line 43) | class ApplicationAction(LauncherAction): method log (line 78) | def log(self): method is_compatible (line 83) | def is_compatible(self, session): method _show_message_box (line 100) | def _show_message_box(self, title, message, details=None): method process (line 114) | def process(self, session, **kwargs): class ActionItem (line 150) | class ActionItem: method __init__ (line 171) | def __init__( method copy (line 191) | def copy(self): method full_label (line 195) | def full_label(self): method to_data (line 203) | def to_data(self): method from_data (line 216) | def from_data(cls, data): function get_action_icon (line 220) | def get_action_icon(action): class ActionsModel (line 261) | class ActionsModel: method __init__ (line 270) | def __init__(self, controller): method log (line 282) | def log(self): method refresh (line 287) | def refresh(self): method get_action_items (line 296) | def get_action_items(self, project_name, folder_id, task_id): method set_application_force_not_open_workfile (line 328) | def set_application_force_not_open_workfile( method trigger_action (line 341) | def trigger_action(self, project_name, folder_id, task_id, identifier): method _get_no_last_workfile_reg_data (line 383) | def _get_no_last_workfile_reg_data(self): method _get_no_last_workfile_for_context (line 393) | def _get_no_last_workfile_for_context( method _prepare_session (line 404) | def _prepare_session(self, project_name, folder_id, task_id): method _get_discovered_action_classes (line 424) | def _get_discovered_action_classes(self): method _get_action_objects (line 432) | def _get_action_objects(self): method _get_action_items (line 444) | def _get_action_items(self, project_name): method _get_applications_action_classes (line 476) | def _get_applications_action_classes(self): FILE: openpype/tools/ayon_launcher/models/selection.py class LauncherSelectionModel (line 1) | class LauncherSelectionModel(object): method __init__ (line 12) | def __init__(self, controller): method get_selected_project_name (line 20) | def get_selected_project_name(self): method set_selected_project (line 23) | def set_selected_project(self, project_name): method get_selected_folder_id (line 34) | def get_selected_folder_id(self): method set_selected_folder (line 37) | def set_selected_folder(self, folder_id): method get_selected_task_name (line 51) | def get_selected_task_name(self): method get_selected_task_id (line 54) | def get_selected_task_id(self): method set_selected_task (line 57) | def set_selected_task(self, task_id, task_name): FILE: openpype/tools/ayon_launcher/ui/actions_widget.py function _variant_label_sort_getter (line 22) | def _variant_label_sort_getter(action_item): class ActionsQtModel (line 37) | class ActionsQtModel(QtGui.QStandardItemModel): method __init__ (line 46) | def __init__(self, controller): method get_selected_project_name (line 72) | def get_selected_project_name(self): method get_selected_folder_id (line 75) | def get_selected_folder_id(self): method get_selected_task_id (line 78) | def get_selected_task_id(self): method get_group_items (line 81) | def get_group_items(self, action_id): method get_item_by_id (line 84) | def get_item_by_id(self, action_id): method get_action_item_by_id (line 87) | def get_action_item_by_id(self, action_id): method _clear_items (line 90) | def _clear_items(self): method refresh (line 97) | def refresh(self): method _on_selection_project_changed (line 169) | def _on_selection_project_changed(self, event): method _on_selection_folder_changed (line 175) | def _on_selection_folder_changed(self, event): method _on_selection_task_changed (line 181) | def _on_selection_task_changed(self, event): class ActionDelegate (line 188) | class ActionDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 191) | def __init__(self, *args, **kwargs): method _draw_animation (line 196) | def _draw_animation(self, painter, option, index): method _get_extender_pixmap (line 243) | def _get_extender_pixmap(cls, size): method paint (line 255) | def paint(self, painter, option, index): class ActionsWidget (line 293) | class ActionsWidget(QtWidgets.QWidget): method __init__ (line 294) | def __init__(self, controller, parent): method refresh (line 353) | def refresh(self): method _set_row_height (line 356) | def _set_row_height(self, rows): method _on_model_refresh (line 359) | def _on_model_refresh(self): method _on_animation (line 362) | def _on_animation(self): method _start_animation (line 380) | def _start_animation(self, index): method _on_context_menu (line 391) | def _on_context_menu(self, point): method _on_checkbox_changed (line 428) | def _on_checkbox_changed(self, action_ids, is_checked): method _on_clicked (line 439) | def _on_clicked(self, index): FILE: openpype/tools/ayon_launcher/ui/hierarchy_page.py class HierarchyPage (line 16) | class HierarchyPage(QtWidgets.QWidget): method __init__ (line 17) | def __init__(self, controller, parent): method set_page_visible (line 87) | def set_page_visible(self, visible, project_name=None): method refresh (line 95) | def refresh(self): method _on_back_clicked (line 99) | def _on_back_clicked(self): method _on_refreh_clicked (line 102) | def _on_refreh_clicked(self): method _on_filter_text_changed (line 105) | def _on_filter_text_changed(self, text): FILE: openpype/tools/ayon_launcher/ui/projects_widget.py class ProjectIconView (line 12) | class ProjectIconView(QtWidgets.QListView): method __init__ (line 21) | def __init__(self, parent=None, mode=ListMode): method set_mode (line 32) | def set_mode(self, mode): method mousePressEvent (line 68) | def mousePressEvent(self, event): class ProjectsWidget (line 74) | class ProjectsWidget(QtWidgets.QWidget): method __init__ (line 79) | def __init__(self, controller, parent=None): method has_content (line 126) | def has_content(self): method _on_view_clicked (line 135) | def _on_view_clicked(self, index): method _on_project_filter_change (line 145) | def _on_project_filter_change(self, text): method _on_refresh_clicked (line 148) | def _on_refresh_clicked(self): method _on_projects_refresh_finished (line 151) | def _on_projects_refresh_finished(self, event): FILE: openpype/tools/ayon_launcher/ui/resources/__init__.py function get_options_image_path (line 6) | def get_options_image_path(): FILE: openpype/tools/ayon_launcher/ui/window.py class LauncherWindow (line 13) | class LauncherWindow(QtWidgets.QWidget): method __init__ (line 19) | def __init__(self, controller=None, parent=None): method showEvent (line 155) | def showEvent(self, event): method closeEvent (line 162) | def closeEvent(self, event): method changeEvent (line 167) | def changeEvent(self, event): method _on_actions_refresh_timeout (line 181) | def _on_actions_refresh_timeout(self): method _echo (line 188) | def _echo(self, message): method _on_message_timeout (line 192) | def _on_message_timeout(self): method _on_project_selection_change (line 195) | def _on_project_selection_change(self, event): method _on_projects_refresh (line 204) | def _on_projects_refresh(self): method _on_action_trigger_started (line 217) | def _on_action_trigger_started(self, event): method _on_action_trigger_finished (line 220) | def _on_action_trigger_finished(self, event): method _is_page_slide_anim_running (line 225) | def _is_page_slide_anim_running(self): method _go_to_projects_page (line 230) | def _go_to_projects_page(self): method _go_to_hierarchy_page (line 238) | def _go_to_hierarchy_page(self, project_name): method _start_page_slide_animation (line 246) | def _start_page_slide_animation(self): method _on_page_slide_value_changed (line 278) | def _on_page_slide_value_changed(self, value): method _on_page_slide_finished (line 295) | def _on_page_slide_finished(self): FILE: openpype/tools/ayon_loader/abstract.py class ProductTypeItem (line 11) | class ProductTypeItem: method __init__ (line 20) | def __init__(self, name, icon, checked): method to_data (line 25) | def to_data(self): method from_data (line 33) | def from_data(cls, data): class ProductItem (line 37) | class ProductItem: method __init__ (line 53) | def __init__( method to_data (line 77) | def to_data(self): method from_data (line 95) | def from_data(cls, data): class VersionItem (line 104) | class VersionItem: method __init__ (line 126) | def __init__( method __eq__ (line 156) | def __eq__(self, other): method __ne__ (line 166) | def __ne__(self, other): method __gt__ (line 169) | def __gt__(self, other): method to_data (line 179) | def to_data(self): method from_data (line 197) | def from_data(cls, data): class RepreItem (line 201) | class RepreItem: method __init__ (line 212) | def __init__( method to_data (line 226) | def to_data(self): method from_data (line 236) | def from_data(cls, data): class ActionItem (line 240) | class ActionItem: method __init__ (line 261) | def __init__( method _options_to_data (line 287) | def _options_to_data(self): method to_data (line 303) | def to_data(self): method from_data (line 320) | def from_data(cls, data): class _BaseLoaderController (line 329) | class _BaseLoaderController(object): method get_current_context (line 336) | def get_current_context(self): method reset (line 353) | def reset(self): method get_folder_items (line 364) | def get_folder_items(self, project_name, sender=None): method get_expected_selection_data (line 379) | def get_expected_selection_data(self): method set_expected_selection (line 393) | def set_expected_selection(self, project_name, folder_id): class BackendLoaderController (line 404) | class BackendLoaderController(_BaseLoaderController): method emit_event (line 411) | def emit_event(self, topic, data=None, source=None): method get_loaded_product_ids (line 425) | def get_loaded_product_ids(self): class FrontendLoaderController (line 435) | class FrontendLoaderController(_BaseLoaderController): method register_event_callback (line 437) | def register_event_callback(self, topic, callback): method expected_project_selected (line 449) | def expected_project_selected(self, project_name): method expected_folder_selected (line 459) | def expected_folder_selected(self, folder_id): method get_project_items (line 470) | def get_project_items(self, sender=None): method get_product_items (line 492) | def get_product_items(self, project_name, folder_ids, sender=None): method get_product_item (line 515) | def get_product_item(self, project_name, product_id): method get_product_type_items (line 529) | def get_product_type_items(self, project_name): method get_representation_items (line 544) | def get_representation_items( method get_version_thumbnail_ids (line 569) | def get_version_thumbnail_ids(self, project_name, version_ids): method get_folder_thumbnail_ids (line 583) | def get_folder_thumbnail_ids(self, project_name, folder_ids): method get_versions_representation_count (line 597) | def get_versions_representation_count( method get_thumbnail_path (line 613) | def get_thumbnail_path(self, project_name, thumbnail_id): method get_selected_project_name (line 632) | def get_selected_project_name(self): method get_selected_folder_ids (line 644) | def get_selected_folder_ids(self): method get_selected_version_ids (line 656) | def get_selected_version_ids(self): method get_selected_representation_ids (line 668) | def get_selected_representation_ids(self): method set_selected_project (line 680) | def set_selected_project(self, project_name): method set_selected_folders (line 696) | def set_selected_folders(self, folder_ids): method set_selected_versions (line 713) | def set_selected_versions(self, version_ids): method set_selected_representations (line 731) | def set_selected_representations(self, repre_ids): method get_versions_action_items (line 751) | def get_versions_action_items(self, project_name, version_ids): method get_representations_action_items (line 765) | def get_representations_action_items( method trigger_action_item (line 781) | def trigger_action_item( method change_products_group (line 815) | def change_products_group(self, project_name, product_ids, group_name): method fill_root_in_source (line 835) | def fill_root_in_source(self, source): method is_loaded_products_supported (line 849) | def is_loaded_products_supported(self): method is_standard_projects_filter_enabled (line 859) | def is_standard_projects_filter_enabled(self): method is_site_sync_enabled (line 874) | def is_site_sync_enabled(self, project_name=None): method get_active_site_icon_def (line 892) | def get_active_site_icon_def(self, project_name): method get_remote_site_icon_def (line 906) | def get_remote_site_icon_def(self, project_name): method get_version_sync_availability (line 920) | def get_version_sync_availability(self, project_name, version_ids): method get_representations_sync_status (line 934) | def get_representations_sync_status( FILE: openpype/tools/ayon_loader/control.py class ExpectedSelection (line 26) | class ExpectedSelection: method __init__ (line 27) | def __init__(self, controller): method _emit_change (line 36) | def _emit_change(self): method set_expected_selection (line 42) | def set_expected_selection(self, project_name, folder_id): method get_expected_selection_data (line 50) | def get_expected_selection_data(self): method is_expected_project_selected (line 70) | def is_expected_project_selected(self, project_name): method is_expected_folder_selected (line 73) | def is_expected_folder_selected(self, folder_id): method expected_project_selected (line 76) | def expected_project_selected(self, project_name): method expected_folder_selected (line 83) | def expected_folder_selected(self, folder_id): class LoaderController (line 91) | class LoaderController(BackendLoaderController, FrontendLoaderController): method __init__ (line 98) | def __init__(self, host=None): method log (line 119) | def log(self): method emit_event (line 128) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 135) | def register_event_callback(self, topic, callback): method reset (line 138) | def reset(self): method get_expected_selection_data (line 165) | def get_expected_selection_data(self): method set_expected_selection (line 168) | def set_expected_selection(self, project_name, folder_id): method expected_project_selected (line 173) | def expected_project_selected(self, project_name): method expected_folder_selected (line 176) | def expected_folder_selected(self, folder_id): method get_project_items (line 180) | def get_project_items(self, sender=None): method get_folder_items (line 183) | def get_folder_items(self, project_name, sender=None): method get_product_items (line 186) | def get_product_items(self, project_name, folder_ids, sender=None): method get_product_item (line 190) | def get_product_item(self, project_name, product_id): method get_product_type_items (line 195) | def get_product_type_items(self, project_name): method get_representation_items (line 198) | def get_representation_items( method get_versions_representation_count (line 205) | def get_versions_representation_count( method get_folder_thumbnail_ids (line 212) | def get_folder_thumbnail_ids(self, project_name, folder_ids): method get_version_thumbnail_ids (line 217) | def get_version_thumbnail_ids(self, project_name, version_ids): method get_thumbnail_path (line 222) | def get_thumbnail_path(self, project_name, thumbnail_id): method change_products_group (line 227) | def change_products_group(self, project_name, product_ids, group_name): method get_versions_action_items (line 232) | def get_versions_action_items(self, project_name, version_ids): method get_representations_action_items (line 236) | def get_representations_action_items( method trigger_action_item (line 249) | def trigger_action_item( method get_selected_project_name (line 274) | def get_selected_project_name(self): method set_selected_project (line 277) | def set_selected_project(self, project_name): method get_selected_folder_ids (line 281) | def get_selected_folder_ids(self): method set_selected_folders (line 284) | def set_selected_folders(self, folder_ids): method get_selected_version_ids (line 287) | def get_selected_version_ids(self): method set_selected_versions (line 290) | def set_selected_versions(self, version_ids): method get_selected_representation_ids (line 293) | def get_selected_representation_ids(self): method set_selected_representations (line 296) | def set_selected_representations(self, repre_ids): method fill_root_in_source (line 299) | def fill_root_in_source(self, source): method get_current_context (line 310) | def get_current_context(self): method get_loaded_product_ids (line 336) | def get_loaded_product_ids(self): method is_site_sync_enabled (line 371) | def is_site_sync_enabled(self, project_name=None): method get_active_site_icon_def (line 374) | def get_active_site_icon_def(self, project_name): method get_remote_site_icon_def (line 377) | def get_remote_site_icon_def(self, project_name): method get_version_sync_availability (line 380) | def get_version_sync_availability(self, project_name, version_ids): method get_representations_sync_status (line 385) | def get_representations_sync_status( method is_loaded_products_supported (line 392) | def is_loaded_products_supported(self): method is_standard_projects_filter_enabled (line 395) | def is_standard_projects_filter_enabled(self): method _get_project_anatomy (line 398) | def _get_project_anatomy(self, project_name): method _create_event_system (line 406) | def _create_event_system(self): method _emit_event (line 409) | def _emit_event(self, topic, data=None): FILE: openpype/tools/ayon_loader/models/actions.py class LoaderActionsModel (line 33) | class LoaderActionsModel: method __init__ (line 54) | def __init__(self, controller): method reset (line 64) | def reset(self): method get_versions_action_items (line 72) | def get_versions_action_items(self, project_name, version_ids): method get_representations_action_items (line 96) | def get_representations_action_items( method trigger_action_item (line 122) | def trigger_action_item( method _get_current_context_project (line 181) | def _get_current_context_project(self): method _get_action_label (line 195) | def _get_action_label(self, loader, representation=None): method _get_action_icon (line 214) | def _get_action_icon(self, loader): method _get_action_tooltip (line 236) | def _get_action_tooltip(self, loader): method _filter_loaders_by_tool_name (line 249) | def _filter_loaders_by_tool_name(self, project_name, loaders): method _create_loader_action_item (line 283) | def _create_loader_action_item( method _get_loaders (line 311) | def _get_loaders(self, project_name): method _get_loader_by_identifier (line 355) | def _get_loader_by_identifier(self, project_name, identifier): method _actions_sorter (line 362) | def _actions_sorter(self, action_item): method _get_version_docs (line 371) | def _get_version_docs(self, project_name, version_ids): method _contexts_for_versions (line 404) | def _contexts_for_versions(self, project_name, version_ids): method _contexts_for_representations (line 482) | def _contexts_for_representations(self, project_name, repre_ids): method _get_action_items_for_contexts (line 556) | def _get_action_items_for_contexts( method _trigger_version_loader (line 641) | def _trigger_version_loader( method _trigger_representation_loader (line 694) | def _trigger_representation_loader( method _load_representations_by_loader (line 748) | def _load_representations_by_loader(self, loader, repre_contexts, opti... method _load_products_by_loader (line 800) | def _load_products_by_loader(self, loader, version_contexts, options): FILE: openpype/tools/ayon_loader/models/products.py function version_item_from_entity (line 20) | def version_item_from_entity(version): function product_item_from_entity (line 70) | def product_item_from_entity( function product_type_item_from_data (line 115) | def product_type_item_from_data(product_type_data): function create_default_product_type_item (line 128) | def create_default_product_type_item(product_type): class ProductsModel (line 137) | class ProductsModel: method __init__ (line 150) | def __init__(self, controller): method reset (line 167) | def reset(self): method get_product_type_items (line 178) | def get_product_type_items(self, project_name): method get_product_items (line 200) | def get_product_items(self, project_name, folder_ids, sender): method get_product_item (line 236) | def get_product_item(self, project_name, product_id): method get_product_ids_by_repre_ids (line 262) | def get_product_ids_by_repre_ids(self, project_name, repre_ids): method get_repre_items (line 287) | def get_repre_items(self, project_name, version_ids, sender): method get_versions_repre_count (line 323) | def get_versions_repre_count(self, project_name, version_ids, sender): method change_products_group (line 359) | def change_products_group(self, project_name, product_ids, group_name): method _get_product_items_by_id (line 412) | def _get_product_items_by_id(self, project_name, product_ids): method _get_version_items_by_id (line 430) | def _get_version_items_by_id(self, project_name, version_ids): method _create_product_items (line 448) | def _create_product_items( method _query_product_items_by_ids (line 491) | def _query_product_items_by_ids( method _query_version_items_by_ids (line 537) | def _query_version_items_by_ids(self, project_name, version_ids): method _clear_product_version_items (line 553) | def _clear_product_version_items(self, project_name, folder_ids): method _refresh_product_items (line 584) | def _refresh_product_items(self, project_name, folder_ids, sender): method _product_refresh_event_manager (line 636) | def _product_refresh_event_manager( method refresh_representation_items (line 662) | def refresh_representation_items( method _refresh_representation_items (line 694) | def _refresh_representation_items(self, project_name, version_ids): FILE: openpype/tools/ayon_loader/models/selection.py class SelectionModel (line 1) | class SelectionModel(object): method __init__ (line 12) | def __init__(self, controller): method get_selected_project_name (line 20) | def get_selected_project_name(self): method set_selected_project (line 23) | def set_selected_project(self, project_name): method get_selected_folder_ids (line 34) | def get_selected_folder_ids(self): method set_selected_folders (line 37) | def set_selected_folders(self, folder_ids): method get_selected_version_ids (line 51) | def get_selected_version_ids(self): method set_selected_versions (line 54) | def set_selected_versions(self, version_ids): method get_selected_representation_ids (line 69) | def get_selected_representation_ids(self): method set_selected_representations (line 72) | def set_selected_representations(self, repre_ids): FILE: openpype/tools/ayon_loader/models/site_sync.py function _default_version_availability (line 17) | def _default_version_availability(): function _default_repre_status (line 21) | def _default_repre_status(): class SiteSyncModel (line 25) | class SiteSyncModel: method __init__ (line 35) | def __init__(self, controller): method reset (line 62) | def reset(self): method is_site_sync_enabled (line 70) | def is_site_sync_enabled(self, project_name=None): method get_active_site (line 97) | def get_active_site(self, project_name): method get_remote_site (line 115) | def get_remote_site(self, project_name): method get_active_site_icon_def (line 133) | def get_active_site_icon_def(self, project_name): method get_remote_site_icon_def (line 148) | def get_remote_site_icon_def(self, project_name): method _get_site_icon_def (line 163) | def _get_site_icon_def(self, project_name, site_name): method get_version_sync_availability (line 171) | def get_version_sync_availability(self, project_name, version_ids): method get_representations_sync_status (line 207) | def get_representations_sync_status( method get_site_sync_action_items (line 245) | def get_site_sync_action_items(self, project_name, representation_ids): method is_site_sync_action (line 292) | def is_site_sync_action(self, identifier): method trigger_action_item (line 308) | def trigger_action_item( method _is_site_sync_addon_enabled (line 353) | def _is_site_sync_addon_enabled(self): method _get_provider_for_site (line 363) | def _get_provider_for_site(self, project_name, site_name): method _get_provider_icon (line 380) | def _get_provider_icon(self, provider): method _refresh_version_availability (line 394) | def _refresh_version_availability(self, project_name, version_ids): method _refresh_representations_sync_status (line 411) | def _refresh_representations_sync_status( method _create_download_action_item (line 431) | def _create_download_action_item(self, project_name, representation_ids): method _create_upload_action_item (line 441) | def _create_upload_action_item(self, project_name, representation_ids): method _create_delete_action_item (line 451) | def _create_delete_action_item(self, project_name, representation_ids): method _create_action_item (line 461) | def _create_action_item( method _add_site (line 488) | def _add_site(self, project_name, repre_id, site_name, family): FILE: openpype/tools/ayon_loader/ui/actions_utils.py function show_actions_menu (line 16) | def show_actions_menu(action_items, global_point, one_item_selected, par... function _get_options (line 66) | def _get_options(action, action_item, parent): function _get_no_loader_action (line 106) | def _get_no_loader_action(menu, one_item_selected): FILE: openpype/tools/ayon_loader/ui/folders_widget.py class UnderlinesFolderDelegate (line 24) | class UnderlinesFolderDelegate(QtWidgets.QItemDelegate): method __init__ (line 33) | def __init__(self, *args, **kwargs): method sizeHint (line 40) | def sizeHint(self, option, index): method paint (line 48) | def paint(self, painter, option, index): class LoaderFoldersModel (line 185) | class LoaderFoldersModel(FoldersQtModel): method __init__ (line 186) | def __init__(self, *args, **kwargs): method _fill_item_data (line 191) | def _fill_item_data(self, item, folder_item): method set_merged_products_selection (line 201) | def set_merged_products_selection(self, items): class LoaderFoldersWidget (line 234) | class LoaderFoldersWidget(QtWidgets.QWidget): method __init__ (line 264) | def __init__(self, controller, parent): method set_name_filter (line 316) | def set_name_filter(self, name): method set_merged_products_selection (line 325) | def set_merged_products_selection(self, items): method refresh (line 335) | def refresh(self): method _on_project_selection_change (line 338) | def _on_project_selection_change(self, event): method _set_project_name (line 342) | def _set_project_name(self, project_name): method _clear (line 345) | def _clear(self): method _on_folders_refresh_finished (line 348) | def _on_folders_refresh_finished(self, event): method _on_controller_refresh (line 352) | def _on_controller_refresh(self): method _on_model_refresh (line 355) | def _on_model_refresh(self): method _get_selected_item_ids (line 361) | def _get_selected_item_ids(self): method _on_selection_change (line 370) | def _on_selection_change(self): method _on_expected_selection_change (line 375) | def _on_expected_selection_change(self, event): method _update_expected_selection (line 378) | def _update_expected_selection(self, expected_data=None): method _set_expected_selection (line 391) | def _set_expected_selection(self): FILE: openpype/tools/ayon_loader/ui/info_widget.py class VersionTextEdit (line 8) | class VersionTextEdit(QtWidgets.QTextEdit): method __init__ (line 16) | def __init__(self, controller, parent): method set_current_item (line 27) | def set_current_item(self, product_item=None, version_item=None): method contextMenuEvent (line 76) | def contextMenuEvent(self, event): method _on_copy_source (line 96) | def _on_copy_source(self): class InfoWidget (line 108) | class InfoWidget(QtWidgets.QWidget): method __init__ (line 110) | def __init__(self, controller, parent): method set_selected_version_info (line 127) | def set_selected_version_info(self, project_name, items): FILE: openpype/tools/ayon_loader/ui/product_group_dialog.py class ProductGroupDialog (line 6) | class ProductGroupDialog(QtWidgets.QDialog): method __init__ (line 7) | def __init__(self, controller, parent): method set_product_ids (line 36) | def set_product_ids(self, project_name, product_ids): method _on_apply_click (line 40) | def _on_apply_click(self): FILE: openpype/tools/ayon_loader/ui/product_types_widget.py class ProductTypesQtModel (line 8) | class ProductTypesQtModel(QtGui.QStandardItemModel): method __init__ (line 12) | def __init__(self, controller): method is_refreshing (line 20) | def is_refreshing(self): method get_filter_info (line 23) | def get_filter_info(self): method refresh (line 36) | def refresh(self, project_name): method setData (line 74) | def setData(self, index, value, role=None): method change_state_for_all (line 85) | def change_state_for_all(self, checked): method change_states (line 89) | def change_states(self, checked, product_types): class ProductTypesView (line 126) | class ProductTypesView(QtWidgets.QListView): method __init__ (line 129) | def __init__(self, controller, parent): method get_filter_info (line 158) | def get_filter_info(self): method _on_project_change (line 161) | def _on_project_change(self, event): method _on_refresh_finished (line 165) | def _on_refresh_finished(self): method _on_filter_change (line 168) | def _on_filter_change(self): method _change_selection_state (line 172) | def _change_selection_state(self, checkstate): method _on_enable_all (line 181) | def _on_enable_all(self): method _on_disable_all (line 184) | def _on_disable_all(self): method _on_context_menu (line 187) | def _on_context_menu(self, pos): method event (line 206) | def event(self, event): FILE: openpype/tools/ayon_loader/ui/products_delegates.py class VersionComboBox (line 19) | class VersionComboBox(QtWidgets.QComboBox): method __init__ (line 22) | def __init__(self, product_id, parent): method update_versions (line 31) | def update_versions(self, version_items, current_version_id): method _on_index_change (line 67) | def _on_index_change(self): class VersionDelegate (line 76) | class VersionDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 81) | def __init__(self, *args, **kwargs): method displayText (line 85) | def displayText(self, value, locale): method paint (line 90) | def paint(self, painter, option, index): method createEditor (line 134) | def createEditor(self, parent, option, index): method _on_editor_change (line 145) | def _on_editor_change(self, product_id): method setEditorData (line 153) | def setEditorData(self, editor, index): method setModelData (line 161) | def setModelData(self, editor, model, index): class LoadedInSceneDelegate (line 168) | class LoadedInSceneDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 175) | def __init__(self, *args, **kwargs): method displayText (line 183) | def displayText(self, value, locale): method initStyleOption (line 190) | def initStyleOption(self, option, index): class SiteSyncDelegate (line 199) | class SiteSyncDelegate(QtWidgets.QStyledItemDelegate): method paint (line 202) | def paint(self, painter, option, index): method displayText (line 270) | def displayText(self, value, locale): FILE: openpype/tools/ayon_loader/ui/products_model.py class ProductsModel (line 39) | class ProductsModel(QtGui.QStandardItemModel): method __init__ (line 78) | def __init__(self, controller): method get_product_item_indexes (line 100) | def get_product_item_indexes(self): method get_product_item_by_id (line 106) | def get_product_item_by_id(self, product_id): method set_enable_grouping (line 118) | def set_enable_grouping(self, enable_grouping): method flags (line 125) | def flags(self, index): method data (line 137) | def data(self, index, role=None): method setData (line 200) | def setData(self, index, value, role=None): method _get_next_color (line 232) | def _get_next_color(self): method _color_iter (line 235) | def _color_iter(self): method _clear (line 243) | def _clear(self): method _get_group_icon (line 253) | def _get_group_icon(self): method _get_group_model_item (line 261) | def _get_group_model_item(self, group_name): method _get_merged_model_item (line 274) | def _get_merged_model_item(self, path, count, hex_color): method _set_version_data_to_product_item (line 287) | def _set_version_data_to_product_item(self, model_item, version_item): method _get_product_model_item (line 326) | def _get_product_model_item( method get_last_project_name (line 363) | def get_last_project_name(self): method refresh (line 366) | def refresh(self, project_name, folder_ids): FILE: openpype/tools/ayon_loader/ui/products_widget.py class ProductsProxyModel (line 30) | class ProductsProxyModel(RecursiveSortFilterProxyModel): method __init__ (line 31) | def __init__(self, parent=None): method set_product_type_filters (line 37) | def set_product_type_filters(self, product_type_filters): method filterAcceptsRow (line 41) | def filterAcceptsRow(self, source_row, source_parent): method lessThan (line 55) | def lessThan(self, left, right): method sort (line 75) | def sort(self, column, order=None): class ProductsWidget (line 82) | class ProductsWidget(QtWidgets.QWidget): method __init__ (line 102) | def __init__(self, controller, parent): method set_name_filter (line 199) | def set_name_filter(self, name): method set_product_type_filter (line 208) | def set_product_type_filter(self, product_type_filters): method set_enable_grouping (line 220) | def set_enable_grouping(self, enable_grouping): method get_selected_merged_products (line 223) | def get_selected_merged_products(self): method get_selected_version_info (line 226) | def get_selected_version_info(self): method refresh (line 229) | def refresh(self): method _set_site_sync_visibility (line 232) | def _set_site_sync_visibility(self, site_sync_enabled): method _fill_version_editor (line 238) | def _fill_version_editor(self): method _on_refresh (line 261) | def _on_refresh(self): method _on_rows_inserted (line 265) | def _on_rows_inserted(self): method _on_rows_moved (line 268) | def _on_rows_moved(self): method _refresh_model (line 271) | def _refresh_model(self): method _on_context_menu (line 277) | def _on_context_menu(self, point): method _on_selection_change (line 318) | def _on_selection_change(self): method _on_version_change (line 393) | def _on_version_change(self): method _on_folders_selection_change (line 396) | def _on_folders_selection_change(self, event): method _update_folders_label_visible (line 407) | def _update_folders_label_visible(self): method _on_products_refresh_finished (line 414) | def _on_products_refresh_finished(self, event): method _on_group_changed (line 418) | def _on_group_changed(self, event): FILE: openpype/tools/ayon_loader/ui/repres_widget.py class RepresentationsModel (line 23) | class RepresentationsModel(QtGui.QStandardItemModel): method __init__ (line 38) | def __init__(self, controller): method refresh (line 64) | def refresh(self): method data (line 71) | def data(self, index, role=None): method setData (line 98) | def setData(self, index, value, role=None): method _clear_items (line 103) | def _clear_items(self): method _get_repre_item (line 108) | def _get_repre_item( method _get_group_icon (line 146) | def _get_group_icon(self): method _get_group_item (line 154) | def _get_group_item(self, repre_name): method _fill_items (line 169) | def _fill_items(self, repre_items, project_name): method _on_project_change (line 254) | def _on_project_change(self, event): method _on_version_change (line 257) | def _on_version_change(self, event): class RepresentationsWidget (line 262) | class RepresentationsWidget(QtWidgets.QWidget): method __init__ (line 263) | def __init__(self, controller, parent): method refresh (line 315) | def refresh(self): method _on_folder_change (line 318) | def _on_folder_change(self, event): method _on_project_change (line 321) | def _on_project_change(self, event): method _set_site_sync_visibility (line 328) | def _set_site_sync_visibility(self, site_sync_enabled): method _set_multiple_folders_selected (line 338) | def _set_multiple_folders_selected(self, selected_multiple_folders): method _on_model_refresh (line 347) | def _on_model_refresh(self): method _get_selected_repre_indexes (line 350) | def _get_selected_repre_indexes(self): method _get_selected_repre_ids (line 373) | def _get_selected_repre_ids(self): method _on_selection_change (line 381) | def _on_selection_change(self): method _on_context_menu (line 385) | def _on_context_menu(self, point): FILE: openpype/tools/ayon_loader/ui/window.py class LoadErrorMessageBox (line 24) | class LoadErrorMessageBox(ErrorMessageBox): method __init__ (line 25) | def __init__(self, messages, parent=None): method _create_top_widget (line 29) | def _create_top_widget(self, parent_widget): method _get_report_data (line 36) | def _get_report_data(self): method _create_content (line 54) | def _create_content(self, content_layout): class RefreshHandler (line 85) | class RefreshHandler: method __init__ (line 86) | def __init__(self): method project_refreshed (line 92) | def project_refreshed(self): method folders_refreshed (line 96) | def folders_refreshed(self): method products_refreshed (line 100) | def products_refreshed(self): method reset (line 103) | def reset(self): method set_project_refreshed (line 108) | def set_project_refreshed(self): method set_folders_refreshed (line 111) | def set_folders_refreshed(self): method set_products_refreshed (line 114) | def set_products_refreshed(self): class LoaderWindow (line 118) | class LoaderWindow(QtWidgets.QWidget): method __init__ (line 119) | def __init__(self, controller=None, parent=None): method refresh (line 324) | def refresh(self): method showEvent (line 328) | def showEvent(self, event): method closeEvent (line 336) | def closeEvent(self, event): method keyPressEvent (line 343) | def keyPressEvent(self, event): method _on_first_show (line 359) | def _on_first_show(self): method _on_show_timer (line 380) | def _on_show_timer(self): method _show_group_dialog (line 391) | def _show_group_dialog(self): method _on_folder_filter_change (line 406) | def _on_folder_filter_change(self, text): method _on_product_group_change (line 409) | def _on_product_group_change(self): method _on_product_filter_change (line 414) | def _on_product_filter_change(self, text): method _on_product_type_filter_change (line 417) | def _on_product_type_filter_change(self): method _on_merged_products_selection_change (line 422) | def _on_merged_products_selection_change(self): method _on_products_selection_change (line 426) | def _on_products_selection_change(self): method _on_go_to_current_context_click (line 433) | def _on_go_to_current_context_click(self): method _on_refresh_click (line 440) | def _on_refresh_click(self): method _on_controller_reset_start (line 443) | def _on_controller_reset_start(self): method _on_controller_reset_finish (line 446) | def _on_controller_reset_finish(self): method _on_load_finished (line 454) | def _on_load_finished(self, event): method _on_project_selection_changed (line 462) | def _on_project_selection_changed(self, event): method _on_folders_selection_changed (line 465) | def _on_folders_selection_changed(self, event): method _on_versions_selection_changed (line 469) | def _on_versions_selection_changed(self, event): method _update_thumbnails (line 473) | def _update_thumbnails(self): method _on_projects_refresh (line 507) | def _on_projects_refresh(self): method _on_folders_refresh (line 512) | def _on_folders_refresh(self): method _on_products_refresh (line 517) | def _on_products_refresh(self): FILE: openpype/tools/ayon_push_to_project/control.py class PushToContextController (line 22) | class PushToContextController: method __init__ (line 23) | def __init__(self, project_name=None, version_id=None): method emit_event (line 47) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 54) | def register_event_callback(self, topic, callback): method set_source (line 57) | def set_source(self, project_name, version_id): method get_source_label (line 107) | def get_source_label(self): method get_project_items (line 118) | def get_project_items(self, sender=None): method get_folder_items (line 121) | def get_folder_items(self, project_name, sender=None): method get_task_items (line 124) | def get_task_items(self, project_name, folder_id, sender=None): method get_user_values (line 129) | def get_user_values(self): method set_user_value_folder_name (line 132) | def set_user_value_folder_name(self, folder_name): method set_user_value_variant (line 136) | def set_user_value_variant(self, variant): method set_user_value_comment (line 140) | def set_user_value_comment(self, comment): method set_selected_project (line 144) | def set_selected_project(self, project_name): method set_selected_folder (line 148) | def set_selected_folder(self, folder_id): method set_selected_task (line 152) | def set_selected_task(self, task_id, task_name): method get_process_item_status (line 155) | def get_process_item_status(self, item_id): method submit (line 159) | def submit(self, wait=True): method wait_for_process_thread (line 190) | def wait_for_process_thread(self): method _prepare_source_label (line 196) | def _prepare_source_label(self): method _get_task_info_from_repre_docs (line 216) | def _get_task_info_from_repre_docs(self, asset_doc, repre_docs): method _get_src_variant (line 246) | def _get_src_variant(self): method _check_submit_validations (line 305) | def _check_submit_validations(self): method _invalidate (line 319) | def _invalidate(self): method _submit_callback (line 329) | def _submit_callback(self): method _emit_event (line 338) | def _emit_event(self, topic, data=None): method _create_event_system (line 343) | def _create_event_system(self): FILE: openpype/tools/ayon_push_to_project/main.py function main_show (line 7) | def main_show(project_name, version_id): function main (line 20) | def main(project, version): FILE: openpype/tools/ayon_push_to_project/models/integrate.py class PushToProjectError (line 52) | class PushToProjectError(Exception): class FileItem (line 56) | class FileItem(object): method __init__ (line 57) | def __init__(self, path): method is_valid_file (line 61) | def is_valid_file(self): class SourceFile (line 65) | class SourceFile(FileItem): method __init__ (line 66) | def __init__(self, path, frame=None, udim=None): method __repr__ (line 71) | def __repr__(self): class ResourceFile (line 81) | class ResourceFile(FileItem): method __init__ (line 82) | def __init__(self, path, relative_path): method __repr__ (line 86) | def __repr__(self): method is_valid_file (line 90) | def is_valid_file(self): class ProjectPushItem (line 96) | class ProjectPushItem: method __init__ (line 97) | def __init__( method _repr (line 125) | def _repr(self): method __repr__ (line 138) | def __repr__(self): method to_data (line 141) | def to_data(self): method from_data (line 156) | def from_data(cls, data): class StatusMessage (line 160) | class StatusMessage: method __init__ (line 161) | def __init__(self, message, level): method __str__ (line 165) | def __str__(self): method __repr__ (line 168) | def __repr__(self): class ProjectPushItemStatus (line 174) | class ProjectPushItemStatus: method __init__ (line 175) | def __init__( method set_failed (line 189) | def set_failed(self, fail_reason, exc_info=None): method to_data (line 215) | def to_data(self): method from_data (line 225) | def from_data(cls, data): class ProjectPushRepreItem (line 229) | class ProjectPushRepreItem: method __init__ (line 244) | def __init__(self, repre_doc, roots): method repre_doc (line 252) | def repre_doc(self): method src_files (line 256) | def src_files(self): method resource_files (line 262) | def resource_files(self): method _clean_path (line 268) | def _clean_path(path): method _get_relative_path (line 275) | def _get_relative_path(path, src_dirpath): method frame (line 288) | def frame(self): method validate_source_files (line 311) | def validate_source_files(src_files, resource_files): method get_source_files (line 328) | def get_source_files(self): method _get_source_files_with_frames (line 344) | def _get_source_files_with_frames(self): method _get_source_files (line 407) | def _get_source_files(self): class ProjectPushItemProcess (line 439) | class ProjectPushItemProcess: method __init__ (line 449) | def __init__(self, model, item): method item_id (line 479) | def item_id(self): method started (line 483) | def started(self): method get_status_data (line 486) | def get_status_data(self): method integrate (line 489) | def integrate(self): method _emit_event (line 529) | def _emit_event(self, topic, data): method _add_message (line 534) | def _add_message(self, message, level): method _log_debug (line 548) | def _log_debug(self, message): method _log_info (line 551) | def _log_info(self, message): method _log_warning (line 554) | def _log_warning(self, message): method _log_error (line 557) | def _log_error(self, message): method _log_critical (line 560) | def _log_critical(self, message): method _fill_source_variables (line 563) | def _fill_source_variables(self): method _fill_destination_project (line 633) | def _fill_destination_project(self): method _create_asset (line 653) | def _create_asset( method _fill_or_create_destination_asset (line 735) | def _fill_or_create_destination_asset(self): method _determine_family (line 796) | def _determine_family(self): method _determine_publish_template_name (line 814) | def _determine_publish_template_name(self): method _determine_subset_name (line 828) | def _determine_subset_name(self): method _make_sure_subset_exists (line 846) | def _make_sure_subset_exists(self): method _make_sure_version_exists (line 865) | def _make_sure_version_exists(self): method _integrate_representations (line 932) | def _integrate_representations(self): method _real_integrate_representations (line 940) | def _real_integrate_representations(self): method _prepare_file_transactions (line 987) | def _prepare_file_transactions( method _prepare_database_operations (line 1052) | def _prepare_database_operations( class IntegrateModel (line 1133) | class IntegrateModel: method __init__ (line 1134) | def __init__(self, controller): method reset (line 1138) | def reset(self): method emit_event (line 1141) | def emit_event(self, topic, data=None, source=None): method create_process_item (line 1144) | def create_process_item( method integrate_item (line 1189) | def integrate_item(self, item_id): method get_item_status (line 1201) | def get_item_status(self, item_id): FILE: openpype/tools/ayon_push_to_project/models/selection.py class PushToProjectSelectionModel (line 1) | class PushToProjectSelectionModel(object): method __init__ (line 12) | def __init__(self, controller): method get_selected_project_name (line 20) | def get_selected_project_name(self): method set_selected_project (line 23) | def set_selected_project(self, project_name): method get_selected_folder_id (line 34) | def get_selected_folder_id(self): method set_selected_folder (line 37) | def set_selected_folder(self, folder_id): method get_selected_task_name (line 51) | def get_selected_task_name(self): method get_selected_task_id (line 54) | def get_selected_task_id(self): method set_selected_task (line 57) | def set_selected_task(self, task_id, task_name): FILE: openpype/tools/ayon_push_to_project/models/user_values.py class UserPublishValuesModel (line 6) | class UserPublishValuesModel: method __init__ (line 17) | def __init__(self, controller): method new_folder_name (line 30) | def new_folder_name(self): method variant (line 34) | def variant(self): method comment (line 38) | def comment(self): method is_variant_valid (line 42) | def is_variant_valid(self): method is_new_folder_name_valid (line 46) | def is_new_folder_name_valid(self): method is_valid (line 50) | def is_valid(self): method get_data (line 53) | def get_data(self): method set_variant (line 63) | def set_variant(self, variant): method set_new_folder_name (line 82) | def set_new_folder_name(self, folder_name): method set_comment (line 102) | def set_comment(self, comment): FILE: openpype/tools/ayon_push_to_project/ui/window.py class PushToContextSelectWindow (line 19) | class PushToContextSelectWindow(QtWidgets.QWidget): method __init__ (line 20) | def __init__(self, controller=None): method set_source (line 244) | def set_source(self, project_name, version_id): method showEvent (line 256) | def showEvent(self, event): method refresh (line 262) | def refresh(self): method _on_first_show (line 275) | def _on_first_show(self): method _on_show_timer (line 284) | def _on_show_timer(self): method _on_new_asset_change (line 294) | def _on_new_asset_change(self, text): method _on_variant_change (line 298) | def _on_variant_change(self, text): method _on_comment_change (line 302) | def _on_comment_change(self, text): method _on_user_input_timer (line 306) | def _on_user_input_timer(self): method _on_controller_new_asset_change (line 322) | def _on_controller_new_asset_change(self, event): method _on_controller_variant_change (line 332) | def _on_controller_variant_change(self, event): method _on_controller_comment_change (line 343) | def _on_controller_comment_change(self, event): method _on_controller_source_change (line 351) | def _on_controller_source_change(self): method _invalidate_new_folder_name (line 354) | def _invalidate_new_folder_name(self, folder_name, is_valid): method _invalidate_variant (line 369) | def _invalidate_variant(self, is_valid): method _on_submission_change (line 376) | def _on_submission_change(self, event): method _on_close_click (line 379) | def _on_close_click(self): method _on_select_click (line 382) | def _on_select_click(self): method _on_try_again_click (line 385) | def _on_try_again_click(self): method _on_main_thread_timer (line 393) | def _on_main_thread_timer(self): method _on_controller_submit_start (line 422) | def _on_controller_submit_start(self): method _on_controller_submit_end (line 428) | def _on_controller_submit_end(self): method _on_push_message (line 431) | def _on_push_message(self, event): FILE: openpype/tools/ayon_sceneinventory/control.py class SceneInventoryController (line 14) | class SceneInventoryController: method __init__ (line 23) | def __init__(self, host=None): method emit_event (line 37) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 42) | def register_event_callback(self, topic, callback): method reset (line 45) | def reset(self): method get_current_context (line 54) | def get_current_context(self): method get_current_project_name (line 62) | def get_current_project_name(self): method get_current_folder_id (line 67) | def get_current_folder_id(self): method get_containers (line 84) | def get_containers(self): method is_sync_server_enabled (line 93) | def is_sync_server_enabled(self): method get_sites_information (line 96) | def get_sites_information(self): method get_site_provider_icons (line 99) | def get_site_provider_icons(self): method get_representations_site_progress (line 102) | def get_representations_site_progress(self, representation_ids): method resync_representations (line 107) | def resync_representations(self, representation_ids, site_type): method get_folder_items (line 113) | def get_folder_items(self, project_name, sender=None): method get_folder_label (line 116) | def get_folder_label(self, folder_id): method _create_event_system (line 126) | def _create_event_system(self): FILE: openpype/tools/ayon_sceneinventory/model.py function walk_hierarchy (line 29) | def walk_hierarchy(node): class InventoryModel (line 39) | class InventoryModel(TreeModel): method __init__ (line 62) | def __init__(self, controller, parent=None): method outdated (line 79) | def outdated(self, item): method data (line 88) | def data(self, index, role): method set_hierarchy_view (line 176) | def set_hierarchy_view(self, state): method refresh (line 183) | def refresh(self, selected=None, containers=None): method _add_containers (line 202) | def _add_containers(self, containers, parent=None): method _query_entities (line 375) | def _query_entities(self, project_name, repre_ids): class FilterProxyModel (line 478) | class FilterProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 481) | def __init__(self, *args, **kwargs): method filterAcceptsRow (line 486) | def filterAcceptsRow(self, row, parent): method set_filter_outdated (line 516) | def set_filter_outdated(self, state): method set_hierarchy_view (line 524) | def set_hierarchy_view(self, state): method _is_outdated (line 530) | def _is_outdated(self, row, parent): method _matches (line 577) | def _matches(self, row, parent, pattern): FILE: openpype/tools/ayon_sceneinventory/models/site_sync.py class SiteSyncModel (line 7) | class SiteSyncModel: method __init__ (line 8) | def __init__(self, controller): method reset (line 18) | def reset(self): method is_sync_server_enabled (line 26) | def is_sync_server_enabled(self): method get_site_provider_icons (line 36) | def get_site_provider_icons(self): method get_sites_information (line 48) | def get_sites_information(self): method get_representations_site_progress (line 56) | def get_representations_site_progress(self, representation_ids): method resync_representations (line 86) | def resync_representations(self, representation_ids, site_type): method _get_sync_server_module (line 119) | def _get_sync_server_module(self): method _cache_sync_server_module (line 123) | def _cache_sync_server_module(self): method _get_active_site (line 132) | def _get_active_site(self): method _get_remote_site (line 137) | def _get_remote_site(self): method _get_active_site_provider (line 142) | def _get_active_site_provider(self): method _get_remote_site_provider (line 147) | def _get_remote_site_provider(self): method _cache_sites (line 152) | def _cache_sites(self): FILE: openpype/tools/ayon_sceneinventory/switch_dialog/dialog.py class ValidationState (line 35) | class ValidationState: method __init__ (line 36) | def __init__(self): method all_ok (line 42) | def all_ok(self): class SwitchAssetDialog (line 50) | class SwitchAssetDialog(QtWidgets.QDialog): method __init__ (line 57) | def __init__(self, controller, parent=None, items=None): method showEvent (line 169) | def showEvent(self, event): method refresh (line 173) | def refresh(self, init_refresh=False): method set_labels (line 210) | def set_labels(self): method apply_validations (line 220) | def apply_validations(self, validation_state): method find_last_versions (line 246) | def find_last_versions(self, product_ids): method _on_show_timer (line 254) | def _on_show_timer(self): method _prepare_content_data (line 261) | def _prepare_content_data(self): method _combobox_value_changed (line 396) | def _combobox_value_changed(self, *args, **kwargs): method _build_loaders_menu (line 399) | def _build_loaders_menu(self): method _on_action_clicked (line 439) | def _on_action_clicked(self, action): method _get_loaders (line 443) | def _get_loaders(self, repre_ids): method _fill_combobox (line 485) | def _fill_combobox(self, values, combobox_type): method _set_style_property (line 506) | def _set_style_property(self, widget, name, value): method _get_current_output_repre_ids (line 513) | def _get_current_output_repre_ids(self): method _get_current_output_repre_ids_xxx (line 570) | def _get_current_output_repre_ids_xxx( method _get_current_output_repre_ids_xxo (line 595) | def _get_current_output_repre_ids_xxo(self, folder_id, product_name): method _get_current_output_repre_ids_xox (line 620) | def _get_current_output_repre_ids_xox(self, folder_id, selected_repre): method _get_current_output_repre_ids_xoo (line 654) | def _get_current_output_repre_ids_xoo(self, folder_id): method _get_current_output_repre_ids_oxx (line 696) | def _get_current_output_repre_ids_oxx( method _get_current_output_repre_ids_oxo (line 720) | def _get_current_output_repre_ids_oxo(self, product_name): method _get_current_output_repre_ids_oox (line 771) | def _get_current_output_repre_ids_oox(self, selected_repre): method _get_product_box_values (line 781) | def _get_product_box_values(self): method _representations_box_values (line 816) | def _representations_box_values(self): method _is_folder_ok (line 980) | def _is_folder_ok(self, validation_state): method _is_product_ok (line 988) | def _is_product_ok(self, validation_state): method _is_repre_ok (line 1020) | def _is_repre_ok(self, validation_state): method _on_current_folder (line 1159) | def _on_current_folder(self): method _on_accept (line 1172) | def _on_accept(self): method _trigger_switch (line 1175) | def _trigger_switch(self, loader=None): method _switch_container (line 1254) | def _switch_container( FILE: openpype/tools/ayon_sceneinventory/switch_dialog/folders_input.py class ClickableLineEdit (line 14) | class ClickableLineEdit(QtWidgets.QLineEdit): method __init__ (line 21) | def __init__(self, *args, **kwargs): method mousePressEvent (line 26) | def mousePressEvent(self, event): method mouseMoveEvent (line 31) | def mouseMoveEvent(self, event): method mouseReleaseEvent (line 34) | def mouseReleaseEvent(self, event): method mouseDoubleClickEvent (line 41) | def mouseDoubleClickEvent(self, event): class ControllerWrap (line 45) | class ControllerWrap: method __init__ (line 46) | def __init__(self, controller): method emit_event (line 50) | def emit_event(self, *args, **kwargs): method register_event_callback (line 53) | def register_event_callback(self, *args, **kwargs): method get_current_project_name (line 56) | def get_current_project_name(self): method get_folder_items (line 59) | def get_folder_items(self, *args, **kwargs): method set_selected_folder (line 62) | def set_selected_folder(self, folder_id): method get_selected_folder_id (line 65) | def get_selected_folder_id(self): class FoldersDialog (line 69) | class FoldersDialog(QtWidgets.QDialog): method __init__ (line 72) | def __init__(self, controller, parent): method showEvent (line 118) | def showEvent(self, event): method refresh (line 125) | def refresh(self): method _on_first_show (line 129) | def _on_first_show(self): method _on_folders_refresh (line 140) | def _on_folders_refresh(self): method _on_filter_change (line 146) | def _on_filter_change(self, text): method _on_cancel_clicked (line 151) | def _on_cancel_clicked(self): method _on_ok_clicked (line 154) | def _on_ok_clicked(self): method set_selected_folder (line 163) | def set_selected_folder(self, folder_id): method get_selected_folder_id (line 177) | def get_selected_folder_id(self): method get_selected_folder_label (line 186) | def get_selected_folder_label(self): class FoldersField (line 190) | class FoldersField(BaseClickableFrame): method __init__ (line 197) | def __init__(self, controller, parent): method refresh (line 247) | def refresh(self): method is_valid (line 250) | def is_valid(self): method get_selected_folder_id (line 254) | def get_selected_folder_id(self): method get_selected_folder_label (line 258) | def get_selected_folder_label(self): method set_text (line 261) | def set_text(self, text): method set_valid (line 268) | def set_valid(self, is_valid): method set_selected_item (line 274) | def set_selected_item(self, folder_id=None, folder_label=None): method _on_dialog_finish (line 290) | def _on_dialog_finish(self, result): method _mouse_release_callback (line 300) | def _mouse_release_callback(self): method _set_state_property (line 304) | def _set_state_property(self, state): FILE: openpype/tools/ayon_sceneinventory/switch_dialog/widgets.py class ButtonWithMenu (line 6) | class ButtonWithMenu(QtWidgets.QToolButton): method __init__ (line 7) | def __init__(self, parent=None): method menu (line 20) | def menu(self): method clear_actions (line 23) | def clear_actions(self): method add_action (line 28) | def add_action(self, action): method _on_action_trigger (line 32) | def _on_action_trigger(self): class SearchComboBox (line 39) | class SearchComboBox(QtWidgets.QComboBox): method __init__ (line 42) | def __init__(self, parent): method set_placeholder (line 68) | def set_placeholder(self, placeholder): method populate (line 71) | def populate(self, items): method get_valid_value (line 76) | def get_valid_value(self): method set_valid_value (line 90) | def set_valid_value(self, value): FILE: openpype/tools/ayon_sceneinventory/view.py class SceneInventoryView (line 38) | class SceneInventoryView(QtWidgets.QTreeView): method __init__ (line 42) | def __init__(self, controller, parent): method _set_hierarchy_view (line 59) | def _set_hierarchy_view(self, enabled): method _enter_hierarchy (line 65) | def _enter_hierarchy(self, items): method _leave_hierarchy (line 76) | def _leave_hierarchy(self): method _build_item_menu_for_selection (line 81) | def _build_item_menu_for_selection(self, items, menu): method _handle_sync_server (line 301) | def _handle_sync_server(self, menu, repre_ids): method _add_sites (line 338) | def _add_sites(self, repre_ids, site_type): method _build_item_menu (line 353) | def _build_item_menu(self, items=None): method _get_custom_actions (line 419) | def _get_custom_actions(self, containers): method _process_custom_action (line 445) | def _process_custom_action(self, action, containers): method _select_items_by_action (line 470) | def _select_items_by_action(self, object_names, options=None): method _show_right_mouse_menu (line 521) | def _show_right_mouse_menu(self, pos): method get_indices (line 555) | def get_indices(self): method _extend_to_children (line 560) | def _extend_to_children(self, indices): method _show_version_dialog (line 597) | def _show_version_dialog(self, items): method _show_switch_dialog (line 694) | def _show_switch_dialog(self, items): method _show_remove_warning_dialog (line 700) | def _show_remove_warning_dialog(self, items): method _show_version_error_dialog (line 721) | def _show_version_error_dialog(self, version, items): method update_all (line 757) | def update_all(self): method _update_containers (line 788) | def _update_containers(self, items, version): FILE: openpype/tools/ayon_sceneinventory/window.py class ControllerVersionDelegate (line 19) | class ControllerVersionDelegate(VersionDelegate): method get_project_name (line 26) | def get_project_name(self): class SceneInventoryWindow (line 30) | class SceneInventoryWindow(QtWidgets.QDialog): method __init__ (line 33) | def __init__(self, controller=None, parent=None): method showEvent (line 135) | def showEvent(self, event): method keyPressEvent (line 144) | def keyPressEvent(self, event): method _on_refresh_request (line 154) | def _on_refresh_request(self): method refresh (line 159) | def refresh(self, containers=None): method _on_show_timer (line 177) | def _on_show_timer(self): method _on_hierarchy_view_change (line 184) | def _on_hierarchy_view_change(self, enabled): method _on_text_filter_change (line 188) | def _on_text_filter_change(self, text_filter): method _on_outdated_state_change (line 194) | def _on_outdated_state_change(self): method _on_update_all (line 199) | def _on_update_all(self): FILE: openpype/tools/ayon_utils/models/cache.py function _default_factory_func (line 10) | def _default_factory_func(): class CacheItem (line 14) | class CacheItem: method __init__ (line 23) | def __init__(self, default_factory=None, lifetime=None): method is_valid (line 34) | def is_valid(self): method set_lifetime (line 46) | def set_lifetime(self, lifetime): method set_invalid (line 55) | def set_invalid(self): method reset (line 60) | def reset(self): method get_data (line 66) | def get_data(self): method update_data (line 75) | def update_data(self, data): class NestedCacheItem (line 80) | class NestedCacheItem: method __init__ (line 107) | def __init__( method __getitem__ (line 118) | def __getitem__(self, key): method __setitem__ (line 143) | def __setitem__(self, key, value): method get (line 158) | def get(self, key): method cached_count (line 170) | def cached_count(self): method clear_key (line 179) | def clear_key(self, key): method clear_invalid (line 188) | def clear_invalid(self): method reset (line 209) | def reset(self): method set_lifetime (line 218) | def set_lifetime(self, lifetime): method is_valid (line 230) | def is_valid(self): FILE: openpype/tools/ayon_utils/models/hierarchy.py class AbstractHierarchyController (line 16) | class AbstractHierarchyController: method emit_event (line 18) | def emit_event(self, topic, data, source): class FolderItem (line 22) | class FolderItem: method __init__ (line 38) | def __init__( method to_data (line 55) | def to_data(self): method from_data (line 73) | def from_data(cls, data): class TaskItem (line 86) | class TaskItem: method __init__ (line 102) | def __init__( method id (line 120) | def id(self): method label (line 130) | def label(self): method to_data (line 141) | def to_data(self): method from_data (line 157) | def from_data(cls, data): function _get_task_items_from_tasks (line 170) | def _get_task_items_from_tasks(tasks): function _get_folder_item_from_hierarchy_item (line 190) | def _get_folder_item_from_hierarchy_item(item): function _get_folder_item_from_entity (line 206) | def _get_folder_item_from_entity(entity): class HierarchyModel (line 219) | class HierarchyModel(object): method __init__ (line 227) | def __init__(self, controller): method reset (line 242) | def reset(self): method refresh_project (line 249) | def refresh_project(self, project_name): method get_folder_items (line 258) | def get_folder_items(self, project_name, sender): method get_folder_items_by_id (line 276) | def get_folder_items_by_id(self, project_name, folder_ids): method get_folder_item (line 310) | def get_folder_item(self, project_name, folder_id): method get_task_items (line 328) | def get_task_items(self, project_name, folder_id, sender): method get_folder_entities (line 337) | def get_folder_entities(self, project_name, folder_ids): method get_folder_entity (line 368) | def get_folder_entity(self, project_name, folder_id): method get_task_entities (line 372) | def get_task_entities(self, project_name, task_ids): method get_task_entity (line 393) | def get_task_entity(self, project_name, task_id): method _folder_refresh_event_manager (line 398) | def _folder_refresh_event_manager(self, project_name, sender): method _task_refresh_event_manager (line 417) | def _task_refresh_event_manager( method _refresh_folders_cache (line 445) | def _refresh_folders_cache(self, project_name, sender=None): method _query_folders (line 453) | def _query_folders(self, project_name): method _query_folder_entities (line 465) | def _query_folder_entities(self, project_name, folder_ids): method _query_task_entities (line 474) | def _query_task_entities(self, project_name, task_ids): method _refresh_tasks_cache (line 484) | def _refresh_tasks_cache(self, project_name, folder_id, sender=None): method _query_tasks (line 494) | def _query_tasks(self, project_name, folder_id): FILE: openpype/tools/ayon_utils/models/projects.py class AbstractHierarchyController (line 15) | class AbstractHierarchyController: method emit_event (line 17) | def emit_event(self, topic, data, source): class ProjectItem (line 21) | class ProjectItem: method __init__ (line 32) | def __init__(self, name, active, is_library, icon=None): method to_data (line 44) | def to_data(self): method from_data (line 59) | def from_data(cls, data): function _get_project_items_from_entitiy (line 72) | def _get_project_items_from_entitiy(projects): class ProjectsModel (line 88) | class ProjectsModel(object): method __init__ (line 89) | def __init__(self, controller): method reset (line 97) | def reset(self): method refresh (line 102) | def refresh(self): method get_project_items (line 105) | def get_project_items(self, sender): method get_project_entity (line 120) | def get_project_entity(self, project_name): method _project_refresh_event_manager (line 129) | def _project_refresh_event_manager(self, sender): method _refresh_projects_cache (line 147) | def _refresh_projects_cache(self, sender=None): method _query_projects (line 156) | def _query_projects(self): FILE: openpype/tools/ayon_utils/models/selection.py class _ExampleController (line 1) | class _ExampleController: method emit_event (line 2) | def emit_event(self, topic, data, **kwargs): class HierarchyExpectedSelection (line 6) | class HierarchyExpectedSelection: method __init__ (line 37) | def __init__( method set_expected_selection (line 58) | def set_expected_selection( method get_expected_selection_data (line 81) | def get_expected_selection_data(self): method is_expected_project_selected (line 113) | def is_expected_project_selected(self, project_name): method is_expected_folder_selected (line 118) | def is_expected_folder_selected(self, folder_id): method expected_project_selected (line 123) | def expected_project_selected(self, project_name): method expected_folder_selected (line 138) | def expected_folder_selected(self, folder_id): method expected_task_selected (line 153) | def expected_task_selected(self, folder_id, task_name): method _emit_change (line 175) | def _emit_change(self): FILE: openpype/tools/ayon_utils/models/thumbnails.py class ThumbnailsModel (line 10) | class ThumbnailsModel: method __init__ (line 13) | def __init__(self): method reset (line 21) | def reset(self): method get_thumbnail_path (line 26) | def get_thumbnail_path(self, project_name, thumbnail_id): method get_folder_thumbnail_ids (line 29) | def get_folder_thumbnail_ids(self, project_name, folder_ids): method get_version_thumbnail_ids (line 45) | def get_version_thumbnail_ids(self, project_name, version_ids): method _get_thumbnail_path (line 61) | def _get_thumbnail_path(self, project_name, thumbnail_id): method _query_folder_thumbnail_ids (line 94) | def _query_folder_thumbnail_ids(self, project_name, folder_ids): method _query_version_thumbnail_ids (line 107) | def _query_version_thumbnail_ids(self, project_name, version_ids): FILE: openpype/tools/ayon_utils/widgets/folders_widget.py class FoldersQtModel (line 19) | class FoldersQtModel(QtGui.QStandardItemModel): method __init__ (line 28) | def __init__(self, controller): method is_refreshing (line 43) | def is_refreshing(self): method has_content (line 52) | def has_content(self): method refresh (line 61) | def refresh(self): method _clear_items (line 70) | def _clear_items(self): method get_index_by_id (line 77) | def get_index_by_id(self, item_id): method get_project_name (line 89) | def get_project_name(self): method set_project_name (line 98) | def set_project_name(self, project_name): method _on_refresh_thread (line 133) | def _on_refresh_thread(self, thread_id): method _fill_item_data (line 157) | def _fill_item_data(self, item, folder_item): method _fill_items (line 173) | def _fill_items(self, folder_items_by_id): class FoldersWidget (line 245) | class FoldersWidget(QtWidgets.QWidget): method __init__ (line 279) | def __init__(self, controller, parent, handle_expected_selection=False): method is_refreshing (line 327) | def is_refreshing(self): method has_content (line 337) | def has_content(self): method set_name_filter (line 346) | def set_name_filter(self, name): method refresh (line 355) | def refresh(self): method get_project_name (line 363) | def get_project_name(self): method set_project_name (line 372) | def set_project_name(self, project_name): method get_selected_folder_id (line 384) | def get_selected_folder_id(self): method get_selected_folder_label (line 393) | def get_selected_folder_label(self): method get_folder_label (line 403) | def get_folder_label(self, folder_id): method set_selected_folder (line 415) | def set_selected_folder(self, folder_id): method set_deselectable (line 442) | def set_deselectable(self, enabled): method _get_selected_index (line 453) | def _get_selected_index(self): method _on_project_selection_change (line 458) | def _on_project_selection_change(self, event): method _on_folders_refresh_finished (line 462) | def _on_folders_refresh_finished(self, event): method _on_controller_refresh (line 466) | def _on_controller_refresh(self): method _on_model_refresh (line 469) | def _on_model_refresh(self): method _get_selected_item_id (line 475) | def _get_selected_item_id(self): method _on_selection_change (line 483) | def _on_selection_change(self): method _on_expected_selection_change (line 489) | def _on_expected_selection_change(self, event): method _update_expected_selection (line 492) | def _update_expected_selection(self, expected_data=None): method _set_expected_selection (line 508) | def _set_expected_selection(self): FILE: openpype/tools/ayon_utils/widgets/projects_widget.py class ProjectsQtModel (line 13) | class ProjectsQtModel(QtGui.QStandardItemModel): method __init__ (line 16) | def __init__(self, controller): method is_refreshing (line 41) | def is_refreshing(self): method refresh (line 44) | def refresh(self): method has_content (line 47) | def has_content(self): method set_select_item_visible (line 50) | def set_select_item_visible(self, visible): method set_libraries_separator_visible (line 58) | def set_libraries_separator_visible(self, visible): method set_selected_project (line 63) | def set_selected_project(self, project_name): method set_current_context_project (line 73) | def set_current_context_project(self, project_name): method _set_current_context_project (line 80) | def _set_current_context_project(self, project_name): method _unset_current_context_project (line 86) | def _unset_current_context_project(self, project_name): method _add_empty_item (line 92) | def _add_empty_item(self): method _remove_empty_item (line 100) | def _remove_empty_item(self): method _get_empty_item (line 108) | def _get_empty_item(self): method _get_library_sep_item (line 115) | def _get_library_sep_item(self): method _add_library_sep_item (line 126) | def _add_library_sep_item(self): method _remove_library_sep_item (line 137) | def _remove_library_sep_item(self): method _add_select_item (line 147) | def _add_select_item(self): method _remove_select_item (line 155) | def _remove_select_item(self): method _get_select_item (line 163) | def _get_select_item(self): method _refresh (line 170) | def _refresh(self): method _query_project_items (line 182) | def _query_project_items(self): method _refresh_finished (line 187) | def _refresh_finished(self): method _fill_items (line 199) | def _fill_items(self, project_items): class ProjectSortFilterProxy (line 263) | class ProjectSortFilterProxy(QtCore.QSortFilterProxyModel): method __init__ (line 264) | def __init__(self, *args, **kwargs): method _type_sort (line 273) | def _type_sort(self, l_index, r_index): method lessThan (line 298) | def lessThan(self, left_index, right_index): method filterAcceptsRow (line 329) | def filterAcceptsRow(self, source_row, source_parent): method _custom_index_filter (line 369) | def _custom_index_filter(self, index): method is_active_filter_enabled (line 372) | def is_active_filter_enabled(self): method set_active_filter_enabled (line 375) | def set_active_filter_enabled(self, enabled): method set_library_filter_enabled (line 381) | def set_library_filter_enabled(self, enabled): method set_standard_filter_enabled (line 387) | def set_standard_filter_enabled(self, enabled): method set_sort_by_type (line 393) | def set_sort_by_type(self, enabled): class ProjectsCombobox (line 400) | class ProjectsCombobox(QtWidgets.QWidget): method __init__ (line 404) | def __init__(self, controller, parent, handle_expected_selection=False): method refresh (line 450) | def refresh(self): method set_selection (line 453) | def set_selection(self, project_name): method set_listen_to_selection_change (line 476) | def set_listen_to_selection_change(self, listen): method get_selected_project_name (line 490) | def get_selected_project_name(self): method set_current_context_project (line 502) | def set_current_context_project(self, project_name): method set_select_item_visible (line 506) | def set_select_item_visible(self, visible): method set_libraries_separator_visible (line 511) | def set_libraries_separator_visible(self, visible): method is_active_filter_enabled (line 514) | def is_active_filter_enabled(self): method set_active_filter_enabled (line 517) | def set_active_filter_enabled(self, enabled): method set_standard_filter_enabled (line 520) | def set_standard_filter_enabled(self, enabled): method set_library_filter_enabled (line 523) | def set_library_filter_enabled(self, enabled): method _update_select_item_visiblity (line 526) | def _update_select_item_visiblity(self, **kwargs): method _on_current_index_changed (line 537) | def _on_current_index_changed(self, idx): method _on_model_refresh (line 546) | def _on_model_refresh(self): method _on_projects_refresh_finished (line 554) | def _on_projects_refresh_finished(self, event): method _on_controller_refresh (line 558) | def _on_controller_refresh(self): method _on_expected_selection_change (line 562) | def _on_expected_selection_change(self, event): method _set_expected_selection (line 565) | def _set_expected_selection(self): method _update_expected_selection (line 580) | def _update_expected_selection(self, expected_data=None): class ProjectsWidget (line 598) | class ProjectsWidget(QtWidgets.QWidget): FILE: openpype/tools/ayon_utils/widgets/tasks_widget.py class TasksQtModel (line 15) | class TasksQtModel(QtGui.QStandardItemModel): method __init__ (line 24) | def __init__(self, controller): method _clear_items (line 47) | def _clear_items(self): method refresh (line 54) | def refresh(self): method set_context (line 59) | def set_context(self, project_name, folder_id): method get_index_by_name (line 69) | def get_index_by_name(self, task_name): method get_last_project_name (line 82) | def get_last_project_name(self): method get_last_folder_id (line 91) | def get_last_folder_id(self): method set_selected_project (line 100) | def set_selected_project(self, project_name): method _get_invalid_selection_item (line 103) | def _get_invalid_selection_item(self): method _get_empty_task_item (line 116) | def _get_empty_task_item(self): method _add_invalid_item (line 129) | def _add_invalid_item(self, item): method _remove_invalid_item (line 134) | def _remove_invalid_item(self, item): method _remove_invalid_items (line 138) | def _remove_invalid_items(self): method _add_invalid_selection_item (line 142) | def _add_invalid_selection_item(self): method _remove_invalid_selection_item (line 147) | def _remove_invalid_selection_item(self): method _add_empty_task_item (line 152) | def _add_empty_task_item(self): method _remove_empty_task_item (line 157) | def _remove_empty_task_item(self): method _refresh (line 162) | def _refresh(self, project_name, folder_id): method _fill_data_from_thread (line 188) | def _fill_data_from_thread(self, thread): method _on_refresh_thread (line 229) | def _on_refresh_thread(self, thread_id): method is_refreshing (line 260) | def is_refreshing(self): method has_content (line 270) | def has_content(self): method headerData (line 279) | def headerData(self, section, orientation, role): class TasksWidget (line 293) | class TasksWidget(QtWidgets.QWidget): method __init__ (line 307) | def __init__(self, controller, parent, handle_expected_selection=False): method refresh (line 352) | def refresh(self): method _on_tasks_refresh_finished (line 361) | def _on_tasks_refresh_finished(self, event): method _folder_selection_changed (line 381) | def _folder_selection_changed(self, event): method _on_tasks_model_refresh (line 387) | def _on_tasks_model_refresh(self): method _get_selected_item_ids (line 393) | def _get_selected_item_ids(self): method _on_selection_change (line 403) | def _on_selection_change(self): method _on_expected_selection_change (line 415) | def _on_expected_selection_change(self, event): method _set_expected_selection (line 418) | def _set_expected_selection(self): method _update_expected_selection (line 438) | def _update_expected_selection(self, expected_data=None): FILE: openpype/tools/ayon_utils/widgets/utils.py class RefreshThread (line 9) | class RefreshThread(QtCore.QThread): method __init__ (line 12) | def __init__(self, thread_id, func, *args, **kwargs): method id (line 21) | def id(self): method failed (line 25) | def failed(self): method run (line 28) | def run(self): method get_result (line 34) | def get_result(self): method _on_finish_callback (line 37) | def _on_finish_callback(self): class _IconsCache (line 47) | class _IconsCache: method _get_cache_key (line 54) | def _get_cache_key(cls, icon_def): method get_icon (line 65) | def get_icon(cls, icon_def): method get_default (line 93) | def get_default(cls): function get_qt_icon (line 99) | def get_qt_icon(icon_def): FILE: openpype/tools/ayon_workfiles/abstract.py class WorkfileInfo (line 8) | class WorkfileInfo: method __init__ (line 21) | def __init__( method to_data (line 39) | def to_data(self): method from_data (line 57) | def from_data(cls, data): class FolderItem (line 70) | class FolderItem: method __init__ (line 85) | def __init__( method to_data (line 95) | def to_data(self): method from_data (line 112) | def from_data(cls, data): class TaskItem (line 125) | class TaskItem: method __init__ (line 142) | def __init__( method id (line 154) | def id(self): method label (line 164) | def label(self): method to_data (line 175) | def to_data(self): method from_data (line 192) | def from_data(cls, data): class FileItem (line 205) | class FileItem: method __init__ (line 221) | def __init__( method filepath (line 238) | def filepath(self): method exists (line 250) | def exists(self): method to_data (line 261) | def to_data(self): method from_data (line 278) | def from_data(cls, data): class WorkareaFilepathResult (line 304) | class WorkareaFilepathResult: method __init__ (line 315) | def __init__(self, root, filename, exists, filepath=None): class AbstractWorkfilesCommon (line 325) | class AbstractWorkfilesCommon(object): method is_host_valid (line 327) | def is_host_valid(self): method get_workfile_extensions (line 337) | def get_workfile_extensions(self): method is_save_enabled (line 349) | def is_save_enabled(self): method set_save_enabled (line 359) | def set_save_enabled(self, enabled): class AbstractWorkfilesBackend (line 369) | class AbstractWorkfilesBackend(AbstractWorkfilesCommon): method get_host_name (line 372) | def get_host_name(self): method get_current_project_name (line 381) | def get_current_project_name(self): method get_current_folder_id (line 391) | def get_current_folder_id(self): method get_current_task_name (line 402) | def get_current_task_name(self): method get_current_workfile (line 413) | def get_current_workfile(self): method project_anatomy (line 425) | def project_anatomy(self): method project_settings (line 436) | def project_settings(self): method get_project_entity (line 446) | def get_project_entity(self, project_name): method get_folder_entity (line 459) | def get_folder_entity(self, project_name, folder_id): method get_task_entity (line 473) | def get_task_entity(self, project_name, task_id): method emit_event (line 486) | def emit_event(self, topic, data=None, source=None): class AbstractWorkfilesFrontend (line 498) | class AbstractWorkfilesFrontend(AbstractWorkfilesCommon): method register_event_callback (line 512) | def register_event_callback(self, topic, callback): method get_workfile_extensions (line 527) | def get_workfile_extensions(self): method get_selected_folder_id (line 539) | def get_selected_folder_id(self): method set_selected_folder (line 549) | def set_selected_folder(self, folder_id): method get_selected_task_id (line 562) | def get_selected_task_id(self): method get_selected_task_name (line 572) | def get_selected_task_name(self): method set_selected_task (line 582) | def set_selected_task(self, task_id, task_name): method get_selected_workfile_path (line 595) | def get_selected_workfile_path(self): method set_selected_workfile_path (line 605) | def set_selected_workfile_path(self, path): method get_selected_representation_id (line 615) | def get_selected_representation_id(self): method set_selected_representation_id (line 626) | def set_selected_representation_id(self, representation_id): method get_selected_context (line 636) | def get_selected_context(self): method set_expected_selection (line 655) | def set_expected_selection( method get_expected_selection_data (line 683) | def get_expected_selection_data(self): method expected_folder_selected (line 696) | def expected_folder_selected(self, folder_id): method expected_task_selected (line 706) | def expected_task_selected(self, folder_id, task_name): method expected_representation_selected (line 717) | def expected_representation_selected( method expected_workfile_selected (line 731) | def expected_workfile_selected(self, folder_id, task_name, workfile_na... method go_to_current_context (line 743) | def go_to_current_context(self): method get_folder_items (line 750) | def get_folder_items(self, project_name, sender): method get_task_items (line 769) | def get_task_items(self, project_name, folder_id, sender): method has_unsaved_changes (line 789) | def has_unsaved_changes(self): method get_workarea_dir_by_context (line 799) | def get_workarea_dir_by_context(self, folder_id, task_id): method get_workarea_file_items (line 813) | def get_workarea_file_items(self, folder_id, task_id): method get_workarea_save_as_data (line 827) | def get_workarea_save_as_data(self, folder_id, task_id): method fill_workarea_filepath (line 844) | def fill_workarea_filepath( method get_published_file_items (line 870) | def get_published_file_items(self, folder_id, task_id): method get_workfile_info (line 884) | def get_workfile_info(self, folder_id, task_id, filepath): method save_workfile_info (line 900) | def save_workfile_info(self, folder_id, task_id, filepath, note): method reset (line 920) | def reset(self): method open_workfile (line 931) | def open_workfile(self, folder_id, task_id, filepath): method save_current_workfile (line 943) | def save_current_workfile(self): method save_as_workfile (line 949) | def save_as_workfile( method copy_workfile_representation (line 971) | def copy_workfile_representation( method duplicate_workfile (line 999) | def duplicate_workfile(self, src_filepath, workdir, filename): FILE: openpype/tools/ayon_workfiles/control.py class WorkfilesToolExpectedSelection (line 32) | class WorkfilesToolExpectedSelection(HierarchyExpectedSelection): method __init__ (line 33) | def __init__(self, controller): method set_expected_selection (line 47) | def set_expected_selection( method get_expected_selection_data (line 67) | def get_expected_selection_data(self): method is_expected_workfile_selected (line 95) | def is_expected_workfile_selected(self, workfile_name): method is_expected_representation_selected (line 101) | def is_expected_representation_selected(self, representation_id): method expected_workfile_selected (line 107) | def expected_workfile_selected(self, folder_id, task_name, workfile_na... method expected_representation_selected (line 120) | def expected_representation_selected( class BaseWorkfileController (line 136) | class BaseWorkfileController( method __init__ (line 139) | def __init__(self, host=None): method log (line 172) | def log(self): method is_host_valid (line 177) | def is_host_valid(self): method _create_expected_selection_obj (line 180) | def _create_expected_selection_obj(self): method _create_projects_model (line 183) | def _create_projects_model(self): method _create_selection_model (line 186) | def _create_selection_model(self): method _create_hierarchy_model (line 189) | def _create_hierarchy_model(self): method _create_workfiles_model (line 192) | def _create_workfiles_model(self): method event_system (line 196) | def event_system(self): method project_settings (line 214) | def project_settings(self): method project_anatomy (line 221) | def project_anatomy(self): method get_project_entity (line 226) | def get_project_entity(self, project_name): method get_folder_entity (line 230) | def get_folder_entity(self, project_name, folder_id): method get_task_entity (line 234) | def get_task_entity(self, project_name, task_id): method emit_event (line 241) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 248) | def register_event_callback(self, topic, callback): method is_save_enabled (line 251) | def is_save_enabled(self): method set_save_enabled (line 260) | def set_save_enabled(self, enabled): method get_workfile_extensions (line 277) | def get_workfile_extensions(self): method has_unsaved_changes (line 283) | def has_unsaved_changes(self): method get_host_name (line 290) | def get_host_name(self): method _get_host_current_context (line 296) | def _get_host_current_context(self): method get_current_project_name (line 301) | def get_current_project_name(self): method get_current_folder_id (line 304) | def get_current_folder_id(self): method get_current_task_name (line 307) | def get_current_task_name(self): method get_current_workfile (line 310) | def get_current_workfile(self): method get_selected_folder_id (line 317) | def get_selected_folder_id(self): method set_selected_folder (line 320) | def set_selected_folder(self, folder_id): method get_selected_task_id (line 323) | def get_selected_task_id(self): method get_selected_task_name (line 326) | def get_selected_task_name(self): method set_selected_task (line 329) | def set_selected_task(self, task_id, task_name): method get_selected_workfile_path (line 332) | def get_selected_workfile_path(self): method set_selected_workfile_path (line 335) | def set_selected_workfile_path(self, path): method get_selected_representation_id (line 338) | def get_selected_representation_id(self): method set_selected_representation_id (line 341) | def set_selected_representation_id(self, representation_id): method set_expected_selection (line 345) | def set_expected_selection( method expected_folder_selected (line 361) | def expected_folder_selected(self, folder_id): method expected_task_selected (line 365) | def expected_task_selected(self, folder_id, task_name): method expected_workfile_selected (line 371) | def expected_workfile_selected(self, folder_id, task_name, workfile_na... method expected_representation_selected (line 377) | def expected_representation_selected( method get_expected_selection_data (line 385) | def get_expected_selection_data(self): method go_to_current_context (line 388) | def go_to_current_context(self): method get_folder_items (line 394) | def get_folder_items(self, project_name, sender=None): method get_task_items (line 397) | def get_task_items(self, project_name, folder_id, sender=None): method get_workarea_dir_by_context (line 402) | def get_workarea_dir_by_context(self, folder_id, task_id): method get_workarea_file_items (line 406) | def get_workarea_file_items(self, folder_id, task_id): method get_workarea_save_as_data (line 410) | def get_workarea_save_as_data(self, folder_id, task_id): method fill_workarea_filepath (line 414) | def fill_workarea_filepath( method get_published_file_items (line 432) | def get_published_file_items(self, folder_id, task_id): method get_workfile_info (line 443) | def get_workfile_info(self, folder_id, task_id, filepath): method save_workfile_info (line 448) | def save_workfile_info(self, folder_id, task_id, filepath, note): method reset (line 453) | def reset(self): method open_workfile (line 508) | def open_workfile(self, folder_id, task_id, filepath): method save_current_workfile (line 524) | def save_current_workfile(self): method save_as_workfile (line 528) | def save_as_workfile( method copy_workfile_representation (line 556) | def copy_workfile_representation( method duplicate_workfile (line 589) | def duplicate_workfile(self, src_filepath, workdir, filename): method _host_open_workfile (line 606) | def _host_open_workfile(self, filepath): method _host_save_workfile (line 613) | def _host_save_workfile(self, filepath): method _emit_event (line 620) | def _emit_event(self, topic, data=None): method _trigger_expected_selection_changed (line 626) | def _trigger_expected_selection_changed(self): method _get_event_context_data (line 632) | def _get_event_context_data( method _open_workfile (line 650) | def _open_workfile(self, folder_id, task_id, filepath): method _save_as_workfile (line 679) | def _save_as_workfile( FILE: openpype/tools/ayon_workfiles/models/selection.py class SelectionModel (line 1) | class SelectionModel(object): method __init__ (line 13) | def __init__(self, controller): method get_selected_folder_id (line 22) | def get_selected_folder_id(self): method set_selected_folder (line 25) | def set_selected_folder(self, folder_id): method get_selected_task_name (line 39) | def get_selected_task_name(self): method get_selected_task_id (line 42) | def get_selected_task_id(self): method set_selected_task (line 45) | def set_selected_task(self, task_id, task_name): method get_selected_workfile_path (line 62) | def get_selected_workfile_path(self): method set_selected_workfile_path (line 65) | def set_selected_workfile_path(self, path): method get_selected_representation_id (line 82) | def get_selected_representation_id(self): method set_selected_representation_id (line 85) | def set_selected_representation_id(self, representation_id): FILE: openpype/tools/ayon_workfiles/models/workfiles.py function get_folder_template_data (line 29) | def get_folder_template_data(folder): function get_task_template_data (line 46) | def get_task_template_data(project_entity, task): class CommentMatcher (line 65) | class CommentMatcher(object): method __init__ (line 67) | def __init__(self, extensions, file_template, data): method parse_comment (line 102) | def parse_comment(self, filepath): class WorkareaModel (line 113) | class WorkareaModel: method __init__ (line 121) | def __init__(self, controller): method project_name (line 133) | def project_name(self): method reset (line 136) | def reset(self): method _get_base_data (line 141) | def _get_base_data(self): method _get_folder_data (line 148) | def _get_folder_data(self, folder_id): method _get_task_data (line 158) | def _get_task_data(self, project_entity, folder_id, task_id): method _prepare_fill_data (line 169) | def _prepare_fill_data(self, folder_id, task_id): method get_workarea_dir_by_context (line 184) | def get_workarea_dir_by_context(self, folder_id, task_id): method get_file_items (line 202) | def get_file_items(self, folder_id, task_id): method _get_template_key (line 226) | def _get_template_key(self, fill_data): method _get_last_workfile_version (line 235) | def _get_last_workfile_version( method _get_comments_from_root (line 256) | def _get_comments_from_root( method _get_workdir (line 291) | def _get_workdir(self, anatomy, template_key, fill_data): method get_workarea_save_as_data (line 296) | def get_workarea_save_as_data(self, folder_id, task_id): method fill_workarea_filepath (line 366) | def fill_workarea_filepath( class WorkfileEntitiesModel (line 410) | class WorkfileEntitiesModel: method __init__ (line 417) | def __init__(self, controller): method _get_workfile_info_identifier (line 422) | def _get_workfile_info_identifier( method _get_rootless_path (line 427) | def _get_rootless_path(self, filepath): method _prepare_workfile_info_item (line 437) | def _prepare_workfile_info_item( method _get_workfile_info (line 455) | def _get_workfile_info(self, folder_id, task_id, identifier): method get_workfile_info (line 471) | def get_workfile_info( method save_workfile_info (line 493) | def save_workfile_info(self, folder_id, task_id, filepath, note): method _create_workfile_info_entity (line 529) | def _create_workfile_info_entity(self, task_id, rootless_path, note): class PublishWorkfilesModel (line 549) | class PublishWorkfilesModel: method __init__ (line 558) | def __init__(self, controller): method _extensions (line 564) | def _extensions(self): method _repre_extensions (line 571) | def _repre_extensions(self): method _file_item_from_representation (line 578) | def _file_item_from_representation( method get_file_items (line 617) | def get_file_items(self, folder_id, task_name): class WorkfilesModel (line 663) | class WorkfilesModel: method __init__ (line 666) | def __init__(self, controller): method get_workfile_info (line 673) | def get_workfile_info(self, folder_id, task_id, filepath): method save_workfile_info (line 678) | def save_workfile_info(self, folder_id, task_id, filepath, note): method get_workarea_dir_by_context (line 683) | def get_workarea_dir_by_context(self, folder_id, task_id): method get_workarea_file_items (line 699) | def get_workarea_file_items(self, folder_id, task_id): method get_workarea_save_as_data (line 713) | def get_workarea_save_as_data(self, folder_id, task_id): method fill_workarea_filepath (line 717) | def fill_workarea_filepath(self, *args, **kwargs): method get_published_file_items (line 722) | def get_published_file_items(self, folder_id, task_name): FILE: openpype/tools/ayon_workfiles/widgets/files_widget.py class FilesWidget (line 11) | class FilesWidget(QtWidgets.QWidget): method __init__ (line 19) | def __init__(self, controller, parent): method set_published_mode (line 143) | def set_published_mode(self, published_mode): method set_text_filter (line 160) | def set_text_filter(self, text_filter): method _exec_save_as_dialog (line 167) | def _exec_save_as_dialog(self): method _open_workfile (line 182) | def _open_workfile(self, folder_id, task_name, filepath): method _on_workarea_open_clicked (line 192) | def _on_workarea_open_clicked(self): method _on_current_open_requests (line 200) | def _on_current_open_requests(self): method _on_duplicate_request (line 203) | def _on_duplicate_request(self): method _on_workarea_browse_clicked (line 217) | def _on_workarea_browse_clicked(self): method _on_workarea_save_clicked (line 252) | def _on_workarea_save_clicked(self): method _on_workarea_path_changed (line 264) | def _on_workarea_path_changed(self, event): method _update_published_btns_state (line 271) | def _update_published_btns_state(self): method _update_workarea_btns_state (line 280) | def _update_workarea_btns_state(self): method _on_published_repre_changed (line 284) | def _on_published_repre_changed(self, event): method _on_task_changed (line 288) | def _on_task_changed(self, event): method _on_published_save_clicked (line 298) | def _on_published_save_clicked(self): method _on_save_as_request (line 314) | def _on_save_as_request(self): method _set_select_contex_mode (line 317) | def _set_select_contex_mode(self, enabled): method _on_published_change_context_clicked (line 336) | def _on_published_change_context_clicked(self): method _should_set_pre_select_context (line 339) | def _should_set_pre_select_context(self): method _on_published_cancel_clicked (line 348) | def _on_published_cancel_clicked(self): method _on_copy_representation_finished (line 359) | def _on_copy_representation_finished(self, event): method _on_workfile_save_enabled_change (line 372) | def _on_workfile_save_enabled_change(self, event): method _save_changes_prompt (line 378) | def _save_changes_prompt(self): FILE: openpype/tools/ayon_workfiles/widgets/files_widget_published.py class PublishedFilesModel (line 19) | class PublishedFilesModel(QtGui.QStandardItemModel): method __init__ (line 26) | def __init__(self, controller): method set_published_mode (line 62) | def set_published_mode(self, published_mode): method set_select_context_mode (line 71) | def set_select_context_mode(self, select_mode): method get_index_by_representation_id (line 78) | def get_index_by_representation_id(self, representation_id): method refresh (line 84) | def refresh(self): method _clear_items (line 88) | def _clear_items(self): method _get_missing_context_item (line 96) | def _get_missing_context_item(self): method _add_missing_context_item (line 110) | def _add_missing_context_item(self): method _remove_missing_context_item (line 118) | def _remove_missing_context_item(self): method _get_empty_root_item (line 125) | def _get_empty_root_item(self): method _add_empty_item (line 139) | def _add_empty_item(self): method _remove_empty_item (line 147) | def _remove_empty_item(self): method _on_folder_changed (line 154) | def _on_folder_changed(self, event): method _on_task_changed (line 162) | def _on_task_changed(self, event): method _fill_items (line 171) | def _fill_items(self): method flags (line 224) | def flags(self, index): method data (line 230) | def data(self, index, role=None): class SelectContextOverlay (line 246) | class SelectContextOverlay(BaseOverlayFrame): method __init__ (line 253) | def __init__(self, parent): class PublishedFilesWidget (line 269) | class PublishedFilesWidget(QtWidgets.QWidget): method __init__ (line 280) | def __init__(self, controller, parent): method set_published_mode (line 327) | def set_published_mode(self, published_mode): method set_select_context_mode (line 330) | def set_select_context_mode(self, select_mode): method set_text_filter (line 334) | def set_text_filter(self, text_filter): method get_selected_repre_info (line 337) | def get_selected_repre_info(self): method get_selected_repre_id (line 350) | def get_selected_repre_id(self): method _on_selection_change (line 353) | def _on_selection_change(self): method _on_mouse_double_click (line 357) | def _on_mouse_double_click(self, event): method _on_expected_selection_change (line 361) | def _on_expected_selection_change(self, event): FILE: openpype/tools/ayon_workfiles/widgets/files_widget_workarea.py class WorkAreaFilesModel (line 16) | class WorkAreaFilesModel(QtGui.QStandardItemModel): method __init__ (line 23) | def __init__(self, controller): method get_index_by_filename (line 64) | def get_index_by_filename(self, filename): method refresh (line 70) | def refresh(self): method _get_missing_context_item (line 74) | def _get_missing_context_item(self): method _clear_items (line 88) | def _clear_items(self): method _add_missing_context_item (line 96) | def _add_missing_context_item(self): method _remove_missing_context_item (line 104) | def _remove_missing_context_item(self): method _get_empty_root_item (line 111) | def _get_empty_root_item(self): method _add_empty_item (line 125) | def _add_empty_item(self): method _remove_empty_item (line 133) | def _remove_empty_item(self): method _on_folder_changed (line 140) | def _on_folder_changed(self, event): method _on_task_changed (line 145) | def _on_task_changed(self, event): method _on_duplicate_finished (line 151) | def _on_duplicate_finished(self, event): method _on_save_as_finished (line 158) | def _on_save_as_finished(self, event): method _fill_items (line 165) | def _fill_items(self): method flags (line 215) | def flags(self, index): method data (line 221) | def data(self, index, role=None): method set_published_mode (line 236) | def set_published_mode(self, published_mode): class WorkAreaFilesWidget (line 244) | class WorkAreaFilesWidget(QtWidgets.QWidget): method __init__ (line 256) | def __init__(self, controller, parent): method set_published_mode (line 302) | def set_published_mode(self, published_mode): method set_text_filter (line 314) | def set_text_filter(self, text_filter): method _get_selected_info (line 323) | def _get_selected_info(self): method get_selected_path (line 335) | def get_selected_path(self): method _on_selection_change (line 344) | def _on_selection_change(self): method _on_mouse_double_click (line 348) | def _on_mouse_double_click(self, event): method _on_context_menu (line 352) | def _on_context_menu(self, point): method _on_duplicate_pressed (line 374) | def _on_duplicate_pressed(self): method _on_expected_selection_change (line 377) | def _on_expected_selection_change(self, event): FILE: openpype/tools/ayon_workfiles/widgets/save_as_dialog.py class SubversionLineEdit (line 6) | class SubversionLineEdit(QtWidgets.QWidget): method __init__ (line 11) | def __init__(self, *args, **kwargs): method set_placeholder (line 36) | def set_placeholder(self, placeholder): method set_text (line 39) | def set_text(self, text): method set_values (line 42) | def set_values(self, values): method _on_button_clicked (line 45) | def _on_button_clicked(self): method _on_action_clicked (line 48) | def _on_action_clicked(self, action): method _update (line 51) | def _update(self, values): class SaveAsDialog (line 86) | class SaveAsDialog(QtWidgets.QDialog): method __init__ (line 96) | def __init__(self, controller, parent): method get_result (line 227) | def get_result(self): method update_context (line 230) | def update_context(self): method _on_version_spinbox_change (line 289) | def _on_version_spinbox_change(self, value): method _on_version_checkbox_change (line 296) | def _on_version_checkbox_change(self): method _on_comment_change (line 305) | def _on_comment_change(self, text): method _on_extension_change (line 311) | def _on_extension_change(self): method _on_ok_pressed (line 318) | def _on_ok_pressed(self): method _on_cancel_pressed (line 328) | def _on_cancel_pressed(self): method _update_filename (line 331) | def _update_filename(self): FILE: openpype/tools/ayon_workfiles/widgets/side_panel.py function file_size_to_string (line 6) | def file_size_to_string(file_size): class SidePanelWidget (line 22) | class SidePanelWidget(QtWidgets.QWidget): method __init__ (line 39) | def __init__(self, controller, parent): method set_published_mode (line 85) | def set_published_mode(self, published_mode): method _on_selection_change (line 94) | def _on_selection_change(self, event): method _on_note_change (line 101) | def _on_note_change(self): method _on_save_click (line 105) | def _on_save_click(self): method _set_context (line 116) | def _set_context(self, folder_id, task_id, filepath): FILE: openpype/tools/ayon_workfiles/widgets/utils.py class BaseOverlayFrame (line 4) | class BaseOverlayFrame(QtWidgets.QFrame): method __init__ (line 10) | def __init__(self, parent): method setVisible (line 16) | def setVisible(self, visible): method eventFilter (line 24) | def eventFilter(self, obj, event): FILE: openpype/tools/ayon_workfiles/widgets/window.py class InvalidHostOverlay (line 18) | class InvalidHostOverlay(BaseOverlayFrame): method __init__ (line 19) | def __init__(self, parent): class WorkfilesToolWindow (line 41) | class WorkfilesToolWindow(QtWidgets.QWidget): method __init__ (line 53) | def __init__(self, controller=None, parent=None): method _post_init (line 162) | def _post_init(self): method _create_col_1_widget (line 170) | def _create_col_1_widget(self, controller, parent): method _create_col_3_widget (line 204) | def _create_col_3_widget(self, controller, parent): method set_window_on_top (line 240) | def set_window_on_top(self, on_top): method ensure_visible (line 253) | def ensure_visible(self, use_context=True, save=True, on_top=False): method refresh (line 279) | def refresh(self): method showEvent (line 284) | def showEvent(self, event): method keyPressEvent (line 291) | def keyPressEvent(self, event): method _on_first_show (line 302) | def _on_first_show(self): method _on_file_text_filter_change (line 306) | def _on_file_text_filter_change(self, text): method _on_published_checkbox_changed (line 309) | def _on_published_checkbox_changed(self): method _on_folder_filter_change (line 319) | def _on_folder_filter_change(self, text): method _on_go_to_current_clicked (line 322) | def _on_go_to_current_clicked(self): method _on_refresh_clicked (line 325) | def _on_refresh_clicked(self): method _on_controller_refresh_started (line 328) | def _on_controller_refresh_started(self): method _on_controller_refresh_finished (line 331) | def _on_controller_refresh_finished(self): method _on_save_as_finished (line 343) | def _on_save_as_finished(self, event): method _on_copy_representation_finished (line 354) | def _on_copy_representation_finished(self, event): method _on_duplicate_finished (line 365) | def _on_duplicate_finished(self, event): method _on_open_finished (line 376) | def _on_open_finished(self, event): FILE: openpype/tools/context_dialog/_ayon_window.py class SelectionModel (line 24) | class SelectionModel(object): method __init__ (line 35) | def __init__(self, controller): method get_selected_project_name (line 43) | def get_selected_project_name(self): method set_selected_project (line 46) | def set_selected_project(self, project_name): method get_selected_folder_id (line 54) | def get_selected_folder_id(self): method set_selected_folder (line 57) | def set_selected_folder(self, folder_id): method get_selected_task_name (line 70) | def get_selected_task_name(self): method get_selected_task_id (line 73) | def get_selected_task_id(self): method set_selected_task (line 76) | def set_selected_task(self, task_id, task_name): class ExpectedSelection (line 94) | class ExpectedSelection: method __init__ (line 95) | def __init__(self, controller): method _emit_change (line 104) | def _emit_change(self): method set_expected_selection (line 110) | def set_expected_selection(self, project_name, folder_id): method get_expected_selection_data (line 118) | def get_expected_selection_data(self): method is_expected_project_selected (line 138) | def is_expected_project_selected(self, project_name): method is_expected_folder_selected (line 141) | def is_expected_folder_selected(self, folder_id): method expected_project_selected (line 144) | def expected_project_selected(self, project_name): method expected_folder_selected (line 151) | def expected_folder_selected(self, folder_id): class ContextDialogController (line 159) | class ContextDialogController: method __init__ (line 160) | def __init__(self): method reset (line 179) | def reset(self): method refresh (line 197) | def refresh(self): method emit_event (line 206) | def emit_event(self, topic, data=None, source=None): method register_event_callback (line 213) | def register_event_callback(self, topic, callback): method set_output_json_path (line 216) | def set_output_json_path(self, output_path): method is_strict (line 219) | def is_strict(self): method set_strict (line 222) | def set_strict(self, enabled): method get_project_items (line 229) | def get_project_items(self, sender=None): method get_folder_items (line 232) | def get_folder_items(self, project_name, sender=None): method get_task_items (line 235) | def get_task_items(self, project_name, folder_id, sender=None): method set_expected_selection (line 241) | def set_expected_selection(self, project_name, folder_id): method get_expected_selection_data (line 246) | def get_expected_selection_data(self): method expected_project_selected (line 249) | def expected_project_selected(self, project_name): method expected_folder_selected (line 252) | def expected_folder_selected(self, folder_id): method get_selected_project_name (line 256) | def get_selected_project_name(self): method set_selected_project (line 259) | def set_selected_project(self, project_name): method get_selected_folder_id (line 262) | def get_selected_folder_id(self): method set_selected_folder (line 265) | def set_selected_folder(self, folder_id): method get_selected_task_name (line 268) | def get_selected_task_name(self): method get_selected_task_id (line 271) | def get_selected_task_id(self): method set_selected_task (line 274) | def set_selected_task(self, task_id, task_name): method is_initial_context_valid (line 277) | def is_initial_context_valid(self): method set_initial_context (line 280) | def set_initial_context(self, project_name=None, asset_name=None): method get_initial_context (line 294) | def get_initial_context(self): method get_selected_context (line 310) | def get_selected_context(self): method confirm_selection (line 343) | def confirm_selection(self): method store_output (line 346) | def store_output(self): method _prepare_initial_context (line 355) | def _prepare_initial_context(self, project_name, asset_name): method _get_event_system (line 403) | def _get_event_system(self): method _emit_event (line 417) | def _emit_event(self, topic, data=None): class InvalidContextOverlay (line 421) | class InvalidContextOverlay(QtWidgets.QFrame): method __init__ (line 424) | def __init__(self, parent): method set_context (line 460) | def set_context( class ContextDialog (line 494) | class ContextDialog(QtWidgets.QDialog): method __init__ (line 505) | def __init__(self, controller=None, parent=None): method is_strict (line 621) | def is_strict(self): method showEvent (line 624) | def showEvent(self, event): method resizeEvent (line 641) | def resizeEvent(self, event): method closeEvent (line 645) | def closeEvent(self, event): method set_strict (line 658) | def set_strict(self, enabled): method refresh (line 663) | def refresh(self): method get_context (line 672) | def get_context(self): method set_context (line 676) | def set_context(self, project_name=None, asset_name=None): method _on_projects_refresh (line 681) | def _on_projects_refresh(self): method _on_overlay_confirm (line 688) | def _on_overlay_confirm(self): method _on_ok_click (line 691) | def _on_ok_click(self): method _confirm_selection (line 697) | def _confirm_selection(self): method _on_project_selection_change (line 700) | def _on_project_selection_change(self, event): method _on_folder_selection_change (line 705) | def _on_folder_selection_change(self, event): method _on_task_selection_change (line 711) | def _on_task_selection_change(self, event): method _on_selection_change (line 718) | def _on_selection_change( method _on_init_context_change (line 723) | def _on_init_context_change(self, event): method _set_init_context (line 730) | def _set_init_context(self, init_context): method _on_strict_changed (line 752) | def _on_strict_changed(self, event): method _on_controller_reset (line 755) | def _on_controller_reset(self): method _on_controller_refresh (line 759) | def _on_controller_refresh(self): method _apply_strict_changes (line 762) | def _apply_strict_changes(self, is_strict): method _validate_strict (line 774) | def _validate_strict(self, project_name, folder_id, task_name): function main (line 784) | def main( FILE: openpype/tools/context_dialog/_openpype_window.py class ContextDialog (line 20) | class ContextDialog(QtWidgets.QDialog): method __init__ (line 31) | def __init__(self, parent=None): method closeEvent (line 157) | def closeEvent(self, event): method set_strict (line 167) | def set_strict(self, strict): method _set_refresh_on_next_show (line 172) | def _set_refresh_on_next_show(self): method _refresh_assets (line 181) | def _refresh_assets(self): method showEvent (line 192) | def showEvent(self, event): method refresh (line 205) | def refresh(self): method _on_asset_refresh_timer (line 250) | def _on_asset_refresh_timer(self): method _on_asset_widget_refresh_finished (line 257) | def _on_asset_widget_refresh_finished(self): method _on_project_combo_change (line 284) | def _on_project_combo_change(self): method _on_asset_refresh_trigger (line 297) | def _on_asset_refresh_trigger(self): method _on_asset_change (line 301) | def _on_asset_change(self): method _on_task_change (line 307) | def _on_task_change(self): method _set_asset_to_tasks_widget (line 310) | def _set_asset_to_tasks_widget(self): method _confirm_values (line 315) | def _confirm_values(self): method _on_ok_click (line 321) | def _on_ok_click(self): method get_selected_project (line 327) | def get_selected_project(self): method get_selected_asset (line 331) | def get_selected_asset(self): method get_selected_task (line 335) | def get_selected_task(self): method _validate_strict (line 339) | def _validate_strict(self): method set_context (line 354) | def set_context(self, project_name=None, asset_name=None): method get_context (line 367) | def get_context(self): function main (line 372) | def main( FILE: openpype/tools/creator/model.py class CreatorsModel (line 12) | class CreatorsModel(QtGui.QStandardItemModel): method __init__ (line 13) | def __init__(self, *args, **kwargs): method reset (line 18) | def reset(self): method get_creator_by_id (line 47) | def get_creator_by_id(self, item_id): method get_indexes_by_family (line 50) | def get_indexes_by_family(self, family): FILE: openpype/tools/creator/widgets.py class CreateErrorMessageBox (line 20) | class CreateErrorMessageBox(ErrorMessageBox): method __init__ (line 21) | def __init__( method _create_top_widget (line 37) | def _create_top_widget(self, parent_widget): method _get_report_data (line 44) | def _get_report_data(self): method _create_content (line 62) | def _create_content(self, content_layout): class SubsetNameValidator (line 100) | class SubsetNameValidator(RegularExpressionValidatorClass): method __init__ (line 104) | def __init__(self): method validate (line 108) | def validate(self, text, pos): method invalid_chars (line 114) | def invalid_chars(self, text): class VariantLineEdit (line 126) | class VariantLineEdit(QtWidgets.QLineEdit): method __init__ (line 134) | def __init__(self, *args, **kwargs): method on_invalid (line 154) | def on_invalid(self, invalid): method as_empty (line 160) | def as_empty(self): method as_exists (line 166) | def as_exists(self): method as_new (line 172) | def as_new(self): method _set_border (line 178) | def _set_border(self, status): method _get_status_color (line 183) | def _get_status_color(self): method _set_status_color (line 186) | def _set_status_color(self, color): class FamilyDescriptionWidget (line 195) | class FamilyDescriptionWidget(QtWidgets.QWidget): method __init__ (line 211) | def __init__(self, parent=None): method set_item (line 247) | def set_item(self, creator_plugin): FILE: openpype/tools/creator/window.py class CreatorWindow (line 38) | class CreatorWindow(QtWidgets.QDialog): method __init__ (line 39) | def __init__(self, parent=None): method _set_valid_state (line 156) | def _set_valid_state(self, valid): method _build_menu (line 162) | def _build_menu(self, default_names=None): method _on_action_clicked (line 198) | def _on_action_clicked(self, action): method _on_data_changed (line 201) | def _on_data_changed(self, *args): method _on_validation_timer (line 209) | def _on_validation_timer(self): method _on_selection_changed (line 330) | def _on_selection_changed(self, old_idx, new_idx): method keyPressEvent (line 358) | def keyPressEvent(self, event): method showEvent (line 369) | def showEvent(self, event): method refresh (line 375) | def refresh(self): method _on_create (line 412) | def _on_create(self): method _on_msg_timer (line 467) | def _on_msg_timer(self): method echo (line 470) | def echo(self, message): function show (line 475) | def show(parent=None): FILE: openpype/tools/experimental_tools/dialog.py class ToolButton (line 12) | class ToolButton(QtWidgets.QPushButton): method __init__ (line 15) | def __init__(self, identifier, *args, **kwargs): method _on_click (line 21) | def _on_click(self): class ExperimentalToolsDialog (line 25) | class ExperimentalToolsDialog(QtWidgets.QDialog): method __init__ (line 28) | def __init__(self, parent=None): method refresh (line 117) | def refresh(self): method _is_content_visible (line 160) | def _is_content_visible(self): method _set_visibility (line 163) | def _set_visibility(self): method _on_ok_click (line 168) | def _on_ok_click(self): method _on_btn_trigger (line 171) | def _on_btn_trigger(self, identifier): method showEvent (line 176) | def showEvent(self, event): method changeEvent (line 198) | def changeEvent(self, event): method _on_refresh_timeout (line 207) | def _on_refresh_timeout(self): FILE: openpype/tools/experimental_tools/tools_def.py class ExperimentalTool (line 8) | class ExperimentalTool(object): method __init__ (line 17) | def __init__(self, identifier, label, tooltip): method enabled (line 24) | def enabled(self): method set_enabled (line 28) | def set_enabled(self, enabled=True): class ExperimentalHostTool (line 33) | class ExperimentalHostTool(ExperimentalTool): method __init__ (line 46) | def __init__( method is_available_for_host (line 54) | def is_available_for_host(self, host_name): method execute (line 59) | def execute(self, *args, **kwargs): class ExperimentalTools (line 64) | class ExperimentalTools: method __init__ (line 84) | def __init__(self, parent_widget=None, refresh=True): method tools (line 117) | def tools(self): method tools_by_identifier (line 127) | def tools_by_identifier(self): method get (line 136) | def get(self, tool_identifier): method get_tools_for_host (line 140) | def get_tools_for_host(self, host_name=None): method refresh_availability (line 152) | def refresh_availability(self): method _show_publisher (line 163) | def _show_publisher(self): FILE: openpype/tools/flickcharm.py class FlickData (line 22) | class FlickData(object): method __init__ (line 29) | def __init__(self): class FlickCharm (line 40) | class FlickCharm(QtCore.QObject): method __init__ (line 55) | def __init__(self, parent=None): method activateOn (line 79) | def activateOn(self, widget): method deactivateFrom (line 87) | def deactivateFrom(self, widget): method eventFilter (line 94) | def eventFilter(self, obj, event): method _set_press_pos_and_offset (line 214) | def _set_press_pos_and_offset(self, event, data): method _propagate_click (line 221) | def _propagate_click(self, obj, event, data): method timerEvent (line 237) | def timerEvent(self, event): function scrollOffset (line 270) | def scrollOffset(widget): function setScrollOffset (line 276) | def setScrollOffset(widget, p): function deaccelerate (line 281) | def deaccelerate(speed, a=1, maxVal=64): function removeAll (line 296) | def removeAll(list, val): FILE: openpype/tools/launcher/actions.py class ApplicationAction (line 15) | class ApplicationAction(LauncherAction): method log (line 41) | def log(self): method is_compatible (line 46) | def is_compatible(self, session): method _show_message_box (line 52) | def _show_message_box(self, title, message, details=None): method process (line 63) | def process(self, session, **kwargs): FILE: openpype/tools/launcher/delegates.py class ActionDelegate (line 10) | class ActionDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 15) | def __init__(self, group_roles, *args, **kwargs): method _draw_animation (line 21) | def _draw_animation(self, painter, option, index): method paint (line 68) | def paint(self, painter, option, index): FILE: openpype/tools/launcher/lib.py function get_action_icon (line 10) | def get_action_icon(action): function get_action_label (line 45) | def get_action_label(action): FILE: openpype/tools/launcher/models.py class ActionModel (line 56) | class ActionModel(QtGui.QStandardItemModel): method __init__ (line 57) | def __init__(self, dbcon, parent=None): method discover (line 75) | def discover(self): method get_application_actions (line 88) | def get_application_actions(self): method get_icon (line 133) | def get_icon(self, action, skip_default=False): method filter_actions (line 139) | def filter_actions(self): method filter_compatible_actions (line 248) | def filter_compatible_actions(self, actions): method update_force_not_open_workfile_settings (line 279) | def update_force_not_open_workfile_settings(self, is_checked, action_id): method change_action_item (line 314) | def change_action_item(self, item, checked): method is_application_action (line 323) | def is_application_action(self, action): method is_force_not_open_workfile (line 334) | def is_force_not_open_workfile(self, item, stored): method _prepare_compare_data (line 362) | def _prepare_compare_data(self, action): class LauncherModel (line 374) | class LauncherModel(QtCore.QObject): method __init__ (line 409) | def __init__(self, dbcon): method _on_timeout (line 447) | def _on_timeout(self): method set_active (line 453) | def set_active(self, active): method start_refresh_timer (line 457) | def start_refresh_timer(self, trigger=False): method stop_refresh_timer (line 463) | def stop_refresh_timer(self): method project_name (line 468) | def project_name(self): method refreshing_assets (line 473) | def refreshing_assets(self): method asset_docs (line 478) | def asset_docs(self): method project_names (line 483) | def project_names(self): method get_project_doc (line 487) | def get_project_doc(self, project_name): method asset_filter_data_by_id (line 491) | def asset_filter_data_by_id(self): method assignees (line 496) | def assignees(self): method task_types (line 501) | def task_types(self): method task_type_filters (line 510) | def task_type_filters(self): method assignee_filters (line 515) | def assignee_filters(self): method asset_name_filter (line 520) | def asset_name_filter(self): method get_asset_doc (line 524) | def get_asset_doc(self, asset_id): method set_project_name (line 528) | def set_project_name(self, project_name): method refresh (line 537) | def refresh(self): method refresh_projects (line 542) | def refresh_projects(self): method _set_asset_docs (line 561) | def _set_asset_docs(self, asset_docs=None): method set_task_type_filter (line 611) | def set_task_type_filter(self, task_types): method set_assignee_filter (line 621) | def set_assignee_filter(self, assignees): method set_asset_name_filter (line 631) | def set_asset_name_filter(self, text_filter): method refresh_assets (line 641) | def refresh_assets(self, force=True): method _stop_fetch_thread (line 662) | def _stop_fetch_thread(self): method _refresh_assets (line 670) | def _refresh_assets(self): class LauncherTasksProxyModel (line 680) | class LauncherTasksProxyModel(TasksProxyModel): method __init__ (line 686) | def __init__(self, launcher_model, *args, **kwargs): method _on_filter_change (line 695) | def _on_filter_change(self): method filterAcceptsRow (line 700) | def filterAcceptsRow(self, row, parent): class LauncherTaskModel (line 722) | class LauncherTaskModel(TasksModel): method __init__ (line 723) | def __init__(self, launcher_model, *args, **kwargs): method _refresh_project_doc (line 727) | def _refresh_project_doc(self): method set_asset_id (line 732) | def set_asset_id(self, asset_id): class AssetRecursiveSortFilterModel (line 739) | class AssetRecursiveSortFilterModel(QtCore.QSortFilterProxyModel): method __init__ (line 740) | def __init__(self, launcher_model, *args, **kwargs): method _on_filter_change (line 750) | def _on_filter_change(self): method filterAcceptsRow (line 756) | def filterAcceptsRow(self, row, parent): class LauncherAssetsModel (line 800) | class LauncherAssetsModel(AssetModel): method __init__ (line 801) | def __init__(self, launcher_model, dbcon, parent=None): method _on_launcher_refresh_start (line 814) | def _on_launcher_refresh_start(self): method _on_launcher_refresh (line 821) | def _on_launcher_refresh(self): method _fill_assets (line 826) | def _fill_assets(self, *args, **kwargs): method _on_project_change (line 838) | def _on_project_change(self): method refresh (line 841) | def refresh(self, *args, **kwargs): method stop_refresh (line 844) | def stop_refresh(self, *args, **kwargs): class ProjectModel (line 848) | class ProjectModel(QtGui.QStandardItemModel): method __init__ (line 851) | def __init__(self, launcher_model, parent=None): method _on_refresh (line 859) | def _on_refresh(self): FILE: openpype/tools/launcher/widgets.py class ProjectBar (line 34) | class ProjectBar(QtWidgets.QWidget): method __init__ (line 35) | def __init__(self, launcher_model, parent=None): method _on_project_change (line 69) | def _on_project_change(self, project_name): method get_current_project (line 74) | def get_current_project(self): method set_project (line 77) | def set_project(self, project_name): method on_index_change (line 87) | def on_index_change(self, idx): class LauncherTaskWidget (line 95) | class LauncherTaskWidget(TasksWidget): method __init__ (line 96) | def __init__(self, launcher_model, *args, **kwargs): method _create_source_model (line 101) | def _create_source_model(self): method _create_proxy_model (line 104) | def _create_proxy_model(self, source_model): class LauncherAssetsWidget (line 110) | class LauncherAssetsWidget(SingleSelectAssetsWidget): method __init__ (line 111) | def __init__(self, launcher_model, *args, **kwargs): method _on_refresh_start (line 120) | def _on_refresh_start(self): method refreshing (line 125) | def refreshing(self): method refresh (line 128) | def refresh(self): method stop_refresh (line 131) | def stop_refresh(self): method _refresh_model (line 134) | def _refresh_model(self, clear=False): method _create_source_model (line 137) | def _create_source_model(self): method _create_proxy_model (line 142) | def _create_proxy_model(self, source_model): method _on_model_refresh (line 149) | def _on_model_refresh(self, has_item): method _on_filter_text_change (line 154) | def _on_filter_text_change(self, new_text): class ActionBar (line 158) | class ActionBar(QtWidgets.QWidget): method __init__ (line 163) | def __init__(self, launcher_model, dbcon, parent=None): method discover_actions (line 220) | def discover_actions(self): method filter_actions (line 229) | def filter_actions(self): method set_row_height (line 234) | def set_row_height(self, rows): method _on_projects_refresh (line 237) | def _on_projects_refresh(self): method _on_animation (line 240) | def _on_animation(self): method _start_animation (line 258) | def _start_animation(self, index): method on_context_menu (line 269) | def on_context_menu(self, point): method on_checkbox_changed (line 302) | def on_checkbox_changed(self, is_checked, action_id): method on_clicked (line 309) | def on_clicked(self, index): class ActionHistory (line 403) | class ActionHistory(QtWidgets.QPushButton): method __init__ (line 406) | def __init__(self, parent=None): method show_history (line 420) | def show_history(self): method add_action (line 492) | def add_action(self, action, session): method clear_history (line 505) | def clear_history(self): class SlidePageWidget (line 509) | class SlidePageWidget(QtWidgets.QStackedWidget): method slide_view (line 519) | def slide_view(self, index, direction="right"): FILE: openpype/tools/launcher/window.py class ProjectIconView (line 28) | class ProjectIconView(QtWidgets.QListView): method __init__ (line 38) | def __init__(self, parent=None, mode=ListMode): method set_mode (line 49) | def set_mode(self, mode): method mousePressEvent (line 85) | def mousePressEvent(self, event): class ProjectsPanel (line 91) | class ProjectsPanel(QtWidgets.QWidget): method __init__ (line 93) | def __init__(self, launcher_model, parent=None): method on_clicked (line 113) | def on_clicked(self, index): class AssetsPanel (line 119) | class AssetsPanel(QtWidgets.QWidget): method __init__ (line 124) | def __init__(self, launcher_model, dbcon, parent=None): method select_asset (line 186) | def select_asset(self, asset_name): method showEvent (line 189) | def showEvent(self, event): method select_task_name (line 197) | def select_task_name(self, task_name): method _on_project_changed (line 201) | def _on_project_changed(self): method _on_asset_changed (line 204) | def _on_asset_changed(self): method _on_task_change (line 221) | def _on_task_change(self): class LauncherWindow (line 227) | class LauncherWindow(QtWidgets.QDialog): method __init__ (line 231) | def __init__(self, parent=None): method showEvent (line 328) | def showEvent(self, event): method _on_refresh_timeout (line 334) | def _on_refresh_timeout(self): method changeEvent (line 339) | def changeEvent(self, event): method set_page (line 344) | def set_page(self, page): method _on_message_timeout (line 353) | def _on_message_timeout(self): method echo (line 356) | def echo(self, message): method on_session_changed (line 361) | def on_session_changed(self): method discover_actions (line 364) | def discover_actions(self): method filter_actions (line 367) | def filter_actions(self): method on_project_change (line 370) | def on_project_change(self, project_name): method on_back_clicked (line 375) | def on_back_clicked(self): method on_action_clicked (line 380) | def on_action_clicked(self, action): method on_history_action (line 384) | def on_history_action(self, history_data): method run_action (line 397) | def run_action(self, action, session=None): method set_session (line 416) | def set_session(self, session): FILE: openpype/tools/libraryloader/app.py class LibraryLoaderWindow (line 24) | class LibraryLoaderWindow(QtWidgets.QDialog): method __init__ (line 32) | def __init__( method showEvent (line 190) | def showEvent(self, event): method _set_projects (line 206) | def _set_projects(self): method get_filtered_projects (line 241) | def get_filtered_projects(self): method on_project_change (line 253) | def on_project_change(self): method current_project (line 278) | def current_project(self): method refresh (line 285) | def refresh(self): method on_assetschanged (line 289) | def on_assetschanged(self, *args): method on_subsetschanged (line 293) | def on_subsetschanged(self, *args): method on_versionschanged (line 297) | def on_versionschanged(self, *args): method _on_subset_refresh (line 301) | def _on_subset_refresh(self, has_item): method set_context (line 309) | def set_context(self, context, refresh=True): method _on_family_filter_change (line 328) | def _on_family_filter_change(self, families): method _refresh (line 331) | def _refresh(self): method _refresh_assets (line 336) | def _refresh_assets(self): method clear_assets_underlines (line 350) | def clear_assets_underlines(self): method _assetschanged (line 355) | def _assetschanged(self): method _subsetschanged (line 393) | def _subsetschanged(self): method _versionschanged (line 424) | def _versionschanged(self): method _on_message_timeout (line 451) | def _on_message_timeout(self): method echo (line 454) | def echo(self, message): method closeEvent (line 459) | def closeEvent(self, event): function show (line 472) | def show(debug=False, parent=None, show_projects=False, show_libraries=T... function cli (line 516) | def cli(args): FILE: openpype/tools/loader/__main__.py function my_exception_hook (line 13) | def my_exception_hook(exctype, value, traceback): FILE: openpype/tools/loader/app.py class LoaderWindow (line 34) | class LoaderWindow(QtWidgets.QDialog): method __init__ (line 40) | def __init__(self, parent=None): method resizeEvent (line 198) | def resizeEvent(self, event): method moveEvent (line 202) | def moveEvent(self, event): method showEvent (line 206) | def showEvent(self, event): method refresh (line 221) | def refresh(self): method on_assetschanged (line 225) | def on_assetschanged(self, *args): method on_subsetschanged (line 229) | def on_subsetschanged(self, *args): method on_versionschanged (line 233) | def on_versionschanged(self, *args): method set_context (line 237) | def set_context(self, context, refresh=True): method _on_load_start (line 242) | def _on_load_start(self): method _hide_overlay (line 247) | def _hide_overlay(self): method _on_subset_refresh (line 250) | def _on_subset_refresh(self, has_item): method _on_load_end (line 257) | def _on_load_end(self): method _on_family_filter_change (line 263) | def _on_family_filter_change(self, families): method on_context_task_change (line 266) | def on_context_task_change(self, *args, **kwargs): method _refresh (line 274) | def _refresh(self): method clear_assets_underlines (line 287) | def clear_assets_underlines(self): method _assetschanged (line 296) | def _assetschanged(self): method _subsetschanged (line 328) | def _subsetschanged(self): method _versionschanged (line 360) | def _versionschanged(self): method _set_context (line 392) | def _set_context(self, context, refresh=True): method _on_message_timeout (line 411) | def _on_message_timeout(self): method echo (line 414) | def echo(self, message): method closeEvent (line 419) | def closeEvent(self, event): method keyPressEvent (line 431) | def keyPressEvent(self, event): method show_grouping_dialog (line 444) | def show_grouping_dialog(self): class SubsetGroupingDialog (line 462) | class SubsetGroupingDialog(QtWidgets.QDialog): method __init__ (line 465) | def __init__(self, items, groups_config, parent=None): method _build_menu (line 508) | def _build_menu(self): method _on_action_clicked (line 535) | def _on_action_clicked(self, action): method on_group (line 538) | def on_group(self): function show (line 548) | def show(debug=False, parent=None, use_context=False): function cli (line 606) | def cli(args): FILE: openpype/tools/loader/delegates.py class LoadedInSceneDelegate (line 4) | class LoadedInSceneDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 12) | def __init__(self, *args, **kwargs): method displayText (line 19) | def displayText(self, value, locale): method initStyleOption (line 22) | def initStyleOption(self, option, index): FILE: openpype/tools/loader/lib.py function change_visibility (line 13) | def change_visibility(model, view, column_name, visible): function get_options (line 23) | def get_options(action, loader, parent, repre_contexts): function add_representation_loaders_to_menu (line 65) | def add_representation_loaders_to_menu(loaders, menu, repre_contexts): function remove_tool_name_from_loaders (line 116) | def remove_tool_name_from_loaders(available_loaders, tool_name): function get_icon_from_loader (line 129) | def get_icon_from_loader(loader): function get_label_from_loader (line 146) | def get_label_from_loader(loader, representation=None): function get_no_loader_action (line 157) | def get_no_loader_action(menu, one_item_selected=False): function sort_loaders (line 172) | def sort_loaders(loaders, custom_sorter=None): FILE: openpype/tools/loader/model.py function is_filtering_recursible (line 42) | def is_filtering_recursible(): class BaseRepresentationModel (line 52) | class BaseRepresentationModel(object): method reset_sync_server (line 63) | def reset_sync_server(self, project_name=None): class SubsetsModel (line 135) | class SubsetsModel(BaseRepresentationModel, TreeModel): method __init__ (line 199) | def __init__( method get_item_by_id (line 258) | def get_item_by_id(self, item_id): method add_child (line 261) | def add_child(self, new_item, *args, **kwargs): method set_assets (line 267) | def set_assets(self, asset_ids): method set_grouping (line 271) | def set_grouping(self, state): method get_subsets_families (line 275) | def get_subsets_families(self): method setData (line 278) | def setData(self, index, value, role=QtCore.Qt.EditRole): method _get_hero_version (line 311) | def _get_hero_version(self, subset_id): method set_version (line 340) | def set_version(self, index, version): method _fetch (line 424) | def _fetch(self): method fetch_subset_and_version (line 551) | def fetch_subset_and_version(self): method stop_fetch_thread (line 562) | def stop_fetch_thread(self): method refresh (line 568) | def refresh(self): method _on_doc_fetched (line 594) | def _on_doc_fetched(self): method create_multiasset_group (line 637) | def create_multiasset_group( method _fill_subset_items (line 659) | def _fill_subset_items( method data (line 761) | def data(self, index, role): method flags (line 843) | def flags(self, index): method headerData (line 852) | def headerData(self, section, orientation, role): method _get_last_repre_info (line 861) | def _get_last_repre_info(self, repre_info_by_version_id, last_version_... method _get_repre_dict (line 869) | def _get_repre_dict(self, repre_info): class GroupMemberFilterProxyModel (line 888) | class GroupMemberFilterProxyModel(QtCore.QSortFilterProxyModel): method _is_group_acceptable (line 897) | def _is_group_acceptable(self, index, node): method _is_group_acceptable (line 907) | def _is_group_acceptable(self, index, model): method __init__ (line 915) | def __init__(self, *args, **kwargs): class SubsetFilterProxyModel (line 920) | class SubsetFilterProxyModel(GroupMemberFilterProxyModel): method filterAcceptsRow (line 921) | def filterAcceptsRow(self, row, parent): class FamiliesFilterProxyModel (line 932) | class FamiliesFilterProxyModel(GroupMemberFilterProxyModel): method __init__ (line 935) | def __init__(self, *args, **kwargs): method familyFilter (line 939) | def familyFilter(self): method setFamiliesFilter (line 942) | def setFamiliesFilter(self, values): method filterAcceptsRow (line 948) | def filterAcceptsRow(self, row=0, parent=None): method sort (line 972) | def sort(self, column, order): class RepresentationSortProxyModel (line 984) | class RepresentationSortProxyModel(GroupMemberFilterProxyModel): method lessThan (line 986) | def lessThan(self, left, right): class RepresentationModel (line 1001) | class RepresentationModel(TreeModel, BaseRepresentationModel): method __init__ (line 1037) | def __init__(self, dbcon, header): method set_version_ids (line 1089) | def set_version_ids(self, version_ids): method data (line 1093) | def data(self, index, role): method _on_doc_fetched (line 1158) | def _on_doc_fetched(self): method get_item_by_id (line 1249) | def get_item_by_id(self, item_id): method refresh (line 1252) | def refresh(self): method _sum_group_progress (line 1271) | def _sum_group_progress( FILE: openpype/tools/loader/widgets.py class OverlayFrame (line 72) | class OverlayFrame(QtWidgets.QFrame): method __init__ (line 73) | def __init__(self, label, parent): method set_label (line 89) | def set_label(self, label): class LoadErrorMessageBox (line 93) | class LoadErrorMessageBox(ErrorMessageBox): method __init__ (line 94) | def __init__(self, messages, parent=None): method _create_top_widget (line 98) | def _create_top_widget(self, parent_widget): method _get_report_data (line 105) | def _get_report_data(self): method _create_content (line 123) | def _create_content(self, content_layout): class SubsetWidget (line 154) | class SubsetWidget(QtWidgets.QWidget): method __init__ (line 178) | def __init__( method get_subsets_families (line 283) | def get_subsets_families(self): method set_family_filters (line 286) | def set_family_filters(self, families): method is_groupable (line 289) | def is_groupable(self): method set_grouping (line 292) | def set_grouping(self, state): method _subset_changed (line 297) | def _subset_changed(self, text): method set_loading_state (line 304) | def set_loading_state(self, loading, empty): method _repre_contexts_for_loaders_filter (line 316) | def _repre_contexts_for_loaders_filter(self, items): method on_project_change (line 362) | def on_project_change(self, project_name): method get_selected_items (line 379) | def get_selected_items(self): method get_selected_merge_items (line 396) | def get_selected_merge_items(self): method get_selected_subsets (line 415) | def get_selected_subsets(self): method on_context_menu (line 432) | def on_context_menu(self, point): method group_subsets (line 633) | def group_subsets(self, name, asset_ids, items): method echo (line 659) | def echo(self, message): class VersionTextEdit (line 663) | class VersionTextEdit(QtWidgets.QTextEdit): method __init__ (line 671) | def __init__(self, dbcon, parent=None): method set_version (line 684) | def set_version(self, version_doc=None, version_id=None): method contextMenuEvent (line 757) | def contextMenuEvent(self, event): method on_copy_source (line 779) | def on_copy_source(self): method on_copy_raw (line 793) | def on_copy_raw(self): class ThumbnailWidget (line 808) | class ThumbnailWidget(QtWidgets.QLabel): method __init__ (line 812) | def __init__(self, dbcon, parent=None): method height (line 830) | def height(self): method width (line 836) | def width(self): method set_pixmap (line 842) | def set_pixmap(self, pixmap=None): method resizeEvent (line 852) | def resizeEvent(self, _event): method scale_pixmap (line 858) | def scale_pixmap(self, pixmap): method set_thumbnail (line 866) | def set_thumbnail(self, src_type, doc_ids): class VersionWidget (line 908) | class VersionWidget(QtWidgets.QWidget): method __init__ (line 910) | def __init__(self, dbcon, parent=None): method set_version (line 929) | def set_version(self, version_doc): class FamilyModel (line 934) | class FamilyModel(QtGui.QStandardItemModel): method __init__ (line 935) | def __init__(self, dbcon, family_config_cache): method refresh (line 943) | def refresh(self): class FamilyProxyFiler (line 992) | class FamilyProxyFiler(QtCore.QSortFilterProxyModel): method __init__ (line 993) | def __init__(self, *args, **kwargs): method set_enabled_families (line 999) | def set_enabled_families(self, families): method is_filter_enabled (line 1007) | def is_filter_enabled(self): method set_filter_enabled (line 1010) | def set_filter_enabled(self, enabled=None): method filterAcceptsRow (line 1019) | def filterAcceptsRow(self, row, parent): class FamilyListView (line 1032) | class FamilyListView(QtWidgets.QListView): method __init__ (line 1035) | def __init__(self, dbcon, family_config_cache, parent=None): method set_enabled_families (line 1055) | def set_enabled_families(self, families): method set_enabled_family_filtering (line 1060) | def set_enabled_family_filtering(self, enabled=None): method refresh (line 1063) | def refresh(self): method get_enabled_families (line 1068) | def get_enabled_families(self): method set_all_unchecked (line 1083) | def set_all_unchecked(self): method set_all_checked (line 1086) | def set_all_checked(self): method _get_all_indexes (line 1089) | def _get_all_indexes(self): method _set_checkstates (line 1097) | def _set_checkstates(self, checked, indexes): method _change_selection_state (line 1130) | def _change_selection_state(self, checked): method _on_data_change (line 1134) | def _on_data_change(self, *_args): method _on_context_menu (line 1137) | def _on_context_menu(self, pos): method event (line 1157) | def event(self, event): class RepresentationWidget (line 1176) | class RepresentationWidget(QtWidgets.QWidget): method __init__ (line 1190) | def __init__(self, dbcon, tool_name=None, parent=None): method on_project_change (line 1239) | def on_project_change(self, project_name): method _repre_contexts_for_loaders_filter (line 1260) | def _repre_contexts_for_loaders_filter(self, items): method get_selected_items (line 1311) | def get_selected_items(self): method get_selected_repre_items (line 1328) | def get_selected_repre_items(self): method on_context_menu (line 1345) | def on_context_menu(self, point): method _process_action (line 1464) | def _process_action(self, items, menu, point): method _get_optional_labels (line 1518) | def _get_optional_labels(self, loaders, selected_side): method _get_selected_side (line 1538) | def _get_selected_side(self, point_index, rows): method set_version_ids (line 1548) | def set_version_ids(self, version_ids): method _set_download (line 1551) | def _set_download(self): method change_visibility (line 1554) | def change_visibility(self, column_name, visible): function _load_representations_by_loader (line 1563) | def _load_representations_by_loader(loader, repre_contexts, function _load_subsets_by_loader (line 1626) | def _load_subsets_by_loader(loader, subset_contexts, options, class AvailabilityDelegate (line 1702) | class AvailabilityDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 1707) | def __init__(self, dbcon, parent=None): method paint (line 1711) | def paint(self, painter, option, index): method displayText (line 1749) | def displayText(self, value, locale): FILE: openpype/tools/project_manager/project_manager/__init__.py function main (line 45) | def main(): FILE: openpype/tools/project_manager/project_manager/delegates.py class ResizeEditorDelegate (line 12) | class ResizeEditorDelegate(QtWidgets.QStyledItemDelegate): method _q_smart_min_size (line 18) | def _q_smart_min_size(editor): method updateEditorGeometry (line 53) | def updateEditorGeometry(self, editor, option, index): class NumberDelegate (line 75) | class NumberDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 86) | def __init__(self, minimum, maximum, decimals, step, *args, **kwargs): method createEditor (line 93) | def createEditor(self, parent, option, index): class NameDelegate (line 122) | class NameDelegate(QtWidgets.QStyledItemDelegate): method createEditor (line 125) | def createEditor(self, parent, option, index): class TypeDelegate (line 134) | class TypeDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 145) | def __init__(self, project_doc_cache, *args, **kwargs): method createEditor (line 149) | def createEditor(self, parent, option, index): method setEditorData (line 166) | def setEditorData(self, editor, index): method setModelData (line 172) | def setModelData(self, editor, model, index): class ToolsDelegate (line 177) | class ToolsDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 190) | def __init__(self, tools_cache, *args, **kwargs): method createEditor (line 194) | def createEditor(self, parent, option, index): method setEditorData (line 205) | def setEditorData(self, editor, index): method setModelData (line 209) | def setModelData(self, editor, model, index): method displayText (line 212) | def displayText(self, value, locale): FILE: openpype/tools/project_manager/project_manager/model.py class ProjectModel (line 31) | class ProjectModel(QtGui.QStandardItemModel): method __init__ (line 38) | def __init__(self, dbcon, *args, **kwargs): method refresh (line 45) | def refresh(self): class ProjectProxyFilter (line 81) | class ProjectProxyFilter(QtCore.QSortFilterProxyModel): method __init__ (line 83) | def __init__(self, *args, **kwargs): method lessThan (line 87) | def lessThan(self, left, right): method set_filter_default (line 94) | def set_filter_default(self, enabled=True): method filterAcceptsRow (line 101) | def filterAcceptsRow(self, row, parent): class HierarchySelectionModel (line 110) | class HierarchySelectionModel(QtCore.QItemSelectionModel): method __init__ (line 117) | def __init__(self, multiselection_columns, *args, **kwargs): method setCurrentIndex (line 121) | def setCurrentIndex(self, index, command): class HierarchyModel (line 131) | class HierarchyModel(QtCore.QAbstractItemModel): method __init__ (line 190) | def __init__(self, dbcon, parent=None): method log (line 209) | def log(self): method items_by_id (line 215) | def items_by_id(self): method _reset_root_item (line 218) | def _reset_root_item(self): method refresh_project (line 222) | def refresh_project(self): method project_item (line 227) | def project_item(self): method set_project (line 240) | def set_project(self, project_name, force=False): method rowCount (line 375) | def rowCount(self, parent=None): method columnCount (line 383) | def columnCount(self, *args, **kwargs): method data (line 387) | def data(self, index, role): method setData (line 402) | def setData(self, index, value, role=QtCore.Qt.EditRole): method headerData (line 427) | def headerData(self, section, orientation, role): method flags (line 437) | def flags(self, index): method parent (line 446) | def parent(self, index=None): method index (line 464) | def index(self, row, column, parent=None): method index_for_item (line 478) | def index_for_item(self, item, column=0): method index_from_item (line 493) | def index_from_item(self, row, column, parent=None): method add_new_asset (line 513) | def add_new_asset(self, source_index): method add_new_task (line 549) | def add_new_task(self, parent_index): method add_items (line 571) | def add_items(self, items, parent=None, start_row=None): method add_item (line 622) | def add_item(self, item, parent=None, row=None): method remove_delete_flag (line 629) | def remove_delete_flag(self, item_ids, with_children=True): method delete_index (line 687) | def delete_index(self, index): method delete_indexes (line 691) | def delete_indexes(self, indexes): method _remove_item (line 714) | def _remove_item(self, item): method _rename_asset (line 855) | def _rename_asset(self, asset_item, new_name): method _validate_asset_duplicity (line 874) | def _validate_asset_duplicity(self, name): method _move_horizontal_single (line 894) | def _move_horizontal_single(self, index, direction): method move_horizontal (line 1001) | def move_horizontal(self, indexes, direction): method _move_vertical_single (line 1068) | def _move_vertical_single(self, index, direction): method move_vertical (line 1262) | def move_vertical(self, indexes, direction): method child_removed (line 1322) | def child_removed(self, child): method column_name (line 1326) | def column_name(self, column): method clear (line 1332) | def clear(self): method save (line 1338) | def save(self): method copy_mime_data (line 1433) | def copy_mime_data(self, indexes): method _paste_mime_data (line 1467) | def _paste_mime_data(self, item, mime_data): method paste (line 1501) | def paste(self, indexes, mime_data): class BaseItem (line 1521) | class BaseItem: method __init__ (line 1540) | def __init__(self, data=None): method name_icon (line 1556) | def name_icon(self): method is_valid (line 1564) | def is_valid(self): method model (line 1567) | def model(self): method move_to (line 1570) | def move_to(self, item, row): method _get_global_data (line 1578) | def _get_global_data(self, role): method _set_global_data (line 1594) | def _set_global_data(self, value, role): method data (line 1598) | def data(self, role, key=None): method setData (line 1621) | def setData(self, value, role, key=None): method id (line 1638) | def id(self): method is_new (line 1642) | def is_new(self): method rowCount (line 1645) | def rowCount(self): method child (line 1648) | def child(self, row): method children (line 1653) | def children(self): method child_row (line 1656) | def child_row(self, child): method parent (line 1661) | def parent(self): method set_parent (line 1664) | def set_parent(self, parent): method row (line 1672) | def row(self): method add_child (line 1677) | def add_child(self, item, row=None): method remove_child (line 1695) | def remove_child(self, item): method flags (line 1699) | def flags(self, key): class RootItem (line 1706) | class RootItem(BaseItem): method __init__ (line 1710) | def __init__(self, model): method model (line 1714) | def model(self): method flags (line 1717) | def flags(self, *args, **kwargs): class ProjectItem (line 1721) | class ProjectItem(BaseItem): method __init__ (line 1761) | def __init__(self, project_doc): method project_id (line 1768) | def project_id(self): method asset_id (line 1773) | def asset_id(self): method name (line 1781) | def name(self): method child_parents (line 1785) | def child_parents(self): method data_from_doc (line 1790) | def data_from_doc(cls, project_doc): method flags (line 1808) | def flags(self, *args, **kwargs): class AssetItem (line 1813) | class AssetItem(BaseItem): method __init__ (line 1876) | def __init__(self, asset_doc): method project_id (line 1905) | def project_id(self): method asset_id (line 1912) | def asset_id(self): method is_new (line 1917) | def is_new(self): method is_valid (line 1922) | def is_valid(self): method name (line 1929) | def name(self): method child_parents (line 1939) | def child_parents(self): method to_doc (line 1948) | def to_doc(self): method update_data (line 1990) | def update_data(self): method data_from_doc (line 2042) | def data_from_doc(cls, asset_doc): method name_icon (line 2063) | def name_icon(self): method _get_global_data (line 2078) | def _get_global_data(self, role): method data (line 2097) | def data(self, role, key=None): method setData (line 2108) | def setData(self, value, role, key=None): method flags (line 2138) | def flags(self, key): method _add_task (line 2146) | def _add_task(self, item): method _remove_task (line 2159) | def _remove_task(self, item): method _rename_task (line 2176) | def _rename_task(self, item): method on_task_name_change (line 2209) | def on_task_name_change(self, task_item): method on_task_remove_state_change (line 2217) | def on_task_remove_state_change(self, task_item): method add_child (line 2251) | def add_child(self, item, row=None): method remove_child (line 2268) | def remove_child(self, item): class TaskItem (line 2287) | class TaskItem(BaseItem): method __init__ (line 2309) | def __init__(self, data=None, is_new=None): method is_new (line 2325) | def is_new(self): method is_valid (line 2330) | def is_valid(self): method name_icon (line 2338) | def name_icon(self): method add_child (line 2353) | def add_child(self, item, row=None): method _get_global_data (line 2357) | def _get_global_data(self, role): method to_doc_data (line 2376) | def to_doc_data(self): method data (line 2392) | def data(self, role, key=None): method setData (line 2418) | def setData(self, value, role, key=None): method to_json_data (line 2455) | def to_json_data(self): FILE: openpype/tools/project_manager/project_manager/multiselection_combobox.py class ComboItemDelegate (line 14) | class ComboItemDelegate(QtWidgets.QStyledItemDelegate): method paint (line 21) | def paint(self, painter, option, index): class MultiSelectionComboBox (line 32) | class MultiSelectionComboBox(QtWidgets.QComboBox): method __init__ (line 43) | def __init__(self, parent=None, **kwargs): method mousePressEvent (line 54) | def mousePressEvent(self, event): method showPopup (line 64) | def showPopup(self): method hidePopup (line 72) | def hidePopup(self): method _event_popup_shown (line 81) | def _event_popup_shown(self, obj, event): method eventFilter (line 144) | def eventFilter(self, obj, event): method addItem (line 152) | def addItem(self, *args, **kwargs): method paintEvent (line 157) | def paintEvent(self, event): method setItemCheckState (line 184) | def setItemCheckState(self, index, state): method set_value (line 187) | def set_value(self, values): method value (line 196) | def value(self): method checked_items_text (line 208) | def checked_items_text(self): method wheelEvent (line 218) | def wheelEvent(self, event): method keyPressEvent (line 221) | def keyPressEvent(self, event): FILE: openpype/tools/project_manager/project_manager/style.py class ResourceCache (line 8) | class ResourceCache: method get_icon (line 19) | def get_icon(cls, *keys): method get_icons (line 26) | def get_icons(cls): method get_color (line 75) | def get_color(cls, color_name): method get_remove_icon (line 79) | def get_remove_icon(cls): function get_remove_image (line 95) | def get_remove_image(): FILE: openpype/tools/project_manager/project_manager/view.py class NameDef (line 24) | class NameDef: class NumberDef (line 28) | class NumberDef: method __init__ (line 29) | def __init__(self, minimum=None, maximum=None, decimals=None, step=None): class TypeDef (line 36) | class TypeDef: class ToolsDef (line 40) | class ToolsDef: class ProjectDocCache (line 44) | class ProjectDocCache: method __init__ (line 45) | def __init__(self, dbcon): method set_project (line 49) | def set_project(self, project_name): class ToolsCache (line 56) | class ToolsCache: method __init__ (line 57) | def __init__(self): method refresh (line 60) | def refresh(self): class HierarchyView (line 70) | class HierarchyView(QtWidgets.QTreeView): method __init__ (line 124) | def __init__(self, dbcon, source_model, parent): method header_init (line 182) | def header_init(self): method set_project (line 202) | def set_project(self, project_name, force=False): method _on_project_reset (line 210) | def _on_project_reset(self): method _on_rows_moved (line 220) | def _on_rows_moved(self, index): method commitData (line 225) | def commitData(self, editor): method _deselect_editor (line 256) | def _deselect_editor(self, editor): method edit (line 267) | def edit(self, index, *args, **kwargs): method closeEditor (line 283) | def closeEditor(self, editor, hint): method openPersistentEditor (line 292) | def openPersistentEditor(self, index): method closePersistentEditor (line 299) | def closePersistentEditor(self, index): method rowsInserted (line 305) | def rowsInserted(self, parent_index, start, end): method mousePressEvent (line 313) | def mousePressEvent(self, event): method keyPressEvent (line 323) | def keyPressEvent(self, event): method _copy_items (line 361) | def _copy_items(self, indexes=None): method _paste_items (line 376) | def _paste_items(self): method _delete_items (line 381) | def _delete_items(self, indexes=None): method _on_ctrl_shift_enter_pressed (line 386) | def _on_ctrl_shift_enter_pressed(self): method add_asset (line 389) | def add_asset(self, parent_index=None): method add_task (line 402) | def add_task(self, parent_index=None): method _add_asset_action (line 411) | def _add_asset_action(self): method _add_asset_and_edit (line 414) | def _add_asset_and_edit(self, parent_index=None): method _add_task_action (line 428) | def _add_task_action(self): method add_task_and_edit (line 431) | def add_task_and_edit(self): method _on_shift_enter_pressed (line 453) | def _on_shift_enter_pressed(self): method _on_up_ctrl_pressed (line 462) | def _on_up_ctrl_pressed(self): method _on_down_ctrl_pressed (line 466) | def _on_down_ctrl_pressed(self): method _on_left_ctrl_pressed (line 470) | def _on_left_ctrl_pressed(self): method _on_right_ctrl_pressed (line 474) | def _on_right_ctrl_pressed(self): method _on_enter_pressed (line 478) | def _on_enter_pressed(self): method _remove_delete_flag (line 486) | def _remove_delete_flag(self, item_ids): method _expand_items (line 490) | def _expand_items(self, indexes): method _collapse_items (line 521) | def _collapse_items(self, indexes): method _show_message (line 547) | def _show_message(self, message): method _on_context_menu (line 551) | def _on_context_menu(self, point): FILE: openpype/tools/project_manager/project_manager/widgets.py class NameTextEdit (line 26) | class NameTextEdit(QtWidgets.QLineEdit): method __init__ (line 27) | def __init__(self, *args, **kwargs): method _on_text_change (line 32) | def _on_text_change(self, text): class FilterComboBox (line 48) | class FilterComboBox(QtWidgets.QComboBox): method __init__ (line 49) | def __init__(self, parent=None): method focusInEvent (line 83) | def focusInEvent(self, event): method value_cleanup (line 88) | def value_cleanup(self): method on_completer_activated (line 104) | def on_completer_activated(self, text): method keyPressEvent (line 109) | def keyPressEvent(self, event): method setModel (line 115) | def setModel(self, model): method setModelColumn (line 120) | def setModelColumn(self, column): class CreateProjectDialog (line 126) | class CreateProjectDialog(QtWidgets.QDialog): method __init__ (line 127) | def __init__(self, parent=None, dbcon=None): method project_name (line 227) | def project_name(self): method get_default_attributes (line 230) | def get_default_attributes(self): method _on_project_name_change (line 234) | def _on_project_name_change(self, value): method _on_project_code_change (line 242) | def _on_project_code_change(self, value): method _update_valid_project_name (line 251) | def _update_valid_project_name(self, value): method _update_valid_project_code (line 273) | def _update_valid_project_code(self, value): method _enable_button (line 294) | def _enable_button(self): method _on_cancel_clicked (line 299) | def _on_cancel_clicked(self): method _on_ok_clicked (line 302) | def _on_ok_clicked(self): method _get_existing_projects (line 339) | def _get_existing_projects(self): class ProjectManagerPixmapLabel (line 358) | class ProjectManagerPixmapLabel(PixmapLabel): method _get_pix_size (line 359) | def _get_pix_size(self): class ConfirmProjectDeletion (line 364) | class ConfirmProjectDeletion(QtWidgets.QDialog): method __init__ (line 367) | def __init__(self, project_name, parent): method exec_ (line 439) | def exec_(self, *args, **kwargs): method showEvent (line 443) | def showEvent(self, event): method result (line 450) | def result(self): method _on_cancel_click (line 454) | def _on_cancel_click(self): method _on_confirm_click (line 457) | def _on_confirm_click(self): method _on_enter_clicked (line 461) | def _on_enter_clicked(self): method _on_confirm_text_change (line 465) | def _on_confirm_text_change(self): class SpinBoxScrollFixed (line 470) | class SpinBoxScrollFixed(QtWidgets.QSpinBox): method __init__ (line 473) | def __init__(self, *args, **kwargs): method wheelEvent (line 477) | def wheelEvent(self, event): class DoubleSpinBoxScrollFixed (line 484) | class DoubleSpinBoxScrollFixed(QtWidgets.QDoubleSpinBox): method __init__ (line 487) | def __init__(self, *args, **kwargs): method wheelEvent (line 491) | def wheelEvent(self, event): class NumScrollWidget (line 498) | class NumScrollWidget(SpinBoxScrollFixed): method __init__ (line 499) | def __init__(self, minimum, maximum): class FloatScrollWidget (line 506) | class FloatScrollWidget(DoubleSpinBoxScrollFixed): method __init__ (line 507) | def __init__(self, minimum, maximum, decimals, step=None): FILE: openpype/tools/project_manager/project_manager/window.py class ProjectManagerWindow (line 25) | class ProjectManagerWindow(QtWidgets.QWidget): method __init__ (line 28) | def __init__(self, parent=None): method _set_project (line 183) | def _set_project(self, project_name=None, force=False): method _current_project (line 192) | def _current_project(self): method showEvent (line 199) | def showEvent(self, event): method refresh_projects (line 211) | def refresh_projects(self, project_name=None): method _on_project_change (line 230) | def _on_project_change(self): method _on_project_refresh (line 234) | def _on_project_refresh(self): method _on_save_click (line 237) | def _on_save_click(self): method _on_add_asset (line 240) | def _on_add_asset(self): method _on_add_task (line 243) | def _on_add_task(self): method _on_create_folders (line 246) | def _on_create_folders(self): method _on_remove_project (line 267) | def _on_remove_project(self): method show_message (line 280) | def show_message(self, message): method _on_project_create (line 284) | def _on_project_create(self): method _show_password_dialog (line 294) | def _show_password_dialog(self): method _on_password_dialog_close (line 298) | def _on_password_dialog_close(self, password_passed): method reset (line 308) | def reset(self): FILE: openpype/tools/publisher/app.py class _WindowCache (line 4) | class _WindowCache: function show (line 8) | def show(parent=None): FILE: openpype/tools/publisher/control.py class CardMessageTypes (line 52) | class CardMessageTypes: class MainThreadItem (line 58) | class MainThreadItem: method __init__ (line 61) | def __init__(self, callback, *args, **kwargs): method process (line 66) | def process(self): class AssetDocsCache (line 70) | class AssetDocsCache: method __init__ (line 82) | def __init__(self, controller): method reset (line 90) | def reset(self): method _query (line 97) | def _query(self): method get_asset_docs (line 122) | def get_asset_docs(self): method get_asset_hierarchy (line 126) | def get_asset_hierarchy(self): method get_task_names_by_asset_name (line 152) | def get_task_names_by_asset_name(self): method get_asset_by_name (line 156) | def get_asset_by_name(self, asset_name): method get_full_asset_by_name (line 163) | def get_full_asset_by_name(self, asset_name): class PublishReportMaker (line 173) | class PublishReportMaker: method __init__ (line 179) | def __init__(self, controller): method reset (line 191) | def reset(self, context, create_context): method add_plugin_iter (line 210) | def add_plugin_iter(self, plugin, context): method _add_plugin_data_item (line 221) | def _add_plugin_data_item(self, plugin): method _create_plugin_data_item (line 235) | def _create_plugin_data_item(self, plugin): method set_plugin_skipped (line 252) | def set_plugin_skipped(self): method add_result (line 256) | def add_result(self, result): method add_action_result (line 269) | def add_action_result(self, action, result): method get_report (line 287) | def get_report(self, publish_plugins=None): method _extract_context_data (line 344) | def _extract_context_data(self, context): method _extract_instance_data (line 352) | def _extract_instance_data(self, instance, exists): method _extract_instance_log_items (line 363) | def _extract_instance_log_items(self, result): method _extract_log_items (line 374) | def _extract_log_items(self, result): class PublishPluginsProxy (line 431) | class PublishPluginsProxy: method __init__ (line 449) | def __init__(self, plugins): method get_action (line 472) | def get_action(self, plugin_id, action_id): method get_plugin (line 475) | def get_plugin(self, plugin_id): method get_plugin_id (line 478) | def get_plugin_id(self, plugin): method get_plugin_action_items (line 493) | def get_plugin_action_items(self, plugin_id): method _create_action_item (line 511) | def _create_action_item(self, action, plugin_id): class PublishPluginActionItem (line 524) | class PublishPluginActionItem: method __init__ (line 539) | def __init__(self, action_id, plugin_id, active, on_filter, label, icon): method to_data (line 547) | def to_data(self): method from_data (line 564) | def from_data(cls, data): class ValidationErrorItem (line 578) | class ValidationErrorItem: method __init__ (line 595) | def __init__( method to_data (line 613) | def to_data(self): method from_result (line 631) | def from_result(cls, plugin_id, error, instance): method from_data (line 657) | def from_data(cls, data): class PublishValidationErrorsReport (line 661) | class PublishValidationErrorsReport: method __init__ (line 670) | def __init__(self, error_items, plugin_action_items): method __iter__ (line 674) | def __iter__(self): method group_items_by_title (line 678) | def group_items_by_title(self): method to_data (line 720) | def to_data(self): method from_data (line 746) | def from_data(cls, data): class PublishValidationErrors (line 768) | class PublishValidationErrors: method __init__ (line 771) | def __init__(self): method __bool__ (line 776) | def __bool__(self): method has_errors (line 780) | def has_errors(self): method reset (line 785) | def reset(self, plugins_proxy): method create_report (line 797) | def create_report(self): method add_error (line 809) | def add_error(self, plugin, error, instance): class CreatorType (line 840) | class CreatorType: method __init__ (line 841) | def __init__(self, name): method __str__ (line 844) | def __str__(self): method __eq__ (line 847) | def __eq__(self, other): method __ne__ (line 850) | def __ne__(self, other): class CreatorTypes (line 855) | class CreatorTypes: method from_str (line 862) | def from_str(cls, value): class CreatorItem (line 874) | class CreatorItem: method __init__ (line 880) | def __init__( method get_group_label (line 912) | def get_group_label(self): method from_creator (line 916) | def from_creator(cls, creator): method to_data (line 962) | def to_data(self): method from_data (line 987) | def from_data(cls, data): class AbstractPublisherController (line 999) | class AbstractPublisherController(object): method log (line 1011) | def log(self): method event_system (line 1022) | def event_system(self): method project_name (line 1029) | def project_name(self): method current_asset_name (line 1040) | def current_asset_name(self): method current_task_name (line 1051) | def current_task_name(self): method host_context_has_changed (line 1062) | def host_context_has_changed(self): method host_is_valid (line 1075) | def host_is_valid(self): method instances (line 1089) | def instances(self): method get_context_title (line 1099) | def get_context_title(self): method get_asset_docs (line 1110) | def get_asset_docs(self): method get_asset_hierarchy (line 1114) | def get_asset_hierarchy(self): method get_task_names_by_asset_names (line 1118) | def get_task_names_by_asset_names(self, asset_names): method get_existing_subset_names (line 1122) | def get_existing_subset_names(self, asset_name): method reset (line 1126) | def reset(self): method get_creator_attribute_definitions (line 1136) | def get_creator_attribute_definitions(self, instances): method get_publish_attribute_definitions (line 1140) | def get_publish_attribute_definitions(self, instances, include_context): method get_creator_icon (line 1144) | def get_creator_icon(self, identifier): method get_subset_name (line 1157) | def get_subset_name( method create (line 1180) | def create( method save_changes (line 1198) | def save_changes(self): method remove_instances (line 1210) | def remove_instances(self, instance_ids): method publish_has_started (line 1218) | def publish_has_started(self): method publish_has_finished (line 1229) | def publish_has_finished(self): method publish_is_running (line 1240) | def publish_is_running(self): method publish_has_validated (line 1251) | def publish_has_validated(self): method publish_has_crashed (line 1262) | def publish_has_crashed(self): method publish_has_validation_errors (line 1273) | def publish_has_validation_errors(self): method publish_max_progress (line 1284) | def publish_max_progress(self): method publish_progress (line 1295) | def publish_progress(self): method publish_error_msg (line 1306) | def publish_error_msg(self): method get_publish_report (line 1317) | def get_publish_report(self): method get_validation_errors (line 1321) | def get_validation_errors(self): method publish (line 1325) | def publish(self): method validate (line 1331) | def validate(self): method stop_publish (line 1337) | def stop_publish(self): method run_action (line 1347) | def run_action(self, plugin_id, action_id): method convertor_items (line 1359) | def convertor_items(self): method trigger_convertor_items (line 1363) | def trigger_convertor_items(self, convertor_identifiers): method get_thumbnail_paths_for_instances (line 1367) | def get_thumbnail_paths_for_instances(self, instance_ids): method set_thumbnail_paths_for_instances (line 1371) | def set_thumbnail_paths_for_instances(self, thumbnail_path_mapping): method set_comment (line 1375) | def set_comment(self, comment): method emit_card_message (line 1387) | def emit_card_message( method get_thumbnail_temp_dir_path (line 1402) | def get_thumbnail_temp_dir_path(self): method clear_thumbnail_temp_dir_path (line 1412) | def clear_thumbnail_temp_dir_path(self): class BasePublisherController (line 1418) | class BasePublisherController(AbstractPublisherController): method __init__ (line 1430) | def __init__(self): method log (line 1456) | def log(self): method event_system (line 1468) | def event_system(self): method _emit_event (line 1507) | def _emit_event(self, topic, data=None): method _get_host_is_valid (line 1512) | def _get_host_is_valid(self): method _set_host_is_valid (line 1515) | def _set_host_is_valid(self, value): method _get_publish_has_started (line 1522) | def _get_publish_has_started(self): method _set_publish_has_started (line 1525) | def _set_publish_has_started(self, value): method _get_publish_has_finished (line 1529) | def _get_publish_has_finished(self): method _set_publish_has_finished (line 1532) | def _set_publish_has_finished(self, value): method _get_publish_is_running (line 1537) | def _get_publish_is_running(self): method _set_publish_is_running (line 1540) | def _set_publish_is_running(self, value): method _get_publish_has_validated (line 1545) | def _get_publish_has_validated(self): method _set_publish_has_validated (line 1548) | def _set_publish_has_validated(self, value): method _get_publish_has_crashed (line 1555) | def _get_publish_has_crashed(self): method _set_publish_has_crashed (line 1558) | def _set_publish_has_crashed(self, value): method _get_publish_has_validation_errors (line 1563) | def _get_publish_has_validation_errors(self): method _set_publish_has_validation_errors (line 1566) | def _set_publish_has_validation_errors(self, value): method _get_publish_max_progress (line 1574) | def _get_publish_max_progress(self): method _set_publish_max_progress (line 1577) | def _set_publish_max_progress(self, value): method _get_publish_progress (line 1582) | def _get_publish_progress(self): method _set_publish_progress (line 1585) | def _set_publish_progress(self, value): method _get_publish_error_msg (line 1590) | def _get_publish_error_msg(self): method _set_publish_error_msg (line 1593) | def _set_publish_error_msg(self, value): method _reset_attributes (line 1629) | def _reset_attributes(self): method creator_items (line 1643) | def creator_items(self): method _collect_creator_items (line 1650) | def _collect_creator_items(self): method get_creator_icon (line 1659) | def get_creator_icon(self, identifier): method get_thumbnail_temp_dir_path (line 1671) | def get_thumbnail_temp_dir_path(self): method clear_thumbnail_temp_dir_path (line 1684) | def clear_thumbnail_temp_dir_path(self): class PublisherController (line 1692) | class PublisherController(BasePublisherController): method __init__ (line 1703) | def __init__(self, headless=False): method project_name (line 1746) | def project_name(self): method current_asset_name (line 1756) | def current_asset_name(self): method current_task_name (line 1766) | def current_task_name(self): method host_context_has_changed (line 1776) | def host_context_has_changed(self): method instances (line 1780) | def instances(self): method convertor_items (line 1785) | def convertor_items(self): method _creators (line 1789) | def _creators(self): method _publish_plugins (line 1795) | def _publish_plugins(self): method get_asset_docs (line 1800) | def get_asset_docs(self): method get_context_title (line 1804) | def get_context_title(self): method get_asset_hierarchy (line 1818) | def get_asset_hierarchy(self): method get_task_names_by_asset_names (line 1823) | def get_task_names_by_asset_names(self, asset_names): method get_existing_subset_names (line 1835) | def get_existing_subset_names(self, asset_name): method reset (line 1850) | def reset(self): method _reset_plugins (line 1876) | def _reset_plugins(self): method _collect_creator_items (line 1891) | def _collect_creator_items(self): method _reset_instances (line 1906) | def _reset_instances(self): method get_thumbnail_paths_for_instances (line 1953) | def get_thumbnail_paths_for_instances(self, instance_ids): method set_thumbnail_paths_for_instances (line 1962) | def set_thumbnail_paths_for_instances(self, thumbnail_path_mapping): method emit_card_message (line 1976) | def emit_card_message( method get_creator_attribute_definitions (line 1987) | def get_creator_attribute_definitions(self, instances): method get_publish_attribute_definitions (line 2020) | def get_publish_attribute_definitions(self, instances, include_context): method get_subset_name (line 2074) | def get_subset_name( method trigger_convertor_items (line 2105) | def trigger_convertor_items(self, convertor_identifiers): method create (line 2137) | def create( method save_changes (line 2161) | def save_changes(self, show_message=True): method remove_instances (line 2200) | def remove_instances(self, instance_ids): method _remove_instances_from_context (line 2213) | def _remove_instances_from_context(self, instance_ids): method _on_create_instance_change (line 2230) | def _on_create_instance_change(self): method get_publish_report (line 2233) | def get_publish_report(self): method get_validation_errors (line 2236) | def get_validation_errors(self): method _reset_publish (line 2239) | def _reset_publish(self): method set_comment (line 2266) | def set_comment(self, comment): method publish (line 2278) | def publish(self): method validate (line 2288) | def validate(self): method _start_publish (line 2300) | def _start_publish(self): method _stop_publish (line 2312) | def _stop_publish(self): method stop_publish (line 2318) | def stop_publish(self): method run_action (line 2324) | def run_action(self, plugin_id, action_id): method _publish_next_process (line 2355) | def _publish_next_process(self): method _process_main_thread_item (line 2379) | def _process_main_thread_item(self, item): method _is_publish_plugin_active (line 2382) | def _is_publish_plugin_active(self, plugin): method _publish_iterator (line 2413) | def _publish_iterator(self): method _add_validation_error (line 2516) | def _add_validation_error(self, result): method _process_and_continue (line 2524) | def _process_and_continue(self, plugin, instance): function collect_families_from_instances (line 2557) | def collect_families_from_instances(instances, only_active=False): FILE: openpype/tools/publisher/control_qt.py class MainThreadProcess (line 16) | class MainThreadProcess(QtCore.QObject): method __init__ (line 26) | def __init__(self): method process (line 38) | def process(self, func, *args, **kwargs): method add_item (line 42) | def add_item(self, item): method _execute (line 45) | def _execute(self): method start (line 58) | def start(self): method stop (line 62) | def stop(self): method clear (line 66) | def clear(self): class QtPublisherController (line 72) | class QtPublisherController(PublisherController): method __init__ (line 73) | def __init__(self, *args, **kwargs): method _reset_publish (line 85) | def _reset_publish(self): method _process_main_thread_item (line 89) | def _process_main_thread_item(self, item): method _qt_on_publish_start (line 92) | def _qt_on_publish_start(self): method _qt_on_publish_stop (line 95) | def _qt_on_publish_stop(self): class QtRemotePublishController (line 99) | class QtRemotePublishController(BasePublisherController): method __init__ (line 114) | def __init__(self, *args, **kwargs): method _reset_attributes (line 120) | def _reset_attributes(self): method _get_serialized_instances (line 125) | def _get_serialized_instances(self): method _on_create_instance_change (line 134) | def _on_create_instance_change(self): method remote_events_handler (line 145) | def remote_events_handler(self, event_data): method project_name (line 205) | def project_name(self): method current_asset_name (line 215) | def current_asset_name(self): method current_task_name (line 225) | def current_task_name(self): method instances (line 235) | def instances(self): method get_context_title (line 244) | def get_context_title(self): method get_asset_docs (line 254) | def get_asset_docs(self): method get_asset_hierarchy (line 257) | def get_asset_hierarchy(self): method get_task_names_by_asset_names (line 260) | def get_task_names_by_asset_names(self, asset_names): method get_existing_subset_names (line 263) | def get_existing_subset_names(self, asset_name): method thumbnail_paths_by_instance_id (line 267) | def thumbnail_paths_by_instance_id(self): method get_thumbnail_path_for_instance (line 274) | def get_thumbnail_path_for_instance(self, instance_id): method set_thumbnail_path_for_instance (line 277) | def set_thumbnail_path_for_instance(self, instance_id, thumbnail_path): method _collect_thumbnail_paths_by_instance_id (line 281) | def _collect_thumbnail_paths_by_instance_id(self): method _set_thumbnail_path_on_context (line 293) | def _set_thumbnail_path_on_context(self, instance_id, thumbnail_path): method get_subset_name (line 303) | def get_subset_name( method create (line 326) | def create( method _get_instance_changes_for_client (line 343) | def _get_instance_changes_for_client(self): method _send_instance_changes_to_client (line 354) | def _send_instance_changes_to_client(self): method save_changes (line 359) | def save_changes(self): method remove_instances (line 365) | def remove_instances(self, instance_ids): method get_publish_report (line 372) | def get_publish_report(self): method get_validation_errors (line 376) | def get_validation_errors(self): method reset (line 380) | def reset(self): method publish (line 391) | def publish(self): method validate (line 398) | def validate(self): method stop_publish (line 405) | def stop_publish(self): method run_action (line 415) | def run_action(self, plugin_id, action_id): method set_comment (line 426) | def set_comment(self, comment): method emit_card_message (line 438) | def emit_card_message(self, message): FILE: openpype/tools/publisher/publish_report_viewer/__init__.py function main (line 26) | def main(): FILE: openpype/tools/publisher/publish_report_viewer/delegates.py class GroupItemDelegate (line 27) | class GroupItemDelegate(QtWidgets.QStyledItemDelegate): method _get_path_stroker (line 42) | def _get_path_stroker(cls): method _get_plus_pixmap (line 52) | def _get_plus_pixmap(cls, size): method _get_minus_pixmap (line 91) | def _get_minus_pixmap(cls, size): method _get_icon_color (line 120) | def _get_icon_color(cls, name): method _get_icon (line 126) | def _get_icon(cls, name, size): method paint (line 188) | def paint(self, painter, option, index): method item_paint (line 194) | def item_paint(self, painter, option, index): method group_item_paint (line 255) | def group_item_paint(self, painter, option, index): FILE: openpype/tools/publisher/publish_report_viewer/model.py class InstancesModel (line 18) | class InstancesModel(QtGui.QStandardItemModel): method __init__ (line 19) | def __init__(self, *args, **kwargs): method get_items_by_id (line 25) | def get_items_by_id(self): method set_report (line 28) | def set_report(self, report_item): class InstanceProxyModel (line 84) | class InstanceProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 85) | def __init__(self, *args, **kwargs): method ignore_removed (line 91) | def ignore_removed(self): method set_ignore_removed (line 94) | def set_ignore_removed(self, value): method filterAcceptsRow (line 102) | def filterAcceptsRow(self, row, parent): class PluginsModel (line 109) | class PluginsModel(QtGui.QStandardItemModel): method __init__ (line 118) | def __init__(self, *args, **kwargs): method get_items_by_id (line 124) | def get_items_by_id(self): method set_report (line 127) | def set_report(self, report_item): class PluginProxyModel (line 186) | class PluginProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 187) | def __init__(self, *args, **kwargs): method ignore_skipped (line 193) | def ignore_skipped(self): method set_ignore_skipped (line 196) | def set_ignore_skipped(self, value): method filterAcceptsRow (line 204) | def filterAcceptsRow(self, row, parent): FILE: openpype/tools/publisher/publish_report_viewer/report_items.py class PluginItem (line 6) | class PluginItem: method __init__ (line 7) | def __init__(self, plugin_data): method id (line 28) | def id(self): class InstanceItem (line 32) | class InstanceItem: method __init__ (line 33) | def __init__(self, instance_id, instance_data, logs_by_instance_id): method id (line 49) | def id(self): class LogItem (line 53) | class LogItem: method __init__ (line 54) | def __init__(self, log_item_data, plugin_id, instance_id): method __getitem__ (line 60) | def __getitem__(self, key): method errored (line 64) | def errored(self): method instance_id (line 68) | def instance_id(self): method plugin_id (line 72) | def plugin_id(self): class PublishReport (line 76) | class PublishReport: method __init__ (line 77) | def __init__(self, report_data): FILE: openpype/tools/publisher/publish_report_viewer/widgets.py class PluginLoadReportModel (line 25) | class PluginLoadReportModel(QtGui.QStandardItemModel): method set_report (line 26) | def set_report(self, report): class DetailWidget (line 53) | class DetailWidget(QtWidgets.QTextEdit): method __init__ (line 54) | def __init__(self, text, *args, **kwargs): method sizeHint (line 64) | def sizeHint(self): class PluginLoadReportWidget (line 74) | class PluginLoadReportWidget(QtWidgets.QWidget): method __init__ (line 75) | def __init__(self, parent): method _on_expand (line 98) | def _on_expand(self, index): method showEvent (line 103) | def showEvent(self, event): method resizeEvent (line 107) | def resizeEvent(self, event): method _update_widgets_size_hints (line 111) | def _update_widgets_size_hints(self): method _create_widget (line 120) | def _create_widget(self, index): method set_report (line 139) | def set_report(self, report): class ZoomPlainText (line 144) | class ZoomPlainText(QtWidgets.QPlainTextEdit): method __init__ (line 148) | def __init__(self, *args, **kwargs): method wheelEvent (line 160) | def wheelEvent(self, event): method _scaling_callback (line 178) | def _scaling_callback(self): class DetailsWidget (line 220) | class DetailsWidget(QtWidgets.QWidget): method __init__ (line 221) | def __init__(self, parent): method clear (line 237) | def clear(self): method set_report (line 240) | def set_report(self, report): method set_plugin_filter (line 246) | def set_plugin_filter(self, plugin_filter): method set_instance_filter (line 250) | def set_instance_filter(self, instance_filter): method _update_logs (line 254) | def _update_logs(self): method _set_logs (line 276) | def _set_logs(self, logs): class DeselectableTreeView (line 297) | class DeselectableTreeView(QtWidgets.QTreeView): method mousePressEvent (line 300) | def mousePressEvent(self, event): class DetailsPopup (line 326) | class DetailsPopup(QtWidgets.QDialog): method __init__ (line 329) | def __init__(self, parent, center_widget): method showEvent (line 338) | def showEvent(self, event): method closeEvent (line 346) | def closeEvent(self, event): class PublishReportViewerWidget (line 351) | class PublishReportViewerWidget(QtWidgets.QFrame): method __init__ (line 352) | def __init__(self, parent=None): method _on_instance_view_clicked (line 483) | def _on_instance_view_clicked(self, index): method _on_plugin_view_clicked (line 492) | def _on_plugin_view_clicked(self, index): method set_report_data (line 501) | def set_report_data(self, report_data): method set_report (line 505) | def set_report(self, report): method _on_instance_change (line 520) | def _on_instance_change(self, *_args): method _on_plugin_change (line 531) | def _on_plugin_change(self, *_args): method _on_skipped_plugin_check (line 542) | def _on_skipped_plugin_check(self): method _on_removed_instances_check (line 547) | def _on_removed_instances_check(self): method _on_details_popup (line 552) | def _on_details_popup(self): method _on_popup_close (line 556) | def _on_popup_close(self): method close_details_popup (line 561) | def close_details_popup(self): FILE: openpype/tools/publisher/publish_report_viewer/window.py function get_reports_dir (line 32) | def get_reports_dir(): class PublishReportItem (line 48) | class PublishReportItem: method __init__ (line 51) | def __init__(self, content): method version (line 71) | def version(self): method id (line 80) | def id(self): method get_label (line 89) | def get_label(self): method set_label (line 98) | def set_label(self, label): method loaded_label (line 112) | def loaded_label(self): method mark_as_changed (line 115) | def mark_as_changed(self): method save (line 120) | def save(self): method from_filepath (line 143) | def from_filepath(cls, filepath): method remove_file (line 170) | def remove_file(self): method update_file_content (line 176) | def update_file_content(self): method _fix_content (line 203) | def _fix_content(cls, content, file_modified=None): method _fix_created_at (line 235) | def _fix_created_at(cls, content, file_modified): class PublisherReportHandler (line 251) | class PublisherReportHandler: method __init__ (line 254) | def __init__(self): method reset (line 258) | def reset(self): method list_reports (line 262) | def list_reports(self): method remove_report_item (line 283) | def remove_report_item(self, item_id): class LoadedFilesModel (line 301) | class LoadedFilesModel(QtGui.QStandardItemModel): method __init__ (line 304) | def __init__(self, *args, **kwargs): method refresh (line 319) | def refresh(self): method data (line 339) | def data(self, index, role=None): method setData (line 355) | def setData(self, index, value, role=None): method flags (line 369) | def flags(self, index): method _create_item (line 375) | def _create_item(self, report_item): method add_filepaths (line 386) | def add_filepaths(self, filepaths): method remove_item_by_id (line 434) | def remove_item_by_id(self, item_id): method get_report_by_id (line 443) | def get_report_by_id(self, item_id): class LoadedFilesView (line 450) | class LoadedFilesView(QtWidgets.QTreeView): method __init__ (line 453) | def __init__(self, *args, **kwargs): method _update_remove_btn (line 492) | def _update_remove_btn(self): method _on_rows_inserted (line 499) | def _on_rows_inserted(self): method resizeEvent (line 504) | def resizeEvent(self, event): method showEvent (line 508) | def showEvent(self, event): method _on_selection_change (line 515) | def _on_selection_change(self): method add_filepaths (line 518) | def add_filepaths(self, filepaths): method remove_item_by_id (line 522) | def remove_item_by_id(self, item_id): method _on_remove_clicked (line 526) | def _on_remove_clicked(self): method _fill_selection (line 531) | def _fill_selection(self): method get_current_report (line 541) | def get_current_report(self): class LoadedFilesWidget (line 547) | class LoadedFilesWidget(QtWidgets.QWidget): method __init__ (line 550) | def __init__(self, parent): method dragEnterEvent (line 565) | def dragEnterEvent(self, event): method dragLeaveEvent (line 571) | def dragLeaveEvent(self, event): method dropEvent (line 574) | def dropEvent(self, event): method _on_report_change (line 586) | def _on_report_change(self): method _add_filepaths (line 589) | def _add_filepaths(self, filepaths): method get_current_report (line 592) | def get_current_report(self): class PublishReportViewerWindow (line 596) | class PublishReportViewerWindow(QtWidgets.QWidget): method __init__ (line 600) | def __init__(self, parent=None): method _on_report_change (line 633) | def _on_report_change(self): method set_report (line 637) | def set_report(self, report_data): FILE: openpype/tools/publisher/widgets/assets_widget.py class CreateWidgetAssetsWidget (line 19) | class CreateWidgetAssetsWidget(SingleSelectAssetsWidget): method __init__ (line 23) | def __init__(self, controller, parent): method get_selected_asset_name (line 35) | def get_selected_asset_name(self): method _check_header_height (line 44) | def _check_header_height(self): method resizeEvent (line 55) | def resizeEvent(self, event): method showEvent (line 59) | def showEvent(self, event): method _on_current_asset_click (line 63) | def _on_current_asset_click(self): method set_enabled (line 66) | def set_enabled(self, enabled): method _select_indexes (line 76) | def _select_indexes(self, *args, **kwargs): method update_current_asset (line 83) | def update_current_asset(self): method _get_current_session_asset (line 88) | def _get_current_session_asset(self): method _create_source_model (line 91) | def _create_source_model(self): method _refresh_model (line 94) | def _refresh_model(self): class AssetsHierarchyModel (line 99) | class AssetsHierarchyModel(QtGui.QStandardItemModel): method __init__ (line 108) | def __init__(self, controller): method reset (line 116) | def reset(self): method get_index_by_asset_id (line 173) | def get_index_by_asset_id(self, asset_id): method get_index_by_asset_name (line 179) | def get_index_by_asset_name(self, asset_name): method name_is_valid (line 191) | def name_is_valid(self, item_name): class AssetDialogView (line 197) | class AssetDialogView(QtWidgets.QTreeView): method mouseDoubleClickEvent (line 200) | def mouseDoubleClickEvent(self, event): class AssetsDialog (line 207) | class AssetsDialog(QtWidgets.QDialog): method __init__ (line 210) | def __init__(self, controller, parent): method _on_first_show (line 272) | def _on_first_show(self): method _on_controller_reset (line 283) | def _on_controller_reset(self): method showEvent (line 287) | def showEvent(self, event): method reset (line 296) | def reset(self, force=True): method name_is_valid (line 306) | def name_is_valid(self, name): method _on_filter_change (line 317) | def _on_filter_change(self, text): method _on_cancel_clicked (line 321) | def _on_cancel_clicked(self): method _on_ok_clicked (line 324) | def _on_ok_clicked(self): method set_selected_assets (line 335) | def set_selected_assets(self, asset_names): method get_selected_asset (line 370) | def get_selected_asset(self): FILE: openpype/tools/publisher/widgets/border_label_widget.py class _VLineWidget (line 8) | class _VLineWidget(QtWidgets.QWidget): method __init__ (line 17) | def __init__(self, color, line_size, left, parent): method set_line_size (line 23) | def set_line_size(self, line_size): method paintEvent (line 26) | def paintEvent(self, event): class _HBottomLineWidget (line 58) | class _HBottomLineWidget(QtWidgets.QWidget): method __init__ (line 71) | def __init__(self, color, line_size, parent): method set_radius (line 77) | def set_radius(self, radius): method set_line_size (line 80) | def set_line_size(self, line_size): method paintEvent (line 83) | def paintEvent(self, event): class _HTopCornerLineWidget (line 114) | class _HTopCornerLineWidget(QtWidgets.QWidget): method __init__ (line 130) | def __init__(self, color, line_size, left_side, parent): method set_radius (line 137) | def set_radius(self, radius): method set_line_size (line 140) | def set_line_size(self, line_size): method paintEvent (line 143) | def paintEvent(self, event): class BorderedLabelWidget (line 183) | class BorderedLabelWidget(QtWidgets.QFrame): method __init__ (line 194) | def __init__(self, label, parent): method set_content_margins (line 251) | def set_content_margins(self, value): method set_line_size (line 257) | def set_line_size(self, line_size): method showEvent (line 271) | def showEvent(self, event): method _recalculate_sizes (line 275) | def _recalculate_sizes(self): method set_center_widget (line 304) | def set_center_widget(self, widget): FILE: openpype/tools/publisher/widgets/card_view_widgets.py class SelectionTypes (line 46) | class SelectionTypes: class BaseGroupWidget (line 52) | class BaseGroupWidget(QtWidgets.QWidget): method __init__ (line 56) | def __init__(self, group_name, parent): method group_name (line 86) | def group_name(self): method get_widget_by_item_id (line 95) | def get_widget_by_item_id(self, item_id): method get_selected_item_ids (line 100) | def get_selected_item_ids(self): method get_selected_widgets (line 113) | def get_selected_widgets(self): method get_ordered_widgets (line 126) | def get_ordered_widgets(self): method _remove_all_except (line 138) | def _remove_all_except(self, item_ids): method _update_ordered_item_ids (line 153) | def _update_ordered_item_ids(self): method _on_widget_selection (line 164) | def _on_widget_selection(self, instance_id, group_id, selection_type): method set_active_toggle_enabled (line 167) | def set_active_toggle_enabled(self, enabled): class ConvertorItemsGroupWidget (line 173) | class ConvertorItemsGroupWidget(BaseGroupWidget): method update_items (line 174) | def update_items(self, items_by_id): class InstanceGroupWidget (line 202) | class InstanceGroupWidget(BaseGroupWidget): method __init__ (line 207) | def __init__(self, group_icons, *args, **kwargs): method update_icons (line 212) | def update_icons(self, group_icons): method update_instance_values (line 215) | def update_instance_values(self): method update_instances (line 221) | def update_instances(self, instances): method _on_active_changed (line 263) | def _on_active_changed(self, instance_id, value): class CardWidget (line 267) | class CardWidget(BaseClickableFrame): method __init__ (line 275) | def __init__(self, parent): method id (line 283) | def id(self): method is_selected (line 289) | def is_selected(self): method set_selected (line 293) | def set_selected(self, selected): method _mouse_release_callback (line 302) | def _mouse_release_callback(self): class ContextCardWidget (line 316) | class ContextCardWidget(CardWidget): method __init__ (line 322) | def __init__(self, parent): class ConvertorItemCardWidget (line 346) | class ConvertorItemCardWidget(CardWidget): method __init__ (line 352) | def __init__(self, item, parent): method update_instance_values (line 376) | def update_instance_values(self): class InstanceCardWidget (line 380) | class InstanceCardWidget(CardWidget): method __init__ (line 385) | def __init__(self, instance, group_icon, parent): method set_active_toggle_enabled (line 448) | def set_active_toggle_enabled(self, enabled): method is_active (line 452) | def is_active(self): method set_active (line 455) | def set_active(self, new_value): method update_instance (line 468) | def update_instance(self, instance): method _validate_context (line 473) | def _validate_context(self): method _update_subset_name (line 478) | def _update_subset_name(self): method update_instance_values (line 507) | def update_instance_values(self): method _set_expanded (line 513) | def _set_expanded(self, expanded=None): method _on_active_change (line 518) | def _on_active_change(self): method _on_expend_clicked (line 527) | def _on_expend_clicked(self): class InstanceCardView (line 531) | class InstanceCardView(AbstractInstanceView): method __init__ (line 537) | def __init__(self, controller, parent): method sizeHint (line 581) | def sizeHint(self): method _toggle_instances (line 594) | def _toggle_instances(self, value): method keyPressEvent (line 618) | def keyPressEvent(self, event): method _get_selected_widgets (line 633) | def _get_selected_widgets(self): method _get_selected_instance_ids (line 649) | def _get_selected_instance_ids(self): method refresh (line 664) | def refresh(self): method has_items (line 731) | def has_items(self): method _update_ordered_group_names (line 738) | def _update_ordered_group_names(self): method _make_sure_context_widget_exists (line 749) | def _make_sure_context_widget_exists(self): method _update_convertor_items_group (line 764) | def _update_convertor_items_group(self): method refresh_instance_states (line 786) | def refresh_instance_states(self): method _on_active_changed (line 791) | def _on_active_changed(self, group_name, instance_id, value): method _on_widget_selection (line 803) | def _on_widget_selection(self, instance_id, group_name, selection_type): method _select_item_clear (line 828) | def _select_item_clear(self, instance_id, group_name, new_widget): method _select_item_extend (line 846) | def _select_item_extend(self, instance_id, group_name, new_widget): method _select_item_extend_to (line 879) | def _select_item_extend_to(self, instance_id, group_name, new_widget): method get_selected_items (line 1090) | def get_selected_items(self): method set_selected_items (line 1110) | def set_selected_items( method set_active_toggle_enabled (line 1162) | def set_active_toggle_enabled(self, enabled): FILE: openpype/tools/publisher/widgets/create_widget.py class ResizeControlWidget (line 34) | class ResizeControlWidget(QtWidgets.QWidget): method resizeEvent (line 37) | def resizeEvent(self, event): class CreatorShortDescWidget (line 43) | class CreatorShortDescWidget(QtWidgets.QWidget): method __init__ (line 44) | def __init__(self, parent=None): method set_creator_item (line 82) | def set_creator_item(self, creator_item=None): class CreatorsProxyModel (line 98) | class CreatorsProxyModel(QtCore.QSortFilterProxyModel): method lessThan (line 99) | def lessThan(self, left, right): class CreateWidget (line 107) | class CreateWidget(QtWidgets.QWidget): method __init__ (line 108) | def __init__(self, controller, parent=None): method current_asset_name (line 335) | def current_asset_name(self): method current_task_name (line 339) | def current_task_name(self): method _context_change_is_enabled (line 342) | def _context_change_is_enabled(self): method _get_asset_name (line 345) | def _get_asset_name(self): method _get_task_name (line 354) | def _get_task_name(self): method _set_context_enabled (line 366) | def _set_context_enabled(self, enabled): method _on_main_window_close (line 374) | def _on_main_window_close(self): method refresh (line 380) | def refresh(self): method _invalidate_prereq_deffered (line 428) | def _invalidate_prereq_deffered(self): method _invalidate_prereq (line 431) | def _invalidate_prereq(self): method _refresh_asset (line 466) | def _refresh_asset(self): method _refresh_creators (line 485) | def _refresh_creators(self): method _on_plugins_refresh (line 547) | def _on_plugins_refresh(self): method _on_asset_change (line 551) | def _on_asset_change(self): method _on_task_change (line 559) | def _on_task_change(self): method _on_thumbnail_create (line 563) | def _on_thumbnail_create(self, thumbnail_path): method _on_thumbnail_clear (line 567) | def _on_thumbnail_clear(self): method _on_current_session_context_request (line 570) | def _on_current_session_context_request(self): method _on_creator_item_change (line 576) | def _on_creator_item_change(self, new_index, _old_index): method _set_creator_detailed_text (line 582) | def _set_creator_detailed_text(self, creator_item): method _set_creator_by_identifier (line 595) | def _set_creator_by_identifier(self, identifier): method _set_creator (line 599) | def _set_creator(self, creator_item): method _on_variant_widget_resize (line 653) | def _on_variant_widget_resize(self): method _on_variant_btn_click (line 656) | def _on_variant_btn_click(self): method _on_variant_action (line 661) | def _on_variant_action(self, action): method _on_variant_change (line 666) | def _on_variant_change(self, variant_value=None): method _validate_subset_name (line 710) | def _validate_subset_name(self, subset_name, variant_value): method _set_variant_state_property (line 765) | def _set_variant_state_property(self, state): method _on_first_show (line 771) | def _on_first_show(self): method showEvent (line 779) | def showEvent(self, event): method _on_creator_basics_resize (line 785) | def _on_creator_basics_resize(self): method _on_create (line 790) | def _on_create(self): FILE: openpype/tools/publisher/widgets/help_widget.py class HelpButton (line 9) | class HelpButton(QtWidgets.QPushButton): method __init__ (line 12) | def __init__(self, parent): class HelpWidget (line 18) | class HelpWidget(QtWidgets.QWidget): method __init__ (line 21) | def __init__(self, parent): method set_detailed_text (line 40) | def set_detailed_text(self, text=None): class HelpDialog (line 53) | class HelpDialog(QtWidgets.QDialog): method __init__ (line 57) | def __init__(self, controller, parent): method _on_help_request (line 75) | def _on_help_request(self, event): method set_detailed_text (line 79) | def set_detailed_text(self, text=None): method showEvent (line 82) | def showEvent(self, event): FILE: openpype/tools/publisher/widgets/icons.py function get_icon_path (line 6) | def get_icon_path(icon_name=None, filename=None): function get_image (line 24) | def get_image(icon_name=None, filename=None): function get_pixmap (line 32) | def get_pixmap(icon_name=None, filename=None): function get_icon (line 40) | def get_icon(icon_name=None, filename=None): FILE: openpype/tools/publisher/widgets/list_view_widgets.py class ListItemDelegate (line 45) | class ListItemDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 57) | def __init__(self, parent): method paint (line 67) | def paint(self, painter, option, index): method group_item_paint (line 73) | def group_item_paint(self, painter, option, index): class InstanceListItemWidget (line 107) | class InstanceListItemWidget(QtWidgets.QWidget): method __init__ (line 114) | def __init__(self, instance, parent): method _set_valid_property (line 152) | def _set_valid_property(self, valid): method is_active (line 162) | def is_active(self): method set_active (line 166) | def set_active(self, new_value): method update_instance (line 181) | def update_instance(self, instance): method update_instance_values (line 186) | def update_instance_values(self): method _on_active_change (line 197) | def _on_active_change(self): method set_active_toggle_enabled (line 206) | def set_active_toggle_enabled(self, enabled): class ListContextWidget (line 210) | class ListContextWidget(QtWidgets.QFrame): method __init__ (line 212) | def __init__(self, parent): class InstanceListGroupWidget (line 229) | class InstanceListGroupWidget(QtWidgets.QFrame): method __init__ (line 238) | def __init__(self, group_name, parent): method set_checkstate (line 276) | def set_checkstate(self, state): method checkstate (line 290) | def checkstate(self): method _on_checkbox_change (line 295) | def _on_checkbox_change(self, state): method _on_expand_clicked (line 299) | def _on_expand_clicked(self): method set_expanded (line 302) | def set_expanded(self, expanded): method set_active_toggle_enabled (line 313) | def set_active_toggle_enabled(self, enabled): class InstanceTreeView (line 317) | class InstanceTreeView(QtWidgets.QTreeView): method __init__ (line 321) | def __init__(self, *args, **kwargs): method _expand_item (line 334) | def _expand_item(self, index, expand=None): method get_selected_instance_ids (line 345) | def get_selected_instance_ids(self): method event (line 357) | def event(self, event): method _mouse_press (line 375) | def _mouse_press(self, event): method mousePressEvent (line 391) | def mousePressEvent(self, event): method mouseDoubleClickEvent (line 395) | def mouseDoubleClickEvent(self, event): method _mouse_release (line 399) | def _mouse_release(self, event, pressed_index): method mouseReleaseEvent (line 415) | def mouseReleaseEvent(self, event): class InstanceListView (line 423) | class InstanceListView(AbstractInstanceView): method __init__ (line 428) | def __init__(self, controller, parent): method _on_expand (line 477) | def _on_expand(self, index): method _on_collapse (line 480) | def _on_collapse(self, index): method _update_widget_expand_state (line 483) | def _update_widget_expand_state(self, index, expanded): method _on_toggle_request (line 493) | def _on_toggle_request(self, toggle): method _update_group_checkstate (line 519) | def _update_group_checkstate(self, group_name): method refresh (line 551) | def refresh(self): method _make_sure_context_item_exists (line 704) | def _make_sure_context_item_exists(self): method _update_convertor_items_group (line 726) | def _update_convertor_items_group(self): method _make_sure_groups_exists (line 794) | def _make_sure_groups_exists(self, group_names): method _remove_groups_except (line 834) | def _remove_groups_except(self, group_names): method refresh_instance_states (line 846) | def refresh_instance_states(self): method _on_active_changed (line 851) | def _on_active_changed(self, changed_instance_id, new_value): method _change_active_instances (line 875) | def _change_active_instances(self, instance_ids, new_value): method _on_selection_change (line 889) | def _on_selection_change(self, *_args): method _on_group_expand_request (line 892) | def _on_group_expand_request(self, group_name, expanded): method _on_convertor_group_expand_request (line 903) | def _on_convertor_group_expand_request(self, _, expanded): method _on_group_toggle_request (line 913) | def _on_group_toggle_request(self, group_name, state): method has_items (line 940) | def has_items(self): method get_selected_items (line 947) | def get_selected_items(self): method set_selected_items (line 974) | def set_selected_items( method set_active_toggle_enabled (line 1078) | def set_active_toggle_enabled(self, enabled): FILE: openpype/tools/publisher/widgets/overview_widget.py class OverviewWidget (line 18) | class OverviewWidget(QtWidgets.QFrame): method __init__ (line 27) | def __init__(self, controller, parent): method make_sure_animation_is_finished (line 173) | def make_sure_animation_is_finished(self): method set_state (line 178) | def set_state(self, new_state, animate): method _start_animation (line 199) | def _start_animation(self): method get_subset_views_geo (line 227) | def get_subset_views_geo(self): method has_items (line 237) | def has_items(self): method _on_create_clicked (line 241) | def _on_create_clicked(self): method _on_delete_clicked (line 249) | def _on_delete_clicked(self): method _on_change_view_clicked (line 276) | def _on_change_view_clicked(self): method _on_subset_change (line 279) | def _on_subset_change(self, *_args): method _on_active_changed (line 300) | def _on_active_changed(self): method _on_change_anim (line 305) | def _on_change_anim(self, value): method _on_change_anim_finished (line 336) | def _on_change_anim_finished(self): method _change_visibility_for_state (line 342) | def _change_visibility_for_state(self): method _on_instance_context_change (line 350) | def _on_instance_context_change(self): method _on_convert_requested (line 364) | def _on_convert_requested(self): method get_selected_items (line 367) | def get_selected_items(self): method get_selected_legacy_convertors (line 379) | def get_selected_legacy_convertors(self): method _change_view_type (line 390) | def _change_view_type(self): method _refresh_instances (line 414) | def _refresh_instances(self): method _on_publish_start (line 433) | def _on_publish_start(self): method _on_controller_reset_start (line 442) | def _on_controller_reset_start(self): method _on_publish_reset (line 449) | def _on_publish_reset(self): method _on_instances_refresh (line 456) | def _on_instances_refresh(self): FILE: openpype/tools/publisher/widgets/precreate_widget.py class PreCreateWidget (line 8) | class PreCreateWidget(QtWidgets.QWidget): method __init__ (line 9) | def __init__(self, parent): method current_value (line 60) | def current_value(self): method set_creator_item (line 63) | def set_creator_item(self, creator_item): class AttributesWidget (line 80) | class AttributesWidget(QtWidgets.QWidget): method __init__ (line 81) | def __init__(self, parent=None): method current_value (line 93) | def current_value(self): method clear_attr_defs (line 101) | def clear_attr_defs(self): method set_attr_defs (line 111) | def set_attr_defs(self, attr_defs): FILE: openpype/tools/publisher/widgets/publish_frame.py class PublishFrame (line 16) | class PublishFrame(QtWidgets.QWidget): method __init__ (line 38) | def __init__(self, controller, borders, parent): method mouseReleaseEvent (line 214) | def mouseReleaseEvent(self, event): method _change_shrunk_state (line 218) | def _change_shrunk_state(self): method set_shrunk_state (line 221) | def set_shrunk_state(self, shrunk): method _on_shrunk_anim (line 256) | def _on_shrunk_anim(self, value): method _on_shrunk_anim_finish (line 272) | def _on_shrunk_anim_finish(self): method _set_main_label (line 301) | def _set_main_label(self, message): method _on_publish_reset (line 306) | def _on_publish_reset(self): method _on_publish_start (line 324) | def _on_publish_start(self): method _on_publish_validated_change (line 343) | def _on_publish_validated_change(self, event): method _on_instance_change (line 347) | def _on_instance_change(self, event): method _on_plugin_change (line 354) | def _on_plugin_change(self, event): method _on_publish_stop (line 362) | def _on_publish_stop(self): method _set_stopped (line 401) | def _set_stopped(self): method _set_error_msg (line 413) | def _set_error_msg(self): method _set_validation_errors (line 422) | def _set_validation_errors(self): method _set_finished (line 427) | def _set_finished(self): method _set_progress_visibility (line 432) | def _set_progress_visibility(self, visible): method _set_success_property (line 450) | def _set_success_property(self, state=None): method _on_report_triggered (line 472) | def _on_report_triggered(self, identifier): method _on_reset_clicked (line 484) | def _on_reset_clicked(self): method _on_stop_clicked (line 487) | def _on_stop_clicked(self): method _on_validate_clicked (line 490) | def _on_validate_clicked(self): method _on_publish_clicked (line 493) | def _on_publish_clicked(self): FILE: openpype/tools/publisher/widgets/report_page.py class VerticalScrollArea (line 42) | class VerticalScrollArea(QtWidgets.QScrollArea): method __init__ (line 52) | def __init__(self, *args, **kwargs): method setVerticalScrollBar (line 76) | def setVerticalScrollBar(self, widget): method setWidget (line 85) | def setWidget(self, widget): method _on_timer_timeout (line 94) | def _on_timer_timeout(self): method eventFilter (line 100) | def eventFilter(self, obj, event): class ActionButton (line 110) | class ActionButton(BaseClickableFrame): method __init__ (line 122) | def __init__(self, plugin_action_item, parent): method _mouse_release_callback (line 147) | def _mouse_release_callback(self): class ValidateActionsWidget (line 154) | class ValidateActionsWidget(QtWidgets.QFrame): method __init__ (line 160) | def __init__(self, controller, parent): method _update_visibility (line 181) | def _update_visibility(self): method set_visible_mode (line 187) | def set_visible_mode(self, visible): method _clear (line 193) | def _clear(self): method set_error_info (line 203) | def set_error_info(self, error_info): method _on_action_click (line 236) | def _on_action_click(self, plugin_id, action_id): class ValidationErrorInstanceList (line 241) | class ValidationErrorInstanceList(QtWidgets.QListView): method __init__ (line 246) | def __init__(self, *args, **kwargs): method minimumSizeHint (line 254) | def minimumSizeHint(self): method sizeHint (line 257) | def sizeHint(self): class ValidationErrorTitleWidget (line 267) | class ValidationErrorTitleWidget(QtWidgets.QWidget): method __init__ (line 280) | def __init__(self, title_id, error_info, parent): method sizeHint (line 371) | def sizeHint(self): method minimumSizeHint (line 386) | def minimumSizeHint(self): method _mouse_release_callback (line 389) | def _mouse_release_callback(self): method is_selected (line 395) | def is_selected(self): method id (line 405) | def id(self): method _change_style_property (line 408) | def _change_style_property(self, selected): method set_selected (line 415) | def set_selected(self, selected=None): method _on_toggle_btn_click (line 435) | def _on_toggle_btn_click(self): method _set_expanded (line 440) | def _set_expanded(self, expanded=None): method _on_selection_change (line 457) | def _on_selection_change(self): method get_selected_instances (line 460) | def get_selected_instances(self): method get_available_instances (line 470) | def get_available_instances(self): class ValidationArtistMessage (line 474) | class ValidationArtistMessage(QtWidgets.QWidget): method __init__ (line 475) | def __init__(self, message, parent): class ValidationErrorsView (line 488) | class ValidationErrorsView(QtWidgets.QWidget): method __init__ (line 491) | def __init__(self, parent): method _clear (line 513) | def _clear(self): method set_errors (line 524) | def set_errors(self, grouped_error_items): method _on_select (line 555) | def _on_select(self, title_id): method _on_instance_change (line 564) | def _on_instance_change(self, title_id): method get_selected_items (line 570) | def get_selected_items(self): class _InstanceItem (line 582) | class _InstanceItem: method __init__ (line 597) | def __init__( method __eq__ (line 619) | def __eq__(self, other): method __ne__ (line 625) | def __ne__(self, other): method __gt__ (line 628) | def __gt__(self, other): method __lt__ (line 639) | def __lt__(self, other): method __ge__ (line 654) | def __ge__(self, other): method __le__ (line 659) | def __le__(self, other): method from_report (line 665) | def from_report(cls, instance_id, instance_data, logs): method create_context_item (line 681) | def create_context_item(cls, context_label, logs): method extract_basic_log_info (line 696) | def extract_basic_log_info(logs): class FamilyGroupLabel (line 712) | class FamilyGroupLabel(QtWidgets.QWidget): method __init__ (line 713) | def __init__(self, family, parent): class PublishInstanceCardWidget (line 733) | class PublishInstanceCardWidget(BaseClickableFrame): method __init__ (line 741) | def __init__(self, instance, icon, publish_finished, parent): method _prepare_pixes (line 779) | def _prepare_pixes(cls): method get_warning_pix (line 799) | def get_warning_pix(cls): method get_error_pix (line 805) | def get_error_pix(cls): method get_success_pix (line 811) | def get_success_pix(cls): method get_in_progress_pix (line 817) | def get_in_progress_pix(cls): method id (line 823) | def id(self): method is_selected (line 833) | def is_selected(self): method set_selected (line 842) | def set_selected(self, selected): method _update_style_state (line 854) | def _update_style_state(self): method _mouse_release_callback (line 862) | def _mouse_release_callback(self): class PublishInstancesViewWidget (line 868) | class PublishInstancesViewWidget(QtWidgets.QWidget): method __init__ (line 873) | def __init__(self, controller, parent): method sizeHint (line 915) | def sizeHint(self): method _get_selected_widgets (line 930) | def _get_selected_widgets(self): method get_selected_instance_ids (line 937) | def get_selected_instance_ids(self): method clear (line 943) | def clear(self): method update_instances (line 955) | def update_instances(self, instance_items): method _on_selection_request (line 1006) | def _on_selection_request(self, instance_id): class LogIconFrame (line 1018) | class LogIconFrame(QtWidgets.QFrame): method __init__ (line 1038) | def __init__(self, parent, log_type, log_level, is_validation_error): method get_validation_error_icon (line 1049) | def get_validation_error_icon(cls): method get_error_icon (line 1055) | def get_error_icon(cls): method minimumSizeHint (line 1060) | def minimumSizeHint(self): method paintEvent (line 1065) | def paintEvent(self, event): class LogItemWidget (line 1097) | class LogItemWidget(QtWidgets.QWidget): method __init__ (line 1106) | def __init__(self, log, parent): method type_flag (line 1131) | def type_flag(self): method plugin_id (line 1135) | def plugin_id(self): method _get_log_info (line 1138) | def _get_log_info(self, log): method _update_visibility (line 1155) | def _update_visibility(self): method set_log_type_filtered (line 1161) | def set_log_type_filtered(self, filtered): method set_plugin_filtered (line 1167) | def set_plugin_filtered(self, filtered): class LogsWithIconsView (line 1174) | class LogsWithIconsView(QtWidgets.QWidget): method __init__ (line 1183) | def __init__(self, logs, parent): method _update_flags_filtering (line 1215) | def _update_flags_filtering(self): method _update_plugin_filtering (line 1231) | def _update_plugin_filtering(self): method set_log_filters (line 1243) | def set_log_filters(self, visibility_filter, plugin_ids): class InstanceLogsWidget (line 1255) | class InstanceLogsWidget(QtWidgets.QWidget): method __init__ (line 1263) | def __init__(self, instance, parent): method set_log_filters (line 1279) | def set_log_filters(self, visibility_filter, plugin_ids): class InstancesLogsView (line 1291) | class InstancesLogsView(QtWidgets.QFrame): method __init__ (line 1294) | def __init__(self, parent): method showEvent (line 1347) | def showEvent(self, event): method hideEvent (line 1352) | def hideEvent(self, event): method closeEvent (line 1356) | def closeEvent(self, event): method _update_instances (line 1360) | def _update_instances(self): method _clear_widgets (line 1397) | def _clear_widgets(self): method update_instances (line 1408) | def update_instances(self, instances): method set_instances_filter (line 1428) | def set_instances_filter(self, instance_ids=None): method set_plugins_filter (line 1440) | def set_plugins_filter(self, plugin_ids=None): class CrashWidget (line 1448) | class CrashWidget(QtWidgets.QWidget): method __init__ (line 1455) | def __init__(self, controller, parent): method _on_copy_to_clipboard (line 1500) | def _on_copy_to_clipboard(self): method _on_save_to_disk_click (line 1504) | def _on_save_to_disk_click(self): class ErrorDetailsWidget (line 1509) | class ErrorDetailsWidget(QtWidgets.QWidget): method __init__ (line 1510) | def __init__(self, parent): method _on_detail_toggle (line 1569) | def _on_detail_toggle(self): method set_error_item (line 1574) | def set_error_item(self, error_item): class ReportsWidget (line 1600) | class ReportsWidget(QtWidgets.QWidget): method __init__ (line 1623) | def __init__(self, controller, parent): method _get_instance_items (line 1712) | def _get_instance_items(self): method update_data (line 1739) | def update_data(self): method _on_instance_selection (line 1774) | def _on_instance_selection(self): method _on_error_selection (line 1778) | def _on_error_selection(self): class ReportPageWidget (line 1801) | class ReportPageWidget(QtWidgets.QFrame): method __init__ (line 1817) | def __init__(self, controller, parent): method _update_label (line 1846) | def _update_label(self): method _update_state (line 1860) | def _update_state(self): method _on_publish_start (line 1869) | def _on_publish_start(self): method _on_publish_reset (line 1872) | def _on_publish_reset(self): method _on_publish_stop (line 1875) | def _on_publish_stop(self): FILE: openpype/tools/publisher/widgets/screenshot_widget.py class ScreenMarquee (line 7) | class ScreenMarquee(QtWidgets.QDialog): method __init__ (line 17) | def __init__(self, parent=None): method get_captured_pixmap (line 45) | def get_captured_pixmap(self): method paintEvent (line 51) | def paintEvent(self, event): method mousePressEvent (line 109) | def mousePressEvent(self, event): method mouseReleaseEvent (line 116) | def mouseReleaseEvent(self, event): method mouseMoveEvent (line 129) | def mouseMoveEvent(self, event): method keyPressEvent (line 133) | def keyPressEvent(self, event): method showEvent (line 143) | def showEvent(self, event): method _fit_screen_geometry (line 146) | def _fit_screen_geometry(self): method _on_screen_added (line 153) | def _on_screen_added(self): method get_desktop_pixmap (line 158) | def get_desktop_pixmap(cls, rect): method capture_to_pixmap (line 203) | def capture_to_pixmap(cls): method capture_to_file (line 221) | def capture_to_file(cls, filepath=None): method capture_to_clipboard (line 251) | def capture_to_clipboard(cls): function capture_to_pixmap (line 270) | def capture_to_pixmap(): function capture_to_file (line 283) | def capture_to_file(filepath=None): function capture_to_clipboard (line 297) | def capture_to_clipboard(): FILE: openpype/tools/publisher/widgets/tabs_widget.py class PublisherTabBtn (line 5) | class PublisherTabBtn(QtWidgets.QPushButton): method __init__ (line 8) | def __init__(self, identifier, label, parent): method _on_click (line 15) | def _on_click(self): method identifier (line 19) | def identifier(self): method activate (line 22) | def activate(self): method deactivate (line 28) | def deactivate(self): class PublisherTabsWidget (line 35) | class PublisherTabsWidget(QtWidgets.QFrame): method __init__ (line 38) | def __init__(self, parent=None): method is_current_tab (line 56) | def is_current_tab(self, identifier): method add_tab (line 64) | def add_tab(self, label, identifier): method get_tab_by_index (line 74) | def get_tab_by_index(self, index): method set_current_tab (line 80) | def set_current_tab(self, identifier): method current_tab (line 103) | def current_tab(self): method _on_tab_click (line 106) | def _on_tab_click(self, identifier): FILE: openpype/tools/publisher/widgets/tasks_widget.py class TasksModel (line 7) | class TasksModel(QtGui.QStandardItemModel): method __init__ (line 21) | def __init__(self, controller, allow_empty_task=False): method set_asset_names (line 30) | def set_asset_names(self, asset_names): method get_intersection_of_tasks (line 36) | def get_intersection_of_tasks(task_names_by_asset_name): method is_task_name_valid (line 67) | def is_task_name_valid(self, asset_name, task_name): method reset (line 86) | def reset(self): method headerData (line 130) | def headerData(self, section, orientation, role=None): class CreateWidgetTasksWidget (line 144) | class CreateWidgetTasksWidget(TasksWidget): method __init__ (line 145) | def __init__(self, controller, parent): method _create_source_model (line 151) | def _create_source_model(self): method set_asset_name (line 154) | def set_asset_name(self, asset_name): method select_task_name (line 166) | def select_task_name(self, task_name): method set_enabled (line 174) | def set_enabled(self, enabled): FILE: openpype/tools/publisher/widgets/thumbnail_widget.py class ThumbnailPainterWidget (line 28) | class ThumbnailPainterWidget(QtWidgets.QWidget): method __init__ (line 36) | def __init__(self, parent): method has_pixes (line 56) | def has_pixes(self): method clear_cache (line 59) | def clear_cache(self): method set_current_thumbnails (line 63) | def set_current_thumbnails(self, thumbnail_paths=None): method paintEvent (line 73) | def paintEvent(self, event): method _paint_checker (line 83) | def _paint_checker(self, width, height): method _paint_default_pix (line 107) | def _paint_default_pix(self, pix_width, pix_height): method _draw_thumbnails (line 143) | def _draw_thumbnails(self, thumbnails, pix_width, pix_height): method _paint_dash_line (line 188) | def _paint_dash_line(self, painter, rect): method _cache_pix (line 200) | def _cache_pix(self): method _get_pix_offset_size (line 287) | def _get_pix_offset_size(self, width, height, image_count): class ThumbnailWidget (line 296) | class ThumbnailWidget(QtWidgets.QWidget): method __init__ (line 302) | def __init__(self, controller, parent): method width_ratio (line 380) | def width_ratio(self): method height_ratio (line 384) | def height_ratio(self): method _get_filepath_from_event (line 387) | def _get_filepath_from_event(self, event): method dragEnterEvent (line 405) | def dragEnterEvent(self, event): method dragLeaveEvent (line 411) | def dragLeaveEvent(self, event): method dropEvent (line 414) | def dropEvent(self, event): method set_adapted_to_hint (line 428) | def set_adapted_to_hint(self, enabled): method set_width (line 438) | def set_width(self, width): method set_height (line 452) | def set_height(self, height): method _set_current_thumbails (line 467) | def _set_current_thumbails(self, thumbnail_paths): method set_current_thumbnails (line 471) | def set_current_thumbnails(self, thumbnail_paths=None): method _on_clear_clicked (line 476) | def _on_clear_clicked(self): method _on_take_screenshot (line 481) | def _on_take_screenshot(self): method _on_paste_from_clipboard (line 492) | def _on_paste_from_clipboard(self): method _on_browse_clicked (line 511) | def _on_browse_clicked(self): method _adapt_to_size (line 537) | def _adapt_to_size(self): method _update_buttons_position (line 550) | def _update_buttons_position(self): method resizeEvent (line 572) | def resizeEvent(self, event): method showEvent (line 577) | def showEvent(self, event): function _run_silent_subprocess (line 583) | def _run_silent_subprocess(args): function _convert_thumbnail_oiio (line 588) | def _convert_thumbnail_oiio(src_path, dst_path): function _convert_thumbnail_ffmpeg (line 605) | def _convert_thumbnail_ffmpeg(src_path, dst_path): function export_thumbnail (line 619) | def export_thumbnail(src_path, root_dir): FILE: openpype/tools/publisher/widgets/widgets.py function parse_icon_def (line 47) | def parse_icon_def( class PublishPixmapLabel (line 80) | class PublishPixmapLabel(PixmapLabel): method _get_pix_size (line 81) | def _get_pix_size(self): class IconValuePixmapLabel (line 87) | class IconValuePixmapLabel(PublishPixmapLabel): method __init__ (line 95) | def __init__(self, icon_def, parent): method set_icon_def (line 100) | def set_icon_def(self, icon_def): method _default_pixmap (line 109) | def _default_pixmap(self): method _parse_icon_def (line 114) | def _parse_icon_def(self, icon_def): class ContextWarningLabel (line 121) | class ContextWarningLabel(PublishPixmapLabel): method __init__ (line 123) | def __init__(self, parent): class PublishIconBtn (line 134) | class PublishIconBtn(IconButton): method __init__ (line 148) | def __init__(self, pixmap_path, *args, **kwargs): method generate_icon (line 158) | def generate_icon(self, pixmap_path, enabled_color, disabled_color): method paint_image_with_color (line 168) | def paint_image_with_color(image, color): class CreateBtn (line 207) | class CreateBtn(PublishIconBtn): method __init__ (line 210) | def __init__(self, parent=None): class SaveBtn (line 219) | class SaveBtn(PublishIconBtn): method __init__ (line 221) | def __init__(self, parent=None): class ResetBtn (line 231) | class ResetBtn(PublishIconBtn): method __init__ (line 233) | def __init__(self, parent=None): class StopBtn (line 241) | class StopBtn(PublishIconBtn): method __init__ (line 243) | def __init__(self, parent): class ValidateBtn (line 249) | class ValidateBtn(PublishIconBtn): method __init__ (line 251) | def __init__(self, parent=None): class PublishBtn (line 257) | class PublishBtn(PublishIconBtn): method __init__ (line 259) | def __init__(self, parent=None): class CreateInstanceBtn (line 265) | class CreateInstanceBtn(PublishIconBtn): method __init__ (line 267) | def __init__(self, parent=None): class PublishReportBtn (line 273) | class PublishReportBtn(PublishIconBtn): method __init__ (line 278) | def __init__(self, parent=None): method add_action (line 284) | def add_action(self, label, identifier): method _on_action_trigger (line 289) | def _on_action_trigger(self, identifier): method mouseReleaseEvent (line 292) | def mouseReleaseEvent(self, event): class RemoveInstanceBtn (line 307) | class RemoveInstanceBtn(PublishIconBtn): method __init__ (line 309) | def __init__(self, parent=None): class ChangeViewBtn (line 315) | class ChangeViewBtn(PublishIconBtn): method __init__ (line 317) | def __init__(self, parent=None): class AbstractInstanceView (line 323) | class AbstractInstanceView(QtWidgets.QWidget): method set_refreshed (line 332) | def set_refreshed(self, refreshed): method refresh (line 339) | def refresh(self): method has_items (line 345) | def has_items(self): method get_selected_items (line 359) | def get_selected_items(self): method set_selected_items (line 369) | def set_selected_items(self, instance_ids, context_selected): method set_active_toggle_enabled (line 383) | def set_active_toggle_enabled(self, enabled): class ClickableLineEdit (line 397) | class ClickableLineEdit(QtWidgets.QLineEdit): method __init__ (line 404) | def __init__(self, *args, **kwargs): method mousePressEvent (line 409) | def mousePressEvent(self, event): method mouseMoveEvent (line 414) | def mouseMoveEvent(self, event): method mouseReleaseEvent (line 417) | def mouseReleaseEvent(self, event): method mouseDoubleClickEvent (line 424) | def mouseDoubleClickEvent(self, event): class AssetsField (line 428) | class AssetsField(BaseClickableFrame): method __init__ (line 435) | def __init__(self, controller, parent): method _on_dialog_finish (line 482) | def _on_dialog_finish(self, result): method _mouse_release_callback (line 499) | def _mouse_release_callback(self): method set_multiselection_text (line 503) | def set_multiselection_text(self, text): method _set_is_valid (line 511) | def _set_is_valid(self, valid): method _set_state_property (line 520) | def _set_state_property(self, state): method is_valid (line 525) | def is_valid(self): method has_value_changed (line 529) | def has_value_changed(self): method get_selected_items (line 533) | def get_selected_items(self): method set_text (line 537) | def set_text(self, text): method set_selected_items (line 545) | def set_selected_items(self, asset_names=None): method reset_to_origin (line 581) | def reset_to_origin(self): method confirm_value (line 585) | def confirm_value(self): class TasksComboboxProxy (line 590) | class TasksComboboxProxy(QtCore.QSortFilterProxyModel): method __init__ (line 591) | def __init__(self, *args, **kwargs): method set_filter_empty (line 595) | def set_filter_empty(self, filter_empty): method filterAcceptsRow (line 601) | def filterAcceptsRow(self, source_row, parent_index): class TasksCombobox (line 612) | class TasksCombobox(QtWidgets.QComboBox): method __init__ (line 623) | def __init__(self, controller, parent): method set_invalid_empty_task (line 657) | def set_invalid_empty_task(self, invalid=True): method set_multiselection_text (line 669) | def set_multiselection_text(self, text): method _on_index_change (line 673) | def _on_index_change(self): method set_text (line 691) | def set_text(self, text): method paintEvent (line 699) | def paintEvent(self, event): method is_valid (line 721) | def is_valid(self): method has_value_changed (line 725) | def has_value_changed(self): method _set_is_valid (line 729) | def _set_is_valid(self, valid): method _set_state_property (line 738) | def _set_state_property(self, state): method get_selected_items (line 744) | def get_selected_items(self): method set_asset_names (line 754) | def set_asset_names(self, asset_names): method confirm_value (line 799) | def confirm_value(self, asset_names): method set_selected_items (line 808) | def set_selected_items(self, asset_task_combinations=None): method _validate_task_names_by_asset_names (line 876) | def _validate_task_names_by_asset_names(self, task_names_by_asset_name): method set_selected_item (line 883) | def set_selected_item(self, item_name): method reset_to_origin (line 894) | def reset_to_origin(self): class VariantInputWidget (line 899) | class VariantInputWidget(PlaceholderLineEdit): method __init__ (line 903) | def __init__(self, parent): method is_valid (line 924) | def is_valid(self): method has_value_changed (line 928) | def has_value_changed(self): method _set_state_property (line 932) | def _set_state_property(self, state): method set_multiselection_text (line 938) | def set_multiselection_text(self, text): method confirm_value (line 942) | def confirm_value(self): method _set_is_valid (line 946) | def _set_is_valid(self, valid): method _on_text_change (line 955) | def _on_text_change(self): method reset_to_origin (line 967) | def reset_to_origin(self): method get_value (line 971) | def get_value(self): method set_value (line 978) | def set_value(self, variants=None): class MultipleItemWidget (line 1007) | class MultipleItemWidget(QtWidgets.QWidget): method __init__ (line 1014) | def __init__(self, parent): method _on_insert (line 1044) | def _on_insert(self): method _update_size (line 1047) | def _update_size(self): method showEvent (line 1054) | def showEvent(self, event): method resizeEvent (line 1066) | def resizeEvent(self, event): method set_value (line 1070) | def set_value(self, value=None): class GlobalAttrsWidget (line 1084) | class GlobalAttrsWidget(QtWidgets.QWidget): method __init__ (line 1107) | def __init__(self, controller, parent): method _on_submit (line 1171) | def _on_submit(self): method _on_cancel (line 1258) | def _on_cancel(self): method _on_value_change (line 1266) | def _on_value_change(self): method _on_variant_change (line 1281) | def _on_variant_change(self): method _on_asset_change (line 1284) | def _on_asset_change(self): method _on_task_change (line 1289) | def _on_task_change(self): method _set_btns_visible (line 1292) | def _set_btns_visible(self, visible): method _set_btns_enabled (line 1296) | def _set_btns_enabled(self, enabled): method set_current_instances (line 1300) | def set_current_instances(self, instances): class CreatorAttrsWidget (line 1351) | class CreatorAttrsWidget(QtWidgets.QWidget): method __init__ (line 1366) | def __init__(self, controller, parent): method set_instances_valid (line 1388) | def set_instances_valid(self, valid): method set_current_instances (line 1397) | def set_current_instances(self, instances): method _input_value_changed (line 1473) | def _input_value_changed(self, value, attr_id): class PublishPluginAttrsWidget (line 1485) | class PublishPluginAttrsWidget(QtWidgets.QWidget): method __init__ (line 1504) | def __init__(self, controller, parent): method set_instances_valid (line 1527) | def set_instances_valid(self, valid): method set_current_instances (line 1535) | def set_current_instances(self, instances, context_selected): method _input_value_changed (line 1636) | def _input_value_changed(self, value, attr_id): class SubsetAttributesWidget (line 1648) | class SubsetAttributesWidget(QtWidgets.QWidget): method __init__ (line 1663) | def __init__(self, controller, parent): method _on_instance_context_changed (line 1779) | def _on_instance_context_changed(self): method _on_convert_click (line 1792) | def _on_convert_click(self): method set_current_instances (line 1795) | def set_current_instances( method _on_thumbnail_create (line 1830) | def _on_thumbnail_create(self, path): method _on_thumbnail_clear (line 1855) | def _on_thumbnail_clear(self): method _on_thumbnail_changed (line 1872) | def _on_thumbnail_changed(self, event): method _update_thumbnails (line 1875) | def _update_thumbnails(self): class CreateNextPageOverlay (line 1901) | class CreateNextPageOverlay(QtWidgets.QWidget): method __init__ (line 1904) | def __init__(self, parent): method set_increasing (line 1931) | def set_increasing(self, increasing): method set_visible (line 1943) | def set_visible(self, visible): method _is_anim_finished (line 1956) | def _is_anim_finished(self): method _on_anim (line 1961) | def _on_anim(self, value): method set_under_mouse (line 1974) | def set_under_mouse(self, under_mouse): method _is_under_mouse (line 1981) | def _is_under_mouse(self): method _check_anim_timer (line 1986) | def _check_anim_timer(self): method mousePressEvent (line 1992) | def mousePressEvent(self, event): method mouseReleaseEvent (line 1997) | def mouseReleaseEvent(self, event): method paintEvent (line 2005) | def paintEvent(self, event): FILE: openpype/tools/publisher/window.py class PublisherWindow (line 45) | class PublisherWindow(QtWidgets.QDialog): method __init__ (line 52) | def __init__(self, parent=None, controller=None, reset_on_show=None): method controller (line 389) | def controller(self): method show_and_publish (line 392) | def show_and_publish(self, comment=None): method set_comment (line 419) | def set_comment(self, comment): method make_sure_is_visible (line 431) | def make_sure_is_visible(self): method showEvent (line 438) | def showEvent(self, event): method resizeEvent (line 447) | def resizeEvent(self, event): method closeEvent (line 452) | def closeEvent(self, event): method leaveEvent (line 466) | def leaveEvent(self, event): method eventFilter (line 470) | def eventFilter(self, obj, event): method _install_app_event_listener (line 475) | def _install_app_event_listener(self): method _uninstall_app_event_listener (line 482) | def _uninstall_app_event_listener(self): method keyPressEvent (line 489) | def keyPressEvent(self, event): method _on_overlay_message (line 530) | def _on_overlay_message(self, event): method _on_first_show (line 536) | def _on_first_show(self): method _on_show_timer (line 542) | def _on_show_timer(self): method _checks_before_save (line 563) | def _checks_before_save(self, explicit_save): method _save_changes (line 601) | def _save_changes(self, explicit_save): method reset (line 623) | def reset(self): method set_context_label (line 626) | def set_context_label(self, label): method set_tab_on_reset (line 629) | def set_tab_on_reset(self, tab): method _update_publish_details_widget (line 642) | def _update_publish_details_widget(self, force=False): method _on_help_click (line 649) | def _on_help_click(self): method _on_create_overlay_button_click (line 676) | def _on_create_overlay_button_click(self): method _on_tab_change (line 680) | def _on_tab_change(self, old_tab, new_tab): method _on_context_or_active_change (line 717) | def _on_context_or_active_change(self): method _on_create_request (line 720) | def _on_create_request(self): method _on_convert_requested (line 723) | def _on_convert_requested(self): method _set_current_tab (line 731) | def _set_current_tab(self, identifier): method set_current_tab (line 734) | def set_current_tab(self, tab): method _is_current_tab (line 747) | def _is_current_tab(self, identifier): method _go_to_create_tab (line 750) | def _go_to_create_tab(self): method _go_to_publish_tab (line 760) | def _go_to_publish_tab(self): method _go_to_report_tab (line 763) | def _go_to_report_tab(self): method _go_to_details_tab (line 766) | def _go_to_details_tab(self): method _is_on_create_tab (line 769) | def _is_on_create_tab(self): method _is_on_publish_tab (line 772) | def _is_on_publish_tab(self): method _is_on_report_tab (line 775) | def _is_on_report_tab(self): method _is_on_details_tab (line 778) | def _is_on_details_tab(self): method _set_publish_overlay_visibility (line 781) | def _set_publish_overlay_visibility(self, visible): method _set_publish_visibility (line 788) | def _set_publish_visibility(self, visible): method _on_save_clicked (line 795) | def _on_save_clicked(self): method _on_reset_clicked (line 798) | def _on_reset_clicked(self): method _on_stop_clicked (line 801) | def _on_stop_clicked(self): method _set_publish_comment (line 804) | def _set_publish_comment(self): method _on_validate_clicked (line 807) | def _on_validate_clicked(self): method _on_publish_clicked (line 812) | def _on_publish_clicked(self): method _set_footer_enabled (line 817) | def _set_footer_enabled(self, enabled): method _on_publish_reset (line 829) | def _on_publish_reset(self): method _on_controller_reset (line 837) | def _on_controller_reset(self): method _on_publish_start (line 858) | def _on_publish_start(self): method _on_publish_validated_change (line 875) | def _on_publish_validated_change(self, event): method _on_publish_finished_change (line 879) | def _on_publish_finished_change(self, event): method _on_publish_stop (line 884) | def _on_publish_stop(self): method _validate_create_instances (line 914) | def _validate_create_instances(self): method _on_instances_refresh (line 933) | def _on_instances_refresh(self): method _set_comment_input_visiblity (line 940) | def _set_comment_input_visiblity(self, visible): method _update_publish_frame_rect (line 944) | def _update_publish_frame_rect(self): method add_error_message_dialog (line 960) | def add_error_message_dialog(self, title, failed_info, message_start=N... method _on_errors_message_timeout (line 966) | def _on_errors_message_timeout(self): method _on_creator_error (line 979) | def _on_creator_error(self, event): method _on_convertor_error (line 988) | def _on_convertor_error(self, event): method _on_action_error (line 998) | def _on_action_error(self, event): method _update_create_overlay_size (line 1010) | def _update_create_overlay_size(self): method _update_create_overlay_visibility (line 1028) | def _update_create_overlay_visibility(self, global_pos=None): method _copy_report (line 1040) | def _copy_report(self): method _export_report (line 1053) | def _export_report(self): class ErrorsMessageBox (line 1081) | class ErrorsMessageBox(ErrorMessageBox): method __init__ (line 1082) | def __init__(self, error_title, failed_info, message_start, parent): method _create_top_widget (line 1103) | def _create_top_widget(self, parent_widget): method _get_report_data (line 1106) | def _get_report_data(self): method _create_content (line 1129) | def _create_content(self, content_layout): method _on_tab_change (line 1179) | def _on_tab_change(self, old_identifier, identifier): FILE: openpype/tools/push_to_project/app.py function show (line 7) | def show(project, version, library_filter, context_only): function main (line 26) | def main(project, version): FILE: openpype/tools/push_to_project/control_context.py class AssetItem (line 28) | class AssetItem: method __init__ (line 29) | def __init__( method from_doc (line 46) | def from_doc(cls, asset_doc, has_children=True): class TaskItem (line 60) | class TaskItem: method __init__ (line 61) | def __init__(self, asset_id, name, task_type, short_name): method from_asset_doc (line 68) | def from_asset_doc(cls, asset_doc, project_doc): class EntitiesModel (line 84) | class EntitiesModel: method __init__ (line 85) | def __init__(self, event_system, library_filter=True): method has_cached_projects (line 93) | def has_cached_projects(self): method has_cached_assets (line 96) | def has_cached_assets(self, project_name): method has_cached_tasks (line 101) | def has_cached_tasks(self, project_name): method get_projects (line 104) | def get_projects(self): method get_assets (line 109) | def get_assets(self, project_name): method get_asset_by_id (line 114) | def get_asset_by_id(self, project_name, asset_id): method get_tasks (line 117) | def get_tasks(self, project_name, asset_id): method refresh_projects (line 130) | def refresh_projects(self, force=False): method _refresh_assets (line 150) | def _refresh_assets(self, project_name): method refresh_assets (line 179) | def refresh_assets(self, project_name, force=False): class SelectionModel (line 196) | class SelectionModel: method __init__ (line 197) | def __init__(self, event_system): method select_project (line 204) | def select_project(self, project_name): method select_asset (line 215) | def select_asset(self, asset_id): method select_task (line 228) | def select_task(self, task_name): class UserPublishValues (line 243) | class UserPublishValues: method __init__ (line 255) | def __init__(self, event_system): method new_asset_name (line 268) | def new_asset_name(self): method variant (line 272) | def variant(self): method comment (line 276) | def comment(self): method is_variant_valid (line 280) | def is_variant_valid(self): method is_new_asset_name_valid (line 284) | def is_new_asset_name_valid(self): method is_valid (line 288) | def is_valid(self): method set_variant (line 291) | def set_variant(self, variant): method set_new_asset (line 322) | def set_new_asset(self, asset_name): method set_comment (line 352) | def set_comment(self, comment): class PushToContextController (line 369) | class PushToContextController: method __init__ (line 370) | def __init__( method _get_task_info_from_repre_docs (line 402) | def _get_task_info_from_repre_docs(self, asset_doc, repre_docs): method _get_src_variant (line 432) | def _get_src_variant(self): method set_source (line 491) | def set_source(self, project_name, version_id): method src_project_name (line 534) | def src_project_name(self): method src_version_id (line 538) | def src_version_id(self): method src_label (line 542) | def src_label(self): method src_version_doc (line 563) | def src_version_doc(self): method src_subset_doc (line 567) | def src_subset_doc(self): method src_asset_doc (line 571) | def src_asset_doc(self): method event_system (line 575) | def event_system(self): method model (line 579) | def model(self): method selection_model (line 583) | def selection_model(self): method user_values (line 587) | def user_values(self): method submission_enabled (line 591) | def submission_enabled(self): method _on_project_change (line 594) | def _on_project_change(self, event): method _invalidate (line 599) | def _invalidate(self): method _check_submit_validations (line 610) | def _check_submit_validations(self): method get_selected_asset_name (line 625) | def get_selected_asset_name(self): method submit (line 637) | def submit(self, wait=True, context_only=False): method wait_for_process_thread (line 673) | def wait_for_process_thread(self): method _submit_callback (line 679) | def _submit_callback(self): FILE: openpype/tools/push_to_project/control_integrate.py class PushToProjectError (line 51) | class PushToProjectError(Exception): class FileItem (line 55) | class FileItem(object): method __init__ (line 56) | def __init__(self, path): method is_valid_file (line 60) | def is_valid_file(self): class SourceFile (line 64) | class SourceFile(FileItem): method __init__ (line 65) | def __init__(self, path, frame=None, udim=None): method __repr__ (line 70) | def __repr__(self): class ResourceFile (line 80) | class ResourceFile(FileItem): method __init__ (line 81) | def __init__(self, path, relative_path): method __repr__ (line 85) | def __repr__(self): method is_valid_file (line 89) | def is_valid_file(self): class ProjectPushItem (line 95) | class ProjectPushItem: method __init__ (line 96) | def __init__( method id (line 128) | def id(self): method __repr__ (line 131) | def __repr__(self): class StatusMessage (line 135) | class StatusMessage: method __init__ (line 136) | def __init__(self, message, level): method __str__ (line 140) | def __str__(self): method __repr__ (line 143) | def __repr__(self): class ProjectPushItemStatus (line 149) | class ProjectPushItemStatus: method __init__ (line 150) | def __init__( method emit_event (line 168) | def emit_event(self, topic, data=None): method get_finished (line 174) | def get_finished(self): method set_finished (line 183) | def set_finished(self, finished=True): method set_failed (line 196) | def set_failed(self, fail_reason, exc_info=None): method failed (line 239) | def failed(self): method fail_reason (line 249) | def fail_reason(self): method traceback (line 259) | def traceback(self): method add_message (line 272) | def add_message(self, message, level): method debug (line 282) | def debug(self, message): method info (line 285) | def info(self, message): method warning (line 288) | def warning(self, message): method error (line 291) | def error(self, message): method critical (line 294) | def critical(self, message): class ProjectPushRepreItem (line 298) | class ProjectPushRepreItem: method __init__ (line 313) | def __init__(self, repre_doc, roots): method repre_doc (line 321) | def repre_doc(self): method src_files (line 325) | def src_files(self): method resource_files (line 331) | def resource_files(self): method _clean_path (line 337) | def _clean_path(path): method _get_relative_path (line 344) | def _get_relative_path(path, src_dirpath): method frame (line 357) | def frame(self): method validate_source_files (line 380) | def validate_source_files(src_files, resource_files): method get_source_files (line 397) | def get_source_files(self): method _get_source_files_with_frames (line 413) | def _get_source_files_with_frames(self): method _get_source_files (line 476) | def _get_source_files(self): class ProjectPushItemProcess (line 508) | class ProjectPushItemProcess: method __init__ (line 518) | def __init__(self, item, item_status=None): method status (line 549) | def status(self): method src_project_doc (line 553) | def src_project_doc(self): method src_anatomy (line 557) | def src_anatomy(self): method src_asset_doc (line 561) | def src_asset_doc(self): method src_subset_doc (line 565) | def src_subset_doc(self): method src_version_doc (line 569) | def src_version_doc(self): method src_repre_items (line 573) | def src_repre_items(self): method project_doc (line 577) | def project_doc(self): method anatomy (line 581) | def anatomy(self): method project_settings (line 585) | def project_settings(self): method asset_doc (line 589) | def asset_doc(self): method task_info (line 593) | def task_info(self): method subset_doc (line 597) | def subset_doc(self): method version_doc (line 601) | def version_doc(self): method variant (line 605) | def variant(self): method family (line 609) | def family(self): method subset_name (line 613) | def subset_name(self): method template_name (line 617) | def template_name(self): method fill_source_variables (line 620) | def fill_source_variables(self): method fill_destination_project (line 687) | def fill_destination_project(self): method _create_asset (line 707) | def _create_asset( method fill_or_create_destination_asset (line 789) | def fill_or_create_destination_asset(self): method determine_family (line 849) | def determine_family(self): method determine_publish_template_name (line 867) | def determine_publish_template_name(self): method determine_subset_name (line 881) | def determine_subset_name(self): method make_sure_subset_exists (line 899) | def make_sure_subset_exists(self): method make_sure_version_exists (line 918) | def make_sure_version_exists(self): method integrate_representations (line 985) | def integrate_representations(self): method _integrate_representations (line 993) | def _integrate_representations(self): method _prepare_file_transactions (line 1040) | def _prepare_file_transactions( method _prepare_database_operations (line 1105) | def _prepare_database_operations( method process (line 1185) | def process(self): FILE: openpype/tools/push_to_project/window.py class ProjectsModel (line 23) | class ProjectsModel(QtGui.QStandardItemModel): method __init__ (line 30) | def __init__(self, controller): method event_system (line 48) | def event_system(self): method _on_refresh_finish (line 51) | def _on_refresh_finish(self): class ProjectProxyModel (line 84) | class ProjectProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 85) | def __init__(self): method set_filter_empty_project (line 89) | def set_filter_empty_project(self, filter_empty_projects): method filterAcceptsRow (line 95) | def filterAcceptsRow(self, row, parent): class AssetsModel (line 105) | class AssetsModel(QtGui.QStandardItemModel): method __init__ (line 109) | def __init__(self, controller): method event_system (line 135) | def event_system(self): method _clear (line 138) | def _clear(self): method _on_project_change (line 157) | def _on_project_change(self, event): method _on_refresh_start (line 166) | def _on_refresh_start(self, event): method _on_refresh_finish (line 169) | def _on_refresh_finish(self, event): class TasksModel (line 244) | class TasksModel(QtGui.QStandardItemModel): method __init__ (line 248) | def __init__(self, controller): method event_system (line 274) | def event_system(self): method _clear (line 277) | def _clear(self): method _on_project_change (line 296) | def _on_project_change(self, event): method _on_asset_refresh_finish (line 305) | def _on_asset_refresh_finish(self, event): method _on_asset_change (line 308) | def _on_asset_change(self, event): method _refresh (line 311) | def _refresh(self, new_project_name): class PushToContextSelectWindow (line 370) | class PushToContextSelectWindow(QtWidgets.QDialog): method __init__ (line 371) | def __init__( method controller (line 631) | def controller(self): method showEvent (line 634) | def showEvent(self, event): method _on_show_timer (line 642) | def _on_show_timer(self): method _on_new_asset_change (line 660) | def _on_new_asset_change(self, text): method _on_variant_change (line 664) | def _on_variant_change(self, text): method _on_comment_change (line 668) | def _on_comment_change(self, text): method _on_user_input_timer (line 672) | def _on_user_input_timer(self): method _on_controller_new_asset_change (line 688) | def _on_controller_new_asset_change(self, event): method _on_controller_variant_change (line 698) | def _on_controller_variant_change(self, event): method _on_controller_comment_change (line 710) | def _on_controller_comment_change(self, event): method _on_controller_source_change (line 718) | def _on_controller_source_change(self): method _invalidate_new_asset_name (line 721) | def _invalidate_new_asset_name(self): method _invalidate_variant (line 736) | def _invalidate_variant(self): method _on_projects_refresh (line 743) | def _on_projects_refresh(self): method _on_project_change (line 746) | def _on_project_change(self): method _on_asset_change (line 756) | def _on_asset_change(self): method _on_asset_model_change (line 765) | def _on_asset_model_change(self): method _on_task_model_change (line 768) | def _on_task_model_change(self): method _on_task_change (line 771) | def _on_task_change(self): method _on_submission_change (line 780) | def _on_submission_change(self, event): method _on_close_click (line 783) | def _on_close_click(self): method _on_select_click (line 786) | def _on_select_click(self): method _on_try_again_click (line 804) | def _on_try_again_click(self): method _on_main_thread_timer (line 812) | def _on_main_thread_timer(self): method _on_controller_submit_start (line 839) | def _on_controller_submit_start(self): method _on_controller_submit_end (line 845) | def _on_controller_submit_end(self): method _on_push_message (line 848) | def _on_push_message(self, event): FILE: openpype/tools/pyblish_pype/app.py function application (line 20) | def application(): function install_translator (line 35) | def install_translator(app): function install_fonts (line 43) | def install_fonts(): function on_destroyed (line 71) | def on_destroyed(): function show (line 76) | def show(parent=None): FILE: openpype/tools/pyblish_pype/constants.py function flags (line 6) | def flags(*args, **kwargs): function roles (line 23) | def roles(*args, **kwargs): FILE: openpype/tools/pyblish_pype/control.py class IterationBreak (line 28) | class IterationBreak(Exception): class MainThreadItem (line 32) | class MainThreadItem: method __init__ (line 34) | def __init__(self, callback, *args, **kwargs): method process (line 39) | def process(self): class MainThreadProcess (line 43) | class MainThreadProcess(QtCore.QObject): method __init__ (line 55) | def __init__(self): method process (line 67) | def process(self, func, *args, **kwargs): method add_item (line 71) | def add_item(self, item): method _execute (line 74) | def _execute(self): method start (line 87) | def start(self): method stop (line 91) | def stop(self): method clear (line 95) | def clear(self): method stop_if_empty (line 100) | def stop_if_empty(self): method _stop_if_empty (line 105) | def _stop_if_empty(self): class Controller (line 110) | class Controller(QtCore.QObject): method __init__ (line 147) | def __init__(self, parent=None): method reset_variables (line 157) | def reset_variables(self): method current_state (line 202) | def current_state(self): method presets_by_hosts (line 205) | def presets_by_hosts(self): method reset_context (line 228) | def reset_context(self): method reset (line 267) | def reset(self): method _reset (line 273) | def _reset(self): method load_plugins (line 288) | def load_plugins(self): method on_published (line 310) | def on_published(self): method stop (line 319) | def stop(self): method act (line 323) | def act(self, plugin, action): method _process_action (line 330) | def _process_action(self, plugin, action): method emit_ (line 337) | def emit_(self, signal, kwargs): method _process (line 340) | def _process(self, plugin, instance=None): method _pair_yielder (line 366) | def _pair_yielder(self, plugins): method iterate_and_process (line 485) | def iterate_and_process(self, on_finished=None): method _set_state_by_order (line 578) | def _set_state_by_order(self): method collect (line 582) | def collect(self): method validate (line 590) | def validate(self): method publish (line 596) | def publish(self): method _start_collect (line 602) | def _start_collect(self): method _start_validate (line 605) | def _start_validate(self): method _start_publish (line 609) | def _start_publish(self): method cleanup (line 613) | def cleanup(self): method _on_instance_toggled (line 632) | def _on_instance_toggled(self, instance, old_value, new_value): FILE: openpype/tools/pyblish_pype/delegate.py class PluginItemDelegate (line 54) | class PluginItemDelegate(QtWidgets.QStyledItemDelegate): method paint (line 57) | def paint(self, painter, option, index): method sizeHint (line 180) | def sizeHint(self, option, index): class InstanceItemDelegate (line 184) | class InstanceItemDelegate(QtWidgets.QStyledItemDelegate): method paint (line 187) | def paint(self, painter, option, index): method sizeHint (line 282) | def sizeHint(self, option, index): class InstanceDelegate (line 286) | class InstanceDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 291) | def __init__(self, parent): method paint (line 295) | def paint(self, painter, option, index): method group_item_paint (line 304) | def group_item_paint(self, painter, option, index): method sizeHint (line 439) | def sizeHint(self, option, index): class PluginDelegate (line 443) | class PluginDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 446) | def __init__(self, parent): method paint (line 450) | def paint(self, painter, option, index): method group_item_paint (line 459) | def group_item_paint(self, painter, option, index): method sizeHint (line 521) | def sizeHint(self, option, index): class TerminalItem (line 525) | class TerminalItem(QtWidgets.QStyledItemDelegate): method paint (line 528) | def paint(self, painter, option, index): FILE: openpype/tools/pyblish_pype/mock.py class MyAction (line 8) | class MyAction(pyblish.api.Action): method process (line 12) | def process(self, context, plugin): class MyOtherAction (line 16) | class MyOtherAction(pyblish.api.Action): method process (line 19) | def process(self, context, plugin): class CollectComment (line 23) | class CollectComment(pyblish.api.ContextPlugin): method process (line 33) | def process(self, context): class MyCollector (line 37) | class MyCollector(pyblish.api.ContextPlugin): method process (line 41) | def process(self, context): class MyValidator (line 51) | class MyValidator(pyblish.api.InstancePlugin): method process (line 58) | def process(self, instance): class MyExtractor (line 62) | class MyExtractor(pyblish.api.InstancePlugin): method process (line 67) | def process(self, instance): class CollectRenamed (line 71) | class CollectRenamed(pyblish.api.Collector): method process (line 72) | def process(self, context): class CollectNegatron (line 77) | class CollectNegatron(pyblish.api.Collector): method process_context (line 82) | def process_context(self, context): class CollectPositron (line 87) | class CollectPositron(pyblish.api.Collector): method process_context (line 92) | def process_context(self, context): class SelectInstances (line 97) | class SelectInstances(pyblish.api.Selector): method process_context (line 105) | def process_context(self, context): class SelectDiInstances (line 117) | class SelectDiInstances(pyblish.api.Selector): method process (line 122) | def process(self, context): class SelectInstancesFailure (line 131) | class SelectInstancesFailure(pyblish.api.Selector): method process_context (line 140) | def process_context(self, context): class SelectInstances2 (line 145) | class SelectInstances2(pyblish.api.Selector): method process (line 146) | def process(self, context): class ValidateNamespace (line 150) | class ValidateNamespace(pyblish.api.Validator): method process (line 166) | def process(self, instance): class ValidateContext (line 178) | class ValidateContext(pyblish.api.Validator): method process_context (line 181) | def process_context(self, context): class ValidateContextFailure (line 185) | class ValidateContextFailure(pyblish.api.Validator): method process_context (line 190) | def process_context(self, context): class Validator1 (line 198) | class Validator1(pyblish.api.Validator): method process_instance (line 203) | def process_instance(self, instance): class Validator2 (line 207) | class Validator2(pyblish.api.Validator): method process_instance (line 211) | def process_instance(self, instance): class Validator3 (line 215) | class Validator3(pyblish.api.Validator): method process_instance (line 219) | def process_instance(self, instance): class ValidateFailureMock (line 223) | class ValidateFailureMock(pyblish.api.Validator): method process_instance (line 230) | def process_instance(self, instance): class ValidateIsIncompatible (line 248) | class ValidateIsIncompatible(pyblish.api.Validator): class ValidateWithRepair (line 253) | class ValidateWithRepair(pyblish.api.Validator): method process_instance (line 259) | def process_instance(self, instance): method repair_instance (line 264) | def repair_instance(self, instance): class ValidateWithRepairFailure (line 269) | class ValidateWithRepairFailure(pyblish.api.Validator): method process_instance (line 275) | def process_instance(self, instance): method repair_instance (line 280) | def repair_instance(self, instance): class ValidateWithVeryVeryVeryLongLongNaaaaame (line 285) | class ValidateWithVeryVeryVeryLongLongNaaaaame(pyblish.api.Validator): class ValidateWithRepairContext (line 290) | class ValidateWithRepairContext(pyblish.api.Validator): method process_context (line 296) | def process_context(self, context): method repair_context (line 299) | def repair_context(self, context): class ExtractAsMa (line 304) | class ExtractAsMa(pyblish.api.Extractor): method process_instance (line 320) | def process_instance(self, instance): class ConformAsset (line 331) | class ConformAsset(pyblish.api.Conformer): method process_instance (line 341) | def process_instance(self, instance): class ValidateInstancesDI (line 351) | class ValidateInstancesDI(pyblish.api.Validator): method process (line 355) | def process(self, instance): class ValidateDIWithRepair (line 359) | class ValidateDIWithRepair(pyblish.api.Validator): method process (line 364) | def process(self, instance): method repair (line 367) | def repair(self, instance): class ExtractInstancesDI (line 371) | class ExtractInstancesDI(pyblish.api.Extractor): method process (line 375) | def process(self, instance): class ValidateWithLabel (line 379) | class ValidateWithLabel(pyblish.api.Validator): class ValidateWithLongLabel (line 384) | class ValidateWithLongLabel(pyblish.api.Validator): class SimplePlugin1 (line 389) | class SimplePlugin1(pyblish.api.Plugin): method process (line 392) | def process(self): class SimplePlugin2 (line 396) | class SimplePlugin2(pyblish.api.Plugin): method process (line 404) | def process(self, context): class SimplePlugin3 (line 408) | class SimplePlugin3(pyblish.api.Plugin): method process (line 411) | def process(self, instance): class ContextAction (line 415) | class ContextAction(pyblish.api.Action): method process (line 418) | def process(self, context): class FailingAction (line 423) | class FailingAction(pyblish.api.Action): method process (line 426) | def process(self): class LongRunningAction (line 431) | class LongRunningAction(pyblish.api.Action): method process (line 434) | def process(self): class IconAction (line 440) | class IconAction(pyblish.api.Action): method process (line 444) | def process(self): class PluginAction (line 448) | class PluginAction(pyblish.api.Action): method process (line 451) | def process(self, plugin): class LaunchExplorerAction (line 456) | class LaunchExplorerAction(pyblish.api.Action): method process (line 460) | def process(self, context): class ProcessedAction (line 467) | class ProcessedAction(pyblish.api.Action): method process (line 472) | def process(self): class FailedAction (line 476) | class FailedAction(pyblish.api.Action): class SucceededAction (line 482) | class SucceededAction(pyblish.api.Action): method process (line 487) | def process(self): class LongLabelAction (line 491) | class LongLabelAction(pyblish.api.Action): class BadEventAction (line 496) | class BadEventAction(pyblish.api.Action): class InactiveAction (line 501) | class InactiveAction(pyblish.api.Action): class PluginWithActions (line 505) | class PluginWithActions(pyblish.api.Validator): method process (line 527) | def process(self): class FailingPluginWithActions (line 531) | class FailingPluginWithActions(pyblish.api.Validator): method process (line 538) | def process(self): class ValidateDefaultOff (line 542) | class ValidateDefaultOff(pyblish.api.Validator): method process (line 547) | def process(self, instance): class ValidateWithHyperlinks (line 551) | class ValidateWithHyperlinks(pyblish.api.Validator): method process (line 560) | def process(self, instance): class LongRunningCollector (line 569) | class LongRunningCollector(pyblish.api.Collector): method process (line 571) | def process(self, context): class LongRunningValidator (line 577) | class LongRunningValidator(pyblish.api.Validator): method process (line 579) | def process(self, context): class RearrangingPlugin (line 585) | class RearrangingPlugin(pyblish.api.ContextPlugin): method process (line 589) | def process(self, context): class InactiveInstanceCollectorPlugin (line 599) | class InactiveInstanceCollectorPlugin(pyblish.api.InstancePlugin): method process (line 604) | def process(self, instance): class CollectWithIcon (line 608) | class CollectWithIcon(pyblish.api.ContextPlugin): method process (line 611) | def process(self, context): FILE: openpype/tools/pyblish_pype/model.py class QAwesomeTextIconFactory (line 51) | class QAwesomeTextIconFactory: method icon (line 55) | def icon(cls, icon_name): class QAwesomeIconFactory (line 61) | class QAwesomeIconFactory: method icon (line 65) | def icon(cls, icon_name, icon_color): class IntentModel (line 77) | class IntentModel(QtGui.QStandardItemModel): method __init__ (line 94) | def __init__(self, parent=None): method has_items (line 100) | def has_items(self): method reset (line 103) | def reset(self): method _add_items (line 138) | def _add_items(self, items): class PluginItem (line 149) | class PluginItem(QtGui.QStandardItem): method __init__ (line 152) | def __init__(self, plugin): method type (line 194) | def type(self): method data (line 197) | def data(self, role=QtCore.Qt.DisplayRole): method _data_actions_visible (line 227) | def _data_actions_visible(self): method _data_valid_actions (line 261) | def _data_valid_actions(self): method setData (line 327) | def setData(self, value, role=None): class GroupItem (line 386) | class GroupItem(QtGui.QStandardItem): method __init__ (line 387) | def __init__(self, *args, **kwargs): method flags (line 392) | def flags(self): method data (line 395) | def data(self, role=QtCore.Qt.DisplayRole): method setData (line 404) | def setData(self, value, role=(QtCore.Qt.UserRole + 1)): method type (line 426) | def type(self): class PluginModel (line 430) | class PluginModel(QtGui.QStandardItemModel): method __init__ (line 431) | def __init__(self, controller, *args, **kwargs): method reset (line 439) | def reset(self): method append (line 444) | def append(self, plugin): method store_checkstates (line 469) | def store_checkstates(self): method restore_checkstates (line 479) | def restore_checkstates(self): method update_with_result (line 489) | def update_with_result(self, result): method update_compatibility (line 527) | def update_compatibility(self): class PluginFilterProxy (line 570) | class PluginFilterProxy(QtCore.QSortFilterProxyModel): method filterAcceptsRow (line 571) | def filterAcceptsRow(self, source_row, source_parent): class InstanceItem (line 586) | class InstanceItem(QtGui.QStandardItem): method __init__ (line 589) | def __init__(self, instance): method flags (line 609) | def flags(self): method type (line 612) | def type(self): method data (line 615) | def data(self, role=QtCore.Qt.DisplayRole): method setData (line 668) | def setData(self, value, role=(QtCore.Qt.UserRole + 1)): class InstanceModel (line 721) | class InstanceModel(QtGui.QStandardItemModel): method __init__ (line 725) | def __init__(self, controller, *args, **kwargs): method reset (line 733) | def reset(self): method append (line 738) | def append(self, instance): method remove (line 755) | def remove(self, instance_id): method store_checkstates (line 765) | def store_checkstates(self): method restore_checkstates (line 777) | def restore_checkstates(self): method update_with_result (line 787) | def update_with_result(self, result): method update_compatibility (line 827) | def update_compatibility(self, context, instances): class InstanceSortProxy (line 868) | class InstanceSortProxy(QtCore.QSortFilterProxyModel): method __init__ (line 869) | def __init__(self, *args, **kwargs): method lessThan (line 874) | def lessThan(self, x_index, y_index): class TerminalDetailItem (line 884) | class TerminalDetailItem(QtGui.QStandardItem): method __init__ (line 897) | def __init__(self, record_item): method data (line 906) | def data(self, role=QtCore.Qt.DisplayRole): method compute_detail_text (line 913) | def compute_detail_text(self, item_data): class TerminalModel (line 947) | class TerminalModel(QtGui.QStandardItemModel): method __init__ (line 974) | def __init__(self, *args, **kwargs): method reset (line 978) | def reset(self): method prepare_records (line 981) | def prepare_records(self, result, suspend_logs): method append (line 1031) | def append(self, record_items): method update_with_result (line 1077) | def update_with_result(self, result): class TerminalProxy (line 1081) | class TerminalProxy(QtCore.QSortFilterProxyModel): method __init__ (line 1094) | def __init__(self, view, *args, **kwargs): method change_filter (line 1102) | def change_filter(cls, name, value): method filterAcceptsRow (line 1115) | def filterAcceptsRow(self, source_row, source_parent): FILE: openpype/tools/pyblish_pype/util.py function get_asset (line 21) | def get_asset(*path): function defer (line 37) | def defer(delay, func): function u_print (line 57) | def u_print(msg, **kwargs): function collect_families_from_instances (line 80) | def collect_families_from_instances(instances, only_active=False): class OrderGroups (line 97) | class OrderGroups: function env_variable_to_bool (line 138) | def env_variable_to_bool(env_key, default=False): FILE: openpype/tools/pyblish_pype/vendor/qtawesome/__init__.py function _instance (line 13) | def _instance(): function icon (line 20) | def icon(*args, **kwargs): function load_font (line 24) | def load_font(*args, **kwargs): function charmap (line 28) | def charmap(prefixed_name): function font (line 33) | def font(*args, **kwargs): function set_defaults (line 37) | def set_defaults(**kwargs): FILE: openpype/tools/pyblish_pype/vendor/qtawesome/animation.py class Spin (line 4) | class Spin: method __init__ (line 6) | def __init__(self, parent_widget, interval=10, step=1): method _update (line 11) | def _update(self, parent_widget): method setup (line 22) | def setup(self, icon_painter, painter, rect): class Pulse (line 38) | class Pulse(Spin): method __init__ (line 40) | def __init__(self, parent_widget): FILE: openpype/tools/pyblish_pype/vendor/qtawesome/iconic_font.py function set_global_defaults (line 20) | def set_global_defaults(**kwargs): class CharIconPainter (line 33) | class CharIconPainter: method paint (line 37) | def paint(self, iconic, painter, rect, mode, state, options): method _paint_icon (line 42) | def _paint_icon(self, iconic, painter, rect, mode, state, options): class CharIconEngine (line 84) | class CharIconEngine(QtGui.QIconEngine): method __init__ (line 88) | def __init__(self, iconic, painter, options): method paint (line 94) | def paint(self, painter, rect, mode, state): method pixmap (line 98) | def pixmap(self, size, mode, state): class IconicFont (line 108) | class IconicFont(QtCore.QObject): method __init__ (line 112) | def __init__(self, *args): method load_font (line 131) | def load_font(self, method icon (line 175) | def icon(self, *names, **kwargs): method _parse_options (line 206) | def _parse_options(self, specific_options, general_options, name): method _get_prefix_chars (line 225) | def _get_prefix_chars(self, names): method font (line 246) | def font(self, prefix, size): method set_custom_icon (line 260) | def set_custom_icon(self, name, painter): method _custom_icon (line 275) | def _custom_icon(self, name, **kwargs): method _icon_by_painter (line 284) | def _icon_by_painter(self, painter, options): FILE: openpype/tools/pyblish_pype/view.py function _import_widgets (line 8) | def _import_widgets(): class OverviewView (line 14) | class OverviewView(QtWidgets.QTreeView): method __init__ (line 19) | def __init__(self, parent=None): method event (line 32) | def event(self, event): method focusOutEvent (line 56) | def focusOutEvent(self, event): method mouseReleaseEvent (line 59) | def mouseReleaseEvent(self, event): class PluginView (line 72) | class PluginView(OverviewView): method __init__ (line 73) | def __init__(self, *args, **kwargs): method item_expand (line 77) | def item_expand(self, index): method mouseReleaseEvent (line 84) | def mouseReleaseEvent(self, event): class InstanceView (line 103) | class InstanceView(OverviewView): method __init__ (line 104) | def __init__(self, *args, **kwargs): method mouseMoveEvent (line 112) | def mouseMoveEvent(self, event): method item_expand (line 118) | def item_expand(self, index, expand=None): method group_toggle (line 127) | def group_toggle(self, index): method _mouse_press (line 155) | def _mouse_press(self, event): method mousePressEvent (line 190) | def mousePressEvent(self, event): method _mouse_release (line 195) | def _mouse_release(self, event, pressed_expander, pressed_index): method mouseReleaseEvent (line 231) | def mouseReleaseEvent(self, event): class TerminalView (line 242) | class TerminalView(QtWidgets.QTreeView): method __init__ (line 244) | def __init__(self, parent=None): method event (line 259) | def event(self, event): method focusOutEvent (line 280) | def focusOutEvent(self, event): method item_expand (line 283) | def item_expand(self, index): method rowsInserted (line 292) | def rowsInserted(self, parent, start, end): method expand (line 298) | def expand(self, index): method resizeEvent (line 315) | def resizeEvent(self, event): method sizeHint (line 319) | def sizeHint(self): FILE: openpype/tools/pyblish_pype/widgets.py class EllidableLabel (line 7) | class EllidableLabel(QtWidgets.QLabel): method __init__ (line 8) | def __init__(self, *args, **kwargs): method paintEvent (line 12) | def paintEvent(self, event): class PerspectiveLabel (line 22) | class PerspectiveLabel(QtWidgets.QTextEdit): method __init__ (line 23) | def __init__(self, parent=None): method on_text_changed (line 34) | def on_text_changed(self, *args, **kwargs): method hasHeightForWidth (line 37) | def hasHeightForWidth(self): method heightForWidth (line 40) | def heightForWidth(self, width): method sizeHint (line 52) | def sizeHint(self): class PerspectiveWidget (line 57) | class PerspectiveWidget(QtWidgets.QWidget): method __init__ (line 62) | def __init__(self, parent): method trim (line 157) | def trim(self, docstring): method set_indicator_state (line 188) | def set_indicator_state(self, state): method reset (line 192) | def reset(self): method update_context (line 197) | def update_context(self, plugin_item, instance_item): method set_context (line 227) | def set_context(self, index): method set_records (line 316) | def set_records(self, records): method toggle_me (line 330) | def toggle_me(self): class ClickableWidget (line 334) | class ClickableWidget(QtWidgets.QLabel): method mouseReleaseEvent (line 337) | def mouseReleaseEvent(self, event): class ExpandableWidget (line 343) | class ExpandableWidget(QtWidgets.QWidget): method __init__ (line 347) | def __init__(self, parent, title): method top_part_clicked (line 394) | def top_part_clicked(self): method toggle_content (line 397) | def toggle_content(self, *args): method resizeEvent (line 409) | def resizeEvent(self, event): method set_content (line 413) | def set_content(self, in_widget): class ButtonWithMenu (line 421) | class ButtonWithMenu(QtWidgets.QWidget): method __init__ (line 422) | def __init__(self, button_title, parent=None): method btn_clicked (line 448) | def btn_clicked(self): method addItem (line 453) | def addItem(self, text, callback): method clearMenu (line 457) | def clearMenu(self): class CommentBox (line 462) | class CommentBox(QtWidgets.QLineEdit): method __init__ (line 464) | def __init__(self, placeholder_text, parent=None): method focusInEvent (line 469) | def focusInEvent(self, event): method focusOutEvent (line 473) | def focusOutEvent(self, event): class TerminalDetail (line 482) | class TerminalDetail(QtWidgets.QTextEdit): method __init__ (line 483) | def __init__(self, text, *args, **kwargs): method sizeHint (line 493) | def sizeHint(self): class FilterButton (line 503) | class FilterButton(QtWidgets.QPushButton): method __init__ (line 504) | def __init__(self, name, *args, **kwargs): method on_toggle (line 518) | def on_toggle(self, toggle_state): class TerminalFilterWidget (line 522) | class TerminalFilterWidget(QtWidgets.QWidget): method __init__ (line 524) | def __init__(self, *args, **kwargs): FILE: openpype/tools/pyblish_pype/window.py class Window (line 58) | class Window(QtWidgets.QDialog): method __init__ (line 59) | def __init__(self, controller, parent=None): method set_presets (line 485) | def set_presets(self, key): method toggle_perspective_widget (line 506) | def toggle_perspective_widget(self, index=None): method change_toggleability (line 516) | def change_toggleability(self, enable_value): method _add_intent_to_context (line 525) | def _add_intent_to_context(self): method on_instance_toggle (line 546) | def on_instance_toggle(self, index, state=None): method on_instance_group_created (line 568) | def on_instance_group_created(self, index): method on_plugin_toggle (line 572) | def on_plugin_toggle(self, index, state=None): method on_tab_changed (line 589) | def on_tab_changed(self, target): method slide_page (line 608) | def slide_page(self, previous_page, target_page, direction): method footer_items_visibility (line 687) | def footer_items_visibility( method on_validate_clicked (line 818) | def on_validate_clicked(self): method on_play_clicked (line 827) | def on_play_clicked(self): method on_reset_clicked (line 836) | def on_reset_clicked(self): method on_stop_clicked (line 839) | def on_stop_clicked(self): method on_suspend_clicked (line 848) | def on_suspend_clicked(self, value=None): method apply_log_suspend_value (line 851) | def apply_log_suspend_value(self, value): method on_comment_entered (line 858) | def on_comment_entered(self): method on_about_to_process (line 862) | def on_about_to_process(self, plugin, instance): method _ensure_visible (line 894) | def _ensure_visible(self, visible): method on_plugin_action_menu_requested (line 906) | def on_plugin_action_menu_requested(self, pos): method update_compatibility (line 936) | def update_compatibility(self): method on_was_reset (line 940) | def on_was_reset(self): method on_passed_group (line 987) | def on_passed_group(self, order): method on_was_stopped (line 1020) | def on_was_stopped(self): method on_was_skipped (line 1051) | def on_was_skipped(self, plugin): method on_was_finished (line 1058) | def on_was_finished(self): method on_was_processed (line 1095) | def on_was_processed(self, result): method reset (line 1134) | def reset(self): method validate (line 1166) | def validate(self): method publish (line 1179) | def publish(self): method act (line 1192) | def act(self, plugin_item, action): method on_was_acted (line 1211) | def on_was_acted(self, result): method closeEvent (line 1238) | def closeEvent(self, event): method reject (line 1260) | def reject(self): method _update_state (line 1273) | def _update_state(self): method info (line 1276) | def info(self, message): method warning (line 1293) | def warning(self, message): method heads_up (line 1304) | def heads_up(self, title, message, command=None): FILE: openpype/tools/repack_version.py class VersionRepacker (line 15) | class VersionRepacker: method __init__ (line 17) | def __init__(self, directory: str): method _print (line 29) | def _print(self, msg: str, message_type: int = 0) -> None: method sha256sum (line 49) | def sha256sum(filename): method _filter_dir (line 68) | def _filter_dir(path: Path, path_filter: List) -> List[Path]: method process (line 82) | def process(self): method _replace_version (line 140) | def _replace_version(version: OpenPypeVersion, path: Path): FILE: openpype/tools/resources/__init__.py function get_icon_path (line 6) | def get_icon_path(icon_name=None, filename=None): function get_image (line 24) | def get_image(icon_name=None, filename=None): function get_pixmap (line 32) | def get_pixmap(icon_name=None, filename=None): function get_icon (line 40) | def get_icon(icon_name=None, filename=None): FILE: openpype/tools/sceneinventory/lib.py function walk_hierarchy (line 1) | def walk_hierarchy(node): FILE: openpype/tools/sceneinventory/model.py class InventoryModel (line 30) | class InventoryModel(TreeModel): method __init__ (line 42) | def __init__(self, family_config_cache, parent=None): method outdated (line 95) | def outdated(self, item): method data (line 104) | def data(self, index, role): method set_hierarchy_view (line 192) | def set_hierarchy_view(self, state): method refresh (line 199) | def refresh(self, selected=None, items=None): method add_items (line 301) | def add_items(self, items, parent=None): class FilterProxyModel (line 480) | class FilterProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 483) | def __init__(self, *args, **kwargs): method filterAcceptsRow (line 488) | def filterAcceptsRow(self, row, parent): method set_filter_outdated (line 518) | def set_filter_outdated(self, state): method set_hierarchy_view (line 526) | def set_hierarchy_view(self, state): method _is_outdated (line 532) | def _is_outdated(self, row, parent): method _matches (line 579) | def _matches(self, row, parent, pattern): FILE: openpype/tools/sceneinventory/switch_dialog.py class ValidationState (line 35) | class ValidationState: method __init__ (line 36) | def __init__(self): method all_ok (line 42) | def all_ok(self): class SwitchAssetDialog (line 50) | class SwitchAssetDialog(QtWidgets.QDialog): method __init__ (line 57) | def __init__(self, parent=None, items=None): method active_project (line 159) | def active_project(self): method _prepare_content_data (line 162) | def _prepare_content_data(self): method _combobox_value_changed (line 277) | def _combobox_value_changed(self, *args, **kwargs): method refresh (line 280) | def refresh(self, init_refresh=False): method _build_loaders_menu (line 320) | def _build_loaders_menu(self): method _on_action_clicked (line 360) | def _on_action_clicked(self, action): method _get_loaders (line 364) | def _get_loaders(self, repre_ids): method _fill_combobox (line 406) | def _fill_combobox(self, values, combobox_type): method set_labels (line 429) | def set_labels(self): method apply_validations (line 439) | def apply_validations(self, validation_state): method _set_style_property (line 467) | def _set_style_property(self, widget, name, value): method _get_current_output_repre_ids (line 474) | def _get_current_output_repre_ids(self): method _get_current_output_repre_ids_xxx (line 538) | def _get_current_output_repre_ids_xxx( method _get_current_output_repre_ids_xxo (line 563) | def _get_current_output_repre_ids_xxo(self, asset_doc, selected_subset): method _get_current_output_repre_ids_xox (line 588) | def _get_current_output_repre_ids_xox(self, asset_doc, selected_repre): method _get_current_output_repre_ids_xoo (line 621) | def _get_current_output_repre_ids_xoo(self, asset_doc): method _get_current_output_repre_ids_oxx (line 664) | def _get_current_output_repre_ids_oxx( method _get_current_output_repre_ids_oxo (line 688) | def _get_current_output_repre_ids_oxo(self, selected_subset): method _get_current_output_repre_ids_oox (line 740) | def _get_current_output_repre_ids_oox(self, selected_repre): method _get_asset_box_values (line 750) | def _get_asset_box_values(self): method _get_subset_box_values (line 769) | def _get_subset_box_values(self): method _representations_box_values (line 802) | def _representations_box_values(self): method _is_asset_ok (line 974) | def _is_asset_ok(self, validation_state): method _is_subset_ok (line 982) | def _is_subset_ok(self, validation_state): method find_last_versions (line 1017) | def find_last_versions(self, subset_ids): method _is_repre_ok (line 1025) | def _is_repre_ok(self, validation_state): method _on_current_asset (line 1173) | def _on_current_asset(self): method _on_accept (line 1183) | def _on_accept(self): method _trigger_switch (line 1186) | def _trigger_switch(self, loader=None): FILE: openpype/tools/sceneinventory/view.py class SceneInventoryView (line 39) | class SceneInventoryView(QtWidgets.QTreeView): method __init__ (line 43) | def __init__(self, parent=None): method _set_hierarchy_view (line 63) | def _set_hierarchy_view(self, enabled): method _enter_hierarchy (line 69) | def _enter_hierarchy(self, items): method _leave_hierarchy (line 80) | def _leave_hierarchy(self): method _build_item_menu_for_selection (line 85) | def _build_item_menu_for_selection(self, items, menu): method _handle_sync_server (line 303) | def _handle_sync_server(self, menu, repre_ids): method _add_sites (line 339) | def _add_sites(self, repre_ids, side): method _build_item_menu (line 386) | def _build_item_menu(self, items=None): method _get_custom_actions (line 451) | def _get_custom_actions(self, containers): method _process_custom_action (line 477) | def _process_custom_action(self, action, containers): method _select_items_by_action (line 502) | def _select_items_by_action(self, object_names, options=None): method _show_right_mouse_menu (line 553) | def _show_right_mouse_menu(self, pos): method get_indices (line 587) | def get_indices(self): method _extend_to_children (line 592) | def _extend_to_children(self, indices): method _show_version_dialog (line 629) | def _show_version_dialog(self, items): method _show_switch_dialog (line 726) | def _show_switch_dialog(self, items): method _show_remove_warning_dialog (line 732) | def _show_remove_warning_dialog(self, items): method _show_version_error_dialog (line 753) | def _show_version_error_dialog(self, version, items): method update_all (line 789) | def update_all(self): method _update_containers (line 820) | def _update_containers(self, items, version): FILE: openpype/tools/sceneinventory/widgets.py class ButtonWithMenu (line 5) | class ButtonWithMenu(QtWidgets.QToolButton): method __init__ (line 6) | def __init__(self, parent=None): method menu (line 19) | def menu(self): method clear_actions (line 22) | def clear_actions(self): method add_action (line 27) | def add_action(self, action): method _on_action_trigger (line 31) | def _on_action_trigger(self): class SearchComboBox (line 38) | class SearchComboBox(QtWidgets.QComboBox): method __init__ (line 41) | def __init__(self, parent): method set_placeholder (line 67) | def set_placeholder(self, placeholder): method populate (line 70) | def populate(self, items): method get_valid_value (line 75) | def get_valid_value(self): method set_valid_value (line 89) | def set_valid_value(self, value): FILE: openpype/tools/sceneinventory/window.py class SceneInventoryWindow (line 29) | class SceneInventoryWindow(QtWidgets.QDialog): method __init__ (line 32) | def __init__(self, parent=None): method showEvent (line 126) | def showEvent(self, event): method keyPressEvent (line 132) | def keyPressEvent(self, event): method _on_refresh_request (line 142) | def _on_refresh_request(self): method refresh (line 147) | def refresh(self, items=None): method _on_hierarchy_view_change (line 163) | def _on_hierarchy_view_change(self, enabled): method _on_text_filter_change (line 167) | def _on_text_filter_change(self, text_filter): method _on_outdated_state_change (line 173) | def _on_outdated_state_change(self): method _on_update_all (line 178) | def _on_update_all(self): function show (line 182) | def show(root=None, debug=False, parent=None, items=None): FILE: openpype/tools/settings/__init__.py function main (line 17) | def main(user_role=None): FILE: openpype/tools/settings/local_settings/apps_widget.py class AppVariantWidget (line 11) | class AppVariantWidget(QtWidgets.QWidget): method __init__ (line 14) | def __init__( method update_local_settings (line 70) | def update_local_settings(self, value): method settings_value (line 97) | def settings_value(self): class AppGroupWidget (line 106) | class AppGroupWidget(QtWidgets.QWidget): method __init__ (line 107) | def __init__(self, group_entity, group_label, parent, dynamic=False): method update_local_settings (line 148) | def update_local_settings(self, value): method settings_value (line 155) | def settings_value(self): class LocalApplicationsWidgets (line 167) | class LocalApplicationsWidgets(QtWidgets.QWidget): method __init__ (line 168) | def __init__(self, system_settings_entity, parent): method _filter_group_entity (line 179) | def _filter_group_entity(self, entity): method _reset_app_widgets (line 193) | def _reset_app_widgets(self): method update_local_settings (line 238) | def update_local_settings(self, value): method settings_value (line 247) | def settings_value(self): FILE: openpype/tools/settings/local_settings/environments_widget.py class LocalEnvironmentsWidgets (line 6) | class LocalEnvironmentsWidgets(QtWidgets.QWidget): method __init__ (line 7) | def __init__(self, system_settings_entity, parent): method _clear_layout (line 24) | def _clear_layout(self, layout): method _reset_env_widgets (line 33) | def _reset_env_widgets(self): method update_local_settings (line 75) | def update_local_settings(self, value): method settings_value (line 85) | def settings_value(self): FILE: openpype/tools/settings/local_settings/experimental_widget.py class LocalExperimentalToolsWidgets (line 14) | class LocalExperimentalToolsWidgets(QtWidgets.QWidget): method __init__ (line 15) | def __init__(self, parent): method update_local_settings (line 48) | def update_local_settings(self, value): method settings_value (line 58) | def settings_value(self): FILE: openpype/tools/settings/local_settings/general_widget.py class LocalGeneralWidgets (line 9) | class LocalGeneralWidgets(QtWidgets.QWidget): method __init__ (line 10) | def __init__(self, parent): method update_local_settings (line 31) | def update_local_settings(self, value): method _on_admin_check_change (line 52) | def _on_admin_check_change(self): method settings_value (line 74) | def settings_value(self): FILE: openpype/tools/settings/local_settings/mongo_widget.py class OpenPypeMongoWidget (line 12) | class OpenPypeMongoWidget(QtWidgets.QWidget): method __init__ (line 13) | def __init__(self, parent): method _on_confirm_click (line 47) | def _on_confirm_click(self): FILE: openpype/tools/settings/local_settings/projects_widget.py class _ProjectListWidget (line 23) | class _ProjectListWidget(ProjectListWidget): method on_item_clicked (line 24) | def on_item_clicked(self, new_index): class DynamicInputItem (line 37) | class DynamicInputItem(QtCore.QObject): method __init__ (line 40) | def __init__( method origin_value (line 92) | def origin_value(self): method project_name (line 96) | def project_name(self): method _on_str_change (line 99) | def _on_str_change(self, value): method is_modified (line 107) | def is_modified(self): method _mouse_release_callback (line 110) | def _mouse_release_callback(self, event): method _get_style_state (line 116) | def _get_style_state(self): method _update_style (line 135) | def _update_style(self): method _remove_from_local (line 143) | def _remove_from_local(self): method _add_to_local (line 146) | def _add_to_local(self): method discard_changes (line 153) | def discard_changes(self): method _show_actions (line 156) | def _show_actions(self): class SiteValueItem (line 192) | class SiteValueItem: method __init__ (line 193) | def __init__( method __repr__ (line 207) | def __repr__(self): class SitesWidget (line 217) | class SitesWidget(QtWidgets.QWidget): method __init__ (line 218) | def __init__(self, modules_manager, project_settings, parent): method _clear_widgets (line 260) | def _clear_widgets(self): method _get_sites_inputs (line 269) | def _get_sites_inputs(self): method _extract_value_from_data (line 306) | def _extract_value_from_data(data, project_name, site_name, key): method _prepare_value_item (line 314) | def _prepare_value_item(self, site_name, key): method refresh (line 351) | def refresh(self): method _on_input_value_change (line 393) | def _on_input_value_change(self, site_name, key): method update_local_settings (line 423) | def update_local_settings(self, local_project_settings): method change_project (line 431) | def change_project(self, project_name): class _SiteCombobox (line 442) | class _SiteCombobox(QtWidgets.QWidget): method __init__ (line 446) | def __init__(self, modules_manager, project_settings, parent): method _set_current_text (line 477) | def _set_current_text(self, text): method is_modified (line 489) | def is_modified(self, current_value=NOT_SET, orig_value=NOT_SET): method _get_style_state (line 504) | def _get_style_state(self): method _update_style (line 528) | def _update_style(self): method _mouse_release_callback (line 536) | def _mouse_release_callback(self, event): method _remove_from_local (line 541) | def _remove_from_local(self): method _add_to_local (line 563) | def _add_to_local(self): method discard_changes (line 567) | def discard_changes(self): method _show_actions (line 573) | def _show_actions(self): method update_local_settings (line 609) | def update_local_settings(self, local_project_settings): method current_text (line 615) | def current_text(self): method change_project (line 618) | def change_project(self, project_name): method _on_index_change (line 664) | def _on_index_change(self): method _set_local_settings_value (line 672) | def _set_local_settings_value(self, value): method _get_project_sites (line 679) | def _get_project_sites(self): method _get_local_settings_item (line 686) | def _get_local_settings_item(self, project_name=None, data=None): method _get_value_from_project_settings (line 693) | def _get_value_from_project_settings(self): class AciveSiteCombo (line 701) | class AciveSiteCombo(_SiteCombobox): method _get_project_sites (line 704) | def _get_project_sites(self): method _get_local_settings_item (line 714) | def _get_local_settings_item(self, project_name=None, data=None): method _get_value_from_project_settings (line 726) | def _get_value_from_project_settings(self): method _set_local_settings_value (line 730) | def _set_local_settings_value(self, value): class RemoteSiteCombo (line 736) | class RemoteSiteCombo(_SiteCombobox): method change_project (line 739) | def change_project(self, *args, **kwargs): method _get_project_sites (line 746) | def _get_project_sites(self): method _get_local_settings_item (line 756) | def _get_local_settings_item(self, project_name=None, data=None): method _get_value_from_project_settings (line 767) | def _get_value_from_project_settings(self): method _set_local_settings_value (line 771) | def _set_local_settings_value(self, value): class RootSiteWidget (line 777) | class RootSiteWidget(QtWidgets.QWidget): method __init__ (line 778) | def __init__(self, modules_manager, project_settings, parent): method update_local_settings (line 794) | def update_local_settings(self, local_project_settings): method change_project (line 803) | def change_project(self, project_name): class ProjectValue (line 810) | class ProjectValue(dict): class ProjectSettingsWidget (line 814) | class ProjectSettingsWidget(QtWidgets.QWidget): method __init__ (line 815) | def __init__(self, modules_manager, project_settings, parent): method project_name (line 839) | def project_name(self): method _on_project_change (line 842) | def _on_project_change(self): method update_local_settings (line 849) | def update_local_settings(self, value): method _clear_value (line 860) | def _clear_value(self, value): method settings_value (line 874) | def settings_value(self): FILE: openpype/tools/settings/local_settings/widgets.py class Separator (line 7) | class Separator(QtWidgets.QFrame): method __init__ (line 8) | def __init__(self, height=None, parent=None): class ProxyLabelWidget (line 23) | class ProxyLabelWidget(QtWidgets.QWidget): method __init__ (line 24) | def __init__(self, label, mouse_release_callback=None, parent=None): method set_mouse_release_callback (line 40) | def set_mouse_release_callback(self, callback): method setText (line 43) | def setText(self, text): method set_label_property (line 46) | def set_label_property(self, *args, **kwargs): method mouseReleaseEvent (line 50) | def mouseReleaseEvent(self, event): FILE: openpype/tools/settings/local_settings/window.py class LocalSettingsWidget (line 41) | class LocalSettingsWidget(QtWidgets.QWidget): method __init__ (line 42) | def __init__(self, parent=None): method _create_mongo_url_ui (line 67) | def _create_mongo_url_ui(self): method _create_general_ui (line 81) | def _create_general_ui(self): method _create_experimental_ui (line 97) | def _create_experimental_ui(self): method _create_environments_ui (line 117) | def _create_environments_ui(self): method _create_app_ui (line 133) | def _create_app_ui(self): method _create_project_ui (line 151) | def _create_project_ui(self): method update_local_settings (line 167) | def update_local_settings(self, value): method settings_value (line 190) | def settings_value(self): class LocalSettingsWindow (line 214) | class LocalSettingsWindow(QtWidgets.QWidget): method __init__ (line 215) | def __init__(self, parent=None): method showEvent (line 262) | def showEvent(self, event): method reset (line 267) | def reset(self): method _on_reset_clicked (line 316) | def _on_reset_clicked(self): method _on_save_clicked (line 320) | def _on_save_clicked(self): FILE: openpype/tools/settings/resources/__init__.py function get_resource (line 7) | def get_resource(*args): FILE: openpype/tools/settings/settings/base.py class ExtractHelper (line 27) | class ExtractHelper: method get_last_save_dir (line 31) | def get_last_save_dir(cls): method set_last_save_dir (line 35) | def set_last_save_dir(cls, save_dir): method ask_for_save_filepath (line 39) | def ask_for_save_filepath(cls, parent): method extract_settings_to_json (line 64) | def extract_settings_to_json(cls, filepath, settings_data, project_name): class BaseWidget (line 77) | class BaseWidget(QtWidgets.QWidget): method __init__ (line 80) | def __init__(self, category_widget, entity, entity_widget): method set_style_property (line 101) | def set_style_property(obj, property_name, property_value): method scroll_to (line 109) | def scroll_to(self, widget): method set_path (line 112) | def set_path(self, path): method set_focus (line 115) | def set_focus(self, scroll_to=False): method make_sure_is_visible (line 125) | def make_sure_is_visible(self, path, scroll_to): method trigger_hierarchical_style_update (line 141) | def trigger_hierarchical_style_update(self): method create_ui_for_entity (line 144) | def create_ui_for_entity(self, *args, **kwargs): method is_invalid (line 148) | def is_invalid(self): method get_style_state (line 152) | def get_style_state( method hierarchical_style_update (line 166) | def hierarchical_style_update(self): method get_invalid (line 173) | def get_invalid(self): method _on_entity_change (line 180) | def _on_entity_change(self): method _discard_changes_action (line 186) | def _discard_changes_action(self, menu, actions_mapping): method _add_to_studio_default (line 202) | def _add_to_studio_default(self, menu, actions_mapping): method _remove_from_studio_default_action (line 215) | def _remove_from_studio_default_action(self, menu, actions_mapping): method _add_to_project_override_action (line 228) | def _add_to_project_override_action(self, menu, actions_mapping): method _remove_from_project_override_action (line 240) | def _remove_from_project_override_action(self, menu, actions_mapping): method _get_mime_data_from_entity (line 254) | def _get_mime_data_from_entity(self): method _copy_value_actions (line 271) | def _copy_value_actions(self, menu): method _extract_to_file (line 311) | def _extract_to_file(self): method _extract_value_to_file_actions (line 325) | def _extract_value_to_file_actions(self, menu): method _parse_source_data_for_paste (line 332) | def _parse_source_data_for_paste(self, data): method _get_value_from_clipboard (line 348) | def _get_value_from_clipboard(self): method _paste_value_actions (line 381) | def _paste_value_actions(self, menu): method _apply_values_from_project_action (line 436) | def _apply_values_from_project_action(self, menu, actions_mapping): method _apply_values_from_project (line 467) | def _apply_values_from_project(self, project_name): method show_actions_menu (line 499) | def show_actions_menu(self, event=None): method focused_in (line 548) | def focused_in(self): method mouseReleaseEvent (line 552) | def mouseReleaseEvent(self, event): class InputWidget (line 567) | class InputWidget(BaseWidget): method __init__ (line 568) | def __init__(self, *args, **kwargs): method start_value_timer (line 576) | def start_value_timer(self): method _on_value_change_timer (line 579) | def _on_value_change_timer(self): method create_ui (line 582) | def create_ui(self): method _create_label_wrap_ui (line 597) | def _create_label_wrap_ui(self): method _create_layout (line 621) | def _create_layout(self, parent_widget): method _add_inputs_to_layout (line 627) | def _add_inputs_to_layout(self): method make_sure_is_visible (line 634) | def make_sure_is_visible(self, path, scroll_to): method update_style (line 642) | def update_style(self): method child_invalid (line 677) | def child_invalid(self): method hierarchical_style_update (line 680) | def hierarchical_style_update(self): method get_invalid (line 683) | def get_invalid(self): class GUIWidget (line 690) | class GUIWidget(BaseWidget): method create_ui (line 695) | def create_ui(self): method _create_label_ui (line 706) | def _create_label_ui(self): method _create_separator_ui (line 719) | def _create_separator_ui(self): method _on_link_activate (line 729) | def _on_link_activate(self, url): method set_entity_value (line 737) | def set_entity_value(self): method hierarchical_style_update (line 740) | def hierarchical_style_update(self): method make_sure_is_visible (line 743) | def make_sure_is_visible(self, *args, **kwargs): method focused_in (line 746) | def focused_in(self): method set_path (line 749) | def set_path(self, *args, **kwargs): method get_invalid (line 752) | def get_invalid(self): class MockUpWidget (line 756) | class MockUpWidget(BaseWidget): method create_ui (line 760) | def create_ui(self): method set_entity_value (line 770) | def set_entity_value(self): method hierarchical_style_update (line 773) | def hierarchical_style_update(self): method get_invalid (line 776) | def get_invalid(self): FILE: openpype/tools/settings/settings/breadcrumbs_widget.py class BreadcrumbItem (line 7) | class BreadcrumbItem(QtGui.QStandardItem): method __init__ (line 8) | def __init__(self, *args, **kwargs): method data (line 13) | def data(self, role=None): method setData (line 26) | def setData(self, value, role): class BreadcrumbsModel (line 42) | class BreadcrumbsModel(QtGui.QStandardItemModel): method __init__ (line 43) | def __init__(self): method reset (line 49) | def reset(self): class SettingsBreadcrumbs (line 53) | class SettingsBreadcrumbs(BreadcrumbsModel): method __init__ (line 54) | def __init__(self): method set_entity (line 62) | def set_entity(self, entity): method has_children (line 68) | def has_children(self, path): method get_valid_path (line 74) | def get_valid_path(self, path): method is_valid_path (line 90) | def is_valid_path(self, path): class SystemSettingsBreadcrumbs (line 106) | class SystemSettingsBreadcrumbs(SettingsBreadcrumbs): method reset (line 107) | def reset(self): class ProjectSettingsBreadcrumbs (line 138) | class ProjectSettingsBreadcrumbs(SettingsBreadcrumbs): method reset (line 139) | def reset(self): class BreadcrumbsProxy (line 170) | class BreadcrumbsProxy(QtCore.QSortFilterProxyModel): method __init__ (line 171) | def __init__(self, *args, **kwargs): method set_path_prefix (line 176) | def set_path_prefix(self, prefix): method filterAcceptsRow (line 193) | def filterAcceptsRow(self, row, parent): class BreadcrumbsHintMenu (line 199) | class BreadcrumbsHintMenu(QtWidgets.QMenu): method __init__ (line 200) | def __init__(self, model, path_prefix, parent): method showEvent (line 206) | def showEvent(self, event): class ClickableWidget (line 226) | class ClickableWidget(QtWidgets.QWidget): method mouseReleaseEvent (line 229) | def mouseReleaseEvent(self, event): class BreadcrumbsPathInput (line 235) | class BreadcrumbsPathInput(QtWidgets.QLineEdit): method __init__ (line 239) | def __init__(self, model, proxy_model, parent): method set_model (line 265) | def set_model(self, model): method event (line 268) | def event(self, event): method keyPressEvent (line 284) | def keyPressEvent(self, event): method focusOutEvent (line 295) | def focusOutEvent(self, event): method contextMenuEvent (line 302) | def contextMenuEvent(self, event): method _on_completer_activated (line 306) | def _on_completer_activated(self, path): method _on_text_change (line 309) | def _on_text_change(self, path): class BreadcrumbsButton (line 313) | class BreadcrumbsButton(QtWidgets.QToolButton): method __init__ (line 316) | def __init__(self, path, model, parent): method _on_click (line 355) | def _on_click(self): method _on_menu_click (line 358) | def _on_menu_click(self, action): class BreadcrumbsAddressBar (line 363) | class BreadcrumbsAddressBar(QtWidgets.QFrame): method __init__ (line 368) | def __init__(self, parent=None): method set_model (line 428) | def set_model(self, model): method _on_input_confirm (line 433) | def _on_input_confirm(self): method _on_input_cancel (line 436) | def _on_input_cancel(self): method _clear_crumbs (line 439) | def _clear_crumbs(self): method _insert_crumb (line 445) | def _insert_crumb(self, path): method _on_crumb_clicked (line 452) | def _on_crumb_clicked(self, path): method change_path (line 456) | def change_path(self, path): method set_path (line 464) | def set_path(self, path): method _cancel_edit (line 487) | def _cancel_edit(self): method path (line 494) | def path(self): method switch_space_mouse_up (line 498) | def switch_space_mouse_up(self): method _show_address_field (line 502) | def _show_address_field(self, show=True): method minimumSizeHint (line 510) | def minimumSizeHint(self): FILE: openpype/tools/settings/settings/categories.py class CategoryState (line 80) | class CategoryState(Enum): class IgnoreInputChangesObj (line 85) | class IgnoreInputChangesObj: method __init__ (line 86) | def __init__(self, top_widget): method __bool__ (line 90) | def __bool__(self): method set_ignore (line 93) | def set_ignore(self, ignore_changes=True): class SettingsCategoryWidget (line 101) | class SettingsCategoryWidget(QtWidgets.QWidget): method __init__ (line 123) | def __init__(self, controller, parent=None): method create_ui_for_entity (line 154) | def create_ui_for_entity(category_widget, entity, entity_widget): method _edit_mode_changed (line 206) | def _edit_mode_changed(self, event): method set_edit_mode (line 209) | def set_edit_mode(self, enabled): method state (line 232) | def state(self): method state (line 236) | def state(self, value): method set_state (line 239) | def set_state(self, state): method initialize_attributes (line 251) | def initialize_attributes(self): method is_modifying_defaults (line 255) | def is_modifying_defaults(self): method create_ui (line 260) | def create_ui(self): method ui_tweaks (line 376) | def ui_tweaks(self): method _on_path_edit (line 379) | def _on_path_edit(self, path): method scroll_to (line 384) | def scroll_to(self, widget): method go_to_fullpath (line 393) | def go_to_fullpath(self, full_path): method contain_category_key (line 409) | def contain_category_key(self, category): method set_category_path (line 420) | def set_category_path(self, category, path): method change_path (line 424) | def change_path(self, path): method set_path (line 428) | def set_path(self, path): method _add_developer_ui (line 432) | def _add_developer_ui(self, footer_layout, footer_widget): method get_invalid (line 447) | def get_invalid(self): method hierarchical_style_update (line 453) | def hierarchical_style_update(self): method _on_entity_change (line 457) | def _on_entity_change(self): method add_widget_to_layout (line 460) | def add_widget_to_layout(self, widget, label_widget=None): method working_state_context (line 468) | def working_state_context(self): method save (line 473) | def save(self): method _create_root_entity (line 533) | def _create_root_entity(self): method _on_reset_start (line 538) | def _on_reset_start(self): method _on_require_restart_change (line 541) | def _on_require_restart_change(self): method reset (line 544) | def reset(self): method _on_source_version_change (line 652) | def _on_source_version_change(self, version): method add_context_actions (line 662) | def add_context_actions(self, menu): method _on_context_version_trigger (line 685) | def _on_context_version_trigger(self, version): method _on_extract_to_file (line 688) | def _on_extract_to_file(self): method _on_reset_crash (line 706) | def _on_reset_crash(self): method _on_reset_success (line 713) | def _on_reset_success(self): method add_children_gui (line 724) | def add_children_gui(self): method items_are_valid (line 734) | def items_are_valid(self): method on_saved (line 757) | def on_saved(self, saved_tab_widget): method _check_last_saved_info (line 761) | def _check_last_saved_info(self): method _save (line 766) | def _save(self): method _update_labels_visibility (line 797) | def _update_labels_visibility(self): method _on_refresh (line 825) | def _on_refresh(self): method _on_hide_studio_overrides (line 828) | def _on_hide_studio_overrides(self, state): class SystemWidget (line 832) | class SystemWidget(SettingsCategoryWidget): method __init__ (line 833) | def __init__(self, *args, **kwargs): method _check_last_saved_info (line 837) | def _check_last_saved_info(self): method contain_category_key (line 844) | def contain_category_key(self, category): method set_category_path (line 849) | def set_category_path(self, category, path): method _create_root_entity (line 852) | def _create_root_entity(self): method ui_tweaks (line 878) | def ui_tweaks(self): method _on_modify_defaults (line 882) | def _on_modify_defaults(self): class ProjectWidget (line 891) | class ProjectWidget(SettingsCategoryWidget): method __init__ (line 892) | def __init__(self, *args, **kwargs): method set_edit_mode (line 895) | def set_edit_mode(self, enabled): method _check_last_saved_info (line 899) | def _check_last_saved_info(self): method contain_category_key (line 906) | def contain_category_key(self, category): method set_category_path (line 911) | def set_category_path(self, category, path): method initialize_attributes (line 921) | def initialize_attributes(self): method ui_tweaks (line 924) | def ui_tweaks(self): method get_project_names (line 944) | def get_project_names(self): method on_saved (line 949) | def on_saved(self, saved_tab_widget): method _on_context_version_trigger (line 957) | def _on_context_version_trigger(self, version): method _on_reset_start (line 961) | def _on_reset_start(self): method _on_reset_crash (line 964) | def _on_reset_crash(self): method _on_reset_success (line 968) | def _on_reset_success(self): method _set_enabled_project_list (line 972) | def _set_enabled_project_list(self, enabled): method _create_root_entity (line 978) | def _create_root_entity(self): method _on_project_change (line 1019) | def _on_project_change(self): method _on_modify_defaults (line 1032) | def _on_modify_defaults(self): FILE: openpype/tools/settings/settings/color_widget.py class ColorWidget (line 11) | class ColorWidget(InputWidget): method _add_inputs_to_layout (line 12) | def _add_inputs_to_layout(self): method _on_click (line 23) | def _on_click(self): method _on_dialog_finish (line 36) | def _on_dialog_finish(self, *_args): method _on_entity_change (line 48) | def _on_entity_change(self): method set_entity_value (line 52) | def set_entity_value(self): method input_value (line 55) | def input_value(self): method _on_value_change (line 59) | def _on_value_change(self): class ColorViewer (line 66) | class ColorViewer(QtWidgets.QWidget): method __init__ (line 69) | def __init__(self, parent=None): method mouseReleaseEvent (line 78) | def mouseReleaseEvent(self, event): method checkerboard (line 83) | def checkerboard(self): method color (line 88) | def color(self): method set_color (line 91) | def set_color(self, *args): method set_alpha (line 97) | def set_alpha(self, alpha): method paintEvent (line 103) | def paintEvent(self, event): class ColorDialog (line 124) | class ColorDialog(QtWidgets.QDialog): method __init__ (line 125) | def __init__(self, color=None, use_alpha=True, parent=None): method showEvent (line 157) | def showEvent(self, event): method on_ok_clicked (line 164) | def on_ok_clicked(self): method on_cancel_clicked (line 168) | def on_cancel_clicked(self): method result (line 172) | def result(self): FILE: openpype/tools/settings/settings/dialogs.py class BaseInfoDialog (line 6) | class BaseInfoDialog(QtWidgets.QDialog): method __init__ (line 10) | def __init__(self, message, title, info_obj, parent=None): method showEvent (line 80) | def showEvent(self, event): method closeEvent (line 85) | def closeEvent(self, event): method _on_timestamp_timer (line 89) | def _on_timestamp_timer(self): method result (line 94) | def result(self): method get_buttons (line 97) | def get_buttons(self, parent): class SettingsUIOpenedElsewhere (line 101) | class SettingsUIOpenedElsewhere(BaseInfoDialog): method __init__ (line 102) | def __init__(self, info_obj, parent=None): method _on_take_control (line 116) | def _on_take_control(self): method _on_view_mode (line 120) | def _on_view_mode(self): method get_buttons (line 124) | def get_buttons(self, parent): class SettingsLastSavedChanged (line 141) | class SettingsLastSavedChanged(BaseInfoDialog): method __init__ (line 145) | def __init__(self, info_obj, parent=None): method _on_save (line 156) | def _on_save(self): method _on_close (line 160) | def _on_close(self): method get_buttons (line 164) | def get_buttons(self, parent): class SettingsControlTaken (line 181) | class SettingsControlTaken(BaseInfoDialog): method __init__ (line 185) | def __init__(self, info_obj, parent=None): method _on_confirm (line 196) | def _on_confirm(self): method get_buttons (line 199) | def get_buttons(self, parent): FILE: openpype/tools/settings/settings/dict_conditional.py class DictConditionalWidget (line 16) | class DictConditionalWidget(BaseWidget): method create_ui (line 17) | def create_ui(self): method _prepare_entity_layouts (line 126) | def _prepare_entity_layouts( method _ui_item_base (line 151) | def _ui_item_base(self): method _ui_as_dynamic_item (line 159) | def _ui_as_dynamic_item(self): method _ui_label_wrap (line 181) | def _ui_label_wrap(self): method make_sure_is_visible (line 217) | def make_sure_is_visible(self, path, scroll_to): method add_widget_to_layout (line 237) | def add_widget_to_layout(self, widget, label=None): method set_entity_value (line 281) | def set_entity_value(self): method hierarchical_style_update (line 287) | def hierarchical_style_update(self): method update_style (line 292) | def update_style(self): method _on_entity_change (line 341) | def _on_entity_change(self): method is_invalid (line 352) | def is_invalid(self): method _child_invalid (line 356) | def _child_invalid(self): method get_invalid (line 362) | def get_invalid(self): FILE: openpype/tools/settings/settings/dict_mutable_widget.py class ModifiableDictEmptyItem (line 29) | class ModifiableDictEmptyItem(QtWidgets.QWidget): method __init__ (line 30) | def __init__(self, entity_widget, store_as_list, parent): method add_new_item (line 47) | def add_new_item(self, key=None, label=None): method _on_add_clicked (line 55) | def _on_add_clicked(self): method create_addible_ui (line 58) | def create_addible_ui(self): method _on_focus_lose (line 76) | def _on_focus_lose(self): method _on_enter_press (line 81) | def _on_enter_press(self): method _on_key_change (line 98) | def _on_key_change(self): method create_collapsible_ui (line 128) | def create_collapsible_ui(self): class ModifiableDictItem (line 177) | class ModifiableDictItem(QtWidgets.QWidget): method __init__ (line 178) | def __init__(self, collapsible_key, store_as_list, entity, entity_widg... method category_widget (line 220) | def category_widget(self): method create_ui_for_entity (line 223) | def create_ui_for_entity(self, *args, **kwargs): method create_addible_ui (line 226) | def create_addible_ui(self): method add_widget_to_layout (line 257) | def add_widget_to_layout(self, widget, label=None): method create_collapsible_ui (line 261) | def create_collapsible_ui(self): method make_sure_is_visible (line 348) | def make_sure_is_visible(self, *args, **kwargs): method get_style_state (line 351) | def get_style_state(self): method key_value (line 362) | def key_value(self): method set_key (line 365) | def set_key(self, key): method set_entity_value (line 371) | def set_entity_value(self): method set_is_key_duplicated (line 374) | def set_is_key_duplicated(self, is_key_duplicated): method set_key_label (line 388) | def set_key_label(self, key, label): method set_label (line 393) | def set_label(self, label): method set_as_required (line 398) | def set_as_required(self, key): method set_as_last_required (line 409) | def set_as_last_required(self): method _on_focus_lose (line 413) | def _on_focus_lose(self): method _on_enter_press (line 423) | def _on_enter_press(self): method _on_key_label_change (line 427) | def _on_key_label_change(self): method _on_key_change (line 435) | def _on_key_change(self): method _on_timeout (line 445) | def _on_timeout(self): method update_key_label (line 468) | def update_key_label(self): method on_add_clicked (line 479) | def on_add_clicked(self): method on_edit_pressed (line 483) | def on_edit_pressed(self): method set_edit_mode (line 489) | def set_edit_mode(self, enabled=True): method on_remove_clicked (line 506) | def on_remove_clicked(self): method is_key_modified (line 509) | def is_key_modified(self): method is_key_label_modified (line 512) | def is_key_label_modified(self): method trigger_hierarchical_style_update (line 515) | def trigger_hierarchical_style_update(self): method hierarchical_style_update (line 518) | def hierarchical_style_update(self): method is_invalid (line 523) | def is_invalid(self): method child_invalid (line 532) | def child_invalid(self): method get_invalid (line 535) | def get_invalid(self): method update_style (line 542) | def update_style(self): method row (line 582) | def row(self): method key_label_value (line 585) | def key_label_value(self): method mouseReleaseEvent (line 590) | def mouseReleaseEvent(self, event): class DictMutableKeysWidget (line 594) | class DictMutableKeysWidget(BaseWidget): method create_ui (line 595) | def create_ui(self): method is_invalid (line 660) | def is_invalid(self): method child_invalid (line 664) | def child_invalid(self): method get_invalid (line 670) | def get_invalid(self): method add_required_keys (line 676) | def add_required_keys(self): method add_new_key (line 680) | def add_new_key(self, key, label=None): method remove_key (line 719) | def remove_key(self, widget): method change_key (line 723) | def change_key(self, new_key, widget): method change_label (line 767) | def change_label(self, label, input_field): method add_widget_for_child (line 774) | def add_widget_for_child(self, child_entity): method remove_row (line 787) | def remove_row(self, widget): method is_key_duplicated (line 798) | def is_key_duplicated(self, key): method validate_key_duplication (line 806) | def validate_key_duplication(self, old_key, new_key, widget): method on_shuffle (line 834) | def on_shuffle(self): method _on_entity_change (line 839) | def _on_entity_change(self): method make_sure_is_visible (line 891) | def make_sure_is_visible(self, path, scroll_to): method set_entity_value (line 911) | def set_entity_value(self): method hierarchical_style_update (line 942) | def hierarchical_style_update(self): method update_style (line 947) | def update_style(self): FILE: openpype/tools/settings/settings/images/__init__.py function get_image_path (line 5) | def get_image_path(image_filename): function get_image (line 12) | def get_image(image_filename): function get_pixmap (line 17) | def get_pixmap(image_filename): FILE: openpype/tools/settings/settings/item_widgets.py class DictImmutableKeysWidget (line 30) | class DictImmutableKeysWidget(BaseWidget): method create_ui (line 31) | def create_ui(self): method _prepare_entity_layouts (line 77) | def _prepare_entity_layouts(self, children, widget): method set_focus (line 99) | def set_focus(self, scroll_to=False): method _ui_item_base (line 118) | def _ui_item_base(self): method _ui_as_dynamic_item (line 126) | def _ui_as_dynamic_item(self): method _ui_label_wrap (line 148) | def _ui_label_wrap(self): method make_sure_is_visible (line 187) | def make_sure_is_visible(self, path, scroll_to): method add_widget_to_layout (line 218) | def add_widget_to_layout(self, widget, label=None): method set_entity_value (line 249) | def set_entity_value(self): method hierarchical_style_update (line 253) | def hierarchical_style_update(self): method update_style (line 258) | def update_style(self): method _on_entity_change (line 307) | def _on_entity_change(self): method is_invalid (line 311) | def is_invalid(self): method _child_invalid (line 315) | def _child_invalid(self): method get_invalid (line 321) | def get_invalid(self): class BoolWidget (line 328) | class BoolWidget(InputWidget): method _add_inputs_to_layout (line 329) | def _add_inputs_to_layout(self): method _on_input_focus (line 340) | def _on_input_focus(self): method _on_entity_change (line 343) | def _on_entity_change(self): method set_entity_value (line 347) | def set_entity_value(self): method _on_value_change (line 350) | def _on_value_change(self): method _on_value_change_timer (line 355) | def _on_value_change_timer(self): class TextWidget (line 359) | class TextWidget(InputWidget): method _add_inputs_to_layout (line 360) | def _add_inputs_to_layout(self): method _refresh_completer (line 386) | def _refresh_completer(self): method _on_input_focus (line 394) | def _on_input_focus(self): method _on_entity_change (line 397) | def _on_entity_change(self): method set_entity_value (line 401) | def set_entity_value(self): method input_value (line 407) | def input_value(self): method _on_value_change (line 413) | def _on_value_change(self): method _on_value_change_timer (line 418) | def _on_value_change_timer(self): class OpenPypeVersionText (line 422) | class OpenPypeVersionText(TextWidget): method __init__ (line 423) | def __init__(self, *args, **kwargs): method create_ui (line 427) | def create_ui(self): method _update_info_widget (line 435) | def _update_info_widget(self): method set_entity_value (line 470) | def set_entity_value(self): method _on_value_change_timer (line 475) | def _on_value_change_timer(self): method _invalidate (line 488) | def _invalidate(self): method _on_entity_change (line 497) | def _on_entity_change(self): class NumberWidget (line 502) | class NumberWidget(InputWidget): method _add_inputs_to_layout (line 505) | def _add_inputs_to_layout(self): method _on_input_focus (line 550) | def _on_input_focus(self): method _on_entity_change (line 553) | def _on_entity_change(self): method set_entity_value (line 557) | def set_entity_value(self): method _on_slider_change (line 560) | def _on_slider_change(self, new_value): method _on_value_change (line 568) | def _on_value_change(self): method _on_value_change_timer (line 574) | def _on_value_change_timer(self): class RawJsonInput (line 584) | class RawJsonInput(SettingsPlainTextEdit): method __init__ (line 587) | def __init__(self, valid_type, *args, **kwargs): method sizeHint (line 597) | def sizeHint(self): method set_value (line 612) | def set_value(self, value): method json_value (line 620) | def json_value(self): method has_invalid_value (line 623) | def has_invalid_value(self): method resizeEvent (line 630) | def resizeEvent(self, event): class RawJsonWidget (line 635) | class RawJsonWidget(InputWidget): method _add_inputs_to_layout (line 636) | def _add_inputs_to_layout(self): method _on_input_focus (line 655) | def _on_input_focus(self): method set_entity_value (line 658) | def set_entity_value(self): method _on_entity_change (line 662) | def _on_entity_change(self): method _on_value_change (line 669) | def _on_value_change(self): method _on_value_change_timer (line 674) | def _on_value_change_timer(self): class EnumeratorWidget (line 685) | class EnumeratorWidget(InputWidget): method _add_inputs_to_layout (line 686) | def _add_inputs_to_layout(self): method _on_input_focus (line 706) | def _on_input_focus(self): method _on_entity_change (line 709) | def _on_entity_change(self): method set_entity_value (line 713) | def set_entity_value(self): method _on_value_change (line 716) | def _on_value_change(self): class PathWidget (line 722) | class PathWidget(BaseWidget): method create_ui (line 723) | def create_ui(self): method _create_label_wrapper (line 746) | def _create_label_wrapper(self): method add_widget_to_layout (line 775) | def add_widget_to_layout(self, widget, label=None): method set_entity_value (line 786) | def set_entity_value(self): method make_sure_is_visible (line 789) | def make_sure_is_visible(self, *args, **kwargs): method hierarchical_style_update (line 792) | def hierarchical_style_update(self): method _on_entity_change (line 796) | def _on_entity_change(self): method update_style (line 800) | def update_style(self): method is_invalid (line 849) | def is_invalid(self): method child_invalid (line 853) | def child_invalid(self): method get_invalid (line 856) | def get_invalid(self): class PathInputWidget (line 860) | class PathInputWidget(InputWidget): method _add_inputs_to_layout (line 861) | def _add_inputs_to_layout(self): method _on_input_focus (line 873) | def _on_input_focus(self): method _on_entity_change (line 876) | def _on_entity_change(self): method set_entity_value (line 880) | def set_entity_value(self): method input_value (line 883) | def input_value(self): method _on_value_change (line 886) | def _on_value_change(self): method _on_value_change_timer (line 891) | def _on_value_change_timer(self): FILE: openpype/tools/settings/settings/lib.py function create_deffered_value_change_timer (line 9) | def create_deffered_value_change_timer(callback): function create_add_btn (line 23) | def create_add_btn(parent): function create_remove_btn (line 29) | def create_remove_btn(parent): function create_up_btn (line 35) | def create_up_btn(parent): function create_down_btn (line 41) | def create_down_btn(parent): function create_confirm_btn (line 47) | def create_confirm_btn(parent): FILE: openpype/tools/settings/settings/list_item_widget.py class EmptyListItem (line 17) | class EmptyListItem(QtWidgets.QWidget): method __init__ (line 18) | def __init__(self, entity_widget, parent): method _on_add_clicked (line 40) | def _on_add_clicked(self): class ListItem (line 44) | class ListItem(QtWidgets.QWidget): method __init__ (line 45) | def __init__(self, entity, entity_widget): method category_widget (line 88) | def category_widget(self): method create_ui_for_entity (line 91) | def create_ui_for_entity(self, *args, **kwargs): method make_sure_is_visible (line 96) | def make_sure_is_visible(self, *args, **kwargs): method is_invalid (line 100) | def is_invalid(self): method get_invalid (line 103) | def get_invalid(self): method add_widget_to_layout (line 106) | def add_widget_to_layout(self, widget, label=None): method set_row (line 109) | def set_row(self, row, is_last): method row (line 124) | def row(self): method parent_rows_count (line 127) | def parent_rows_count(self): method _on_add_clicked (line 130) | def _on_add_clicked(self): method _on_remove_clicked (line 133) | def _on_remove_clicked(self): method _on_up_clicked (line 136) | def _on_up_clicked(self): method _on_down_clicked (line 139) | def _on_down_clicked(self): method order_changed (line 142) | def order_changed(self): method hierarchical_style_update (line 165) | def hierarchical_style_update(self): method trigger_hierarchical_style_update (line 168) | def trigger_hierarchical_style_update(self): class ListWidget (line 172) | class ListWidget(InputWidget): method create_ui (line 173) | def create_ui(self): method set_entity_value (line 228) | def set_entity_value(self): method get_invalid (line 236) | def get_invalid(self): method make_sure_is_visible (line 245) | def make_sure_is_visible(self, path, scroll_to): method _on_entity_change (line 265) | def _on_entity_change(self): method _on_order_change (line 307) | def _on_order_change(self): method count (line 322) | def count(self): method swap_rows (line 325) | def swap_rows(self, row_1, row_2): method add_new_item (line 331) | def add_new_item(self, row=None): method add_row (line 338) | def add_row(self, child_entity, row=None): method remove_all_rows (line 363) | def remove_all_rows(self): method remove_row (line 375) | def remove_row(self, item_widget=None, row=None): method is_invalid (line 407) | def is_invalid(self): method child_invalid (line 411) | def child_invalid(self): method update_style (line 417) | def update_style(self): method hierarchical_style_update (line 465) | def hierarchical_style_update(self): FILE: openpype/tools/settings/settings/list_strict_widget.py class ListStrictWidget (line 10) | class ListStrictWidget(BaseWidget): method create_ui (line 11) | def create_ui(self): method is_invalid (line 52) | def is_invalid(self): method _child_invalid (line 56) | def _child_invalid(self): method get_invalid (line 62) | def get_invalid(self): method make_sure_is_visible (line 68) | def make_sure_is_visible(self, path, scroll_to): method add_widget_to_layout (line 83) | def add_widget_to_layout(self, widget, label=None): method _add_child_horizontally (line 92) | def _add_child_horizontally(self, widget, label): method _add_child_vertically (line 106) | def _add_child_vertically(self, widget, label): method hierarchical_style_update (line 128) | def hierarchical_style_update(self): method set_entity_value (line 133) | def set_entity_value(self): method _on_entity_change (line 137) | def _on_entity_change(self): method update_style (line 140) | def update_style(self): FILE: openpype/tools/settings/settings/search_dialog.py function get_entity_children (line 10) | def get_entity_children(entity): class RecursiveSortFilterProxyModel (line 17) | class RecursiveSortFilterProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 20) | def __init__(self): method filterAcceptsRow (line 26) | def filterAcceptsRow(self, row, parent): class SearchEntitiesDialog (line 55) | class SearchEntitiesDialog(QtWidgets.QDialog): method __init__ (line 58) | def __init__(self, parent): method set_root_entity (line 99) | def set_root_entity(self, entity): method showEvent (line 103) | def showEvent(self, event): method _on_filter_changed (line 109) | def _on_filter_changed(self, txt): method _on_filter_timer (line 112) | def _on_filter_timer(self): method _on_selection_change (line 123) | def _on_selection_change(self): class EntityTreeModel (line 129) | class EntityTreeModel(QtGui.QStandardItemModel): method __init__ (line 130) | def __init__(self, *args, **kwargs): method data (line 134) | def data(self, index, role=None): method flags (line 151) | def flags(self, index): method headerData (line 156) | def headerData(self, section, orientation, role=QtCore.Qt.DisplayRole): method set_root_entity (line 169) | def set_root_entity(self, root_entity): FILE: openpype/tools/settings/settings/tests.py function indented_print (line 4) | def indented_print(data, indent=0): class SelectableMenu (line 15) | class SelectableMenu(QtWidgets.QMenu): method mouseReleaseEvent (line 19) | def mouseReleaseEvent(self, event): method event (line 27) | def event(self, event): class AddibleComboBox (line 50) | class AddibleComboBox(QtWidgets.QComboBox): method __init__ (line 53) | def __init__(self, placeholder="", parent=None): method populate (line 77) | def populate(self, items): method get_valid_value (line 82) | def get_valid_value(self): class MultiselectEnum (line 97) | class MultiselectEnum(QtWidgets.QWidget): method __init__ (line 101) | def __init__(self, title, parent=None): method populate (line 123) | def populate(self, items): method addItems (line 127) | def addItems(self, items): method items (line 134) | def items(self): FILE: openpype/tools/settings/settings/widgets.py class SettingsTabWidget (line 31) | class SettingsTabWidget(QtWidgets.QTabWidget): method __init__ (line 34) | def __init__(self, *args, **kwargs): method mousePressEvent (line 38) | def mousePressEvent(self, event): method mouseReleaseEvent (line 48) | def mouseReleaseEvent(self, event): class CompleterFilter (line 59) | class CompleterFilter(QtCore.QSortFilterProxyModel): method __init__ (line 60) | def __init__(self, *args, **kwargs): method set_text_filter (line 67) | def set_text_filter(self, text): method filterAcceptsRow (line 73) | def filterAcceptsRow(self, row, parent_index): class CompleterView (line 86) | class CompleterView(QtWidgets.QListView): method __init__ (line 89) | def __init__(self, parent): method _on_activated (line 117) | def _on_activated(self, index): method set_text_filter (line 122) | def set_text_filter(self, text): method sizeHint (line 126) | def sizeHint(self): method showEvent (line 133) | def showEvent(self, event): method _update_geo (line 137) | def _update_geo(self): method update_values (line 141) | def update_values(self, values): method _get_selected_row (line 172) | def _get_selected_row(self): method _select_row (line 178) | def _select_row(self, row): method move_up (line 182) | def move_up(self): method move_down (line 198) | def move_down(self): method enter_pressed (line 214) | def enter_pressed(self): class SettingsLineEdit (line 222) | class SettingsLineEdit(PlaceholderLineEdit): method __init__ (line 225) | def __init__(self, *args, **kwargs): method _on_text_change (line 240) | def _on_text_change(self, text): method _completer_should_be_visible (line 244) | def _completer_should_be_visible(self): method _show_completer (line 250) | def _show_completer(self): method _update_completer (line 256) | def _update_completer(self): method _on_focus_timer (line 263) | def _on_focus_timer(self): method focusInEvent (line 268) | def focusInEvent(self, event): method paintEvent (line 275) | def paintEvent(self, event): method update_completer_values (line 279) | def update_completer_values(self, values): method _create_completer (line 287) | def _create_completer(self): method _completer_activated (line 292) | def _completer_activated(self, text): method keyPressEvent (line 295) | def keyPressEvent(self, event): class SettingsPlainTextEdit (line 311) | class SettingsPlainTextEdit(QtWidgets.QPlainTextEdit): method focusInEvent (line 315) | def focusInEvent(self, event): method set_minimum_lines (line 319) | def set_minimum_lines(self, lines): method minimumSizeHint (line 323) | def minimumSizeHint(self): class SettingsToolBtn (line 340) | class SettingsToolBtn(ImageButton): method __init__ (line 344) | def __init__(self, btn_type, parent): method _get_icon_type (line 355) | def _get_icon_type(cls, btn_type): method enterEvent (line 385) | def enterEvent(self, event): method leaveEvent (line 389) | def leaveEvent(self, event): method _get_mask_pixmap (line 394) | def _get_mask_pixmap(cls): method _change_size (line 400) | def _change_size(self): class ShadowWidget (line 412) | class ShadowWidget(QtWidgets.QWidget): method __init__ (line 413) | def __init__(self, message, parent): method set_message (line 431) | def set_message(self, message): method _update_geometry (line 436) | def _update_geometry(self): method paintEvent (line 439) | def paintEvent(self, event): class IconButton (line 454) | class IconButton(QtWidgets.QPushButton): method __init__ (line 455) | def __init__(self, icon_name, color, hover_color, *args, **kwargs): method enterEvent (line 463) | def enterEvent(self, event): method leaveEvent (line 467) | def leaveEvent(self, event): class NumberSpinBox (line 472) | class NumberSpinBox(QtWidgets.QDoubleSpinBox): method __init__ (line 475) | def __init__(self, *args, **kwargs): method focusInEvent (line 489) | def focusInEvent(self, event): method wheelEvent (line 493) | def wheelEvent(self, event): method value (line 499) | def value(self): class SettingsComboBox (line 506) | class SettingsComboBox(QtWidgets.QComboBox): method __init__ (line 510) | def __init__(self, *args, **kwargs): method wheelEvent (line 521) | def wheelEvent(self, event): method focusInEvent (line 525) | def focusInEvent(self, event): method _on_change (line 529) | def _on_change(self, *args, **kwargs): method set_value (line 532) | def set_value(self, value): method value (line 539) | def value(self): class ClickableWidget (line 543) | class ClickableWidget(QtWidgets.QWidget): method mouseReleaseEvent (line 546) | def mouseReleaseEvent(self, event): class ExpandingWidget (line 552) | class ExpandingWidget(QtWidgets.QWidget): method __init__ (line 553) | def __init__(self, label, parent): method hide_toolbox (line 619) | def hide_toolbox(self, hide_content=False): method show_toolbox (line 626) | def show_toolbox(self): method set_content_widget (line 632) | def set_content_widget(self, content_widget): method is_expanded (line 637) | def is_expanded(self): method _btn_clicked (line 640) | def _btn_clicked(self): method _top_part_clicked (line 643) | def _top_part_clicked(self): method toggle_content (line 646) | def toggle_content(self, *args): method add_widget_after_label (line 663) | def add_widget_after_label(self, widget): method add_widget_before_label (line 666) | def add_widget_before_label(self, widget): method resizeEvent (line 669) | def resizeEvent(self, event): class UnsavedChangesDialog (line 675) | class UnsavedChangesDialog(QtWidgets.QDialog): method __init__ (line 678) | def __init__(self, parent=None): method on_cancel_pressed (line 703) | def on_cancel_pressed(self): method on_ok_pressed (line 706) | def on_ok_pressed(self): method on_discard_pressed (line 709) | def on_discard_pressed(self): class RestartDialog (line 713) | class RestartDialog(QtWidgets.QDialog): method __init__ (line 719) | def __init__(self, parent=None): method showEvent (line 742) | def showEvent(self, event): method on_cancel_pressed (line 748) | def on_cancel_pressed(self): method on_restart_pressed (line 751) | def on_restart_pressed(self): class SpacerWidget (line 755) | class SpacerWidget(QtWidgets.QWidget): method __init__ (line 756) | def __init__(self, parent=None): class GridLabelWidget (line 761) | class GridLabelWidget(QtWidgets.QWidget): method __init__ (line 762) | def __init__(self, label, parent=None): method setProperty (line 789) | def setProperty(self, name, value): method mouseReleaseEvent (line 797) | def mouseReleaseEvent(self, event): class SettingsNiceCheckbox (line 805) | class SettingsNiceCheckbox(NiceCheckbox): method mousePressEvent (line 808) | def mousePressEvent(self, event): class ProjectModel (line 813) | class ProjectModel(QtGui.QStandardItemModel): method __init__ (line 816) | def __init__(self, only_active, *args, **kwargs): method _on_update_versions_signal (line 836) | def _on_update_versions_signal(self): method _fetch_settings_versions (line 846) | def _fetch_settings_versions(self): method flags (line 858) | def flags(self, index): method refresh (line 863) | def refresh(self): method data (line 922) | def data(self, index, role=QtCore.Qt.DisplayRole): method setData (line 934) | def setData(self, index, value, role=QtCore.Qt.EditRole): method headerData (line 941) | def headerData(self, section, orientation, role=QtCore.Qt.DisplayRole): class VersionAction (line 954) | class VersionAction(QtWidgets.QAction): method __init__ (line 957) | def __init__(self, version, *args, **kwargs): method _on_trigger (line 962) | def _on_trigger(self): class ProjectView (line 966) | class ProjectView(QtWidgets.QTreeView): method __init__ (line 970) | def __init__(self, *args, **kwargs): method mouseReleaseEvent (line 983) | def mouseReleaseEvent(self, event): class ProjectSortFilterProxy (line 995) | class ProjectSortFilterProxy(QtCore.QSortFilterProxyModel): method __init__ (line 996) | def __init__(self, *args, **kwargs): method lessThan (line 1000) | def lessThan(self, left_index, right_index): method filterAcceptsRow (line 1018) | def filterAcceptsRow(self, source_row, source_parent): method is_filter_enabled (line 1028) | def is_filter_enabled(self): method set_filter_enabled (line 1031) | def set_filter_enabled(self, value): class ProjectListWidget (line 1036) | class ProjectListWidget(QtWidgets.QWidget): method __init__ (line 1041) | def __init__(self, parent, only_active=False): method set_edit_mode (line 1099) | def set_edit_mode(self, enabled): method set_entity (line 1103) | def set_entity(self, entity): method _on_item_right_clicked (line 1106) | def _on_item_right_clicked(self, index): method on_item_clicked (line 1142) | def on_item_clicked(self, new_index): method on_inactive_vis_changed (line 1177) | def on_inactive_vis_changed(self): method validate_context_change (line 1185) | def validate_context_change(self): method project_name (line 1188) | def project_name(self): method select_default_project (line 1193) | def select_default_project(self): method select_project (line 1196) | def select_project(self, project_name): method get_project_names (line 1232) | def get_project_names(self): method refresh (line 1239) | def refresh(self): FILE: openpype/tools/settings/settings/window.py class SettingsController (line 29) | class SettingsController: method __init__ (line 36) | def __init__(self, user_role): method user_role (line 45) | def user_role(self): method event_system (line 49) | def event_system(self): method opened_info (line 53) | def opened_info(self): method last_opened_info (line 57) | def last_opened_info(self): method edit_mode (line 61) | def edit_mode(self): method ui_closed (line 64) | def ui_closed(self): method set_edit_mode (line 71) | def set_edit_mode(self, enabled): method update_last_opened_info (line 89) | def update_last_opened_info(self): class MainWidget (line 103) | class MainWidget(QtWidgets.QWidget): method __init__ (line 110) | def __init__(self, user_role, parent=None, reset_on_show=True): method _on_tab_save (line 185) | def _on_tab_save(self, source_widget): method _on_state_change (line 189) | def _on_state_change(self): method _on_full_path_request (line 209) | def _on_full_path_request(self, category, path): method _on_context_menu_request (line 217) | def _on_context_menu_request(self, tab_idx): method showEvent (line 229) | def showEvent(self, event): method closeEvent (line 237) | def closeEvent(self, event): method _check_on_reset (line 242) | def _check_on_reset(self): method _show_password_dialog (line 256) | def _show_password_dialog(self): method _on_password_dialog_close (line 260) | def _on_password_dialog_close(self, password_passed): method reset (line 272) | def reset(self): method _update_search_dialog (line 302) | def _update_search_dialog(self, clear=False): method _edit_mode_changed (line 310) | def _edit_mode_changed(self, event): method _on_tab_changed (line 316) | def _on_tab_changed(self): method _on_search_path_clicked (line 319) | def _on_search_path_clicked(self, path): method _on_restart_required (line 323) | def _on_restart_required(self): method _on_reset_started (line 338) | def _on_reset_started(self): method _on_reset_finished (line 344) | def _on_reset_finished(self): method keyPressEvent (line 353) | def keyPressEvent(self, event): FILE: openpype/tools/settings/settings/wrapper_widgets.py class WrapperWidget (line 11) | class WrapperWidget(QtWidgets.QWidget): method __init__ (line 12) | def __init__(self, schema_data, parent=None): method make_sure_is_visible (line 22) | def make_sure_is_visible(self, *args, **kwargs): method create_ui (line 30) | def create_ui(self): method add_widget_to_layout (line 37) | def add_widget_to_layout(self, widget, label=None): class FormWrapper (line 45) | class FormWrapper(WrapperWidget): method create_ui (line 46) | def create_ui(self): method add_widget_to_layout (line 50) | def add_widget_to_layout(self, widget, label=None): class CollapsibleWrapper (line 65) | class CollapsibleWrapper(WrapperWidget): method create_ui (line 66) | def create_ui(self): method make_sure_is_visible (line 100) | def make_sure_is_visible(self, *args, **kwargs): method add_widget_to_layout (line 108) | def add_widget_to_layout(self, widget, label=None): FILE: openpype/tools/standalonepublish/app.py class Window (line 21) | class Window(QtWidgets.QDialog): method __init__ (line 34) | def __init__(self, pyblish_paths, parent=None): method db (line 98) | def db(self): method on_start (line 103) | def on_start(self): method resizeEvent (line 113) | def resizeEvent(self, event=None): method on_project_change (line 131) | def on_project_change(self, project_name): method on_asset_changed (line 134) | def on_asset_changed(self): method _on_task_change (line 156) | def _on_task_change(self): method keyPressEvent (line 159) | def keyPressEvent(self, event): method working_start (line 173) | def working_start(self, msg=None): method working_stop (line 186) | def working_stop(self): method set_valid_family (line 194) | def set_valid_family(self, valid): method collect_data (line 205) | def collect_data(self): function main (line 216) | def main(): FILE: openpype/tools/standalonepublish/publish.py function main (line 9) | def main(env): FILE: openpype/tools/standalonepublish/widgets/model_asset.py function _iter_model_rows (line 18) | def _iter_model_rows(model, class AssetModel (line 38) | class AssetModel(TreeModel): method __init__ (line 55) | def __init__(self, dbcon, parent=None): method _add_hierarchy (line 68) | def _add_hierarchy(self, assets, parent=None): method refresh (line 105) | def refresh(self): method flags (line 135) | def flags(self, index): method data (line 138) | def data(self, index, role): FILE: openpype/tools/standalonepublish/widgets/model_filter_proxy_exact_match.py class ExactMatchesFilterProxyModel (line 4) | class ExactMatchesFilterProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 7) | def __init__(self, *args, **kwargs): method setFilters (line 11) | def setFilters(self, filters): method filterAcceptsRow (line 14) | def filterAcceptsRow(self, source_row, source_parent): FILE: openpype/tools/standalonepublish/widgets/model_filter_proxy_recursive_sort.py class RecursiveSortFilterProxyModel (line 5) | class RecursiveSortFilterProxyModel(QtCore.QSortFilterProxyModel): method filterAcceptsRow (line 7) | def filterAcceptsRow(self, row, parent): FILE: openpype/tools/standalonepublish/widgets/model_node.py class Node (line 7) | class Node(dict): method __init__ (line 18) | def __init__(self, data=None): method childCount (line 28) | def childCount(self): method child (line 31) | def child(self, row): method children (line 39) | def children(self): method parent (line 42) | def parent(self): method row (line 45) | def row(self): method add_child (line 53) | def add_child(self, child): FILE: openpype/tools/standalonepublish/widgets/model_tasks_template.py class TasksTemplateModel (line 9) | class TasksTemplateModel(TreeModel): method __init__ (line 14) | def __init__(self, selectable=True): method set_tasks (line 22) | def set_tasks(self, tasks): method flags (line 47) | def flags(self, index): method data (line 56) | def data(self, index, role): FILE: openpype/tools/standalonepublish/widgets/model_tree.py class TreeModel (line 5) | class TreeModel(QtCore.QAbstractItemModel): method __init__ (line 10) | def __init__(self, parent=None): method rowCount (line 14) | def rowCount(self, parent): method columnCount (line 22) | def columnCount(self, parent): method data (line 25) | def data(self, index, role): method setData (line 41) | def setData(self, index, value, role=QtCore.Qt.EditRole): method setColumns (line 64) | def setColumns(self, keys): method headerData (line 68) | def headerData(self, section, orientation, role): method flags (line 76) | def flags(self, index): method parent (line 82) | def parent(self, index): method index (line 93) | def index(self, row, column, parent): method add_child (line 107) | def add_child(self, node, parent=None): method column_name (line 113) | def column_name(self, column): method clear (line 119) | def clear(self): FILE: openpype/tools/standalonepublish/widgets/model_tree_view_deselectable.py class DeselectableTreeView (line 4) | class DeselectableTreeView(QtWidgets.QTreeView): method mousePressEvent (line 7) | def mousePressEvent(self, event): FILE: openpype/tools/standalonepublish/widgets/resources/__init__.py function get_resource (line 7) | def get_resource(*args): FILE: openpype/tools/standalonepublish/widgets/widget_asset.py function preserve_expanded_rows (line 20) | def preserve_expanded_rows(tree_view, function preserve_selection (line 69) | def preserve_selection(tree_view, class AssetWidget (line 127) | class AssetWidget(QtWidgets.QWidget): method __init__ (line 143) | def __init__(self, dbcon, settings, parent=None): method collect_data (line 230) | def collect_data(self): method get_parents (line 249) | def get_parents(self, entity): method _get_last_projects (line 269) | def _get_last_projects(self): method _add_last_project (line 279) | def _add_last_project(self, project_name): method _set_projects (line 297) | def _set_projects(self): method on_project_change (line 324) | def on_project_change(self): method _refresh_model (line 338) | def _refresh_model(self): method refresh (line 349) | def refresh(self): method _on_task_change (line 352) | def _on_task_change(self): method _refresh_tasks (line 362) | def _refresh_tasks(self): method get_active_asset (line 377) | def get_active_asset(self): method get_active_index (line 382) | def get_active_index(self): method get_selected_assets (line 385) | def get_selected_assets(self): method select_assets (line 391) | def select_assets(self, assets, expand=True, key="name"): FILE: openpype/tools/standalonepublish/widgets/widget_component_item.py class ComponentItem (line 6) | class ComponentItem(QtWidgets.QFrame): method __init__ (line 16) | def __init__(self, parent, main_parent): method set_context (line 171) | def set_context(self, data): method add_action (line 210) | def add_action(self, action_name): method set_repre_name_valid (line 232) | def set_repre_name_valid(self, valid): method split_sequence (line 239) | def split_sequence(self): method merge_sequence (line 242) | def merge_sequence(self): method show_actions (line 245) | def show_actions(self): method _remove (line 249) | def _remove(self): method _thumbnail_clicked (line 252) | def _thumbnail_clicked(self): method _preview_clicked (line 255) | def _preview_clicked(self): method _handle_duplicate_repre (line 258) | def _handle_duplicate_repre(self, repre_name): method is_thumbnail (line 261) | def is_thumbnail(self): method change_thumbnail (line 264) | def change_thumbnail(self, hover=True): method is_preview (line 267) | def is_preview(self): method change_preview (line 270) | def change_preview(self, hover=True): method collect_data (line 273) | def collect_data(self): class LightingButton (line 301) | class LightingButton(QtWidgets.QPushButton): method __init__ (line 349) | def __init__(self, text, font_size_pt=8, *args, **kwargs): class PngFactory (line 357) | class PngFactory: method init (line 361) | def init(cls): method get_png (line 385) | def get_png(cls, name): class PngButton (line 391) | class PngButton(QtWidgets.QPushButton): method __init__ (line 409) | def __init__( method setDisabled (line 459) | def setDisabled(self, in_bool): method enterEvent (line 466) | def enterEvent(self, event): method mouseMoveEvent (line 480) | def mouseMoveEvent(self, event): method leaveEvent (line 490) | def leaveEvent(self, event): method mousePressEvent (line 501) | def mousePressEvent(self, event): method mouseReleaseEvent (line 520) | def mouseReleaseEvent(self, event): FILE: openpype/tools/standalonepublish/widgets/widget_components.py class ComponentsWidget (line 23) | class ComponentsWidget(QtWidgets.QWidget): method __init__ (line 24) | def __init__(self, parent): method validation (line 65) | def validation(self): method set_valid_components (line 75) | def set_valid_components(self, valid): method set_valid_repre_names (line 79) | def set_valid_repre_names(self, valid): method process_mime_data (line 83) | def process_mime_data(self, mime_data): method collect_data (line 86) | def collect_data(self): method _browse (line 89) | def _browse(self): method working_start (line 123) | def working_start(self, msg=None): method working_stop (line 127) | def working_stop(self): method _publish (line 131) | def _publish(self): function set_context (line 150) | def set_context(project, asset, task): function cli_publish (line 172) | def cli_publish(data, publish_paths, gui=True): FILE: openpype/tools/standalonepublish/widgets/widget_components_list.py class ComponentsList (line 4) | class ComponentsList(QtWidgets.QTableWidget): method __init__ (line 5) | def __init__(self, parent=None): method count (line 36) | def count(self): method add_widget (line 39) | def add_widget(self, widget, row=None): method remove_widget (line 50) | def remove_widget(self, row): method move_widget (line 53) | def move_widget(self, widget, newRow): method clear_widgets (line 67) | def clear_widgets(self): method widget_index (line 72) | def widget_index(self, widget): method widgets (line 82) | def widgets(self): method widget_at (line 90) | def widget_at(self, row): FILE: openpype/tools/standalonepublish/widgets/widget_drop_empty.py class DropEmpty (line 4) | class DropEmpty(QtWidgets.QWidget): method __init__ (line 6) | def __init__(self, parent): method paintEvent (line 34) | def paintEvent(self, event): FILE: openpype/tools/standalonepublish/widgets/widget_drop_frame.py class DropDataFrame (line 13) | class DropDataFrame(QtWidgets.QFrame): method __init__ (line 46) | def __init__(self, parent): method dragEnterEvent (line 70) | def dragEnterEvent(self, event): method dragLeaveEvent (line 74) | def dragLeaveEvent(self, event): method dropEvent (line 77) | def dropEvent(self, event): method process_ent_mime (line 81) | def process_ent_mime(self, ent): method _processMimeData (line 98) | def _processMimeData(self, mimeData): method _add_item (line 109) | def _add_item(self, data, actions=[]): method _set_thumbnail (line 129) | def _set_thumbnail(self, in_item): method _set_preview (line 143) | def _set_preview(self, in_item): method _remove_item (line 157) | def _remove_item(self, in_item): method _refresh_view (line 171) | def _refresh_view(self): method _process_paths (line 178) | def _process_paths(self, in_paths): method _get_all_paths (line 199) | def _get_all_paths(self, paths): method _process_collection (line 215) | def _process_collection(self, collection): method _process_remainder (line 249) | def _process_remainder(self, remainder): method load_data_with_probe (line 273) | def load_data_with_probe(self, filepath): method get_file_data (line 277) | def get_file_data(self, data): method _process_data (line 314) | def _process_data(self, data): method handle_new_repre_name (line 409) | def handle_new_repre_name(self, repre_name): method repre_name_changed (line 427) | def repre_name_changed(self, in_item, repre_name): method merge_items (line 453) | def merge_items(self, in_item): method split_items (line 473) | def split_items(self, item): method collect_data (line 481) | def collect_data(self): FILE: openpype/tools/standalonepublish/widgets/widget_family.py class FamilyWidget (line 23) | class FamilyWidget(QtWidgets.QWidget): method __init__ (line 31) | def __init__(self, dbcon, parent=None): method collect_data (line 124) | def collect_data(self): method on_task_change (line 137) | def on_task_change(self): method change_asset (line 140) | def change_asset(self, name): method _on_state_changed (line 146) | def _on_state_changed(self, state): method _build_menu (line 149) | def _build_menu(self, default_names): method _on_action_clicked (line 180) | def _on_action_clicked(self, action): method _on_data_changed (line 183) | def _on_data_changed(self): method on_version_refresh (line 294) | def on_version_refresh(self): method on_data_changed (line 342) | def on_data_changed(self, *args): method on_selection_changed (line 350) | def on_selection_changed(self, *args): method keyPressEvent (line 367) | def keyPressEvent(self, event): method refresh (line 377) | def refresh(self): method schedule (line 410) | def schedule(self, func, time, channel="default"): FILE: openpype/tools/standalonepublish/widgets/widget_family_desc.py class FamilyDescriptionWidget (line 7) | class FamilyDescriptionWidget(QtWidgets.QWidget): method __init__ (line 23) | def __init__(self, parent=None): method set_item (line 68) | def set_item(self, item): FILE: openpype/tools/standalonepublish/widgets/widget_shadow.py class ShadowWidget (line 4) | class ShadowWidget(QtWidgets.QWidget): method __init__ (line 5) | def __init__(self, parent): method paintEvent (line 24) | def paintEvent(self, event): FILE: openpype/tools/stdout_broker/app.py class StdOutBroker (line 15) | class StdOutBroker: method __init__ (line 23) | def __init__(self, host_name): method send_to_tray (line 41) | def send_to_tray(self): method start (line 45) | def start(self): method stop (line 53) | def stop(self): method host_connected (line 61) | def host_connected(self): method _create_timer (line 73) | def _create_timer(self): method _timer_callback (line 78) | def _timer_callback(self): method _connect_to_tray (line 84) | def _connect_to_tray(self): method _disconnect_from_tray (line 107) | def _disconnect_from_tray(self): method _catch_std_outputs (line 123) | def _catch_std_outputs(self): method _my_stdout_write (line 135) | def _my_stdout_write(self, text): method _my_stderr_write (line 142) | def _my_stderr_write(self, text): method _process_queue (line 149) | def _process_queue(self): method _send (line 165) | def _send(self, payload): FILE: openpype/tools/stdout_broker/window.py class ConsoleDialog (line 9) | class ConsoleDialog(QtWidgets.QDialog): method __init__ (line 52) | def __init__(self, text, parent=None): method append_text (line 74) | def append_text(self, new_text): method _multiple_replace (line 82) | def _multiple_replace(self, text, adict): method color (line 101) | def color(self, message): FILE: openpype/tools/subsetmanager/model.py class InstanceModel (line 10) | class InstanceModel(QtGui.QStandardItemModel): method __init__ (line 11) | def __init__(self, *args, **kwargs): method get_instance_by_id (line 15) | def get_instance_by_id(self, item_id): method refresh (line 18) | def refresh(self): method headerData (line 46) | def headerData(self, section, orientation, role): FILE: openpype/tools/subsetmanager/widgets.py class InstanceDetail (line 5) | class InstanceDetail(QtWidgets.QWidget): method __init__ (line 8) | def __init__(self, parent=None): method _on_save_clicked (line 33) | def _on_save_clicked(self): method set_editable (line 37) | def set_editable(self, enabled=True): method update_state (line 41) | def update_state(self, valid=None): method _set_invalid_detail (line 54) | def _set_invalid_detail(self, valid): method set_details (line 64) | def set_details(self, container, item_id): method instance_data_from_text (line 80) | def instance_data_from_text(self): method item_id (line 87) | def item_id(self): method is_valid (line 90) | def is_valid(self): method _on_text_change (line 105) | def _on_text_change(self): FILE: openpype/tools/subsetmanager/window.py class SubsetManagerWindow (line 26) | class SubsetManagerWindow(QtWidgets.QDialog): method __init__ (line 27) | def __init__(self, parent=None): method _on_refresh_clicked (line 95) | def _on_refresh_clicked(self): method _on_activated (line 98) | def _on_activated(self, index): method _on_save (line 107) | def _on_save(self): method on_context_menu (line 133) | def on_context_menu(self, point): method refresh (line 174) | def refresh(self): method showEvent (line 185) | def showEvent(self, *args, **kwargs): function show (line 193) | def show(root=None, debug=False, parent=None): FILE: openpype/tools/texture_copy/app.py class TextureCopy (line 18) | class TextureCopy: method __init__ (line 20) | def __init__(self): method _get_textures (line 24) | def _get_textures(self, path): method _get_destination_path (line 32) | def _get_destination_path(self, asset, project): method _get_version (line 53) | def _get_version(self, path): method _copy_textures (line 65) | def _copy_textures(self, textures, destination): method process (line 77) | def process(self, asset_name, project_name, path): function texture_copy (line 137) | def texture_copy(asset, project, path): FILE: openpype/tools/tray/pype_info_widget.py class EnvironmentValueDelegate (line 24) | class EnvironmentValueDelegate(QtWidgets.QStyledItemDelegate): method createEditor (line 25) | def createEditor(self, parent, option, index): class EnvironmentsView (line 31) | class EnvironmentsView(QtWidgets.QTreeView): method __init__ (line 32) | def __init__(self, parent=None): method get_selection_as_dict (line 83) | def get_selection_as_dict(self): method keyPressEvent (line 104) | def keyPressEvent(self, event): method set_scroll_enabled (line 121) | def set_scroll_enabled(self, value): method wheelEvent (line 124) | def wheelEvent(self, event): class ClickableWidget (line 131) | class ClickableWidget(QtWidgets.QWidget): method mouseReleaseEvent (line 134) | def mouseReleaseEvent(self, event): class CollapsibleWidget (line 140) | class CollapsibleWidget(QtWidgets.QWidget): method __init__ (line 141) | def __init__(self, label, parent): method set_content_widget (line 180) | def set_content_widget(self, content_widget): method _btn_clicked (line 185) | def _btn_clicked(self): method _top_part_clicked (line 188) | def _top_part_clicked(self): method toggle_content (line 191) | def toggle_content(self, *args): method resizeEvent (line 205) | def resizeEvent(self, event): class PypeInfoWidget (line 211) | class PypeInfoWidget(QtWidgets.QWidget): method __init__ (line 214) | def __init__(self, parent=None): method _on_area_scroll (line 246) | def _on_area_scroll(self, value): method _on_resize (line 251) | def _on_resize(self): method resizeEvent (line 257) | def resizeEvent(self, event): method showEvent (line 264) | def showEvent(self, event): method _create_btns_section (line 270) | def _create_btns_section(self): method _on_export_to_file (line 290) | def _on_export_to_file(self): method _on_copy_to_clipboard (line 311) | def _on_copy_to_clipboard(self): class PypeInfoSubWidget (line 322) | class PypeInfoSubWidget(QtWidgets.QWidget): method __init__ (line 325) | def __init__(self, parent=None): method set_content_height (line 342) | def set_content_height(self, height): method set_scroll_enabled (line 346) | def set_scroll_enabled(self, value): method _create_separator (line 350) | def _create_separator(self): method _create_workstation_widget (line 357) | def _create_workstation_widget(self): method _create_local_settings_widget (line 408) | def _create_local_settings_widget(self): method _create_environ_widget (line 421) | def _create_environ_widget(self): method _create_openpype_info_widget (line 432) | def _create_openpype_info_widget(self): FILE: openpype/tools/tray/pype_tray.py class PixmapLabel (line 48) | class PixmapLabel(QtWidgets.QLabel): method __init__ (line 50) | def __init__(self, pixmap, parent): method set_source_pixmap (line 55) | def set_source_pixmap(self, pixmap): method _get_pix_size (line 60) | def _get_pix_size(self): method _set_resized_pix (line 64) | def _set_resized_pix(self): method resizeEvent (line 78) | def resizeEvent(self, event): class VersionUpdateDialog (line 83) | class VersionUpdateDialog(QtWidgets.QDialog): method __init__ (line 90) | def __init__(self, parent=None): method _get_gift_pixmap (line 143) | def _get_gift_pixmap(self): method showEvent (line 157) | def showEvent(self, event): method closeEvent (line 161) | def closeEvent(self, event): method update_versions (line 169) | def update_versions( method _on_ignore (line 199) | def _on_ignore(self): method _on_reset (line 202) | def _on_reset(self): class ProductionStagingDialog (line 208) | class ProductionStagingDialog(QtWidgets.QDialog): method __init__ (line 215) | def __init__(self, parent=None): method _on_ok_clicked (line 266) | def _on_ok_clicked(self): class BuildVersionDialog (line 270) | class BuildVersionDialog(QtWidgets.QDialog): method __init__ (line 275) | def __init__(self, parent=None): method _on_ok_clicked (line 323) | def _on_ok_clicked(self): class TrayManager (line 327) | class TrayManager: method __init__ (line 332) | def __init__(self, tray_widget, main_window): method doubleclick_callback (line 362) | def doubleclick_callback(self): method execute_doubleclick (line 367) | def execute_doubleclick(self): method _on_version_check_timer (line 373) | def _on_version_check_timer(self): method validate_openpype_version (line 381) | def validate_openpype_version(self): method _restart_and_install (line 434) | def _restart_and_install(self): method _outdated_version_ignored (line 437) | def _outdated_version_ignored(self): method execute_in_main_thread (line 446) | def execute_in_main_thread(self, callback, *args, **kwargs): method _main_thread_execution (line 456) | def _main_thread_execution(self): method initialize_modules (line 467) | def initialize_modules(self): method _startup_validations (line 519) | def _startup_validations(self): method _validate_settings_defaults (line 534) | def _validate_settings_defaults(self): method _post_validate_settings_defaults (line 568) | def _post_validate_settings_defaults(self): method show_tray_message (line 573) | def show_tray_message(self, title, message, icon=None, msecs=None): method _add_version_item (line 593) | def _add_version_item(self): method _on_ayon_login (line 627) | def _on_ayon_login(self): method _show_ayon_login (line 630) | def _show_ayon_login(self): method _on_restart_action (line 648) | def _on_restart_action(self): method restart (line 651) | def restart(self, use_expected_version=False, reset_version=False): method exit (line 700) | def exit(self): method on_exit (line 703) | def on_exit(self): method _on_version_action (line 706) | def _on_version_action(self): class SystemTrayIcon (line 715) | class SystemTrayIcon(QtWidgets.QSystemTrayIcon): method __init__ (line 724) | def __init__(self, parent): method initializing_modules (line 765) | def initializing_modules(self): method initialize_modules (line 768) | def initialize_modules(self): method _click_timer_timeout (line 773) | def _click_timer_timeout(self): method _show_context_menu (line 783) | def _show_context_menu(self): method on_systray_activated (line 790) | def on_systray_activated(self, reason): method exit (line 802) | def exit(self): class PypeTrayStarter (line 816) | class PypeTrayStarter(QtCore.QObject): method __init__ (line 817) | def __init__(self, app): method _on_start_timer (line 836) | def _on_start_timer(self): method _get_splash (line 856) | def _get_splash(self): method _create_splash (line 861) | def _create_splash(self): function main (line 872) | def main(): FILE: openpype/tools/traypublisher/window.py class TrayPublisherController (line 28) | class TrayPublisherController(QtPublisherController): method host (line 30) | def host(self): method reset_project_data_cache (line 33) | def reset_project_data_cache(self): class TrayPublisherRegistry (line 37) | class TrayPublisherRegistry(JSONSettingRegistry): method __init__ (line 46) | def __init__(self): class StandaloneOverlayWidget (line 54) | class StandaloneOverlayWidget(QtWidgets.QFrame): method __init__ (line 57) | def __init__(self, publisher_window): method showEvent (line 128) | def showEvent(self, event): method _on_double_click (line 156) | def _on_double_click(self): method _on_confirm_click (line 159) | def _on_confirm_click(self): method _on_cancel_click (line 162) | def _on_cancel_click(self): method _on_text_changed (line 165) | def _on_text_changed(self): method set_selected_project (line 169) | def set_selected_project(self): method host (line 177) | def host(self): method _set_project (line 180) | def _set_project(self, project_name): class TrayPublishWindow (line 190) | class TrayPublishWindow(PublisherWindow): method __init__ (line 191) | def __init__(self, *args, **kwargs): method _set_publish_frame_visible (line 228) | def _set_publish_frame_visible(self, publish_frame_visible): method _on_back_to_overlay (line 234) | def _on_back_to_overlay(self): method _resize_overlay (line 238) | def _resize_overlay(self): method resizeEvent (line 244) | def resizeEvent(self, event): method _on_project_select (line 248) | def _on_project_select(self, project_name): method _on_tray_publish_save (line 257) | def _on_tray_publish_save(self): function main (line 262) | def main(): FILE: openpype/tools/utils/assets_widget.py class AssetsView (line 42) | class AssetsView(TreeViewSpinner, DeselectableTreeView): method __init__ (line 49) | def __init__(self, parent=None): method activate_flick_charm (line 59) | def activate_flick_charm(self): method deactivate_flick_charm (line 67) | def deactivate_flick_charm(self): method mousePressEvent (line 75) | def mousePressEvent(self, event): method set_loading_state (line 86) | def set_loading_state(self, loading, empty): class UnderlinesAssetDelegate (line 108) | class UnderlinesAssetDelegate(QtWidgets.QItemDelegate): method __init__ (line 117) | def __init__(self, *args, **kwargs): method sizeHint (line 130) | def sizeHint(self, option, index): method paint (line 138) | def paint(self, painter, option, index): class AssetModel (line 274) | class AssetModel(QtGui.QStandardItemModel): method __init__ (line 305) | def __init__(self, dbcon, parent=None): method refreshing (line 322) | def refreshing(self): method get_index_by_asset_id (line 325) | def get_index_by_asset_id(self, asset_id): method get_indexes_by_asset_ids (line 331) | def get_indexes_by_asset_ids(self, asset_ids): method get_index_by_asset_name (line 337) | def get_index_by_asset_name(self, asset_name): method get_indexes_by_asset_names (line 344) | def get_indexes_by_asset_names(self, asset_names): method refresh (line 362) | def refresh(self, force=False): method stop_refresh (line 390) | def stop_refresh(self): method clear_underlines (line 393) | def clear_underlines(self): method set_underline_colors (line 400) | def set_underline_colors(self, colors_by_asset_id): method _clear_items (line 410) | def _clear_items(self): method _on_docs_fetched (line 416) | def _on_docs_fetched(self): method _fill_assets (line 430) | def _fill_assets(self, asset_docs): method _threaded_fetch (line 523) | def _threaded_fetch(self): method _fetch_asset_docs (line 533) | def _fetch_asset_docs(self): method _stop_fetch_thread (line 547) | def _stop_fetch_thread(self): class AssetsWidget (line 555) | class AssetsWidget(QtWidgets.QWidget): method __init__ (line 581) | def __init__(self, dbcon, parent=None): method header_widget (line 662) | def header_widget(self): method _create_source_model (line 665) | def _create_source_model(self): method _create_proxy_model (line 670) | def _create_proxy_model(self, source_model): method refreshing (line 678) | def refreshing(self): method refresh (line 681) | def refresh(self): method stop_refresh (line 684) | def stop_refresh(self): method _get_current_session_asset (line 687) | def _get_current_session_asset(self): method _on_current_asset_click (line 690) | def _on_current_asset_click(self): method set_current_session_asset (line 698) | def set_current_session_asset(self): method set_refresh_btn_visibility (line 703) | def set_refresh_btn_visibility(self, visible=None): method set_current_asset_btn_visibility (line 713) | def set_current_asset_btn_visibility(self, visible=None): method select_asset (line 723) | def select_asset(self, asset_id): method select_asset_by_name (line 728) | def select_asset_by_name(self, asset_name): method activate_flick_charm (line 733) | def activate_flick_charm(self): method deactivate_flick_charm (line 736) | def deactivate_flick_charm(self): method _on_selection_change (line 739) | def _on_selection_change(self): method _on_filter_text_change (line 742) | def _on_filter_text_change(self, new_text): method _on_model_refresh (line 745) | def _on_model_refresh(self, has_item): method _refresh_model (line 757) | def _refresh_model(self): method _set_loading_state (line 766) | def _set_loading_state(self, loading, empty): method _clear_selection (line 769) | def _clear_selection(self): method _select_indexes (line 773) | def _select_indexes(self, indexes): class SingleSelectAssetsWidget (line 795) | class SingleSelectAssetsWidget(AssetsWidget): method get_selected_asset_id (line 801) | def get_selected_asset_id(self): method get_selected_asset_name (line 809) | def get_selected_asset_name(self): class MultiSelectAssetsWidget (line 818) | class MultiSelectAssetsWidget(AssetsWidget): method __init__ (line 825) | def __init__(self, *args, **kwargs): method get_selected_asset_ids (line 835) | def get_selected_asset_ids(self): method get_selected_asset_names (line 844) | def get_selected_asset_names(self): method select_assets (line 853) | def select_assets(self, asset_ids): method select_assets_by_name (line 866) | def select_assets_by_name(self, asset_names): method clear_underlines (line 879) | def clear_underlines(self): method set_underline_colors (line 885) | def set_underline_colors(self, colors_by_asset_id): FILE: openpype/tools/utils/delegates.py class VersionDelegate (line 19) | class VersionDelegate(QtWidgets.QStyledItemDelegate): method __init__ (line 26) | def __init__(self, dbcon, *args, **kwargs): method get_project_name (line 30) | def get_project_name(self): method displayText (line 33) | def displayText(self, value, locale): method paint (line 43) | def paint(self, painter, option, index): method createEditor (line 93) | def createEditor(self, parent, option, index): method setEditorData (line 111) | def setEditorData(self, editor, index): method setModelData (line 198) | def setModelData(self, editor, model, index): function pretty_date (line 204) | def pretty_date(t, now=None, strftime="%b %d %Y %H:%M"): function pretty_timestamp (line 251) | def pretty_timestamp(t, now=None): class PrettyTimeDelegate (line 293) | class PrettyTimeDelegate(QtWidgets.QStyledItemDelegate): method displayText (line 300) | def displayText(self, value, locale): FILE: openpype/tools/utils/error_dialog.py function escape_text_for_html (line 6) | def escape_text_for_html(text): class TracebackWidget (line 16) | class TracebackWidget(QtWidgets.QWidget): method __init__ (line 17) | def __init__(self, tb_text, parent): method _on_show_details_click (line 53) | def _on_show_details_click(self): class ErrorMessageBox (line 58) | class ErrorMessageBox(QtWidgets.QDialog): method __init__ (line 62) | def __init__(self, title, parent): method convert_text_for_html (line 117) | def convert_text_for_html(text): method _create_top_widget (line 120) | def _create_top_widget(self, parent_widget): method _create_content (line 127) | def _create_content(self, content_layout): method _get_report_data (line 132) | def _get_report_data(self): method _on_ok_clicked (line 135) | def _on_ok_clicked(self): method _on_copy_report (line 138) | def _on_copy_report(self): method _create_line (line 148) | def _create_line(self, parent=None): method _create_traceback_widget (line 153) | def _create_traceback_widget(self, traceback_text, parent=None): FILE: openpype/tools/utils/host_tools.py class HostToolsHelper (line 21) | class HostToolsHelper: method __init__ (line 30) | def __init__(self, parent=None): method log (line 46) | def log(self): method _init_ayon_workfiles_tool (line 51) | def _init_ayon_workfiles_tool(self, parent): method _init_openpype_workfiles_tool (line 57) | def _init_openpype_workfiles_tool(self, parent): method get_workfiles_tool (line 67) | def get_workfiles_tool(self, parent): method show_workfiles (line 77) | def show_workfiles( method get_loader_tool (line 86) | def get_loader_tool(self, parent): method show_loader (line 109) | def show_loader(self, parent=None, use_context=None): method get_creator_tool (line 128) | def get_creator_tool(self, parent): method show_creator (line 138) | def show_creator(self, parent=None): method get_subset_manager_tool (line 149) | def get_subset_manager_tool(self, parent): method show_subset_manager (line 161) | def show_subset_manager(self, parent=None): method get_scene_inventory_tool (line 171) | def get_scene_inventory_tool(self, parent): method show_scene_inventory (line 195) | def show_scene_inventory(self, parent=None): method get_library_loader_tool (line 207) | def get_library_loader_tool(self, parent): method show_library_loader (line 222) | def show_library_loader(self, parent=None): method show_publish (line 235) | def show_publish(self, parent=None): method _discover_pyblish_gui (line 246) | def _discover_pyblish_gui(self): method get_experimental_tools_dialog (line 260) | def get_experimental_tools_dialog(self, parent=None): method show_experimental_tools_dialog (line 279) | def show_experimental_tools_dialog(self, parent=None): method get_publisher_tool (line 289) | def get_publisher_tool(self, parent=None, controller=None): method show_publisher_tool (line 306) | def show_publisher_tool(self, parent=None, controller=None, tab=None): method get_tool_by_name (line 313) | def get_tool_by_name(self, tool_name, parent=None, *args, **kwargs): method show_tool_by_name (line 351) | def show_tool_by_name(self, tool_name, parent=None, *args, **kwargs): class _SingletonPoint (line 389) | class _SingletonPoint: method _create_helper (line 399) | def _create_helper(cls): method show_tool_by_name (line 404) | def show_tool_by_name(cls, tool_name, parent=None, *args, **kwargs): method get_tool_by_name (line 409) | def get_tool_by_name(cls, tool_name, parent=None, *args, **kwargs): function get_tool_by_name (line 415) | def get_tool_by_name(tool_name, parent=None, *args, **kwargs): function show_tool_by_name (line 419) | def show_tool_by_name(tool_name, parent=None, *args, **kwargs): function show_workfiles (line 423) | def show_workfiles(*args, **kwargs): function show_loader (line 429) | def show_loader(parent=None, use_context=None): function show_library_loader (line 435) | def show_library_loader(parent=None): function show_creator (line 439) | def show_creator(parent=None): function show_subset_manager (line 443) | def show_subset_manager(parent=None): function show_scene_inventory (line 447) | def show_scene_inventory(parent=None): function show_publish (line 451) | def show_publish(parent=None): function show_publisher (line 455) | def show_publisher(parent=None, **kwargs): function show_experimental_tools_dialog (line 459) | def show_experimental_tools_dialog(parent=None): function get_pyblish_icon (line 463) | def get_pyblish_icon(): FILE: openpype/tools/utils/images/__init__.py function get_image_path (line 7) | def get_image_path(filename): function get_image (line 20) | def get_image(filename): function get_pixmap (line 33) | def get_pixmap(filename): function get_icon (line 46) | def get_icon(filename): FILE: openpype/tools/utils/layouts.py class FlowLayout (line 4) | class FlowLayout(QtWidgets.QLayout): method __init__ (line 21) | def __init__(self, parent=None): method __del__ (line 30) | def __del__(self): method isEmpty (line 34) | def isEmpty(self): method setSpacing (line 40) | def setSpacing(self, spacing): method setHorizontalSpacing (line 45) | def setHorizontalSpacing(self, spacing): method setVerticalSpacing (line 49) | def setVerticalSpacing(self, spacing): method addItem (line 53) | def addItem(self, item): method count (line 57) | def count(self): method itemAt (line 60) | def itemAt(self, index): method takeAt (line 65) | def takeAt(self, index, invalidate=True): method expandingDirections (line 73) | def expandingDirections(self): method hasHeightForWidth (line 76) | def hasHeightForWidth(self): method heightForWidth (line 79) | def heightForWidth(self, width): method setGeometry (line 82) | def setGeometry(self, rect): method sizeHint (line 86) | def sizeHint(self): method minimumSize (line 89) | def minimumSize(self): method _setup_geometry (line 105) | def _setup_geometry(self, rect, only_calculate=False): FILE: openpype/tools/utils/lib.py function checkstate_int_to_enum (line 33) | def checkstate_int_to_enum(state): function checkstate_enum_to_int (line 44) | def checkstate_enum_to_int(state): function center_window (line 54) | def center_window(window): function html_escape (line 72) | def html_escape(text): function set_style_property (line 85) | def set_style_property(widget, property_name, property_value): function paint_image_with_color (line 98) | def paint_image_with_color(image, color): function format_version (line 135) | def format_version(value, hero_version=False): function qt_app_context (line 144) | def qt_app_context(): function get_qt_app (line 157) | def get_qt_app(): function get_openpype_qt_app (line 194) | def get_openpype_qt_app(): class SharedObjects (line 206) | class SharedObjects: function get_qta_icon_by_name_and_color (line 211) | def get_qta_icon_by_name_and_color(icon_name, icon_color): function get_project_icon (line 246) | def get_project_icon(project_doc): function get_asset_icon_name (line 258) | def get_asset_icon_name(asset_doc, has_children=True): function get_asset_icon_color (line 265) | def get_asset_icon_color(asset_doc): function get_default_asset_icon_name (line 272) | def get_default_asset_icon_name(has_children): function get_asset_icon_name_from_doc (line 278) | def get_asset_icon_name_from_doc(asset_doc): function get_asset_icon_color_from_doc (line 284) | def get_asset_icon_color_from_doc(asset_doc): function get_asset_icon_by_name (line 290) | def get_asset_icon_by_name(icon_name, icon_color, has_children=False): function get_asset_icon (line 307) | def get_asset_icon(asset_doc, has_children=False): function get_default_task_icon (line 314) | def get_default_task_icon(color=None): function get_task_icon (line 320) | def get_task_icon(project_doc, asset_doc, task_name): function schedule (line 348) | def schedule(func, time, channel="default"): function iter_model_rows (line 371) | def iter_model_rows(model, column, include_root=False): function preserve_expanded_rows (line 389) | def preserve_expanded_rows(tree_view, column=0, role=None): function preserve_selection (line 433) | def preserve_selection(tree_view, column=0, role=None, current_index=True): class FamilyConfigCache (line 488) | class FamilyConfigCache: method __init__ (line 492) | def __init__(self, dbcon): method default_icon (line 500) | def default_icon(cls): method family_config (line 507) | def family_config(self, family_name): method refresh (line 521) | def refresh(self, force=False): method _refresh (line 527) | def _refresh(self): class GroupsConfig (line 607) | class GroupsConfig: method __init__ (line 611) | def __init__(self, dbcon): method default_group_config (line 617) | def default_group_config(cls): method refresh (line 628) | def refresh(self): method ordered_groups (line 663) | def ordered_groups(self, group_names): method active_groups (line 707) | def active_groups(self, asset_ids, include_predefined=True): method split_subsets_for_groups (line 722) | def split_subsets_for_groups(self, subset_docs, grouping): class DynamicQThread (line 746) | class DynamicQThread(QtCore.QThread): method __init__ (line 755) | def __init__(self, func, args=None, kwargs=None, parent=None): method run (line 765) | def run(self): function create_qthread (line 770) | def create_qthread(func, *args, **kwargs): function get_repre_icons (line 781) | def get_repre_icons(): function is_sync_loader (line 813) | def is_sync_loader(loader): function is_remove_site_loader (line 817) | def is_remove_site_loader(loader): function is_add_site_loader (line 821) | def is_add_site_loader(loader): class WrappedCallbackItem (line 825) | class WrappedCallbackItem: method __init__ (line 837) | def __init__(self, callback, *args, **kwargs): method __call__ (line 845) | def __call__(self): method log (line 849) | def log(self): method done (line 856) | def done(self): method exception (line 860) | def exception(self): method result (line 864) | def result(self): method execute (line 867) | def execute(self): function get_warning_pixmap (line 889) | def get_warning_pixmap(color=None): FILE: openpype/tools/utils/models.py class TreeModel (line 16) | class TreeModel(QtCore.QAbstractItemModel): method __init__ (line 22) | def __init__(self, parent=None): method ItemClass (line 27) | def ItemClass(self): method rowCount (line 32) | def rowCount(self, parent=None): method columnCount (line 39) | def columnCount(self, parent): method data (line 42) | def data(self, index, role): method setData (line 56) | def setData(self, index, value, role=QtCore.Qt.EditRole): method setColumns (line 82) | def setColumns(self, keys): method headerData (line 86) | def headerData(self, section, orientation, role): method flags (line 94) | def flags(self, index): method parent (line 103) | def parent(self, index): method index (line 114) | def index(self, row, column, parent=None): method add_child (line 128) | def add_child(self, item, parent=None): method column_name (line 134) | def column_name(self, column): method clear (line 140) | def clear(self): class Item (line 146) | class Item(dict): method __init__ (line 157) | def __init__(self, data=None): method childCount (line 167) | def childCount(self): method child (line 170) | def child(self, row): method children (line 178) | def children(self): method parent (line 181) | def parent(self): method row (line 184) | def row(self): method add_child (line 193) | def add_child(self, child): class RecursiveSortFilterProxyModel (line 199) | class RecursiveSortFilterProxyModel(QtCore.QSortFilterProxyModel): method __init__ (line 206) | def __init__(self, *args, **kwargs): method filterAcceptsRow (line 214) | def filterAcceptsRow(self, row, parent_index): class ProjectModel (line 248) | class ProjectModel(QtGui.QStandardItemModel): method __init__ (line 249) | def __init__( method set_default_project_available (line 266) | def set_default_project_available(self, available=True): method set_only_active (line 279) | def set_only_active(self, only_active=True): method set_dbcon (line 291) | def set_dbcon(self, dbcon): method project_name_is_available (line 298) | def project_name_is_available(self, project_name): method refresh (line 302) | def refresh(self): method find_project (line 348) | def find_project(self, project_name): class ProjectSortFilterProxy (line 362) | class ProjectSortFilterProxy(QtCore.QSortFilterProxyModel): method __init__ (line 363) | def __init__(self, *args, **kwargs): method lessThan (line 369) | def lessThan(self, left_index, right_index): method filterAcceptsRow (line 387) | def filterAcceptsRow(self, source_row, source_parent): method _custom_index_filter (line 402) | def _custom_index_filter(self, index): method is_filter_enabled (line 407) | def is_filter_enabled(self): method set_filter_enabled (line 410) | def set_filter_enabled(self, value): FILE: openpype/tools/utils/multiselection_combobox.py class ComboItemDelegate (line 14) | class ComboItemDelegate(QtWidgets.QStyledItemDelegate): method paint (line 21) | def paint(self, painter, option, index): class MultiSelectionComboBox (line 32) | class MultiSelectionComboBox(QtWidgets.QComboBox): method __init__ (line 53) | def __init__( method get_placeholder_text (line 73) | def get_placeholder_text(self): method set_placeholder_text (line 76) | def set_placeholder_text(self, text): method set_custom_text (line 80) | def set_custom_text(self, text): method focusInEvent (line 84) | def focusInEvent(self, event): method mousePressEvent (line 88) | def mousePressEvent(self, event): method showPopup (line 98) | def showPopup(self): method hidePopup (line 106) | def hidePopup(self): method _event_popup_shown (line 115) | def _event_popup_shown(self, obj, event): method eventFilter (line 179) | def eventFilter(self, obj, event): method addItem (line 187) | def addItem(self, *args, **kwargs): method paintEvent (line 192) | def paintEvent(self, event): method resizeEvent (line 262) | def resizeEvent(self, *args, **kwargs): method _update_size_hint (line 266) | def _update_size_hint(self): method sizeHint (line 316) | def sizeHint(self): method setItemCheckState (line 336) | def setItemCheckState(self, index, state): method set_value (line 339) | def set_value(self, values): method value (line 349) | def value(self): method checked_items_text (line 361) | def checked_items_text(self): method wheelEvent (line 371) | def wheelEvent(self, event): method keyPressEvent (line 374) | def keyPressEvent(self, event): FILE: openpype/tools/utils/overlay_messages.py class CloseButton (line 10) | class CloseButton(QtWidgets.QFrame): method __init__ (line 15) | def __init__(self, parent): method sizeHint (line 26) | def sizeHint(self): method mousePressEvent (line 30) | def mousePressEvent(self, event): method mouseReleaseEvent (line 35) | def mouseReleaseEvent(self, event): method paintEvent (line 43) | def paintEvent(self, event): class OverlayMessageWidget (line 68) | class OverlayMessageWidget(QtWidgets.QFrame): method __init__ (line 87) | def __init__( method update_message (line 125) | def update_message(self, message, message_type=None, timeout=None): method size_hint_without_word_wrap (line 134) | def size_hint_without_word_wrap(self): method showEvent (line 141) | def showEvent(self, event): method _on_timer_timeout (line 146) | def _on_timer_timeout(self): method _on_hover_timeout (line 152) | def _on_hover_timeout(self): method _on_close_clicked (line 160) | def _on_close_clicked(self): method _close_message (line 163) | def _close_message(self): method enterEvent (line 167) | def enterEvent(self, event): method leaveEvent (line 172) | def leaveEvent(self, event): class MessageOverlayObject (line 178) | class MessageOverlayObject(QtCore.QObject): method __init__ (line 185) | def __init__(self, widget, default_timeout=None): method add_message (line 207) | def add_message( method _on_message_close_request (line 267) | def _on_message_close_request(self, message_id): method _recalculate_positions (line 276) | def _recalculate_positions(self): method eventFilter (line 352) | def eventFilter(self, source, event): FILE: openpype/tools/utils/tasks_widget.py class TasksModel (line 20) | class TasksModel(QtGui.QStandardItemModel): method __init__ (line 23) | def __init__(self, dbcon, parent=None): method _context_is_valid (line 41) | def _context_is_valid(self): method refresh (line 46) | def refresh(self): method _refresh_project_doc (line 50) | def _refresh_project_doc(self): method headerData (line 60) | def headerData(self, section, orientation, role=None): method _get_current_project (line 73) | def _get_current_project(self): method set_asset_id (line 76) | def set_asset_id(self, asset_id): method _get_empty_task_item (line 85) | def _get_empty_task_item(self): method _set_asset (line 93) | def _set_asset(self, asset_doc): class TasksProxyModel (line 144) | class TasksProxyModel(QtCore.QSortFilterProxyModel): method lessThan (line 145) | def lessThan(self, x_index, y_index): class TasksWidget (line 170) | class TasksWidget(QtWidgets.QWidget): method __init__ (line 175) | def __init__(self, dbcon, parent=None): method _create_source_model (line 205) | def _create_source_model(self): method _create_proxy_model (line 213) | def _create_proxy_model(self, source_model): method refresh (line 218) | def refresh(self): method set_asset_id (line 221) | def set_asset_id(self, asset_id): method _clear_selection (line 237) | def _clear_selection(self): method select_task_name (line 241) | def select_task_name(self, task_name): method get_selected_task_name (line 278) | def get_selected_task_name(self): method get_selected_task_type (line 291) | def get_selected_task_type(self): method _on_task_change (line 298) | def _on_task_change(self): FILE: openpype/tools/utils/thumbnail_paint_widget.py class ThumbnailPainterWidget (line 9) | class ThumbnailPainterWidget(QtWidgets.QWidget): method __init__ (line 27) | def __init__(self, parent): method set_background_color (line 49) | def set_background_color(self, color): method set_use_checkboard (line 53) | def set_use_checkboard(self, use_checker): method set_checker_colors (line 59) | def set_checker_colors(self, color_1, color_2): method set_border_color (line 64) | def set_border_color(self, color): method set_thumbnail_bg_color (line 75) | def set_thumbnail_bg_color(self, color): method has_pixes (line 86) | def has_pixes(self): method clear_cache (line 95) | def clear_cache(self): method set_current_thumbnails (line 101) | def set_current_thumbnails(self, pixmaps=None): method set_current_thumbnail_paths (line 112) | def set_current_thumbnail_paths(self, thumbnail_paths=None): method paintEvent (line 129) | def paintEvent(self, event): method resizeEvent (line 139) | def resizeEvent(self, event): method _get_default_pix (line 143) | def _get_default_pix(self): method _paint_tile (line 151) | def _paint_tile(self, width, height): method _paint_default_pix (line 180) | def _paint_default_pix(self, pix_width, pix_height): method _draw_thumbnails (line 216) | def _draw_thumbnails(self, thumbnails, pix_width, pix_height): method _paint_dash_line (line 261) | def _paint_dash_line(self, painter, rect): method _cache_pix (line 273) | def _cache_pix(self): method _get_pix_offset_size (line 360) | def _get_pix_offset_size(self, width, height, image_count): FILE: openpype/tools/utils/views.py class DeselectableTreeView (line 7) | class DeselectableTreeView(QtWidgets.QTreeView): method mousePressEvent (line 10) | def mousePressEvent(self, event): class TreeViewSpinner (line 22) | class TreeViewSpinner(QtWidgets.QTreeView): method __init__ (line 25) | def __init__(self, parent=None): method paint_loading (line 35) | def paint_loading(self, event): method paint_empty (line 46) | def paint_empty(self, event): method paintEvent (line 55) | def paintEvent(self, event): class TreeView (line 64) | class TreeView(QtWidgets.QTreeView): method __init__ (line 76) | def __init__(self, *args, **kwargs): method is_deselectable (line 84) | def is_deselectable(self): method set_deselectable (line 87) | def set_deselectable(self, deselectable): method mousePressEvent (line 92) | def mousePressEvent(self, event): method mouseDoubleClickEvent (line 102) | def mouseDoubleClickEvent(self, event): method activate_flick_charm (line 107) | def activate_flick_charm(self): method deactivate_flick_charm (line 115) | def deactivate_flick_charm(self): FILE: openpype/tools/utils/widgets.py class FocusSpinBox (line 19) | class FocusSpinBox(QtWidgets.QSpinBox): method __init__ (line 22) | def __init__(self, *args, **kwargs): method wheelEvent (line 26) | def wheelEvent(self, event): class FocusDoubleSpinBox (line 33) | class FocusDoubleSpinBox(QtWidgets.QDoubleSpinBox): method __init__ (line 36) | def __init__(self, *args, **kwargs): method wheelEvent (line 40) | def wheelEvent(self, event): class ComboBox (line 47) | class ComboBox(QtWidgets.QComboBox): method __init__ (line 55) | def __init__(self, *args, **kwargs): method wheelEvent (line 63) | def wheelEvent(self, event): class CustomTextComboBox (line 68) | class CustomTextComboBox(ComboBox): method __init__ (line 71) | def __init__(self, *args, **kwargs): method set_custom_text (line 75) | def set_custom_text(self, text=None): method paintEvent (line 80) | def paintEvent(self, event): class PlaceholderLineEdit (line 90) | class PlaceholderLineEdit(QtWidgets.QLineEdit): method __init__ (line 92) | def __init__(self, *args, **kwargs): class ExpandingTextEdit (line 107) | class ExpandingTextEdit(QtWidgets.QTextEdit): method __init__ (line 110) | def __init__(self, parent=None): method _on_doc_change (line 124) | def _on_doc_change(self): method hasHeightForWidth (line 127) | def hasHeightForWidth(self): method heightForWidth (line 130) | def heightForWidth(self, width): method sizeHint (line 142) | def sizeHint(self): class BaseClickableFrame (line 147) | class BaseClickableFrame(QtWidgets.QFrame): method __init__ (line 152) | def __init__(self, parent): method _mouse_release_callback (line 157) | def _mouse_release_callback(self): method mousePressEvent (line 160) | def mousePressEvent(self, event): method mouseReleaseEvent (line 165) | def mouseReleaseEvent(self, event): class ClickableFrame (line 174) | class ClickableFrame(BaseClickableFrame): method _mouse_release_callback (line 178) | def _mouse_release_callback(self): class ClickableLabel (line 182) | class ClickableLabel(QtWidgets.QLabel): method __init__ (line 186) | def __init__(self, parent): method mousePressEvent (line 191) | def mousePressEvent(self, event): method mouseReleaseEvent (line 196) | def mouseReleaseEvent(self, event): class ExpandBtnLabel (line 205) | class ExpandBtnLabel(QtWidgets.QLabel): method __init__ (line 210) | def __init__(self, parent): method _create_collapsed_pixmap (line 218) | def _create_collapsed_pixmap(self): method _create_expanded_pixmap (line 223) | def _create_expanded_pixmap(self): method collapsed (line 229) | def collapsed(self): method set_collapsed (line 232) | def set_collapsed(self, collapsed=None): method resizeEvent (line 245) | def resizeEvent(self, event): method _set_resized_pix (line 249) | def _set_resized_pix(self): class ExpandBtn (line 264) | class ExpandBtn(ClickableFrame): method __init__ (line 267) | def __init__(self, parent=None): method _create_pix_widget (line 280) | def _create_pix_widget(self, parent=None): method collapsed (line 286) | def collapsed(self): method set_collapsed (line 289) | def set_collapsed(self, collapsed=None): class ClassicExpandBtnLabel (line 293) | class ClassicExpandBtnLabel(ExpandBtnLabel): method _create_collapsed_pixmap (line 294) | def _create_collapsed_pixmap(self): method _create_expanded_pixmap (line 299) | def _create_expanded_pixmap(self): class ClassicExpandBtn (line 305) | class ClassicExpandBtn(ExpandBtn): method _create_pix_widget (line 308) | def _create_pix_widget(self, parent=None): class ImageButton (line 314) | class ImageButton(QtWidgets.QPushButton): method __init__ (line 323) | def __init__(self, *args, **kwargs): method _change_size (line 327) | def _change_size(self): method showEvent (line 331) | def showEvent(self, event): method sizeHint (line 336) | def sizeHint(self): class IconButton (line 340) | class IconButton(QtWidgets.QPushButton): method __init__ (line 346) | def __init__(self, *args, **kwargs): method sizeHint (line 350) | def sizeHint(self): class PixmapLabel (line 363) | class PixmapLabel(QtWidgets.QLabel): method __init__ (line 365) | def __init__(self, pixmap, parent): method set_source_pixmap (line 373) | def set_source_pixmap(self, pixmap): method _get_pix_size (line 378) | def _get_pix_size(self): method minimumSizeHint (line 383) | def minimumSizeHint(self): method _set_resized_pix (line 389) | def _set_resized_pix(self): method resizeEvent (line 405) | def resizeEvent(self, event): class PixmapButtonPainter (line 410) | class PixmapButtonPainter(QtWidgets.QWidget): method __init__ (line 411) | def __init__(self, pixmap, parent): method resizeEvent (line 418) | def resizeEvent(self, event): method set_enabled (line 423) | def set_enabled(self, enabled): method set_pixmap (line 429) | def set_pixmap(self, pixmap): method _cache_pixmap (line 435) | def _cache_pixmap(self): method paintEvent (line 444) | def paintEvent(self, event): class PixmapButton (line 469) | class PixmapButton(ClickableFrame): method __init__ (line 470) | def __init__(self, pixmap=None, parent=None): method setContentsMargins (line 479) | def setContentsMargins(self, *args): method setEnabled (line 484) | def setEnabled(self, enabled): method set_pixmap (line 488) | def set_pixmap(self, pixmap): method sizeHint (line 491) | def sizeHint(self): method resizeEvent (line 495) | def resizeEvent(self, event): method showEvent (line 499) | def showEvent(self, event): method _update_painter_geo (line 503) | def _update_painter_geo(self): class OptionalMenu (line 515) | class OptionalMenu(QtWidgets.QMenu): method mouseReleaseEvent (line 523) | def mouseReleaseEvent(self, event): method mouseMoveEvent (line 532) | def mouseMoveEvent(self, event): method leaveEvent (line 539) | def leaveEvent(self, event): class OptionalAction (line 546) | class OptionalAction(QtWidgets.QWidgetAction): method __init__ (line 554) | def __init__(self, label, icon, use_option, parent): method createWidget (line 563) | def createWidget(self, parent): method set_option_tip (line 578) | def set_option_tip(self, options): method on_option (line 601) | def on_option(self): method set_highlight (line 604) | def set_highlight(self, state, global_pos=None): class OptionalActionWidget (line 611) | class OptionalActionWidget(QtWidgets.QWidget): method __init__ (line 614) | def __init__(self, label, parent=None): method set_hover_properties (line 654) | def set_hover_properties(self, hovered, option_hovered): method setIcon (line 671) | def setIcon(self, icon): class OptionBox (line 676) | class OptionBox(QtWidgets.QLabel): method __init__ (line 681) | def __init__(self, parent): method is_hovered (line 690) | def is_hovered(self, global_pos): class OptionDialog (line 697) | class OptionDialog(QtWidgets.QDialog): method __init__ (line 700) | def __init__(self, parent=None): method create (line 705) | def create(self, options): method on_changed (line 724) | def on_changed(self, argument): method parse (line 727) | def parse(self): class SeparatorWidget (line 731) | class SeparatorWidget(QtWidgets.QFrame): method __init__ (line 740) | def __init__(self, size=2, orientation=QtCore.Qt.Horizontal, parent=No... method set_size (line 754) | def set_size(self, size): method _set_size (line 758) | def _set_size(self, size): method set_orientation (line 768) | def set_orientation(self, orientation): function get_refresh_icon (line 785) | def get_refresh_icon(): function get_go_to_current_icon (line 791) | def get_go_to_current_icon(): class VerticalExpandButton (line 797) | class VerticalExpandButton(QtWidgets.QPushButton): method __init__ (line 805) | def __init__(self, parent=None): class SquareButton (line 813) | class SquareButton(QtWidgets.QPushButton): method __init__ (line 819) | def __init__(self, *args, **kwargs): method showEvent (line 828) | def showEvent(self, event): method resizeEvent (line 833) | def resizeEvent(self, event): method sizeHint (line 838) | def sizeHint(self): class RefreshButton (line 847) | class RefreshButton(VerticalExpandButton): method __init__ (line 848) | def __init__(self, parent=None): class GoToCurrentButton (line 853) | class GoToCurrentButton(VerticalExpandButton): method __init__ (line 854) | def __init__(self, parent=None): FILE: openpype/tools/workfile_template_build/window.py class WorkfileBuildPlaceholderDialog (line 9) | class WorkfileBuildPlaceholderDialog(QtWidgets.QDialog): method __init__ (line 10) | def __init__(self, host, builder, parent=None): method log (line 73) | def log(self): method _clear_content_widget (line 78) | def _clear_content_widget(self): method _add_message_to_content (line 86) | def _add_message_to_content(self, message): method refresh (line 91) | def refresh(self): method set_create_mode (line 140) | def set_create_mode(self): method set_update_mode (line 148) | def set_update_mode(self, update_item): method _create_option_widgets (line 166) | def _create_option_widgets(self, plugin, options=None): method _update_ui_visibility (line 175) | def _update_ui_visibility(self): method _on_plugin_change (line 190) | def _on_plugin_change(self): method _on_save_click (line 199) | def _on_save_click(self): method _on_create_click (line 215) | def _on_create_click(self): method _on_close_click (line 230) | def _on_close_click(self): method showEvent (line 233) | def showEvent(self, event): FILE: openpype/tools/workfiles/app.py function show (line 18) | def show(root=None, debug=False, parent=None, use_context=True, save=True): FILE: openpype/tools/workfiles/files_widget.py class FilesView (line 47) | class FilesView(QtWidgets.QTreeView): method mouseDoubleClickEvent (line 51) | def mouseDoubleClickEvent(self, event): class SelectContextOverlay (line 61) | class SelectContextOverlay(QtWidgets.QFrame): method __init__ (line 62) | def __init__(self, parent): method eventFilter (line 79) | def eventFilter(self, obj, event): class FilesWidget (line 86) | class FilesWidget(QtWidgets.QWidget): method __init__ (line 93) | def __init__(self, parent): method published_enabled (line 316) | def published_enabled(self): method _on_published_change (line 319) | def _on_published_change(self): method _on_filter_text_change (line 335) | def _on_filter_text_change(self): method _update_filtering (line 338) | def _update_filtering(self): method set_save_enabled (line 345) | def set_save_enabled(self, enabled): method set_asset_task (line 351) | def set_asset_task(self, asset_id, task_name, task_type): method _update_asset_task (line 359) | def _update_asset_task(self): method _get_asset_doc (line 396) | def _get_asset_doc(self): method _get_session (line 407) | def _get_session(self): method _enter_session (line 426) | def _enter_session(self): method _get_event_context_data (line 447) | def _get_event_context_data(self): method _is_workfile_locked (line 462) | def _is_workfile_locked(self, filepath): method open_file (line 469) | def open_file(self, filepath): method save_changes_prompt (line 527) | def save_changes_prompt(self): method get_filename (line 551) | def get_filename(self): method on_duplicate_pressed (line 578) | def on_duplicate_pressed(self): method _get_selected_filepath (line 591) | def _get_selected_filepath(self): method _on_workarea_open_pressed (line 604) | def _on_workarea_open_pressed(self): method _get_host_extensions (line 612) | def _get_host_extensions(self): method on_browse_pressed (line 617) | def on_browse_pressed(self): method _on_save_as_pressed (line 644) | def _on_save_as_pressed(self): method _save_as_with_dialog (line 647) | def _save_as_with_dialog(self): method _on_published_save_as_pressed (line 726) | def _on_published_save_as_pressed(self): method _set_publish_context_select_mode (line 729) | def _set_publish_context_select_mode(self, enabled): method _on_publish_change_context_pressed (line 757) | def _on_publish_change_context_pressed(self): method _on_publish_select_context_pressed (line 760) | def _on_publish_select_context_pressed(self): method _on_publish_cancel_pressed (line 766) | def _on_publish_cancel_pressed(self): method on_file_select (line 770) | def on_file_select(self): method refresh (line 773) | def refresh(self): method _on_workarea_context_menu (line 783) | def _on_workarea_context_menu(self, point): method _select_last_modified_file (line 807) | def _select_last_modified_file(self): FILE: openpype/tools/workfiles/lock_dialog.py class WorkfileLockDialog (line 7) | class WorkfileLockDialog(QtWidgets.QDialog): method __init__ (line 8) | def __init__(self, workfile_path, parent=None): method showEvent (line 44) | def showEvent(self, event): FILE: openpype/tools/workfiles/model.py class WorkAreaFilesModel (line 26) | class WorkAreaFilesModel(QtGui.QStandardItemModel): method __init__ (line 29) | def __init__(self, extensions, *args, **kwargs): method _get_invalid_path_item (line 45) | def _get_invalid_path_item(self): method _get_empty_root_item (line 59) | def _get_empty_root_item(self): method set_root (line 73) | def set_root(self, root): method _clear (line 80) | def _clear(self): method refresh (line 91) | def refresh(self): method has_valid_items (line 158) | def has_valid_items(self): method flags (line 162) | def flags(self, index): method data (line 168) | def data(self, index, role=None): method headerData (line 183) | def headerData(self, section, orientation, role): class PublishFilesModel (line 199) | class PublishFilesModel(QtGui.QStandardItemModel): method __init__ (line 216) | def __init__(self, extensions, dbcon, anatomy, *args, **kwargs): method project_name (line 244) | def project_name(self): method _set_item_invalid (line 247) | def _set_item_invalid(self, item): method _set_item_valid (line 251) | def _set_item_valid(self, item): method _get_invalid_context_item (line 257) | def _get_invalid_context_item(self): method _get_empty_root_item (line 265) | def _get_empty_root_item(self): method set_context (line 273) | def set_context(self, asset_id, task_name): method _clear (line 284) | def _clear(self): method _get_workfie_representations (line 295) | def _get_workfie_representations(self): method refresh (line 364) | def refresh(self): method has_valid_items (line 423) | def has_valid_items(self): method flags (line 426) | def flags(self, index): method data (line 431) | def data(self, index, role=None): method headerData (line 445) | def headerData(self, section, orientation, role): FILE: openpype/tools/workfiles/save_as_dialog.py function build_workfile_data (line 20) | def build_workfile_data(session): class CommentMatcher (line 41) | class CommentMatcher(object): method __init__ (line 43) | def __init__(self, anatomy, template_key, data): method parse_comment (line 82) | def parse_comment(self, filepath): class SubversionLineEdit (line 93) | class SubversionLineEdit(QtWidgets.QWidget): method __init__ (line 98) | def __init__(self, *args, **kwargs): method set_placeholder (line 123) | def set_placeholder(self, placeholder): method set_text (line 126) | def set_text(self, text): method set_values (line 129) | def set_values(self, values): method _on_button_clicked (line 132) | def _on_button_clicked(self): method _on_action_clicked (line 135) | def _on_action_clicked(self, action): method _update (line 138) | def _update(self, values): class SaveAsDialog (line 173) | class SaveAsDialog(QtWidgets.QDialog): method __init__ (line 181) | def __init__( method get_existing_comments (line 333) | def get_existing_comments(self): method on_version_spinbox_changed (line 352) | def on_version_spinbox_changed(self, value): method on_version_checkbox_changed (line 356) | def on_version_checkbox_changed(self, _value): method on_comment_changed (line 359) | def on_comment_changed(self, text): method on_extension_changed (line 363) | def on_extension_changed(self): method on_ok_pressed (line 370) | def on_ok_pressed(self): method on_cancel_pressed (line 374) | def on_cancel_pressed(self): method get_result (line 377) | def get_result(self): method get_work_file (line 380) | def get_work_file(self): method refresh (line 390) | def refresh(self): FILE: openpype/tools/workfiles/window.py function file_size_to_string (line 31) | def file_size_to_string(file_size): class SidePanelWidget (line 47) | class SidePanelWidget(QtWidgets.QWidget): method __init__ (line 54) | def __init__(self, parent=None): method set_published_visible (line 91) | def set_published_visible(self, published_visible): method _on_note_change (line 94) | def _on_note_change(self): method _on_save_click (line 98) | def _on_save_click(self): method get_user_name (line 103) | def get_user_name(self, file): method set_context (line 116) | def set_context(self, asset_id, task_name, filepath, workfile_doc): method get_workfile_data (line 166) | def get_workfile_data(self): class Window (line 173) | class Window(QtWidgets.QWidget): method __init__ (line 177) | def __init__(self, parent=None): method ensure_visible (line 259) | def ensure_visible( method project_name (line 303) | def project_name(self): method showEvent (line 306) | def showEvent(self, event): method keyPressEvent (line 313) | def keyPressEvent(self, event): method set_save_enabled (line 323) | def set_save_enabled(self, enabled): method on_file_select (line 326) | def on_file_select(self, filepath): method on_workfile_create (line 341) | def on_workfile_create(self, filepath): method _on_file_opened (line 344) | def _on_file_opened(self): method _on_published_change (line 347) | def _on_published_change(self, visible): method on_side_panel_save (line 350) | def on_side_panel_save(self): method _get_current_workfile_doc (line 372) | def _get_current_workfile_doc(self, filepath=None): method _create_workfile_doc (line 386) | def _create_workfile_doc(self, filepath): method refresh (line 413) | def refresh(self): method set_context (line 419) | def set_context(self, context): method _on_context_set_timeout (line 423) | def _on_context_set_timeout(self): method _on_asset_changed (line 449) | def _on_asset_changed(self): method _on_task_changed (line 461) | def _on_task_changed(self): FILE: openpype/vendor/python/common/ayon_api/_api.py class GlobalServerAPI (line 20) | class GlobalServerAPI(ServerAPI): method __init__ (line 28) | def __init__( method login (line 54) | def login(self, username, password): method get_url (line 67) | def get_url(): method get_token (line 71) | def get_token(): method set_environments (line 75) | def set_environments(url, token): class GlobalContext (line 87) | class GlobalContext: method is_connection_created (line 97) | def is_connection_created(cls): method change_token (line 101) | def change_token(cls, url, token): method close_connection (line 112) | def close_connection(cls): method create_connection (line 118) | def create_connection(cls, *args, **kwargs): method get_server_api_connection (line 125) | def get_server_api_connection(cls): class ServiceContext (line 131) | class ServiceContext: method init_service (line 150) | def init_service( function init_service (line 189) | def init_service(*args, **kwargs): function get_service_addon_name (line 199) | def get_service_addon_name(): function get_service_addon_version (line 212) | def get_service_addon_version(): function get_service_name (line 225) | def get_service_name(): function get_service_addon_settings (line 238) | def get_service_addon_settings(): function is_connection_created (line 258) | def is_connection_created(): function create_connection (line 268) | def create_connection(site_id=None, client_version=None): function close_connection (line 282) | def close_connection(): function change_token (line 288) | def change_token(url, token): function set_environments (line 301) | def set_environments(url, token): function get_server_api_connection (line 312) | def get_server_api_connection(): function get_site_id (line 325) | def get_site_id(): function set_site_id (line 330) | def set_site_id(site_id): function get_client_version (line 343) | def get_client_version(): function set_client_version (line 356) | def set_client_version(client_version): function get_default_settings_variant (line 369) | def get_default_settings_variant(): function set_default_settings_variant (line 380) | def set_default_settings_variant(variant): function get_sender (line 395) | def get_sender(): function set_sender (line 406) | def set_sender(sender): function get_base_url (line 417) | def get_base_url(): function get_rest_url (line 422) | def get_rest_url(): function raw_get (line 427) | def raw_get(*args, **kwargs): function raw_post (line 432) | def raw_post(*args, **kwargs): function raw_put (line 437) | def raw_put(*args, **kwargs): function raw_patch (line 442) | def raw_patch(*args, **kwargs): function raw_delete (line 447) | def raw_delete(*args, **kwargs): function get (line 452) | def get(*args, **kwargs): function post (line 457) | def post(*args, **kwargs): function put (line 462) | def put(*args, **kwargs): function patch (line 467) | def patch(*args, **kwargs): function delete (line 472) | def delete(*args, **kwargs): function get_timeout (line 477) | def get_timeout(*args, **kwargs): function set_timeout (line 482) | def set_timeout(*args, **kwargs): function get_max_retries (line 487) | def get_max_retries(*args, **kwargs): function set_max_retries (line 492) | def set_max_retries(*args, **kwargs): function get_event (line 497) | def get_event(*args, **kwargs): function get_events (line 502) | def get_events(*args, **kwargs): function dispatch_event (line 507) | def dispatch_event(*args, **kwargs): function update_event (line 512) | def update_event(*args, **kwargs): function enroll_event_job (line 517) | def enroll_event_job(*args, **kwargs): function download_file (line 522) | def download_file(*args, **kwargs): function upload_file (line 527) | def upload_file(*args, **kwargs): function query_graphql (line 532) | def query_graphql(*args, **kwargs): function get_users (line 537) | def get_users(*args, **kwargs): function get_user (line 542) | def get_user(*args, **kwargs): function get_attributes_for_type (line 547) | def get_attributes_for_type(*args, **kwargs): function get_addons_info (line 552) | def get_addons_info(*args, **kwargs): function get_addon_url (line 557) | def get_addon_url(addon_name, addon_version, *subpaths): function download_addon_private_file (line 562) | def download_addon_private_file(*args, **kwargs): function get_info (line 567) | def get_info(*args, **kwargs): function get_server_version (line 572) | def get_server_version(*args, **kwargs): function get_server_version_tuple (line 577) | def get_server_version_tuple(*args, **kwargs): function get_installers (line 583) | def get_installers(*args, **kwargs): function create_installer (line 588) | def create_installer(*args, **kwargs): function update_installer (line 593) | def update_installer(*args, **kwargs): function delete_installer (line 598) | def delete_installer(*args, **kwargs): function download_installer (line 603) | def download_installer(*args, **kwargs): function upload_installer (line 608) | def upload_installer(*args, **kwargs): function download_dependency_package (line 614) | def download_dependency_package(*args, **kwargs): function upload_dependency_package (line 619) | def upload_dependency_package(*args, **kwargs): function get_dependency_packages (line 624) | def get_dependency_packages(*args, **kwargs): function create_dependency_package (line 629) | def create_dependency_package(*args, **kwargs): function update_dependency_package (line 634) | def update_dependency_package(*args, **kwargs): function delete_dependency_package (line 639) | def delete_dependency_package(*args, **kwargs): function upload_addon_zip (line 644) | def upload_addon_zip(*args, **kwargs): function get_project_anatomy_presets (line 649) | def get_project_anatomy_presets(*args, **kwargs): function get_bundles (line 654) | def get_bundles(*args, **kwargs): function create_bundle (line 659) | def create_bundle(*args, **kwargs): function update_bundle (line 664) | def update_bundle(*args, **kwargs): function delete_bundle (line 669) | def delete_bundle(*args, **kwargs): function get_project_anatomy_preset (line 674) | def get_project_anatomy_preset(*args, **kwargs): function get_project_roots_by_site (line 679) | def get_project_roots_by_site(*args, **kwargs): function get_project_roots_for_site (line 684) | def get_project_roots_for_site(*args, **kwargs): function get_addon_settings_schema (line 689) | def get_addon_settings_schema(*args, **kwargs): function get_addon_site_settings_schema (line 694) | def get_addon_site_settings_schema(*args, **kwargs): function get_addon_studio_settings (line 699) | def get_addon_studio_settings(*args, **kwargs): function get_addon_project_settings (line 704) | def get_addon_project_settings(*args, **kwargs): function get_addon_settings (line 709) | def get_addon_settings(*args, **kwargs): function get_addon_site_settings (line 714) | def get_addon_site_settings(*args, **kwargs): function get_bundle_settings (line 719) | def get_bundle_settings(*args, **kwargs): function get_addons_studio_settings (line 724) | def get_addons_studio_settings(*args, **kwargs): function get_addons_project_settings (line 729) | def get_addons_project_settings(*args, **kwargs): function get_addons_settings (line 734) | def get_addons_settings(*args, **kwargs): function get_secrets (line 739) | def get_secrets(*args, **kwargs): function get_secret (line 744) | def get_secret(*args, **kwargs): function save_secret (line 749) | def save_secret(*args, **kwargs): function delete_secret (line 754) | def delete_secret(*args, **kwargs): function get_project_names (line 759) | def get_project_names(*args, **kwargs): function get_project (line 764) | def get_project(*args, **kwargs): function get_projects (line 769) | def get_projects(*args, **kwargs): function get_folders (line 774) | def get_folders(*args, **kwargs): function get_folders_hierarchy (line 779) | def get_folders_hierarchy(*args, **kwargs): function get_tasks (line 784) | def get_tasks(*args, **kwargs): function get_task_by_id (line 789) | def get_task_by_id(*args, **kwargs): function get_task_by_name (line 794) | def get_task_by_name(*args, **kwargs): function get_folder_by_id (line 799) | def get_folder_by_id(*args, **kwargs): function get_folder_by_path (line 804) | def get_folder_by_path(*args, **kwargs): function get_folder_by_name (line 809) | def get_folder_by_name(*args, **kwargs): function get_folder_ids_with_products (line 814) | def get_folder_ids_with_products(*args, **kwargs): function get_product_types (line 819) | def get_product_types(*args, **kwargs): function get_project_product_types (line 824) | def get_project_product_types(*args, **kwargs): function get_product_type_names (line 829) | def get_product_type_names(*args, **kwargs): function get_products (line 834) | def get_products(*args, **kwargs): function get_product_by_id (line 839) | def get_product_by_id(*args, **kwargs): function get_product_by_name (line 844) | def get_product_by_name(*args, **kwargs): function get_versions (line 849) | def get_versions(*args, **kwargs): function get_version_by_id (line 854) | def get_version_by_id(*args, **kwargs): function get_version_by_name (line 859) | def get_version_by_name(*args, **kwargs): function get_hero_version_by_id (line 864) | def get_hero_version_by_id(*args, **kwargs): function get_hero_version_by_product_id (line 869) | def get_hero_version_by_product_id(*args, **kwargs): function get_hero_versions (line 874) | def get_hero_versions(*args, **kwargs): function get_last_versions (line 879) | def get_last_versions(*args, **kwargs): function get_last_version_by_product_id (line 884) | def get_last_version_by_product_id(*args, **kwargs): function get_last_version_by_product_name (line 889) | def get_last_version_by_product_name(*args, **kwargs): function version_is_latest (line 894) | def version_is_latest(*args, **kwargs): function get_representations (line 899) | def get_representations(*args, **kwargs): function get_representation_by_id (line 904) | def get_representation_by_id(*args, **kwargs): function get_representation_by_name (line 909) | def get_representation_by_name(*args, **kwargs): function get_representation_parents (line 914) | def get_representation_parents(*args, **kwargs): function get_representations_parents (line 919) | def get_representations_parents(*args, **kwargs): function get_repre_ids_by_context_filters (line 924) | def get_repre_ids_by_context_filters(*args, **kwargs): function get_workfiles_info (line 929) | def get_workfiles_info(*args, **kwargs): function get_workfile_info (line 934) | def get_workfile_info(*args, **kwargs): function get_workfile_info_by_id (line 939) | def get_workfile_info_by_id(*args, **kwargs): function create_project (line 944) | def create_project( function update_project (line 959) | def update_project(project_name, *args, **kwargs): function delete_project (line 964) | def delete_project(project_name): function get_thumbnail_by_id (line 969) | def get_thumbnail_by_id(project_name, thumbnail_id): function get_thumbnail (line 974) | def get_thumbnail(project_name, entity_type, entity_id, thumbnail_id=None): function get_folder_thumbnail (line 981) | def get_folder_thumbnail(project_name, folder_id, thumbnail_id=None): function get_version_thumbnail (line 986) | def get_version_thumbnail(project_name, version_id, thumbnail_id=None): function get_workfile_thumbnail (line 991) | def get_workfile_thumbnail(project_name, workfile_id, thumbnail_id=None): function create_thumbnail (line 996) | def create_thumbnail(project_name, src_filepath, thumbnail_id=None): function update_thumbnail (line 1001) | def update_thumbnail(project_name, thumbnail_id, src_filepath): function get_attributes_fields_for_type (line 1006) | def get_attributes_fields_for_type(entity_type): function get_default_fields_for_type (line 1011) | def get_default_fields_for_type(entity_type): function get_full_link_type_name (line 1016) | def get_full_link_type_name(link_type_name, input_type, output_type): function get_link_types (line 1022) | def get_link_types(project_name): function get_link_type (line 1027) | def get_link_type(project_name, link_type_name, input_type, output_type): function create_link_type (line 1033) | def create_link_type( function delete_link_type (line 1040) | def delete_link_type(project_name, link_type_name, input_type, output_ty... function make_sure_link_type_exists (line 1046) | def make_sure_link_type_exists( function create_link (line 1055) | def create_link( function delete_link (line 1072) | def delete_link(project_name, link_id): function get_entities_links (line 1077) | def get_entities_links( function get_folders_links (line 1094) | def get_folders_links( function get_folder_links (line 1109) | def get_folder_links( function get_tasks_links (line 1124) | def get_tasks_links( function get_task_links (line 1139) | def get_task_links( function get_products_links (line 1154) | def get_products_links( function get_product_links (line 1169) | def get_product_links( function get_versions_links (line 1184) | def get_versions_links( function get_version_links (line 1199) | def get_version_links( function get_representations_links (line 1214) | def get_representations_links( function get_representation_links (line 1229) | def get_representation_links( function send_batch_operations (line 1244) | def send_batch_operations( FILE: openpype/vendor/python/common/ayon_api/entity_hub.py class _CustomNone (line 11) | class _CustomNone(object): method __init__ (line 12) | def __init__(self, name=None): method __repr__ (line 15) | def __repr__(self): method __bool__ (line 18) | def __bool__(self): class EntityHub (line 27) | class EntityHub(object): method __init__ (line 50) | def __init__( method allow_data_changes (line 76) | def allow_data_changes(self): method path_start_with_slash (line 90) | def path_start_with_slash(self): method project_name (line 102) | def project_name(self): method project_entity (line 112) | def project_entity(self): method get_attributes_for_type (line 123) | def get_attributes_for_type(self, entity_type): method get_entity_by_id (line 142) | def get_entity_by_id(self, entity_id): method get_folder_by_id (line 156) | def get_folder_by_id(self, entity_id, allow_query=True): method get_task_by_id (line 172) | def get_task_by_id(self, entity_id, allow_query=True): method get_or_query_entity_by_id (line 188) | def get_or_query_entity_by_id(self, entity_id, entity_types): method entities (line 241) | def entities(self): method add_new_folder (line 251) | def add_new_folder(self, *args, created=True, **kwargs): method add_new_task (line 281) | def add_new_task(self, *args, created=True, **kwargs): method add_folder (line 309) | def add_folder(self, folder): method add_task (line 323) | def add_task(self, task): method add_entity (line 337) | def add_entity(self, entity): method folder_path_reseted (line 356) | def folder_path_reseted(self, folder_id): method unset_entity_parent (line 384) | def unset_entity_parent(self, entity_id, parent_id): method set_entity_parent (line 415) | def set_entity_parent(self, entity_id, parent_id, orig_parent_id=_NOT_... method _query_entity_children (line 454) | def _query_entity_children(self, entity): method get_entity_children (line 506) | def get_entity_children(self, entity, allow_query=True): method delete_entity (line 518) | def delete_entity(self, entity): method reset_immutable_for_hierarchy_cache (line 527) | def reset_immutable_for_hierarchy_cache( method fill_project_from_server (line 553) | def fill_project_from_server(self): method _get_folder_fields (line 592) | def _get_folder_fields(self): method query_entities_from_server (line 601) | def query_entities_from_server(self): method lock (line 656) | def lock(self): method _get_top_entities (line 663) | def _get_top_entities(self): method _split_entities (line 671) | def _split_entities(self): method _get_update_body (line 693) | def _get_update_body(self, entity, changes=None): method _get_create_body (line 706) | def _get_create_body(self, entity): method _get_delete_body (line 714) | def _get_delete_body(self, entity): method _pre_commit_types_changes (line 721) | def _pre_commit_types_changes( method _pre_commit_project (line 763) | def _pre_commit_project(self): method commit_changes (line 797) | def commit_changes(self): class AttributeValue (line 883) | class AttributeValue(object): method __init__ (line 884) | def __init__(self, value): method get_value (line 888) | def get_value(self): method set_value (line 891) | def set_value(self, value): method changed (line 897) | def changed(self): method lock (line 900) | def lock(self): class Attributes (line 904) | class Attributes(object): method __init__ (line 917) | def __init__(self, attrib_keys, values=UNKNOWN_VALUE): method __contains__ (line 925) | def __contains__(self, key): method __getitem__ (line 928) | def __getitem__(self, key): method __setitem__ (line 931) | def __setitem__(self, key, value): method __iter__ (line 934) | def __iter__(self): method keys (line 938) | def keys(self): method values (line 941) | def values(self): method items (line 945) | def items(self): method get (line 949) | def get(self, key, default=None): method set (line 963) | def set(self, key, value): method get_attribute (line 973) | def get_attribute(self, key): method lock (line 988) | def lock(self): method changes (line 993) | def changes(self): method to_dict (line 1006) | def to_dict(self, ignore_none=True): class BaseEntity (line 1020) | class BaseEntity(object): method __init__ (line 1046) | def __init__( method __repr__ (line 1102) | def __repr__(self): method __getitem__ (line 1105) | def __getitem__(self, item): method __setitem__ (line 1108) | def __setitem__(self, item, value): method _prepare_entity_id (line 1111) | def _prepare_entity_id(self, entity_id): method id (line 1118) | def id(self): method removed (line 1128) | def removed(self): method orig_parent_id (line 1132) | def orig_parent_id(self): method attribs (line 1136) | def attribs(self): method data (line 1147) | def data(self): method project_name (line 1160) | def project_name(self): method entity_type (line 1171) | def entity_type(self): method parent_entity_types (line 1182) | def parent_entity_types(self): method changes (line 1193) | def changes(self): method from_entity_data (line 1205) | def from_entity_data(cls, entity_data, entity_hub): method to_create_body_data (line 1219) | def to_create_body_data(self): method immutable_for_hierarchy (line 1229) | def immutable_for_hierarchy(self): method _immutable_for_hierarchy (line 1255) | def _immutable_for_hierarchy(self): method has_cached_immutable_hierarchy (line 1269) | def has_cached_immutable_hierarchy(self): method reset_immutable_for_hierarchy_cache (line 1272) | def reset_immutable_for_hierarchy_cache(self, bottom_to_top=True): method _get_default_changes (line 1287) | def _get_default_changes(self): method _get_attributes_for_type (line 1316) | def _get_attributes_for_type(self, entity_type): method lock (line 1319) | def lock(self): method _get_entity_by_id (line 1331) | def _get_entity_by_id(self, entity_id): method get_name (line 1334) | def get_name(self): method set_name (line 1337) | def set_name(self, name): method get_parent_id (line 1342) | def get_parent_id(self): method set_parent_id (line 1351) | def set_parent_id(self, parent_id): method get_parent (line 1371) | def get_parent(self, allow_query=True): method set_parent (line 1392) | def set_parent(self, parent): method get_children_ids (line 1409) | def get_children_ids(self, allow_query=True): method get_children (line 1430) | def get_children(self, allow_query=True): method add_child (line 1449) | def add_child(self, child): method remove_child (line 1468) | def remove_child(self, child): method get_thumbnail_id (line 1485) | def get_thumbnail_id(self): method set_thumbnail_id (line 1494) | def set_thumbnail_id(self, thumbnail_id): method created (line 1506) | def created(self): method fill_children_ids (line 1515) | def fill_children_ids(self, children_ids): class ProjectStatus (line 1525) | class ProjectStatus: method __init__ (line 1545) | def __init__( method __str__ (line 1582) | def __str__(self): method __repr__ (line 1590) | def __repr__(self): method __getitem__ (line 1593) | def __getitem__(self, key): method __setitem__ (line 1600) | def __setitem__(self, key, value): method lock (line 1605) | def lock(self): method slugify_name (line 1620) | def slugify_name(name): method get_project_statuses (line 1632) | def get_project_statuses(self): method set_project_statuses (line 1641) | def set_project_statuses(self, project_statuses): method unset_project_statuses (line 1650) | def unset_project_statuses(self, project_statuses): method changed (line 1662) | def changed(self): method delete (line 1679) | def delete(self): method get_index (line 1685) | def get_index(self): method set_index (line 1695) | def set_index(self, index, **kwargs): method get_name (line 1708) | def get_name(self): method set_name (line 1717) | def set_name(self, name): method get_short_name (line 1731) | def get_short_name(self): method set_short_name (line 1740) | def set_short_name(self, short_name): method get_icon (line 1751) | def get_icon(self): method set_icon (line 1760) | def set_icon(self, icon): method slugified_name (line 1774) | def slugified_name(self): method get_state (line 1788) | def get_state(self): method set_state (line 1798) | def set_state(self, state): method get_color (line 1810) | def get_color(self): method set_color (line 1819) | def set_color(self, color): method _validate_other_p_statuses (line 1842) | def _validate_other_p_statuses(self, other): method move_before (line 1872) | def move_before(self, other): method move_after (line 1882) | def move_after(self, other): method to_data (line 1892) | def to_data(self): method from_data (line 1915) | def from_data(cls, data, index=None, project_statuses=None): class _ProjectStatuses (line 1936) | class _ProjectStatuses: method __init__ (line 1949) | def __init__(self, statuses): method __len__ (line 1957) | def __len__(self): method __iter__ (line 1960) | def __iter__(self): method create (line 1970) | def create( method lock (line 1998) | def lock(self): method to_data (line 2009) | def to_data(self): method set (line 2017) | def set(self, statuses): method changed (line 2033) | def changed(self): method get (line 2053) | def get(self, name, default=None): method index (line 2075) | def index(self, status, **kwargs): method get_status_by_slugified_name (line 2105) | def get_status_by_slugified_name(self, name): method remove_by_name (line 2125) | def remove_by_name(self, name, ignore_missing=False): method remove (line 2145) | def remove(self, status, ignore_missing=False): method pop (line 2165) | def pop(self, index): method insert (line 2181) | def insert(self, index, status): method append (line 2217) | def append(self, status): method set_status_index (line 2230) | def set_status_index(self, status, index): class ProjectEntity (line 2241) | class ProjectEntity(BaseEntity): method __init__ (line 2269) | def __init__( method _prepare_entity_id (line 2293) | def _prepare_entity_id(self, entity_id): method get_parent (line 2300) | def get_parent(self, *args, **kwargs): method set_parent (line 2303) | def set_parent(self, parent): method get_orig_folder_types (line 2310) | def get_orig_folder_types(self): method get_folder_types (line 2313) | def get_folder_types(self): method set_folder_types (line 2316) | def set_folder_types(self, folder_types): method get_orig_task_types (line 2324) | def get_orig_task_types(self): method get_task_types (line 2327) | def get_task_types(self): method set_task_types (line 2330) | def set_task_types(self, task_types): method get_orig_statuses (line 2338) | def get_orig_statuses(self): method get_statuses (line 2341) | def get_statuses(self): method set_statuses (line 2344) | def set_statuses(self, statuses): method lock (line 2351) | def lock(self): method changes (line 2358) | def changes(self): method from_entity_data (line 2372) | def from_entity_data(cls, project, entity_hub): method to_create_body_data (line 2387) | def to_create_body_data(self): class FolderEntity (line 2393) | class FolderEntity(BaseEntity): method __init__ (line 2419) | def __init__(self, folder_type, *args, label=None, path=None, **kwargs): method get_folder_type (line 2436) | def get_folder_type(self): method set_folder_type (line 2439) | def set_folder_type(self, folder_type): method get_label (line 2444) | def get_label(self): method set_label (line 2447) | def set_label(self, label): method get_path (line 2452) | def get_path(self, dynamic_value=True): method reset_path (line 2468) | def reset_path(self): method get_has_published_content (line 2474) | def get_has_published_content(self): method set_has_published_content (line 2477) | def set_has_published_content(self, has_published_content): method _immutable_for_hierarchy (line 2490) | def _immutable_for_hierarchy(self): method lock (line 2495) | def lock(self): method changes (line 2500) | def changes(self): method from_entity_data (line 2522) | def from_entity_data(cls, folder, entity_hub): method to_create_body_data (line 2541) | def to_create_body_data(self): class TaskEntity (line 2575) | class TaskEntity(BaseEntity): method __init__ (line 2599) | def __init__(self, task_type, *args, label=None, **kwargs): method lock (line 2610) | def lock(self): method get_task_type (line 2614) | def get_task_type(self): method set_task_type (line 2617) | def set_task_type(self, task_type): method get_label (line 2622) | def get_label(self): method set_label (line 2625) | def set_label(self, label): method add_child (line 2630) | def add_child(self, child): method changes (line 2634) | def changes(self): method from_entity_data (line 2653) | def from_entity_data(cls, task, entity_hub): method to_create_body_data (line 2667) | def to_create_body_data(self): FILE: openpype/vendor/python/common/ayon_api/events.py class ServerEvent (line 4) | class ServerEvent(object): method __init__ (line 5) | def __init__( method to_data (line 38) | def to_data(self): FILE: openpype/vendor/python/common/ayon_api/exceptions.py class UrlError (line 4) | class UrlError(Exception): method __init__ (line 11) | def __init__(self, message, title, hints=None): class ServerError (line 20) | class ServerError(Exception): class UnauthorizedError (line 24) | class UnauthorizedError(ServerError): class AuthenticationError (line 28) | class AuthenticationError(ServerError): class ServerNotReached (line 32) | class ServerNotReached(ServerError): class RequestError (line 36) | class RequestError(Exception): method __init__ (line 37) | def __init__(self, message, response): class HTTPRequestError (line 42) | class HTTPRequestError(RequestError): class GraphQlQueryFailed (line 46) | class GraphQlQueryFailed(Exception): method __init__ (line 47) | def __init__(self, errors, query, variables): class MissingEntityError (line 79) | class MissingEntityError(Exception): class ProjectNotFound (line 83) | class ProjectNotFound(MissingEntityError): method __init__ (line 84) | def __init__(self, project_name, message=None): class FolderNotFound (line 91) | class FolderNotFound(MissingEntityError): method __init__ (line 92) | def __init__(self, project_name, folder_id, message=None): class FailedOperations (line 102) | class FailedOperations(Exception): class FailedServiceInit (line 106) | class FailedServiceInit(Exception): FILE: openpype/vendor/python/common/ayon_api/graphql.py function fields_to_dict (line 12) | def fields_to_dict(fields): class QueryVariable (line 34) | class QueryVariable(object): method __init__ (line 44) | def __init__(self, variable_name): method name (line 49) | def name(self): method variable_name (line 55) | def variable_name(self): method __hash__ (line 60) | def __hash__(self): method __str__ (line 63) | def __str__(self): method __format__ (line 66) | def __format__(self, *args, **kwargs): class GraphQlQuery (line 70) | class GraphQlQuery: method __init__ (line 82) | def __init__(self, name): method indent (line 89) | def indent(self): method child_indent (line 99) | def child_indent(self): method need_query (line 109) | def need_query(self): method has_multiple_edge_fields (line 124) | def has_multiple_edge_fields(self): method add_variable (line 135) | def add_variable(self, key, value_type, value=None): method get_variable (line 166) | def get_variable(self, key): method get_variable_value (line 178) | def get_variable_value(self, key, default=None): method set_variable_value (line 194) | def set_variable_value(self, key, value): method get_variable_keys (line 205) | def get_variable_keys(self): method get_variables_values (line 214) | def get_variables_values(self): method add_obj_field (line 231) | def add_obj_field(self, field): method add_field_with_edges (line 244) | def add_field_with_edges(self, name): method add_field (line 258) | def add_field(self, name): method calculate_query (line 272) | def calculate_query(self): method parse_result (line 307) | def parse_result(self, data, output, progress_data): method query (line 324) | def query(self, con): method continuous_query (line 349) | def continuous_query(self, con): class BaseGraphQlQueryField (line 391) | class BaseGraphQlQueryField(object): method __init__ (line 400) | def __init__(self, name, parent): method __repr__ (line 419) | def __repr__(self): method add_variable (line 422) | def add_variable(self, key, value_type, value=None): method get_variable (line 440) | def get_variable(self, key): method need_query (line 453) | def need_query(self): method _children_iter (line 470) | def _children_iter(self): method sum_edge_fields (line 480) | def sum_edge_fields(self, max_limit=None): method offset (line 505) | def offset(self): method indent (line 509) | def indent(self): method child_indent (line 514) | def child_indent(self): method query_item (line 518) | def query_item(self): method has_edges (line 523) | def has_edges(self): method child_has_edges (line 527) | def child_has_edges(self): method path (line 534) | def path(self): method reset_cursor (line 549) | def reset_cursor(self): method get_variable_value (line 553) | def get_variable_value(self, *args, **kwargs): method set_variable_value (line 556) | def set_variable_value(self, *args, **kwargs): method set_filter (line 559) | def set_filter(self, key, value): method has_filter (line 562) | def has_filter(self, key): method remove_filter (line 565) | def remove_filter(self, key): method set_parent (line 568) | def set_parent(self, parent): method add_obj_field (line 574) | def add_obj_field(self, field): method add_field_with_edges (line 581) | def add_field_with_edges(self, name): method add_field (line 586) | def add_field(self, name): method _filter_value_to_str (line 591) | def _filter_value_to_str(self, value): method get_filters (line 614) | def get_filters(self): method _filters_to_string (line 625) | def _filters_to_string(self): method _fake_children_parse (line 642) | def _fake_children_parse(self): method calculate_query (line 649) | def calculate_query(self): method parse_result (line 653) | def parse_result(self, data, output, progress_data): class GraphQlQueryField (line 657) | class GraphQlQueryField(BaseGraphQlQueryField): method child_indent (line 661) | def child_indent(self): method parse_result (line 664) | def parse_result(self, data, output, progress_data): method calculate_query (line 710) | def calculate_query(self): class GraphQlQueryEdgeField (line 732) | class GraphQlQueryEdgeField(BaseGraphQlQueryField): method __init__ (line 735) | def __init__(self, *args, **kwargs): method child_indent (line 741) | def child_indent(self): method _children_iter (line 745) | def _children_iter(self): method add_obj_field (line 752) | def add_obj_field(self, field): method add_obj_edge_field (line 758) | def add_obj_edge_field(self, field): method add_edge_field (line 765) | def add_edge_field(self, name): method reset_cursor (line 770) | def reset_cursor(self): method parse_result (line 777) | def parse_result(self, data, output, progress_data): method _get_cursor_key (line 843) | def _get_cursor_key(self): method get_filters (line 846) | def get_filters(self): method calculate_query (line 854) | def calculate_query(self): FILE: openpype/vendor/python/common/ayon_api/graphql_queries.py function fields_to_dict (line 6) | def fields_to_dict(fields): function add_links_fields (line 28) | def add_links_fields(entity_field, nested_fields): function project_graphql_query (line 80) | def project_graphql_query(fields): function projects_graphql_query (line 104) | def projects_graphql_query(fields): function product_types_query (line 126) | def product_types_query(fields): function project_product_types_query (line 148) | def project_product_types_query(fields): function folders_graphql_query (line 172) | def folders_graphql_query(fields): function tasks_graphql_query (line 224) | def tasks_graphql_query(fields): function products_graphql_query (line 269) | def products_graphql_query(fields): function versions_graphql_query (line 314) | def versions_graphql_query(fields): function representations_graphql_query (line 361) | def representations_graphql_query(fields): function representations_parents_qraphql_query (line 406) | def representations_parents_qraphql_query( function workfiles_info_graphql_query (line 447) | def workfiles_info_graphql_query(fields): function events_graphql_query (line 489) | def events_graphql_query(fields): function users_graphql_query (line 528) | def users_graphql_query(fields): FILE: openpype/vendor/python/common/ayon_api/operations.py function _create_or_convert_to_id (line 13) | def _create_or_convert_to_id(entity_id=None): function new_folder_entity (line 22) | def new_folder_entity( function new_product_entity (line 79) | def new_product_entity( function new_version_entity (line 130) | def new_version_entity( function new_hero_version_entity (line 192) | def new_hero_version_entity( function new_representation_entity (line 251) | def new_representation_entity( function new_workfile_info (line 301) | def new_workfile_info( class AbstractOperation (line 358) | class AbstractOperation(object): method __init__ (line 370) | def __init__(self, project_name, entity_type, session): method project_name (line 377) | def project_name(self): method id (line 381) | def id(self): method entity_type (line 387) | def entity_type(self): method operation_name (line 392) | def operation_name(self): method to_data (line 397) | def to_data(self): class CreateOperation (line 412) | class CreateOperation(AbstractOperation): method __init__ (line 424) | def __init__(self, project_name, entity_type, data, session): method __setitem__ (line 438) | def __setitem__(self, key, value): method __getitem__ (line 441) | def __getitem__(self, key): method set_value (line 444) | def set_value(self, key, value): method get (line 447) | def get(self, key, *args, **kwargs): method con (line 451) | def con(self): method session (line 455) | def session(self): method entity_id (line 459) | def entity_id(self): method data (line 463) | def data(self): method to_data (line 466) | def to_data(self): method to_server_operation (line 471) | def to_server_operation(self): class UpdateOperation (line 481) | class UpdateOperation(AbstractOperation): method __init__ (line 496) | def __init__( method entity_id (line 507) | def entity_id(self): method update_data (line 511) | def update_data(self): method con (line 515) | def con(self): method session (line 519) | def session(self): method to_data (line 522) | def to_data(self): method to_server_operation (line 536) | def to_server_operation(self): class DeleteOperation (line 555) | class DeleteOperation(AbstractOperation): method __init__ (line 567) | def __init__(self, project_name, entity_type, entity_id, session): method entity_id (line 575) | def entity_id(self): method con (line 579) | def con(self): method session (line 583) | def session(self): method to_data (line 586) | def to_data(self): method to_server_operation (line 591) | def to_server_operation(self): class OperationsSession (line 600) | class OperationsSession(object): method __init__ (line 614) | def __init__(self, con=None): method con (line 623) | def con(self): method get_project (line 626) | def get_project(self, project_name): method __len__ (line 632) | def __len__(self): method add (line 635) | def add(self, operation): method append (line 651) | def append(self, operation): method extend (line 660) | def extend(self, operations): method remove (line 671) | def remove(self, operation): method clear (line 676) | def clear(self): method to_data (line 681) | def to_data(self): method commit (line 687) | def commit(self): method create_entity (line 709) | def create_entity(self, project_name, entity_type, data, nested_id=None): method update_entity (line 737) | def update_entity( method delete_entity (line 757) | def delete_entity( FILE: openpype/vendor/python/common/ayon_api/server_api.py function _get_description (line 104) | def _get_description(response): class RequestType (line 110) | class RequestType: method __init__ (line 111) | def __init__(self, name): method __hash__ (line 114) | def __hash__(self): class RequestTypes (line 118) | class RequestTypes: class RestApiResponse (line 126) | class RestApiResponse(object): method __init__ (line 129) | def __init__(self, response, data=None): method text (line 139) | def text(self): method orig_response (line 145) | def orig_response(self): method headers (line 149) | def headers(self): method data (line 155) | def data(self): method content (line 164) | def content(self): method content_type (line 170) | def content_type(self): method detail (line 174) | def detail(self): method status_code (line 181) | def status_code(self): method raise_for_status (line 184) | def raise_for_status(self, message=None): method __enter__ (line 197) | def __enter__(self, *args, **kwargs): method __contains__ (line 200) | def __contains__(self, key): method __repr__ (line 203) | def __repr__(self): method __len__ (line 206) | def __len__(self): method __getitem__ (line 209) | def __getitem__(self, key): method get (line 212) | def get(self, key, default=None): class GraphQlResponse (line 219) | class GraphQlResponse: method __init__ (line 220) | def __init__(self, data): method __len__ (line 224) | def __len__(self): method __repr__ (line 229) | def __repr__(self): function fill_own_attribs (line 237) | def fill_own_attribs(entity): class _AsUserStack (line 253) | class _AsUserStack: method __init__ (line 281) | def __init__(self): method clear (line 287) | def clear(self): method username (line 294) | def username(self): method get_default_username (line 301) | def get_default_username(self): method set_default_username (line 304) | def set_default_username(self, username=None): method as_user (line 310) | def as_user(self, username): class ServerAPI (line 337) | class ServerAPI(object): method __init__ (line 372) | def __init__( method log (line 457) | def log(self): method get_base_url (line 462) | def get_base_url(self): method get_rest_url (line 465) | def get_rest_url(self): method get_ssl_verify (line 471) | def get_ssl_verify(self): method set_ssl_verify (line 480) | def set_ssl_verify(self, ssl_verify): method get_cert (line 494) | def get_cert(self): method set_cert (line 503) | def set_cert(self, cert): method get_default_timeout (line 520) | def get_default_timeout(cls): method get_default_max_retries (line 532) | def get_default_max_retries(cls): method get_timeout (line 550) | def get_timeout(self): method set_timeout (line 559) | def set_timeout(self, timeout): method get_max_retries (line 570) | def get_max_retries(self): method set_max_retries (line 579) | def set_max_retries(self, max_retries): method access_token (line 594) | def access_token(self): method get_site_id (line 603) | def get_site_id(self): method set_site_id (line 615) | def set_site_id(self, site_id): method get_client_version (line 633) | def get_client_version(self): method set_client_version (line 644) | def set_client_version(self, client_version): method get_default_settings_variant (line 661) | def get_default_settings_variant(self): method set_default_settings_variant (line 670) | def set_default_settings_variant(self, variant): method get_sender (line 689) | def get_sender(self): method set_sender (line 698) | def set_sender(self, sender): method get_default_service_username (line 712) | def get_default_service_username(self): method set_default_service_username (line 721) | def set_default_service_username(self, username=None): method as_username (line 755) | def as_username(self, username): method is_server_available (line 786) | def is_server_available(self): method has_valid_token (line 797) | def has_valid_token(self): method validate_server_availability (line 805) | def validate_server_availability(self): method validate_token (line 811) | def validate_token(self): method set_token (line 828) | def set_token(self, token): method reset_token (line 833) | def reset_token(self): method create_session (line 838) | def create_session(self, ignore_existing=True, force=False): method close_session (line 877) | def close_session(self): method _update_session_headers (line 886) | def _update_session_headers(self): method get_info (line 902) | def get_info(self): method get_server_version (line 919) | def get_server_version(self): method get_server_version_tuple (line 932) | def get_server_version_tuple(self): method graphql_allows_data_in_query (line 960) | def graphql_allows_data_in_query(self): method _get_user_info (line 979) | def _get_user_info(self): method get_users (line 1000) | def get_users(self, usernames=None, fields=None): method get_user (line 1032) | def get_user(self, username=None): method get_headers (line 1045) | def get_headers(self, content_type=None): method login (line 1074) | def login(self, username, password, create_session=True): method logout (line 1131) | def logout(self, soft=False): method _logout (line 1137) | def _logout(self): method _do_rest_request (line 1140) | def _do_rest_request(self, function, url, **kwargs): method raw_post (line 1226) | def raw_post(self, entrypoint, **kwargs): method raw_put (line 1236) | def raw_put(self, entrypoint, **kwargs): method raw_patch (line 1246) | def raw_patch(self, entrypoint, **kwargs): method raw_get (line 1256) | def raw_get(self, entrypoint, **kwargs): method raw_delete (line 1266) | def raw_delete(self, entrypoint, **kwargs): method post (line 1276) | def post(self, entrypoint, **kwargs): method put (line 1279) | def put(self, entrypoint, **kwargs): method patch (line 1282) | def patch(self, entrypoint, **kwargs): method get (line 1285) | def get(self, entrypoint, **kwargs): method delete (line 1288) | def delete(self, entrypoint, **kwargs): method get_event (line 1291) | def get_event(self, event_id): method get_events (line 1308) | def get_events( method update_event (line 1395) | def update_event( method dispatch_event (line 1443) | def dispatch_event( method enroll_event_job (line 1500) | def enroll_event_job( method _download_file (line 1584) | def _download_file(self, url, filepath, chunk_size, progress): method download_file (line 1604) | def download_file( method _upload_chunks_iter (line 1657) | def _upload_chunks_iter(file_stream, progress, chunk_size): method _upload_file (line 1683) | def _upload_file( method upload_file (line 1735) | def upload_file( method trigger_server_restart (line 1785) | def trigger_server_restart(self): method query_graphql (line 1797) | def query_graphql(self, query, variables=None): method get_graphql_schema (line 1818) | def get_graphql_schema(self): method get_server_schema (line 1821) | def get_server_schema(self): method get_schemas (line 1837) | def get_schemas(self): method get_attributes_schema (line 1852) | def get_attributes_schema(self, use_cache=True): method reset_attributes_schema (line 1865) | def reset_attributes_schema(self): method set_attribute_config (line 1869) | def set_attribute_config( method remove_attribute_config (line 1903) | def remove_attribute_config(self, attribute_name): method get_attributes_for_type (line 1921) | def get_attributes_for_type(self, entity_type): method get_attributes_fields_for_type (line 1969) | def get_attributes_fields_for_type(self, entity_type): method get_default_fields_for_type (line 1982) | def get_default_fields_for_type(self, entity_type): method get_addons_info (line 2049) | def get_addons_info(self, details=True): method get_addon_url (line 2064) | def get_addon_url(self, addon_name, addon_version, *subpaths): method download_addon_private_file (line 2093) | def download_addon_private_file( method get_installers (line 2142) | def get_installers(self, version=None, platform_name=None): method create_installer (line 2172) | def create_installer( method update_installer (line 2227) | def update_installer(self, filename, sources): method delete_installer (line 2242) | def delete_installer(self, filename): method download_installer (line 2252) | def download_installer( method upload_installer (line 2276) | def upload_installer(self, src_filepath, dst_filename, progress=None): method _get_dependency_package_route (line 2295) | def _get_dependency_package_route(self, filename=None): method get_dependency_packages (line 2301) | def get_dependency_packages(self): method create_dependency_package (line 2333) | def create_dependency_package( method update_dependency_package (line 2387) | def update_dependency_package(self, filename, sources): method delete_dependency_package (line 2403) | def delete_dependency_package(self, filename, platform_name=None): method download_dependency_package (line 2426) | def download_dependency_package( method upload_dependency_package (line 2474) | def upload_dependency_package( method upload_addon_zip (line 2501) | def upload_addon_zip(self, src_filepath, progress=None): method get_bundles (line 2528) | def get_bundles(self): method create_bundle (line 2562) | def create_bundle( method update_bundle (line 2604) | def update_bundle( method delete_bundle (line 2641) | def delete_bundle(self, bundle_name): method get_project_anatomy_presets (line 2654) | def get_project_anatomy_presets(self): method get_project_anatomy_preset (line 2678) | def get_project_anatomy_preset(self, preset_name=None): method get_project_roots_by_site (line 2697) | def get_project_roots_by_site(self, project_name): method get_project_roots_for_site (line 2716) | def get_project_roots_for_site(self, project_name, site_id=None): method get_addon_settings_schema (line 2740) | def get_addon_settings_schema( method get_addon_site_settings_schema (line 2769) | def get_addon_site_settings_schema(self, addon_name, addon_version): method get_addon_studio_settings (line 2786) | def get_addon_studio_settings( method get_addon_project_settings (line 2820) | def get_addon_project_settings( method get_addon_settings (line 2879) | def get_addon_settings( method get_addon_site_settings (line 2920) | def get_addon_site_settings( method get_bundle_settings (line 2950) | def get_bundle_settings( method get_addons_studio_settings (line 3008) | def get_addons_studio_settings( method get_addons_project_settings (line 3053) | def get_addons_project_settings( method get_addons_settings (line 3117) | def get_addons_settings( method get_secrets (line 3170) | def get_secrets(self): method get_secret (line 3193) | def get_secret(self, secret_name): method save_secret (line 3213) | def save_secret(self, secret_name, secret_value): method delete_secret (line 3232) | def delete_secret(self, secret_name): method get_rest_project (line 3244) | def get_rest_project(self, project_name): method get_rest_projects (line 3265) | def get_rest_projects(self, active=True, library=None): method get_rest_entity_by_id (line 3285) | def get_rest_entity_by_id(self, project_name, entity_type, entity_id): method get_rest_folder (line 3309) | def get_rest_folder(self, project_name, folder_id): method get_rest_task (line 3312) | def get_rest_task(self, project_name, task_id): method get_rest_product (line 3315) | def get_rest_product(self, project_name, product_id): method get_rest_version (line 3318) | def get_rest_version(self, project_name, version_id): method get_rest_representation (line 3321) | def get_rest_representation(self, project_name, representation_id): method get_project_names (line 3326) | def get_project_names(self, active=True, library=None): method get_projects (line 3363) | def get_projects( method get_project (line 3413) | def get_project(self, project_name, fields=None, own_attributes=False): method get_folders_hierarchy (line 3464) | def get_folders_hierarchy( method get_folders (line 3523) | def get_folders( method get_folder_by_id (line 3702) | def get_folder_by_id( method get_folder_by_path (line 3735) | def get_folder_by_path( method get_folder_by_name (line 3770) | def get_folder_by_name( method get_folder_ids_with_products (line 3807) | def get_folder_ids_with_products(self, project_name, folder_ids=None): method get_tasks (line 3842) | def get_tasks( method get_task_by_name (line 3980) | def get_task_by_name( method get_task_by_id (line 4015) | def get_task_by_id( method _filter_product (line 4047) | def _filter_product( method get_products (line 4063) | def get_products( method get_product_by_id (line 4242) | def get_product_by_id( method get_product_by_name (line 4275) | def get_product_by_name( method get_product_types (line 4311) | def get_product_types(self, fields=None): method get_project_product_types (line 4333) | def get_project_product_types(self, project_name, fields=None): method get_product_type_names (line 4357) | def get_product_type_names(self, project_name=None, product_ids=None): method get_versions (line 4393) | def get_versions( method get_version_by_id (line 4551) | def get_version_by_id( method get_version_by_name (line 4585) | def get_version_by_name( method get_hero_version_by_id (line 4621) | def get_hero_version_by_id( method get_hero_version_by_product_id (line 4653) | def get_hero_version_by_product_id( method get_hero_versions (line 4687) | def get_hero_versions( method get_last_versions (line 4727) | def get_last_versions( method get_last_version_by_product_id (line 4768) | def get_last_version_by_product_id( method get_last_version_by_product_name (line 4804) | def get_last_version_by_product_name( method version_is_latest (line 4846) | def version_is_latest(self, project_name, version_id): method _representation_conversion (line 4878) | def _representation_conversion(self, representation): method get_representations (line 4895) | def get_representations( method get_representation_by_id (line 5043) | def get_representation_by_id( method get_representation_by_name (line 5075) | def get_representation_by_name( method get_representations_parents (line 5110) | def get_representations_parents(self, project_name, representation_ids): method get_representation_parents (line 5159) | def get_representation_parents(self, project_name, representation_id): method get_repre_ids_by_context_filters (line 5180) | def get_repre_ids_by_context_filters( method get_workfiles_info (line 5268) | def get_workfiles_info( method get_workfile_info (line 5366) | def get_workfile_info( method get_workfile_info_by_id (line 5398) | def get_workfile_info_by_id( method _prepare_thumbnail_content (line 5428) | def _prepare_thumbnail_content(self, project_name, response): method get_thumbnail_by_id (line 5442) | def get_thumbnail_by_id(self, project_name, thumbnail_id): method get_thumbnail (line 5475) | def get_thumbnail( method get_folder_thumbnail (line 5521) | def get_folder_thumbnail( method get_version_thumbnail (line 5541) | def get_version_thumbnail( method get_workfile_thumbnail (line 5562) | def get_workfile_thumbnail( method _get_thumbnail_mime_type (line 5583) | def _get_thumbnail_mime_type(self, thumbnail_path): method create_thumbnail (line 5606) | def create_thumbnail(self, project_name, src_filepath, thumbnail_id=No... method update_thumbnail (line 5643) | def update_thumbnail(self, project_name, thumbnail_id, src_filepath): method create_project (line 5670) | def create_project( method update_project (line 5733) | def update_project( method delete_project (line 5797) | def delete_project(self, project_name): method get_full_link_type_name (line 5820) | def get_full_link_type_name(self, link_type_name, input_type, output_t... method get_link_types (line 5834) | def get_link_types(self, project_name): method get_link_type (line 5859) | def get_link_type( method create_link_type (line 5894) | def create_link_type( method delete_link_type (line 5924) | def delete_link_type( method make_sure_link_type_exists (line 5946) | def make_sure_link_type_exists( method create_link (line 5970) | def create_link( method delete_link (line 6014) | def delete_link(self, project_name, link_id): method _prepare_link_filters (line 6030) | def _prepare_link_filters(self, filters, link_types, link_direction): method get_entities_links (line 6055) | def get_entities_links( method get_folders_links (line 6148) | def get_folders_links( method get_folder_links (line 6173) | def get_folder_links( method get_tasks_links (line 6197) | def get_tasks_links( method get_task_links (line 6222) | def get_task_links( method get_products_links (line 6246) | def get_products_links( method get_product_links (line 6271) | def get_product_links( method get_versions_links (line 6295) | def get_versions_links( method get_version_links (line 6320) | def get_version_links( method get_representations_links (line 6344) | def get_representations_links( method get_representation_links (line 6373) | def get_representation_links( method send_batch_operations (line 6399) | def send_batch_operations( method _convert_entity_data (line 6489) | def _convert_entity_data(self, entity): FILE: openpype/vendor/python/common/ayon_api/utils.py function get_default_timeout (line 36) | def get_default_timeout(): function get_default_settings_variant (line 53) | def get_default_settings_variant(): function get_default_site_id (line 63) | def get_default_site_id(): class ThumbnailContent (line 73) | class ThumbnailContent: method __init__ (line 83) | def __init__(self, project_name, thumbnail_id, content, content_type): method id (line 90) | def id(self): method is_valid (line 100) | def is_valid(self): function prepare_query_string (line 112) | def prepare_query_string(key_values): function create_entity_id (line 130) | def create_entity_id(): function convert_entity_id (line 134) | def convert_entity_id(entity_id): function convert_or_create_entity_id (line 149) | def convert_or_create_entity_id(entity_id=None): function entity_data_json_default (line 156) | def entity_data_json_default(value): function slugify_string (line 165) | def slugify_string( function failed_json_default (line 218) | def failed_json_default(value): function prepare_attribute_changes (line 222) | def prepare_attribute_changes(old_entity, new_entity, replace=False): function prepare_entity_changes (line 247) | def prepare_entity_changes(old_entity, new_entity, replace=False): function _try_parse_url (line 270) | def _try_parse_url(url): function _try_connect_to_server (line 277) | def _try_connect_to_server(url, timeout=None): function login_to_server (line 290) | def login_to_server(url, username, password, timeout=None): function logout_from_server (line 326) | def logout_from_server(url, token, timeout=None): function is_token_valid (line 349) | def is_token_valid(url, token, timeout=None): function validate_url (line 386) | def validate_url(url, timeout=None): class TransferProgress (line 466) | class TransferProgress: method __init__ (line 469) | def __init__(self): method get_content_size (line 481) | def get_content_size(self): method set_content_size (line 491) | def set_content_size(self, content_size): method get_started (line 505) | def get_started(self): method set_started (line 514) | def set_started(self): method get_transfer_done (line 525) | def get_transfer_done(self): method set_transfer_done (line 534) | def set_transfer_done(self): method get_failed (line 548) | def get_failed(self): method get_fail_reason (line 557) | def get_fail_reason(self): method set_failed (line 567) | def set_failed(self, reason): method get_transferred_size (line 577) | def get_transferred_size(self): method set_transferred_size (line 586) | def set_transferred_size(self, transferred): method add_transferred_chunk (line 595) | def add_transferred_chunk(self, chunk_size): method get_source_url (line 605) | def get_source_url(self): method set_source_url (line 618) | def set_source_url(self, url): method get_destination_url (line 627) | def get_destination_url(self): method set_destination_url (line 640) | def set_destination_url(self, url): method is_running (line 650) | def is_running(self): method transfer_progress (line 666) | def transfer_progress(self): function create_dependency_package_basename (line 688) | def create_dependency_package_basename(platform_name=None): FILE: openpype/vendor/python/common/capture.py function capture (line 28) | def capture(camera=None, function snap (line 232) | def snap(*args, **kwargs): function apply_view (line 394) | def apply_view(panel, **options): function parse_active_panel (line 429) | def parse_active_panel(): function parse_active_view (line 450) | def parse_active_view(): function parse_view (line 456) | def parse_view(panel): function parse_active_scene (line 515) | def parse_active_scene(): function apply_scene (line 542) | def apply_scene(**options): function _applied_view (line 591) | def _applied_view(panel, **options): function _independent_panel (line 604) | def _independent_panel(width, height, off_screen=False): function _applied_camera_options (line 657) | def _applied_camera_options(options, panel): function _applied_display_options (line 693) | def _applied_display_options(options): function _applied_viewport_options (line 731) | def _applied_viewport_options(options, panel): function _applied_viewport2_options (line 777) | def _applied_viewport2_options(options): function _isolated_nodes (line 810) | def _isolated_nodes(nodes, panel): function _maintained_time (line 821) | def _maintained_time(): function _maintain_camera (line 832) | def _maintain_camera(panel, camera): function _disabled_inview_messages (line 851) | def _disabled_inview_messages(): function _image_to_clipboard (line 861) | def _image_to_clipboard(path): function _get_screen_size (line 871) | def _get_screen_size(): function _in_standalone (line 880) | def _in_standalone(): function _safe_setAttr (line 884) | def _safe_setAttr(*args, **kwargs): FILE: openpype/vendor/python/common/pysync.py function flush_input (line 35) | def flush_input(str, set=None): function flush_input (line 48) | def flush_input(str, set=None): function compare (line 57) | def compare(fa, fb, options_input=[]): function copy (line 102) | def copy(fa, fb, options_input=[]): function walktree (line 129) | def walktree(source, target, options_input=[]): FILE: openpype/vendor/python/common/qargparse.py class QArgumentParser (line 24) | class QArgumentParser(QtWidgets.QWidget): method __init__ (line 37) | def __init__(self, method setDescription (line 79) | def setDescription(self, text): method addArgument (line 82) | def addArgument(self, name, type=None, default=None, **kwargs): method _addArgument (line 104) | def _addArgument(self, arg): method clear (line 174) | def clear(self): method find (line 179) | def find(self, name): method on_reset (line 182) | def on_reset(self, arg): method on_changed (line 185) | def on_changed(self, arg): class QArgument (line 193) | class QArgument(QtCore.QObject): method __init__ (line 203) | def __init__(self, name, default=None, **kwargs): method __str__ (line 217) | def __str__(self): method __repr__ (line 220) | def __repr__(self): method __getitem__ (line 223) | def __getitem__(self, key): method __setitem__ (line 226) | def __setitem__(self, key, value): method __eq__ (line 229) | def __eq__(self, other): method __ne__ (line 234) | def __ne__(self, other): method create (line 237) | def create(self): method read (line 240) | def read(self): method write (line 243) | def write(self, value): class Boolean (line 248) | class Boolean(QArgument): method create (line 261) | def create(self): method read (line 301) | def read(self): class Tristate (line 305) | class Tristate(QArgument): class Number (line 309) | class Number(QArgument): method create (line 313) | def create(self): class Integer (line 333) | class Integer(Number): class Float (line 350) | class Float(Number): class Range (line 367) | class Range(Number): class Double3 (line 375) | class Double3(QArgument): method create (line 391) | def create(self): method child_arg (line 407) | def child_arg(self, layout, index): class String (line 428) | class String(QArgument): method __init__ (line 442) | def __init__(self, *args, **kwargs): method create (line 446) | def create(self): method onEditingFinished (line 463) | def onEditingFinished(self): class Info (line 471) | class Info(String): class Color (line 486) | class Color(String): class Button (line 494) | class Button(QArgument): method create (line 509) | def create(self): class Toggle (line 540) | class Toggle(Button): class InfoList (line 555) | class InfoList(QArgument): method __init__ (line 561) | def __init__(self, name, **kwargs): method create (line 565) | def create(self): class Choice (line 581) | class Choice(QArgument): method __init__ (line 596) | def __init__(self, name, **kwargs): method index (line 601) | def index(self, value): method create (line 605) | def create(self): class Separator (line 657) | class Separator(QArgument): method create (line 670) | def create(self): class Enum (line 679) | class Enum(QArgument): method __init__ (line 694) | def __init__(self, name, **kwargs): method create (line 704) | def create(self): function camelToTitle (line 747) | def camelToTitle(text): function _demo (line 773) | def _demo(): FILE: openpype/vendor/python/common/scriptsmenu/action.py class Action (line 6) | class Action(QtWidgets.QAction): method __init__ (line 9) | def __init__(self, parent=None): method root (line 26) | def root(self): method root (line 30) | def root(self, value): method tags (line 34) | def tags(self): method tags (line 38) | def tags(self, value): method command (line 42) | def command(self): method command (line 46) | def command(self, value): method sourcetype (line 59) | def sourcetype(self): method sourcetype (line 63) | def sourcetype(self, value): method iconfile (line 77) | def iconfile(self): method iconfile (line 81) | def iconfile(self, value): method label (line 93) | def label(self): method label (line 97) | def label(self, value): method run_command (line 110) | def run_command(self): method process_command (line 137) | def process_command(self): method has_tag (line 173) | def has_tag(self, tag): method _wrap_filepath (line 194) | def _wrap_filepath(self, file_path): FILE: openpype/vendor/python/common/scriptsmenu/launchformari.py function _mari_main_window (line 9) | def _mari_main_window(): function _mari_main_menubar (line 22) | def _mari_main_menubar(): function main (line 37) | def main(title="Scripts"): FILE: openpype/vendor/python/common/scriptsmenu/launchformaya.py function register_repeat_last (line 12) | def register_repeat_last(action): function to_shelf (line 31) | def to_shelf(action): function _maya_main_window (line 56) | def _maya_main_window(): function _maya_main_menubar (line 64) | def _maya_main_menubar(): function find_scripts_menu (line 75) | def find_scripts_menu(title, parent): function main (line 102) | def main(title="Scripts", parent=None, objectName=None): FILE: openpype/vendor/python/common/scriptsmenu/launchfornuke.py function _nuke_main_window (line 5) | def _nuke_main_window(): function _nuke_main_menubar (line 14) | def _nuke_main_menubar(): function main (line 24) | def main(title="Scripts"): FILE: openpype/vendor/python/common/scriptsmenu/scriptsmenu.py class ScriptsMenu (line 12) | class ScriptsMenu(QtWidgets.QMenu): method __init__ (line 17) | def __init__(self, *args, **kwargs): method on_update (line 50) | def on_update(self): method registered_callbacks (line 54) | def registered_callbacks(self): method create_default_items (line 57) | def create_default_items(self): method add_menu (line 90) | def add_menu(self, title, parent=None): method add_script (line 113) | def add_script(self, parent, title, command, sourcetype, icon=None, method build_from_configuration (line 194) | def build_from_configuration(self, parent, configuration): method set_update_visible (line 240) | def set_update_visible(self, state): method clear_menu (line 243) | def clear_menu(self): method register_callback (line 256) | def register_callback(self, modifiers, callback): method _update_search (line 259) | def _update_search(self, search): function load_configuration (line 284) | def load_configuration(path): function application (line 313) | def application(configuration, parent): FILE: openpype/vendor/python/python_2/arrow/api.py function get (line 16) | def get(*args, **kwargs): function utcnow (line 25) | def utcnow(): function now (line 34) | def now(tz=None): function factory (line 43) | def factory(type): FILE: openpype/vendor/python/python_2/arrow/arrow.py class Arrow (line 32) | class Arrow(object): method __init__ (line 77) | def __init__( method now (line 113) | def now(cls, tzinfo=None): method utcnow (line 144) | def utcnow(cls): method fromtimestamp (line 170) | def fromtimestamp(cls, timestamp, tzinfo=None): method utcfromtimestamp (line 204) | def utcfromtimestamp(cls, timestamp): method fromdatetime (line 232) | def fromdatetime(cls, dt, tzinfo=None): method fromdate (line 268) | def fromdate(cls, date, tzinfo=None): method strptime (line 282) | def strptime(cls, date_str, fmt, tzinfo=None): method range (line 317) | def range(cls, frame, start, end=None, tz=None, limit=None): method span (line 396) | def span(self, frame, count=1, bounds="[)"): method floor (line 464) | def floor(self, frame): method ceil (line 480) | def ceil(self, frame): method span_range (line 497) | def span_range(cls, frame, start, end, tz=None, limit=None, bounds="[)"): method interval (line 552) | def interval(cls, frame, start, end, interval=1, tz=None, bounds="[)"): method __repr__ (line 606) | def __repr__(self): method __str__ (line 609) | def __str__(self): method __format__ (line 612) | def __format__(self, formatstr): method __hash__ (line 619) | def __hash__(self): method __getattr__ (line 624) | def __getattr__(self, name): method tzinfo (line 641) | def tzinfo(self): method tzinfo (line 655) | def tzinfo(self, tzinfo): method datetime (line 661) | def datetime(self): method naive (line 675) | def naive(self): method timestamp (line 692) | def timestamp(self): method int_timestamp (line 712) | def int_timestamp(self): method float_timestamp (line 726) | def float_timestamp(self): method fold (line 744) | def fold(self): method ambiguous (line 752) | def ambiguous(self): method imaginary (line 758) | def imaginary(self): method clone (line 765) | def clone(self): method replace (line 777) | def replace(self, **kwargs): method shift (line 825) | def shift(self, **kwargs): method to (line 882) | def to(self, tz): method format (line 930) | def format(self, fmt="YYYY-MM-DD HH:mm:ssZZ", locale="en_us"): method humanize (line 954) | def humanize( method is_between (line 1150) | def is_between(self, start, end, bounds="()"): method date (line 1219) | def date(self): method time (line 1231) | def time(self): method timetz (line 1243) | def timetz(self): method astimezone (line 1256) | def astimezone(self, tz): method utcoffset (line 1272) | def utcoffset(self): method dst (line 1285) | def dst(self): method timetuple (line 1297) | def timetuple(self): method utctimetuple (line 1309) | def utctimetuple(self): method toordinal (line 1321) | def toordinal(self): method weekday (line 1333) | def weekday(self): method isoweekday (line 1345) | def isoweekday(self): method isocalendar (line 1357) | def isocalendar(self): method isoformat (line 1369) | def isoformat(self, sep="T"): method ctime (line 1381) | def ctime(self): method strftime (line 1393) | def strftime(self, format): method for_json (line 1407) | def for_json(self): method __add__ (line 1421) | def __add__(self, other): method __radd__ (line 1428) | def __radd__(self, other): method __sub__ (line 1431) | def __sub__(self, other): method __rsub__ (line 1444) | def __rsub__(self, other): method __eq__ (line 1453) | def __eq__(self, other): method __ne__ (line 1460) | def __ne__(self, other): method __gt__ (line 1467) | def __gt__(self, other): method __ge__ (line 1474) | def __ge__(self, other): method __lt__ (line 1481) | def __lt__(self, other): method __le__ (line 1488) | def __le__(self, other): method __cmp__ (line 1495) | def __cmp__(self, other): method _get_tzinfo (line 1505) | def _get_tzinfo(tz_expr): method _get_datetime (line 1518) | def _get_datetime(cls, expr): method _get_frames (line 1533) | def _get_frames(cls, name): method _get_iteration_params (line 1564) | def _get_iteration_params(cls, end, limit): method _is_last_day_of_month (line 1579) | def _is_last_day_of_month(date): FILE: openpype/vendor/python/python_2/arrow/factory.py class ArrowFactory (line 23) | class ArrowFactory(object): method __init__ (line 31) | def __init__(self, type=Arrow): method get (line 34) | def get(self, *args, **kwargs): method utcnow (line 262) | def utcnow(self): method now (line 274) | def now(self, tz=None): FILE: openpype/vendor/python/python_2/arrow/formatter.py class DateTimeFormatter (line 23) | class DateTimeFormatter(object): method __init__ (line 33) | def __init__(self, locale="en_us"): method format (line 37) | def format(cls, dt, fmt): method _format_token (line 41) | def _format_token(self, dt, token): FILE: openpype/vendor/python/python_2/arrow/locales.py function get_locale (line 9) | def get_locale(name): function get_locale_by_class_name (line 25) | def get_locale_by_class_name(name): class Locale (line 43) | class Locale(object): method __init__ (line 80) | def __init__(self): method describe (line 84) | def describe(self, timeframe, delta=0, only_distance=False): method describe_multi (line 98) | def describe_multi(self, timeframes, only_distance=False): method day_name (line 118) | def day_name(self, day): method day_abbreviation (line 127) | def day_abbreviation(self, day): method month_name (line 136) | def month_name(self, month): method month_abbreviation (line 145) | def month_abbreviation(self, month): method month_number (line 154) | def month_number(self, name): method year_full (line 169) | def year_full(self, year): method year_abbreviation (line 176) | def year_abbreviation(self, year): method meridian (line 183) | def meridian(self, hour, token): method ordinal_number (line 195) | def ordinal_number(self, n): method _ordinal_number (line 202) | def _ordinal_number(self, n): method _name_to_ordinal (line 205) | def _name_to_ordinal(self, lst): method _format_timeframe (line 208) | def _format_timeframe(self, timeframe, delta): method _format_relative (line 211) | def _format_relative(self, humanized, timeframe, delta): class EnglishLocale (line 224) | class EnglishLocale(Locale): method _ordinal_number (line 307) | def _ordinal_number(self, n): method describe (line 318) | def describe(self, timeframe, delta=0, only_distance=False): class ItalianLocale (line 333) | class ItalianLocale(Locale): method _ordinal_number (line 402) | def _ordinal_number(self, n): class SpanishLocale (line 406) | class SpanishLocale(Locale): method _ordinal_number (line 477) | def _ordinal_number(self, n): class FrenchBaseLocale (line 481) | class FrenchBaseLocale(Locale): method _ordinal_number (line 537) | def _ordinal_number(self, n): class FrenchLocale (line 543) | class FrenchLocale(FrenchBaseLocale, Locale): class FrenchCanadianLocale (line 564) | class FrenchCanadianLocale(FrenchBaseLocale, Locale): class GreekLocale (line 585) | class GreekLocale(Locale): class JapaneseLocale (line 653) | class JapaneseLocale(Locale): class SwedishLocale (line 713) | class SwedishLocale(Locale): class FinnishLocale (line 783) | class FinnishLocale(Locale): method _format_timeframe (line 855) | def _format_timeframe(self, timeframe, delta): method _format_relative (line 861) | def _format_relative(self, humanized, timeframe, delta): method _ordinal_number (line 870) | def _ordinal_number(self, n): class ChineseCNLocale (line 874) | class ChineseCNLocale(Locale): class ChineseTWLocale (line 934) | class ChineseTWLocale(Locale): class HongKongLocale (line 995) | class HongKongLocale(Locale): class KoreanLocale (line 1055) | class KoreanLocale(Locale): method _ordinal_number (line 1126) | def _ordinal_number(self, n): method _format_relative (line 1132) | def _format_relative(self, humanized, timeframe, delta): class DutchLocale (line 1146) | class DutchLocale(Locale): class SlavicBaseLocale (line 1217) | class SlavicBaseLocale(Locale): method _format_timeframe (line 1218) | def _format_timeframe(self, timeframe, delta): class BelarusianLocale (line 1235) | class BelarusianLocale(SlavicBaseLocale): class PolishLocale (line 1302) | class PolishLocale(SlavicBaseLocale): class RussianLocale (line 1373) | class RussianLocale(SlavicBaseLocale): class AfrikaansLocale (line 1442) | class AfrikaansLocale(Locale): class BulgarianLocale (line 1509) | class BulgarianLocale(SlavicBaseLocale): class UkrainianLocale (line 1576) | class UkrainianLocale(SlavicBaseLocale): class MacedonianLocale (line 1643) | class MacedonianLocale(SlavicBaseLocale): class GermanBaseLocale (line 1722) | class GermanBaseLocale(Locale): method _ordinal_number (line 1799) | def _ordinal_number(self, n): method describe (line 1802) | def describe(self, timeframe, delta=0, only_distance=False): class GermanLocale (line 1821) | class GermanLocale(GermanBaseLocale, Locale): class SwissLocale (line 1826) | class SwissLocale(GermanBaseLocale, Locale): class AustrianLocale (line 1831) | class AustrianLocale(GermanBaseLocale, Locale): class NorwegianLocale (line 1852) | class NorwegianLocale(Locale): class NewNorwegianLocale (line 1919) | class NewNorwegianLocale(Locale): class PortugueseLocale (line 1986) | class PortugueseLocale(Locale): class BrazilianPortugueseLocale (line 2055) | class BrazilianPortugueseLocale(PortugueseLocale): class TagalogLocale (line 2061) | class TagalogLocale(Locale): method _ordinal_number (line 2131) | def _ordinal_number(self, n): class VietnameseLocale (line 2135) | class VietnameseLocale(Locale): class TurkishLocale (line 2204) | class TurkishLocale(Locale): class AzerbaijaniLocale (line 2271) | class AzerbaijaniLocale(Locale): class ArabicLocale (line 2338) | class ArabicLocale(Locale): method _format_timeframe (line 2422) | def _format_timeframe(self, timeframe, delta): class LevantArabicLocale (line 2436) | class LevantArabicLocale(ArabicLocale): class AlgeriaTunisiaArabicLocale (line 2470) | class AlgeriaTunisiaArabicLocale(ArabicLocale): class MauritaniaArabicLocale (line 2504) | class MauritaniaArabicLocale(ArabicLocale): class MoroccoArabicLocale (line 2538) | class MoroccoArabicLocale(ArabicLocale): class IcelandicLocale (line 2572) | class IcelandicLocale(Locale): method _format_timeframe (line 2573) | def _format_timeframe(self, timeframe, delta): class DanishLocale (line 2650) | class DanishLocale(Locale): class MalayalamLocale (line 2718) | class MalayalamLocale(Locale): class HindiLocale (line 2792) | class HindiLocale(Locale): class CzechLocale (line 2861) | class CzechLocale(Locale): method _format_timeframe (line 2928) | def _format_timeframe(self, timeframe, delta): class SlovakLocale (line 2950) | class SlovakLocale(Locale): method _format_timeframe (line 3018) | def _format_timeframe(self, timeframe, delta): class FarsiLocale (line 3040) | class FarsiLocale(Locale): class HebrewLocale (line 3114) | class HebrewLocale(Locale): method _format_timeframe (line 3186) | def _format_timeframe(self, timeframe, delta): method describe_multi (line 3199) | def describe_multi(self, timeframes, only_distance=False): class MarathiLocale (line 3226) | class MarathiLocale(Locale): function _map_locales (line 3295) | def _map_locales(): class CatalanLocale (line 3307) | class CatalanLocale(Locale): class BasqueLocale (line 3381) | class BasqueLocale(Locale): class HungarianLocale (line 3445) | class HungarianLocale(Locale): method _format_timeframe (line 3513) | def _format_timeframe(self, timeframe, delta): class EsperantoLocale (line 3525) | class EsperantoLocale(Locale): method _ordinal_number (line 3593) | def _ordinal_number(self, n): class ThaiLocale (line 3597) | class ThaiLocale(Locale): method year_full (line 3658) | def year_full(self, year): method year_abbreviation (line 3663) | def year_abbreviation(self, year): method _format_relative (line 3668) | def _format_relative(self, humanized, timeframe, delta): class BengaliLocale (line 3678) | class BengaliLocale(Locale): method _ordinal_number (line 3746) | def _ordinal_number(self, n): class RomanshLocale (line 3759) | class RomanshLocale(Locale): class RomanianLocale (line 3828) | class RomanianLocale(Locale): class SlovenianLocale (line 3895) | class SlovenianLocale(Locale): class IndonesianLocale (line 3966) | class IndonesianLocale(Locale): class NepaliLocale (line 4038) | class NepaliLocale(Locale): class EstonianLocale (line 4107) | class EstonianLocale(Locale): method _format_timeframe (line 4173) | def _format_timeframe(self, timeframe, delta): class SwahiliLocale (line 4182) | class SwahiliLocale(Locale): FILE: openpype/vendor/python/python_2/arrow/parser.py class ParserError (line 18) | class ParserError(ValueError): class ParserMatchError (line 27) | class ParserMatchError(ParserError): class DateTimeParser (line 31) | class DateTimeParser(object): method __init__ (line 82) | def __init__(self, locale="en_us", cache_size=0): method parse_iso (line 117) | def parse_iso(self, datetime_string, normalize_whitespace=False): method parse (line 219) | def parse(self, datetime_string, fmt, normalize_whitespace=False): method _generate_pattern_re (line 248) | def _generate_pattern_re(self, fmt): method _parse_token (line 326) | def _parse_token(self, token, value, parts): method _build_datetime (line 409) | def _build_datetime(parts): method _parse_multiformat (line 533) | def _parse_multiformat(self, string, formats): method _generate_choice_re (line 555) | def _generate_choice_re(choices, flags=0): class TzinfoParser (line 559) | class TzinfoParser(object): method parse (line 563) | def parse(cls, tzinfo_string): FILE: openpype/vendor/python/python_2/arrow/util.py function next_weekday (line 12) | def next_weekday(start_date, weekday): function total_seconds (line 38) | def total_seconds(td): function is_timestamp (line 43) | def is_timestamp(value): function normalize_timestamp (line 60) | def normalize_timestamp(timestamp): function iso_to_gregorian (line 75) | def iso_to_gregorian(iso_year, iso_week, iso_day): function validate_bounds (line 93) | def validate_bounds(bounds): function isstr (line 105) | def isstr(s): function isstr (line 111) | def isstr(s): FILE: openpype/vendor/python/python_2/attr/__init__.pyi function Factory (line 70) | def Factory(factory: Callable[[], _T]) -> _T: ... function Factory (line 72) | def Factory( function Factory (line 77) | def Factory( function Factory (line 84) | def Factory(factory: Callable[[], _T]) -> _T: ... function Factory (line 86) | def Factory( function __dataclass_transform__ (line 99) | def __dataclass_transform__( class Attribute (line 107) | class Attribute(Generic[_T]): method evolve (line 122) | def evolve(self, **changes: Any) -> "Attribute[Any]": ... function attrib (line 149) | def attrib( function attrib (line 169) | def attrib( function attrib (line 188) | def attrib( function attrib (line 207) | def attrib( function field (line 224) | def field( function field (line 243) | def field( function field (line 261) | def field( function field (line 279) | def field( function attrs (line 296) | def attrs( function attrs (line 323) | def attrs( function define (line 350) | def define( function define (line 375) | def define( class _Fields (line 403) | class _Fields(Tuple[Attribute[Any], ...]): method __getattr__ (line 404) | def __getattr__(self, name: str) -> Attribute[Any]: ... function fields (line 406) | def fields(cls: type) -> _Fields: ... function fields_dict (line 407) | def fields_dict(cls: type) -> Dict[str, Attribute[Any]]: ... function validate (line 408) | def validate(inst: Any) -> None: ... function resolve_types (line 409) | def resolve_types( function make_class (line 419) | def make_class( function asdict (line 451) | def asdict( function astuple (line 464) | def astuple( function has (line 471) | def has(cls: type) -> bool: ... function assoc (line 472) | def assoc(inst: _T, **changes: Any) -> _T: ... function evolve (line 473) | def evolve(inst: _T, **changes: Any) -> _T: ... function set_run_validators (line 477) | def set_run_validators(run: bool) -> None: ... function get_run_validators (line 478) | def get_run_validators() -> bool: ... FILE: openpype/vendor/python/python_2/attr/_cmp.py function cmp_using (line 14) | def cmp_using( function _make_init (line 103) | def _make_init(): function _make_operator (line 117) | def _make_operator(name, func): function _is_comparable_to (line 140) | def _is_comparable_to(self, other): function _check_same_type (line 150) | def _check_same_type(self, other): FILE: openpype/vendor/python/python_2/attr/_cmp.pyi function cmp_using (line 5) | def cmp_using( FILE: openpype/vendor/python/python_2/attr/_compat.py function isclass (line 34) | def isclass(klass): function new_class (line 37) | def new_class(name, bases, kwds, exec_body): function iteritems (line 49) | def iteritems(d): class ReadOnlyDict (line 53) | class ReadOnlyDict(IterableUserDict): method __setitem__ (line 58) | def __setitem__(self, key, val): method update (line 64) | def update(self, _): method __delitem__ (line 70) | def __delitem__(self, _): method clear (line 76) | def clear(self): method pop (line 82) | def pop(self, key, default=None): method popitem (line 88) | def popitem(self): method setdefault (line 94) | def setdefault(self, key, default=None): method __repr__ (line 100) | def __repr__(self): function metadata_proxy (line 104) | def metadata_proxy(d): function just_warn (line 109) | def just_warn(*args, **kw): # pragma: no cover function just_warn (line 118) | def just_warn(*args, **kw): function isclass (line 131) | def isclass(klass): function iteritems (line 136) | def iteritems(d): function metadata_proxy (line 141) | def metadata_proxy(d): function make_set_closure_cell (line 145) | def make_set_closure_cell(): FILE: openpype/vendor/python/python_2/attr/_config.py function set_run_validators (line 11) | def set_run_validators(run): function get_run_validators (line 25) | def get_run_validators(): FILE: openpype/vendor/python/python_2/attr/_funcs.py function asdict (line 12) | def asdict( function _asdict_anything (line 119) | def _asdict_anything( function astuple (line 192) | def astuple( function has (line 292) | def has(cls): function assoc (line 304) | def assoc(inst, **changes): function evolve (line 344) | def evolve(inst, **changes): function resolve_types (line 373) | def resolve_types(cls, globalns=None, localns=None, attribs=None): FILE: openpype/vendor/python/python_2/attr/_make.py class _Nothing (line 67) | class _Nothing(object): method __new__ (line 78) | def __new__(cls): method __repr__ (line 83) | def __repr__(self): method __bool__ (line 86) | def __bool__(self): method __len__ (line 89) | def __len__(self): class _CacheHashWrapper (line 99) | class _CacheHashWrapper(int): method __reduce__ (line 115) | def __reduce__(self, _none_constructor=getattr, _args=(0, "", None)): method __reduce__ (line 120) | def __reduce__(self, _none_constructor=type(None), _args=()): function attrib (line 124) | def attrib( function _compile_and_eval (line 320) | def _compile_and_eval(script, globs, locs=None, filename=""): function _make_method (line 328) | def _make_method(name, script, filename, globs=None): function _make_attr_tuple_class (line 359) | def _make_attr_tuple_class(cls_name, attr_names): function _is_class_var (line 401) | def _is_class_var(annot): function _has_own_attribute (line 418) | def _has_own_attribute(cls, attrib_name): function _get_annotations (line 436) | def _get_annotations(cls): function _counter_getter (line 446) | def _counter_getter(e): function _collect_base_attrs (line 453) | def _collect_base_attrs(cls, taken_attr_names): function _collect_base_attrs_broken (line 484) | def _collect_base_attrs_broken(cls, taken_attr_names): function _transform_attrs (line 512) | def _transform_attrs( function _frozen_setattrs (line 623) | def _frozen_setattrs(self, name, value): function _frozen_setattrs (line 638) | def _frozen_setattrs(self, name, value): function _frozen_delattrs (line 645) | def _frozen_delattrs(self, name): class _ClassBuilder (line 652) | class _ClassBuilder(object): method __init__ (line 677) | def __init__( method __repr__ (line 762) | def __repr__(self): method build_class (line 765) | def build_class(self): method _patch_original_class (line 776) | def _patch_original_class(self): method _create_slots_class (line 814) | def _create_slots_class(self): method add_repr (line 922) | def add_repr(self, ns): method add_str (line 928) | def add_str(self): method _make_getstate_setstate (line 941) | def _make_getstate_setstate(self): method make_unhashable (line 975) | def make_unhashable(self): method add_hash (line 979) | def add_hash(self): method add_init (line 991) | def add_init(self): method add_match_args (line 1010) | def add_match_args(self): method add_attrs_init (line 1017) | def add_attrs_init(self): method add_eq (line 1036) | def add_eq(self): method add_order (line 1046) | def add_order(self): method add_setattr (line 1056) | def add_setattr(self): method _add_method_dunders (line 1092) | def _add_method_dunders(self, method): function _determine_attrs_eq_order (line 1124) | def _determine_attrs_eq_order(cmp, eq, order, default_eq): function _determine_attrib_eq_order (line 1150) | def _determine_attrib_eq_order(cmp, eq, order, default_eq): function _determine_whether_to_implement (line 1191) | def _determine_whether_to_implement( function attrs (line 1219) | def attrs( function _has_frozen_base_class (line 1641) | def _has_frozen_base_class(cls): function _has_frozen_base_class (line 1654) | def _has_frozen_base_class(cls): function _generate_unique_filename (line 1662) | def _generate_unique_filename(cls, func_name): function _make_hash (line 1674) | def _make_hash(cls, attrs, frozen, cache_hash): function _add_hash (line 1740) | def _add_hash(cls, attrs): function _make_ne (line 1748) | def _make_ne(): function _make_eq (line 1767) | def _make_eq(cls, attrs): function _make_order (line 1819) | def _make_order(cls, attrs): function _add_eq (line 1875) | def _add_eq(cls, attrs=None): function _make_repr (line 1890) | def _make_repr(attrs, ns, cls): function _make_repr (line 1954) | def _make_repr(attrs, ns, _): function _add_repr (line 2018) | def _add_repr(cls, ns=None, attrs=None): function fields (line 2029) | def fields(cls): function fields_dict (line 2057) | def fields_dict(cls): function validate (line 2085) | def validate(inst): function _is_slot_cls (line 2102) | def _is_slot_cls(cls): function _is_slot_attr (line 2106) | def _is_slot_attr(a_name, base_attr_map): function _make_init (line 2113) | def _make_init( function _setattr (line 2188) | def _setattr(attr_name, value_var, has_on_setattr): function _setattr_with_converter (line 2195) | def _setattr_with_converter(attr_name, value_var, has_on_setattr): function _assign (line 2207) | def _assign(attr_name, value, has_on_setattr): function _assign_with_converter (line 2218) | def _assign_with_converter(attr_name, value_var, has_on_setattr): function _unpack_kw_only_py2 (line 2235) | def _unpack_kw_only_py2(attr_name, default=None): function _unpack_kw_only_lines_py2 (line 2249) | def _unpack_kw_only_lines_py2(kw_only_args): function _attrs_to_init_script (line 2290) | def _attrs_to_init_script( class Attribute (line 2587) | class Attribute(object): method __init__ (line 2640) | def __init__( method __setattr__ (line 2693) | def __setattr__(self, name, value): method from_counting_attr (line 2697) | def from_counting_attr(cls, name, ca, type=None): method cmp (line 2728) | def cmp(self): method evolve (line 2737) | def evolve(self, **changes): method __getstate__ (line 2755) | def __getstate__(self): method __setstate__ (line 2764) | def __setstate__(self, state): method _setattrs (line 2770) | def _setattrs(self, name_values_pairs): class _CountingAttr (line 2809) | class _CountingAttr(object): method __init__ (line 2882) | def __init__( method validator (line 2917) | def validator(self, meth): method default (line 2931) | def default(self, meth): class Factory (line 2952) | class Factory(object): method __init__ (line 2969) | def __init__(self, factory, takes_self=False): method __getstate__ (line 2977) | def __getstate__(self): method __setstate__ (line 2983) | def __setstate__(self, state): function make_class (line 3010) | def make_class(name, attrs, bases=(object,), **attributes_arguments): class _AndValidator (line 3087) | class _AndValidator(object): method __call__ (line 3094) | def __call__(self, inst, attr, value): function and_ (line 3099) | def and_(*validators): function pipe (line 3120) | def pipe(*converters): FILE: openpype/vendor/python/python_2/attr/_next_gen.py function define (line 24) | def define( function field (line 154) | def field( function asdict (line 191) | def asdict(inst, *, recurse=True, filter=None, value_serializer=None): function astuple (line 207) | def astuple(inst, *, recurse=True, filter=None): FILE: openpype/vendor/python/python_2/attr/_version_info.py class VersionInfo (line 13) | class VersionInfo(object): method _from_version_string (line 40) | def _from_version_string(cls, s): method _ensure_tuple (line 52) | def _ensure_tuple(self, other): method __eq__ (line 71) | def __eq__(self, other): method __lt__ (line 79) | def __lt__(self, other): FILE: openpype/vendor/python/python_2/attr/_version_info.pyi class VersionInfo (line 1) | class VersionInfo: method year (line 3) | def year(self) -> int: ... method minor (line 5) | def minor(self) -> int: ... method micro (line 7) | def micro(self) -> int: ... method releaselevel (line 9) | def releaselevel(self) -> str: ... FILE: openpype/vendor/python/python_2/attr/converters.py function optional (line 26) | def optional(converter): function default_if_none (line 65) | def default_if_none(default=NOTHING, factory=None): function to_bool (line 117) | def to_bool(val): FILE: openpype/vendor/python/python_2/attr/converters.pyi function pipe (line 7) | def pipe(*validators: _ConverterType) -> _ConverterType: ... function optional (line 8) | def optional(converter: _ConverterType) -> _ConverterType: ... function default_if_none (line 10) | def default_if_none(default: _T) -> _ConverterType: ... function default_if_none (line 12) | def default_if_none(*, factory: Callable[[], _T]) -> _ConverterType: ... function to_bool (line 13) | def to_bool(val: str) -> bool: ... FILE: openpype/vendor/python/python_2/attr/exceptions.py class FrozenError (line 6) | class FrozenError(AttributeError): class FrozenInstanceError (line 21) | class FrozenInstanceError(FrozenError): class FrozenAttributeError (line 29) | class FrozenAttributeError(FrozenError): class AttrsAttributeNotFoundError (line 37) | class AttrsAttributeNotFoundError(ValueError): class NotAnAttrsClassError (line 45) | class NotAnAttrsClassError(ValueError): class DefaultAlreadySetError (line 53) | class DefaultAlreadySetError(RuntimeError): class UnannotatedAttributeError (line 62) | class UnannotatedAttributeError(RuntimeError): class PythonTooOldError (line 71) | class PythonTooOldError(RuntimeError): class NotCallableError (line 80) | class NotCallableError(TypeError): method __init__ (line 88) | def __init__(self, msg, value): method __str__ (line 93) | def __str__(self): FILE: openpype/vendor/python/python_2/attr/exceptions.pyi class FrozenError (line 3) | class FrozenError(AttributeError): class FrozenInstanceError (line 6) | class FrozenInstanceError(FrozenError): ... class FrozenAttributeError (line 7) | class FrozenAttributeError(FrozenError): ... class AttrsAttributeNotFoundError (line 8) | class AttrsAttributeNotFoundError(ValueError): ... class NotAnAttrsClassError (line 9) | class NotAnAttrsClassError(ValueError): ... class DefaultAlreadySetError (line 10) | class DefaultAlreadySetError(RuntimeError): ... class UnannotatedAttributeError (line 11) | class UnannotatedAttributeError(RuntimeError): ... class PythonTooOldError (line 12) | class PythonTooOldError(RuntimeError): ... class NotCallableError (line 14) | class NotCallableError(TypeError): method __init__ (line 17) | def __init__(self, msg: str, value: Any) -> None: ... FILE: openpype/vendor/python/python_2/attr/filters.py function _split_what (line 13) | def _split_what(what): function include (line 23) | def include(*what): function exclude (line 40) | def exclude(*what): FILE: openpype/vendor/python/python_2/attr/filters.pyi function include (line 5) | def include(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... function exclude (line 6) | def exclude(*what: Union[type, Attribute[Any]]) -> _FilterType[Any]: ... FILE: openpype/vendor/python/python_2/attr/setters.py function pipe (line 13) | def pipe(*setters): function frozen (line 31) | def frozen(_, __, ___): function validate (line 40) | def validate(instance, attrib, new_value): function convert (line 58) | def convert(instance, attrib, new_value): FILE: openpype/vendor/python/python_2/attr/setters.pyi function frozen (line 7) | def frozen( function pipe (line 10) | def pipe(*setters: _OnSetAttrType) -> _OnSetAttrType: ... function validate (line 11) | def validate(instance: Any, attribute: Attribute[_T], new_value: _T) -> ... function convert (line 14) | def convert( FILE: openpype/vendor/python/python_2/attr/validators.py function set_disabled (line 46) | def set_disabled(disabled): function get_disabled (line 64) | def get_disabled(): function disabled (line 77) | def disabled(): class _InstanceOfValidator (line 95) | class _InstanceOfValidator(object): method __call__ (line 98) | def __call__(self, inst, attr, value): method __repr__ (line 116) | def __repr__(self): function instance_of (line 122) | def instance_of(type): class _MatchesReValidator (line 139) | class _MatchesReValidator(object): method __call__ (line 143) | def __call__(self, inst, attr, value): method __repr__ (line 158) | def __repr__(self): function matches_re (line 164) | def matches_re(regex, flags=0, func=None): class _ProvidesValidator (line 220) | class _ProvidesValidator(object): method __call__ (line 223) | def __call__(self, inst, attr, value): method __repr__ (line 238) | def __repr__(self): function provides (line 244) | def provides(interface): class _OptionalValidator (line 262) | class _OptionalValidator(object): method __call__ (line 265) | def __call__(self, inst, attr, value): method __repr__ (line 271) | def __repr__(self): function optional (line 277) | def optional(validator): class _InValidator (line 296) | class _InValidator(object): method __call__ (line 299) | def __call__(self, inst, attr, value): method __repr__ (line 312) | def __repr__(self): function in_ (line 318) | def in_(options): class _IsCallableValidator (line 337) | class _IsCallableValidator(object): method __call__ (line 338) | def __call__(self, inst, attr, value): method __repr__ (line 354) | def __repr__(self): function is_callable (line 358) | def is_callable(): class _DeepIterable (line 374) | class _DeepIterable(object): method __call__ (line 380) | def __call__(self, inst, attr, value): method __repr__ (line 390) | def __repr__(self): function deep_iterable (line 405) | def deep_iterable(member_validator, iterable_validator=None): class _DeepMapping (line 421) | class _DeepMapping(object): method __call__ (line 426) | def __call__(self, inst, attr, value): method __repr__ (line 437) | def __repr__(self): function deep_mapping (line 443) | def deep_mapping(key_validator, value_validator, mapping_validator=None): class _NumberValidator (line 460) | class _NumberValidator(object): method __call__ (line 465) | def __call__(self, inst, attr, value): method __repr__ (line 479) | def __repr__(self): function lt (line 485) | def lt(val): function le (line 497) | def le(val): function ge (line 509) | def ge(val): function gt (line 521) | def gt(val): class _MaxLengthValidator (line 534) | class _MaxLengthValidator(object): method __call__ (line 537) | def __call__(self, inst, attr, value): method __repr__ (line 548) | def __repr__(self): function max_len (line 552) | def max_len(length): FILE: openpype/vendor/python/python_2/attr/validators.pyi function set_disabled (line 31) | def set_disabled(run: bool) -> None: ... function get_disabled (line 32) | def get_disabled() -> bool: ... function disabled (line 33) | def disabled() -> ContextManager[None]: ... function instance_of (line 38) | def instance_of(type: Type[_T]) -> _ValidatorType[_T]: ... function instance_of (line 40) | def instance_of(type: Tuple[Type[_T]]) -> _ValidatorType[_T]: ... function instance_of (line 42) | def instance_of( function instance_of (line 46) | def instance_of( function instance_of (line 50) | def instance_of(type: Tuple[type, ...]) -> _ValidatorType[Any]: ... function provides (line 51) | def provides(interface: Any) -> _ValidatorType[Any]: ... function optional (line 52) | def optional( function in_ (line 55) | def in_(options: Container[_T]) -> _ValidatorType[_T]: ... function and_ (line 56) | def and_(*validators: _ValidatorType[_T]) -> _ValidatorType[_T]: ... function matches_re (line 57) | def matches_re( function deep_iterable (line 64) | def deep_iterable( function deep_mapping (line 68) | def deep_mapping( function is_callable (line 73) | def is_callable() -> _ValidatorType[_T]: ... function lt (line 74) | def lt(val: _T) -> _ValidatorType[_T]: ... function le (line 75) | def le(val: _T) -> _ValidatorType[_T]: ... function ge (line 76) | def ge(val: _T) -> _ValidatorType[_T]: ... function gt (line 77) | def gt(val: _T) -> _ValidatorType[_T]: ... function max_len (line 78) | def max_len(length: int) -> _ValidatorType[_T]: ... FILE: openpype/vendor/python/python_2/attrs/__init__.pyi function asdict (line 44) | def asdict( function astuple (line 57) | def astuple( FILE: openpype/vendor/python/python_2/backports/configparser/__init__.py class Error (line 157) | class Error(Exception): method __init__ (line 160) | def __init__(self, msg=''): method __repr__ (line 164) | def __repr__(self): class NoSectionError (line 170) | class NoSectionError(Error): method __init__ (line 173) | def __init__(self, section): class DuplicateSectionError (line 179) | class DuplicateSectionError(Error): method __init__ (line 187) | def __init__(self, section, source=None, lineno=None): class DuplicateOptionError (line 205) | class DuplicateOptionError(Error): method __init__ (line 212) | def __init__(self, section, option, source=None, lineno=None): class NoOptionError (line 232) | class NoOptionError(Error): method __init__ (line 235) | def __init__(self, option, section): class InterpolationError (line 243) | class InterpolationError(Error): method __init__ (line 246) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 253) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 256) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 265) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 273) | class InterpolationDepthError(InterpolationError): method __init__ (line 276) | def __init__(self, option, section, rawval): class ParsingError (line 286) | class ParsingError(Error): method __init__ (line 289) | def __init__(self, source=None, filename=None): method filename (line 305) | def filename(self): method filename (line 315) | def filename(self, value): method append (line 324) | def append(self, lineno, line): class MissingSectionHeaderError (line 329) | class MissingSectionHeaderError(ParsingError): method __init__ (line 332) | def __init__(self, filename, lineno, line): class Interpolation (line 349) | class Interpolation(object): method before_get (line 352) | def before_get(self, parser, section, option, value, defaults): method before_set (line 355) | def before_set(self, parser, section, option, value): method before_read (line 358) | def before_read(self, parser, section, option, value): method before_write (line 361) | def before_write(self, parser, section, option, value): class BasicInterpolation (line 365) | class BasicInterpolation(Interpolation): method before_get (line 382) | def before_get(self, parser, section, option, value, defaults): method before_set (line 387) | def before_set(self, parser, section, option, value): method _interpolate_some (line 395) | def _interpolate_some(self, parser, option, accum, rest, section, map, class ExtendedInterpolation (line 437) | class ExtendedInterpolation(Interpolation): method before_get (line 443) | def before_get(self, parser, section, option, value, defaults): method before_set (line 448) | def before_set(self, parser, section, option, value): method _interpolate_some (line 456) | def _interpolate_some(self, parser, option, accum, rest, section, map, class LegacyInterpolation (line 511) | class LegacyInterpolation(Interpolation): method before_get (line 517) | def before_get(self, parser, section, option, value, vars): method before_set (line 537) | def before_set(self, parser, section, option, value): method _interpolation_replace (line 541) | def _interpolation_replace(match, parser): class RawConfigParser (line 549) | class RawConfigParser(MutableMapping): method __init__ (line 590) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 637) | def defaults(self): method sections (line 640) | def sections(self): method add_section (line 645) | def add_section(self, section): method has_section (line 659) | def has_section(self, section): method options (line 666) | def options(self, section): method read (line 675) | def read(self, filenames, encoding=None): method read_file (line 711) | def read_file(self, f, source=None): method read_string (line 726) | def read_string(self, string, source=''): method read_dict (line 731) | def read_dict(self, dictionary, source=''): method readfp (line 762) | def readfp(self, fp, filename=None): method get (line 771) | def get(self, section, option, **kwargs): method _get (line 813) | def _get(self, section, conv, option, **kwargs): method _get_conv (line 816) | def _get_conv(self, section, option, conv, **kwargs): method getint (line 829) | def getint(self, section, option, **kwargs): method getfloat (line 836) | def getfloat(self, section, option, **kwargs): method getboolean (line 843) | def getboolean(self, section, option, **kwargs): method items (line 851) | def items(self, section=_UNSET, raw=False, vars=None): method popitem (line 880) | def popitem(self): method optionxform (line 893) | def optionxform(self, optionstr): method has_option (line 896) | def has_option(self, section, option): method set (line 910) | def set(self, section, option, value=None): method write (line 924) | def write(self, fp, space_around_delimiters=True): method _write_section (line 941) | def _write_section(self, fp, section_name, section_items, delimiter): method remove_option (line 954) | def remove_option(self, section, option): method remove_section (line 969) | def remove_section(self, section): method __getitem__ (line 977) | def __getitem__(self, key): method __setitem__ (line 982) | def __setitem__(self, key, value): method __delitem__ (line 994) | def __delitem__(self, key): method __contains__ (line 1001) | def __contains__(self, key): method __len__ (line 1004) | def __len__(self): method __iter__ (line 1007) | def __iter__(self): method _read (line 1011) | def _read(self, fp, fpname): method _join_multiline_values (line 1134) | def _join_multiline_values(self): method _handle_error (line 1146) | def _handle_error(self, exc, fpname, lineno, line): method _unify_values (line 1152) | def _unify_values(self, section, vars): method _convert_to_boolean (line 1172) | def _convert_to_boolean(self, value): method _validate_value_types (line 1179) | def _validate_value_types(self, **kwargs): method converters (line 1226) | def converters(self): class ConfigParser (line 1230) | class ConfigParser(RawConfigParser): method set (line 1235) | def set(self, section, option, value=None): method add_section (line 1241) | def add_section(self, section): class SafeConfigParser (line 1249) | class SafeConfigParser(ConfigParser): method __init__ (line 1252) | def __init__(self, *args, **kwargs): class SectionProxy (line 1262) | class SectionProxy(MutableMapping): method __init__ (line 1265) | def __init__(self, parser, name): method __repr__ (line 1274) | def __repr__(self): method __getitem__ (line 1277) | def __getitem__(self, key): method __setitem__ (line 1282) | def __setitem__(self, key, value): method __delitem__ (line 1286) | def __delitem__(self, key): method __contains__ (line 1291) | def __contains__(self, key): method __len__ (line 1294) | def __len__(self): method __iter__ (line 1297) | def __iter__(self): method _options (line 1300) | def _options(self): method parser (line 1307) | def parser(self): method name (line 1312) | def name(self): method get (line 1316) | def get(self, option, fallback=None, **kwargs): class ConverterMapping (line 1334) | class ConverterMapping(MutableMapping): method __init__ (line 1344) | def __init__(self, parser): method __getitem__ (line 1353) | def __getitem__(self, key): method __setitem__ (line 1356) | def __setitem__(self, key, value): method __delitem__ (line 1372) | def __delitem__(self, key): method __iter__ (line 1386) | def __iter__(self): method __len__ (line 1389) | def __len__(self): FILE: openpype/vendor/python/python_2/backports/configparser/helpers.py function from_none (line 37) | def from_none(exc): function recursive_repr (line 45) | def recursive_repr(fillvalue='...'): class _ChainMap (line 72) | class _ChainMap(MutableMapping): method __init__ (line 85) | def __init__(self, *maps): method __missing__ (line 92) | def __missing__(self, key): method __getitem__ (line 95) | def __getitem__(self, key): method get (line 103) | def get(self, key, default=None): method __len__ (line 106) | def __len__(self): method __iter__ (line 109) | def __iter__(self): method __contains__ (line 112) | def __contains__(self, key): method __repr__ (line 116) | def __repr__(self): method fromkeys (line 121) | def fromkeys(cls, iterable, *args): method copy (line 125) | def copy(self): method new_child (line 131) | def new_child(self): # like Django's Context.pu... method parents (line 136) | def parents(self): # like Django's Context.pop() method __setitem__ (line 140) | def __setitem__(self, key, value): method __delitem__ (line 143) | def __delitem__(self, key): method popitem (line 149) | def popitem(self): method pop (line 156) | def pop(self, key, *args): method clear (line 163) | def clear(self): FILE: openpype/vendor/python/python_2/backports/functools_lru_cache.py function update_wrapper (line 11) | def update_wrapper(wrapper, class _HashedSeq (line 26) | class _HashedSeq(list): method __init__ (line 29) | def __init__(self, tup, hash=hash): method __hash__ (line 33) | def __hash__(self): function _make_key (line 37) | def _make_key(args, kwds, typed, function lru_cache (line 57) | def lru_cache(maxsize=100, typed=False): FILE: openpype/vendor/python/python_2/certifi/core.py function where (line 17) | def where(): function read_text (line 47) | def read_text(_module, _path, encoding="ascii"): function where (line 53) | def where(): function contents (line 59) | def contents(): FILE: openpype/vendor/python/python_2/chardet/__init__.py function detect (line 27) | def detect(byte_str): function detect_all (line 45) | def detect_all(byte_str): FILE: openpype/vendor/python/python_2/chardet/big5prober.py class Big5Prober (line 34) | class Big5Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method charset_name (line 42) | def charset_name(self): method language (line 46) | def language(self): FILE: openpype/vendor/python/python_2/chardet/chardistribution.py class CharDistributionAnalysis (line 40) | class CharDistributionAnalysis(object): method __init__ (line 46) | def __init__(self): method reset (line 61) | def reset(self): method feed (line 70) | def feed(self, char, char_len): method get_confidence (line 84) | def get_confidence(self): method got_enough_data (line 100) | def got_enough_data(self): method get_order (line 105) | def get_order(self, byte_str): class EUCTWDistributionAnalysis (line 113) | class EUCTWDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 114) | def __init__(self): method get_order (line 120) | def get_order(self, byte_str): class EUCKRDistributionAnalysis (line 132) | class EUCKRDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 133) | def __init__(self): method get_order (line 139) | def get_order(self, byte_str): class GB2312DistributionAnalysis (line 151) | class GB2312DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 152) | def __init__(self): method get_order (line 158) | def get_order(self, byte_str): class Big5DistributionAnalysis (line 170) | class Big5DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 171) | def __init__(self): method get_order (line 177) | def get_order(self, byte_str): class SJISDistributionAnalysis (line 192) | class SJISDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 193) | def __init__(self): method get_order (line 199) | def get_order(self, byte_str): class EUCJPDistributionAnalysis (line 217) | class EUCJPDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 218) | def __init__(self): method get_order (line 224) | def get_order(self, byte_str): FILE: openpype/vendor/python/python_2/chardet/charsetgroupprober.py class CharSetGroupProber (line 32) | class CharSetGroupProber(CharSetProber): method __init__ (line 33) | def __init__(self, lang_filter=None): method reset (line 39) | def reset(self): method charset_name (line 50) | def charset_name(self): method language (line 58) | def language(self): method feed (line 65) | def feed(self, byte_str): method get_confidence (line 86) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/charsetprober.py class CharSetProber (line 35) | class CharSetProber(object): method __init__ (line 39) | def __init__(self, lang_filter=None): method reset (line 44) | def reset(self): method charset_name (line 48) | def charset_name(self): method feed (line 51) | def feed(self, buf): method state (line 55) | def state(self): method get_confidence (line 58) | def get_confidence(self): method filter_high_byte_only (line 62) | def filter_high_byte_only(buf): method filter_international_words (line 67) | def filter_international_words(buf): method filter_with_english_letters (line 104) | def filter_with_english_letters(buf): FILE: openpype/vendor/python/python_2/chardet/cli/chardetect.py function description_of (line 25) | def description_of(lines, name='stdin'): function main (line 53) | def main(argv=None): FILE: openpype/vendor/python/python_2/chardet/codingstatemachine.py class CodingStateMachine (line 33) | class CodingStateMachine(object): method __init__ (line 55) | def __init__(self, sm): method reset (line 63) | def reset(self): method next_state (line 66) | def next_state(self, c): method get_current_charlen (line 80) | def get_current_charlen(self): method get_coding_state_machine (line 83) | def get_coding_state_machine(self): method language (line 87) | def language(self): FILE: openpype/vendor/python/python_2/chardet/cp949prober.py class CP949Prober (line 34) | class CP949Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method charset_name (line 44) | def charset_name(self): method language (line 48) | def language(self): FILE: openpype/vendor/python/python_2/chardet/enums.py class InputState (line 8) | class InputState(object): class LanguageFilter (line 17) | class LanguageFilter(object): class ProbingState (line 32) | class ProbingState(object): class MachineState (line 41) | class MachineState(object): class SequenceLikelihood (line 50) | class SequenceLikelihood(object): method get_num_categories (line 60) | def get_num_categories(cls): class CharacterCategory (line 65) | class CharacterCategory(object): FILE: openpype/vendor/python/python_2/chardet/escprober.py class EscCharSetProber (line 35) | class EscCharSetProber(CharSetProber): method __init__ (line 42) | def __init__(self, lang_filter=None): method reset (line 58) | def reset(self): method charset_name (line 70) | def charset_name(self): method language (line 74) | def language(self): method get_confidence (line 77) | def get_confidence(self): method feed (line 83) | def feed(self, byte_str): FILE: openpype/vendor/python/python_2/chardet/eucjpprober.py class EUCJPProber (line 36) | class EUCJPProber(MultiByteCharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 44) | def reset(self): method charset_name (line 49) | def charset_name(self): method language (line 53) | def language(self): method feed (line 56) | def feed(self, byte_str): method get_confidence (line 89) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/euckrprober.py class EUCKRProber (line 34) | class EUCKRProber(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method charset_name (line 42) | def charset_name(self): method language (line 46) | def language(self): FILE: openpype/vendor/python/python_2/chardet/euctwprober.py class EUCTWProber (line 33) | class EUCTWProber(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method charset_name (line 41) | def charset_name(self): method language (line 45) | def language(self): FILE: openpype/vendor/python/python_2/chardet/gb2312prober.py class GB2312Prober (line 33) | class GB2312Prober(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method charset_name (line 41) | def charset_name(self): method language (line 45) | def language(self): FILE: openpype/vendor/python/python_2/chardet/hebrewprober.py class HebrewProber (line 128) | class HebrewProber(CharSetProber): method __init__ (line 154) | def __init__(self): method reset (line 164) | def reset(self): method set_model_probers (line 174) | def set_model_probers(self, logicalProber, visualProber): method is_final (line 178) | def is_final(self, c): method is_non_final (line 182) | def is_non_final(self, c): method feed (line 196) | def feed(self, byte_str): method charset_name (line 256) | def charset_name(self): method language (line 283) | def language(self): method state (line 287) | def state(self): FILE: openpype/vendor/python/python_2/chardet/jpcntx.py class JapaneseContextAnalysis (line 116) | class JapaneseContextAnalysis(object): method __init__ (line 123) | def __init__(self): method reset (line 131) | def reset(self): method feed (line 143) | def feed(self, byte_str, num_bytes): method got_enough_data (line 170) | def got_enough_data(self): method get_confidence (line 173) | def get_confidence(self): method get_order (line 180) | def get_order(self, byte_str): class SJISContextAnalysis (line 183) | class SJISContextAnalysis(JapaneseContextAnalysis): method __init__ (line 184) | def __init__(self): method charset_name (line 189) | def charset_name(self): method get_order (line 192) | def get_order(self, byte_str): class EUCJPContextAnalysis (line 212) | class EUCJPContextAnalysis(JapaneseContextAnalysis): method get_order (line 213) | def get_order(self, byte_str): FILE: openpype/vendor/python/python_2/chardet/latin1prober.py class Latin1Prober (line 96) | class Latin1Prober(CharSetProber): method __init__ (line 97) | def __init__(self): method reset (line 103) | def reset(self): method charset_name (line 109) | def charset_name(self): method language (line 113) | def language(self): method feed (line 116) | def feed(self, byte_str): method get_confidence (line 130) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/mbcharsetprober.py class MultiByteCharSetProber (line 34) | class MultiByteCharSetProber(CharSetProber): method __init__ (line 39) | def __init__(self, lang_filter=None): method reset (line 45) | def reset(self): method charset_name (line 54) | def charset_name(self): method language (line 58) | def language(self): method feed (line 61) | def feed(self, byte_str): method get_confidence (line 90) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/mbcsgroupprober.py class MBCSGroupProber (line 41) | class MBCSGroupProber(CharSetGroupProber): method __init__ (line 42) | def __init__(self, lang_filter=None): FILE: openpype/vendor/python/python_2/chardet/metadata/languages.py class Language (line 16) | class Language(object): method __init__ (line 36) | def __init__(self, name=None, iso_code=None, use_ascii=True, charsets=... method __repr__ (line 53) | def __repr__(self): FILE: openpype/vendor/python/python_2/chardet/sbcharsetprober.py class SingleByteCharSetProber (line 45) | class SingleByteCharSetProber(CharSetProber): method __init__ (line 51) | def __init__(self, model, reversed=False, name_prober=None): method reset (line 65) | def reset(self): method charset_name (line 76) | def charset_name(self): method language (line 83) | def language(self): method feed (line 89) | def feed(self, byte_str): method get_confidence (line 137) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/sbcsgroupprober.py class SBCSGroupProber (line 46) | class SBCSGroupProber(CharSetGroupProber): method __init__ (line 47) | def __init__(self): FILE: openpype/vendor/python/python_2/chardet/sjisprober.py class SJISProber (line 36) | class SJISProber(MultiByteCharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 44) | def reset(self): method charset_name (line 49) | def charset_name(self): method language (line 53) | def language(self): method feed (line 56) | def feed(self, byte_str): method get_confidence (line 89) | def get_confidence(self): FILE: openpype/vendor/python/python_2/chardet/universaldetector.py class UniversalDetector (line 51) | class UniversalDetector(object): method __init__ (line 81) | def __init__(self, lang_filter=LanguageFilter.ALL): method reset (line 94) | def reset(self): method feed (line 111) | def feed(self, byte_str): method close (line 220) | def close(self): FILE: openpype/vendor/python/python_2/chardet/utf8prober.py class UTF8Prober (line 35) | class UTF8Prober(CharSetProber): method __init__ (line 38) | def __init__(self): method reset (line 44) | def reset(self): method charset_name (line 50) | def charset_name(self): method language (line 54) | def language(self): method feed (line 57) | def feed(self, byte_str): method get_confidence (line 76) | def get_confidence(self): FILE: openpype/vendor/python/python_2/click/_bashcomplete.py function get_completion_script (line 95) | def get_completion_script(prog_name, complete_var, shell): function resolve_ctx (line 108) | def resolve_ctx(cli, prog_name, args): function start_of_option (line 151) | def start_of_option(param_str): function is_incomplete_option (line 160) | def is_incomplete_option(all_args, cmd_param): function is_incomplete_argument (line 185) | def is_incomplete_argument(current_params, cmd_param): function get_user_autocompletions (line 210) | def get_user_autocompletions(ctx, args, incomplete, cmd_param): function get_visible_commands_starting_with (line 234) | def get_visible_commands_starting_with(ctx, starts_with): function add_subcommand_completions (line 247) | def add_subcommand_completions(ctx, incomplete, completions_out): function get_choices (line 272) | def get_choices(cli, prog_name, args, incomplete): function do_complete (line 325) | def do_complete(cli, prog_name, include_descriptions): function do_complete_fish (line 345) | def do_complete_fish(cli, prog_name): function bashcomplete (line 359) | def bashcomplete(cli, prog_name, complete_var, complete_instr): FILE: openpype/vendor/python/python_2/click/_compat.py function get_filesystem_encoding (line 23) | def get_filesystem_encoding(): function _make_text_stream (line 27) | def _make_text_stream( function is_ascii_encoding (line 44) | def is_ascii_encoding(encoding): function get_best_encoding (line 52) | def get_best_encoding(stream): class _NonClosingTextIOWrapper (line 60) | class _NonClosingTextIOWrapper(io.TextIOWrapper): method __init__ (line 61) | def __init__( method write (line 78) | def write(self, x): method writelines (line 87) | def writelines(self, lines): method __del__ (line 91) | def __del__(self): method isatty (line 97) | def isatty(self): class _FixupStream (line 102) | class _FixupStream(object): method __init__ (line 112) | def __init__(self, stream, force_readable=False, force_writable=False): method __getattr__ (line 117) | def __getattr__(self, name): method read1 (line 120) | def read1(self, size): method readable (line 131) | def readable(self): method writable (line 143) | def writable(self): method seekable (line 158) | def seekable(self): function is_bytes (line 177) | def is_bytes(x): function set_binary_mode (line 200) | def set_binary_mode(f): function set_binary_mode (line 209) | def set_binary_mode(f): function set_binary_mode (line 224) | def set_binary_mode(f): function isidentifier (line 234) | def isidentifier(x): function get_binary_stdin (line 237) | def get_binary_stdin(): function get_binary_stdout (line 240) | def get_binary_stdout(): function get_binary_stderr (line 244) | def get_binary_stderr(): function get_text_stdin (line 248) | def get_text_stdin(encoding=None, errors=None): function get_text_stdout (line 254) | def get_text_stdout(encoding=None, errors=None): function get_text_stderr (line 261) | def get_text_stderr(encoding=None, errors=None): function filename_to_ui (line 268) | def filename_to_ui(value): function is_bytes (line 285) | def is_bytes(x): function _is_binary_reader (line 288) | def _is_binary_reader(stream, default=False): function _is_binary_writer (line 296) | def _is_binary_writer(stream, default=False): function _find_binary_reader (line 308) | def _find_binary_reader(stream): function _find_binary_writer (line 323) | def _find_binary_writer(stream): function _stream_is_misconfigured (line 338) | def _stream_is_misconfigured(stream): function _is_compat_stream_attr (line 346) | def _is_compat_stream_attr(stream, attr, value): function _is_compatible_text_stream (line 354) | def _is_compatible_text_stream(stream, encoding, errors): function _force_correct_text_stream (line 362) | def _force_correct_text_stream( function _force_correct_text_reader (line 404) | def _force_correct_text_reader(text_reader, encoding, errors, force_read... function _force_correct_text_writer (line 414) | def _force_correct_text_writer(text_writer, encoding, errors, force_writ... function get_binary_stdin (line 424) | def get_binary_stdin(): function get_binary_stdout (line 430) | def get_binary_stdout(): function get_binary_stderr (line 438) | def get_binary_stderr(): function get_text_stdin (line 446) | def get_text_stdin(encoding=None, errors=None): function get_text_stdout (line 454) | def get_text_stdout(encoding=None, errors=None): function get_text_stderr (line 462) | def get_text_stderr(encoding=None, errors=None): function filename_to_ui (line 470) | def filename_to_ui(value): function get_streerror (line 478) | def get_streerror(e, default=None): function _wrap_io_open (line 491) | def _wrap_io_open(file, mode, encoding, errors): function open_stream (line 513) | def open_stream(filename, mode="r", encoding=None, errors="strict", atom... class _AtomicFile (line 595) | class _AtomicFile(object): method __init__ (line 596) | def __init__(self, f, tmp_filename, real_filename): method name (line 603) | def name(self): method close (line 606) | def close(self, delete=False): method __getattr__ (line 618) | def __getattr__(self, name): method __enter__ (line 621) | def __enter__(self): method __exit__ (line 624) | def __exit__(self, exc_type, exc_value, tb): method __repr__ (line 627) | def __repr__(self): function strip_ansi (line 636) | def strip_ansi(value): function _is_jupyter_kernel_output (line 640) | def _is_jupyter_kernel_output(stream): function should_strip_ansi (line 652) | def should_strip_ansi(stream=None, color=None): function _get_argv_encoding (line 669) | def _get_argv_encoding(): function raw_input (line 676) | def raw_input(prompt=""): function auto_wrap_for_ansi (line 691) | def auto_wrap_for_ansi(stream, color=None): function get_winterm_size (line 722) | def get_winterm_size(): function _get_argv_encoding (line 731) | def _get_argv_encoding(): function term_len (line 738) | def term_len(x): function isatty (line 742) | def isatty(stream): function _make_cached_stream_func (line 749) | def _make_cached_stream_func(src_func, wrapper_func): FILE: openpype/vendor/python/python_2/click/_termui_impl.py function _length_hint (line 34) | def _length_hint(obj): class ProgressBar (line 52) | class ProgressBar(object): method __init__ (line 53) | def __init__( method __enter__ (line 107) | def __enter__(self): method __exit__ (line 112) | def __exit__(self, exc_type, exc_value, tb): method __iter__ (line 115) | def __iter__(self): method __next__ (line 121) | def __next__(self): method is_fast (line 132) | def is_fast(self): method render_finish (line 135) | def render_finish(self): method pct (line 142) | def pct(self): method time_per_iteration (line 148) | def time_per_iteration(self): method eta (line 154) | def eta(self): method format_eta (line 159) | def format_eta(self): method format_pos (line 174) | def format_pos(self): method format_pct (line 180) | def format_pct(self): method format_bar (line 183) | def format_bar(self): method format_progress_line (line 202) | def format_progress_line(self): method render_progress (line 229) | def render_progress(self): method make_step (line 268) | def make_step(self, n_steps): method update (line 290) | def update(self, n_steps): method finish (line 294) | def finish(self): method generator (line 299) | def generator(self): function pager (line 326) | def pager(generator, color=None): function _pipepager (line 355) | def _pipepager(generator, cmd, color): function _tempfilepager (line 404) | def _tempfilepager(generator, cmd, color): function _nullpager (line 422) | def _nullpager(stream, generator, color): class Editor (line 430) | class Editor(object): method __init__ (line 431) | def __init__(self, editor=None, env=None, require_save=True, extension... method get_editor (line 437) | def get_editor(self): method edit_file (line 451) | def edit_file(self, filename): method edit (line 470) | def edit(self, text): function open_url (line 506) | def open_url(url, wait=False, locate=False): function _translate_ch_to_exc (line 565) | def _translate_ch_to_exc(ch): function raw_terminal (line 578) | def raw_terminal(): function getchar (line 581) | def getchar(echo): function raw_terminal (line 630) | def raw_terminal(): function getchar (line 650) | def getchar(echo): FILE: openpype/vendor/python/python_2/click/_textwrap.py class TextWrapper (line 5) | class TextWrapper(textwrap.TextWrapper): method _handle_long_word (line 6) | def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): method extra_indent (line 19) | def extra_indent(self, indent): method indent_only (line 30) | def indent_only(self, text): FILE: openpype/vendor/python/python_2/click/_unicodefun.py function _find_unicode_literals_frame (line 8) | def _find_unicode_literals_frame(): function _check_for_unicode_literals (line 26) | def _check_for_unicode_literals(): function _verify_python3_env (line 52) | def _verify_python3_env(): FILE: openpype/vendor/python/python_2/click/_winconsole.py class Py_buffer (line 85) | class Py_buffer(ctypes.Structure): function get_buffer (line 110) | def get_buffer(obj, writable=False): class _WindowsConsoleRawIOBase (line 121) | class _WindowsConsoleRawIOBase(io.RawIOBase): method __init__ (line 122) | def __init__(self, handle): method isatty (line 125) | def isatty(self): class _WindowsConsoleReader (line 130) | class _WindowsConsoleReader(_WindowsConsoleRawIOBase): method readable (line 131) | def readable(self): method readinto (line 134) | def readinto(self, b): class _WindowsConsoleWriter (line 165) | class _WindowsConsoleWriter(_WindowsConsoleRawIOBase): method writable (line 166) | def writable(self): method _get_error_message (line 170) | def _get_error_message(errno): method write (line 177) | def write(self, b): class ConsoleStream (line 197) | class ConsoleStream(object): method __init__ (line 198) | def __init__(self, text_stream, byte_stream): method name (line 203) | def name(self): method write (line 206) | def write(self, x): method writelines (line 215) | def writelines(self, lines): method __getattr__ (line 219) | def __getattr__(self, name): method isatty (line 222) | def isatty(self): method __repr__ (line 225) | def __repr__(self): class WindowsChunkedWriter (line 231) | class WindowsChunkedWriter(object): method __init__ (line 238) | def __init__(self, wrapped): method __getattr__ (line 243) | def __getattr__(self, name): method write (line 246) | def write(self, text): function _wrap_std_stream (line 259) | def _wrap_std_stream(name): function _get_text_stdin (line 270) | def _get_text_stdin(buffer_stream): function _get_text_stdout (line 280) | def _get_text_stdout(buffer_stream): function _get_text_stderr (line 290) | def _get_text_stderr(buffer_stream): function _hash_py_argv (line 302) | def _hash_py_argv(): function _get_windows_argv (line 307) | def _get_windows_argv(): function _is_console (line 338) | def _is_console(f): function _get_windows_console_stream (line 351) | def _get_windows_console_stream(f, encoding, errors): FILE: openpype/vendor/python/python_2/click/core.py function _maybe_show_deprecated_notice (line 48) | def _maybe_show_deprecated_notice(cmd): function fast_exit (line 53) | def fast_exit(code): function _bashcomplete (line 62) | def _bashcomplete(cmd, prog_name, complete_var=None): function _check_multicommand (line 76) | def _check_multicommand(base_command, cmd_name, cmd, register=False): function batch (line 104) | def batch(iterable, batch_size): function invoke_param_callback (line 108) | def invoke_param_callback(callback, ctx, param, value): function augment_usage_errors (line 127) | def augment_usage_errors(ctx, param=None): function iter_params_for_processing (line 143) | def iter_params_for_processing(invocation_order, declaration_order): class Context (line 159) | class Context(object): method __init__ (line 245) | def __init__( method __enter__ (line 396) | def __enter__(self): method __exit__ (line 401) | def __exit__(self, exc_type, exc_value, tb): method scope (line 408) | def scope(self, cleanup=True): method meta (line 446) | def meta(self): method make_formatter (line 473) | def make_formatter(self): method call_on_close (line 479) | def call_on_close(self, f): method close (line 491) | def close(self): method command_path (line 498) | def command_path(self): method find_root (line 510) | def find_root(self): method find_object (line 517) | def find_object(self, object_type): method ensure_object (line 525) | def ensure_object(self, object_type): method lookup_default (line 534) | def lookup_default(self, name): method fail (line 544) | def fail(self, message): method abort (line 552) | def abort(self): method exit (line 556) | def exit(self, code=0): method get_usage (line 560) | def get_usage(self): method get_help (line 566) | def get_help(self): method invoke (line 572) | def invoke(*args, **kwargs): # noqa: B902 method forward (line 612) | def forward(*args, **kwargs): # noqa: B902 class BaseCommand (line 631) | class BaseCommand(object): method __init__ (line 660) | def __init__(self, name, context_settings=None): method __repr__ (line 671) | def __repr__(self): method get_usage (line 674) | def get_usage(self, ctx): method get_help (line 677) | def get_help(self, ctx): method make_context (line 680) | def make_context(self, info_name, args, parent=None, **extra): method parse_args (line 703) | def parse_args(self, ctx, args): method invoke (line 710) | def invoke(self, ctx): method main (line 716) | def main( method __call__ (line 827) | def __call__(self, *args, **kwargs): class Command (line 832) | class Command(BaseCommand): method __init__ (line 865) | def __init__( method get_usage (line 901) | def get_usage(self, ctx): method get_params (line 910) | def get_params(self, ctx): method format_usage (line 917) | def format_usage(self, ctx, formatter): method collect_usage_pieces (line 925) | def collect_usage_pieces(self, ctx): method get_help_option_names (line 934) | def get_help_option_names(self, ctx): method get_help_option (line 942) | def get_help_option(self, ctx): method make_parser (line 962) | def make_parser(self, ctx): method get_help (line 969) | def get_help(self, ctx): method get_short_help_str (line 978) | def get_short_help_str(self, limit=45): method format_help (line 989) | def format_help(self, ctx, formatter): method format_help_text (line 1006) | def format_help_text(self, ctx, formatter): method format_options (line 1020) | def format_options(self, ctx, formatter): method format_epilog (line 1032) | def format_epilog(self, ctx, formatter): method parse_args (line 1039) | def parse_args(self, ctx, args): method invoke (line 1060) | def invoke(self, ctx): class MultiCommand (line 1069) | class MultiCommand(Command): method __init__ (line 1096) | def __init__( method collect_usage_pieces (line 1130) | def collect_usage_pieces(self, ctx): method format_options (line 1135) | def format_options(self, ctx, formatter): method resultcallback (line 1139) | def resultcallback(self, replace=False): method format_commands (line 1179) | def format_commands(self, ctx, formatter): method parse_args (line 1207) | def parse_args(self, ctx, args): method invoke (line 1221) | def invoke(self, ctx): method resolve_command (line 1292) | def resolve_command(self, ctx, args): method get_command (line 1318) | def get_command(self, ctx, cmd_name): method list_commands (line 1324) | def list_commands(self, ctx): class Group (line 1331) | class Group(MultiCommand): method __init__ (line 1338) | def __init__(self, name=None, commands=None, **attrs): method add_command (line 1343) | def add_command(self, cmd, name=None): method command (line 1353) | def command(self, *args, **kwargs): method group (line 1368) | def group(self, *args, **kwargs): method get_command (line 1383) | def get_command(self, ctx, cmd_name): method list_commands (line 1386) | def list_commands(self, ctx): class CommandCollection (line 1390) | class CommandCollection(MultiCommand): method __init__ (line 1397) | def __init__(self, name=None, sources=None, **attrs): method add_source (line 1402) | def add_source(self, multi_cmd): method get_command (line 1406) | def get_command(self, ctx, cmd_name): method list_commands (line 1414) | def list_commands(self, ctx): class Parameter (line 1421) | class Parameter(object): method __init__ (line 1468) | def __init__( method __repr__ (line 1507) | def __repr__(self): method human_readable_name (line 1511) | def human_readable_name(self): method make_metavar (line 1517) | def make_metavar(self): method get_default (line 1527) | def get_default(self, ctx): method add_to_parser (line 1536) | def add_to_parser(self, parser, ctx): method consume_value (line 1539) | def consume_value(self, ctx, opts): method type_cast_value (line 1547) | def type_cast_value(self, ctx, value): method process_value (line 1570) | def process_value(self, ctx, value): method value_is_missing (line 1581) | def value_is_missing(self, value): method full_process_value (line 1588) | def full_process_value(self, ctx, value): method resolve_envvar_value (line 1599) | def resolve_envvar_value(self, ctx): method value_from_envvar (line 1613) | def value_from_envvar(self, ctx): method handle_parse_result (line 1619) | def handle_parse_result(self, ctx, opts, args): method get_help_record (line 1639) | def get_help_record(self, ctx): method get_usage_pieces (line 1642) | def get_usage_pieces(self, ctx): method get_error_hint (line 1645) | def get_error_hint(self, ctx): class Option (line 1653) | class Option(Parameter): method __init__ (line 1694) | def __init__( method _parse_decls (line 1780) | def _parse_decls(self, decls, expose_value): method add_to_parser (line 1825) | def add_to_parser(self, parser, ctx): method get_help_record (line 1855) | def get_help_record(self, ctx): method get_default (line 1907) | def get_default(self, ctx): method prompt_for_value (line 1919) | def prompt_for_value(self, ctx): method resolve_envvar_value (line 1943) | def resolve_envvar_value(self, ctx): method value_from_envvar (line 1951) | def value_from_envvar(self, ctx): method full_process_value (line 1962) | def full_process_value(self, ctx, value): class Argument (line 1968) | class Argument(Parameter): method __init__ (line 1978) | def __init__(self, param_decls, required=None, **attrs): method human_readable_name (line 1991) | def human_readable_name(self): method make_metavar (line 1996) | def make_metavar(self): method _parse_decls (line 2008) | def _parse_decls(self, decls, expose_value): method get_usage_pieces (line 2023) | def get_usage_pieces(self, ctx): method get_error_hint (line 2026) | def get_error_hint(self, ctx): method add_to_parser (line 2029) | def add_to_parser(self, parser, ctx): FILE: openpype/vendor/python/python_2/click/decorators.py function pass_context (line 15) | def pass_context(f): function pass_obj (line 26) | def pass_obj(f): function make_pass_decorator (line 38) | def make_pass_decorator(object_type, ensure=False): function _make_command (line 80) | def _make_command(f, name, attrs, cls): function command (line 106) | def command(name=None, cls=None, **attrs): function group (line 137) | def group(name=None, **attrs): function _param_memo (line 146) | def _param_memo(f, param): function argument (line 155) | def argument(*param_decls, **attrs): function option (line 174) | def option(*param_decls, **attrs): function confirmation_option (line 198) | def confirmation_option(*param_decls, **attrs): function password_option (line 231) | def password_option(*param_decls, **attrs): function version_option (line 253) | def version_option(version=None, *param_decls, **attrs): function help_option (line 309) | def help_option(*param_decls, **attrs): FILE: openpype/vendor/python/python_2/click/exceptions.py function _join_param_hints (line 7) | def _join_param_hints(param_hint): class ClickException (line 13) | class ClickException(Exception): method __init__ (line 19) | def __init__(self, message): method format_message (line 27) | def format_message(self): method __str__ (line 30) | def __str__(self): method __str__ (line 36) | def __str__(self): method show (line 39) | def show(self, file=None): class UsageError (line 45) | class UsageError(ClickException): method __init__ (line 56) | def __init__(self, message, ctx=None): method show (line 61) | def show(self, file=None): class BadParameter (line 76) | class BadParameter(UsageError): method __init__ (line 94) | def __init__(self, message, ctx=None, param=None, param_hint=None): method format_message (line 99) | def format_message(self): class MissingParameter (line 111) | class MissingParameter(BadParameter): method __init__ (line 123) | def __init__( method format_message (line 129) | def format_message(self): method __str__ (line 158) | def __str__(self): method __str__ (line 168) | def __str__(self): class NoSuchOption (line 172) | class NoSuchOption(UsageError): method __init__ (line 179) | def __init__(self, option_name, message=None, possibilities=None, ctx=... method format_message (line 186) | def format_message(self): class BadOptionUsage (line 197) | class BadOptionUsage(UsageError): method __init__ (line 207) | def __init__(self, option_name, message, ctx=None): class BadArgumentUsage (line 212) | class BadArgumentUsage(UsageError): method __init__ (line 220) | def __init__(self, message, ctx=None): class FileError (line 224) | class FileError(ClickException): method __init__ (line 227) | def __init__(self, filename, hint=None): method format_message (line 235) | def format_message(self): class Abort (line 239) | class Abort(RuntimeError): class Exit (line 243) | class Exit(RuntimeError): method __init__ (line 252) | def __init__(self, code=0): FILE: openpype/vendor/python/python_2/click/formatting.py function measure_table (line 11) | def measure_table(rows): function iter_rows (line 19) | def iter_rows(rows, col_count): function wrap_text (line 25) | def wrap_text( class HelpFormatter (line 94) | class HelpFormatter(object): method __init__ (line 106) | def __init__(self, indent_increment=2, width=None, max_width=None): method write (line 118) | def write(self, string): method indent (line 122) | def indent(self): method dedent (line 126) | def dedent(self): method write_usage (line 130) | def write_usage(self, prog, args="", prefix="Usage: "): method write_heading (line 164) | def write_heading(self, heading): method write_paragraph (line 168) | def write_paragraph(self): method write_text (line 173) | def write_text(self, text): method write_dl (line 190) | def write_dl(self, rows, col_max=30, col_spacing=2): method section (line 238) | def section(self, name): method indentation (line 253) | def indentation(self): method getvalue (line 261) | def getvalue(self): function join_options (line 266) | def join_options(options): FILE: openpype/vendor/python/python_2/click/globals.py function get_current_context (line 6) | def get_current_context(silent=False): function push_context (line 28) | def push_context(ctx): function pop_context (line 33) | def pop_context(): function resolve_color_default (line 38) | def resolve_color_default(color=None): FILE: openpype/vendor/python/python_2/click/parser.py function _unpack_args (line 30) | def _unpack_args(args, nargs_spec): function _error_opt_args (line 81) | def _error_opt_args(nargs, opt): function split_opt (line 87) | def split_opt(opt): function normalize_opt (line 96) | def normalize_opt(opt, ctx): function split_arg_string (line 103) | def split_arg_string(string): class Option (line 122) | class Option(object): method __init__ (line 123) | def __init__(self, opts, dest, action=None, nargs=1, const=None, obj=N... method takes_value (line 149) | def takes_value(self): method process (line 152) | def process(self, value, state): class Argument (line 168) | class Argument(object): method __init__ (line 169) | def __init__(self, dest, nargs=1, obj=None): method process (line 174) | def process(self, value, state): class ParsingState (line 187) | class ParsingState(object): method __init__ (line 188) | def __init__(self, rargs): class OptionParser (line 195) | class OptionParser(object): method __init__ (line 209) | def __init__(self, ctx=None): method add_option (line 231) | def add_option(self, opts, dest, action=None, nargs=1, const=None, obj... method add_argument (line 250) | def add_argument(self, dest, nargs=1, obj=None): method parse_args (line 260) | def parse_args(self, args): method _process_args_for_args (line 276) | def _process_args_for_args(self, state): method _process_args_for_options (line 287) | def _process_args_for_options(self, state): method _match_long_opt (line 323) | def _match_long_opt(self, opt, explicit_value, state): method _match_short_opt (line 354) | def _match_short_opt(self, arg, state): method _process_opts (line 401) | def _process_opts(self, arg, state): FILE: openpype/vendor/python/python_2/click/termui.py function hidden_prompt_func (line 51) | def hidden_prompt_func(prompt): function _build_prompt (line 57) | def _build_prompt( function _format_default (line 68) | def _format_default(default): function prompt (line 75) | def prompt( function confirm (line 172) | def confirm( function get_terminal_size (line 218) | def get_terminal_size(): function echo_via_pager (line 265) | def echo_via_pager(text_or_generator, color=None): function progressbar (line 294) | def progressbar( function clear (line 415) | def clear(): function style (line 433) | def style( function unstyle (line 522) | def unstyle(text): function secho (line 534) | def secho(message=None, file=None, nl=True, err=False, color=None, **sty... function edit (line 551) | def edit( function launch (line 591) | def launch(url, wait=False, locate=False): function getchar (line 623) | def getchar(echo=False): function raw_terminal (line 649) | def raw_terminal(): function pause (line 655) | def pause(info="Press any key to continue ...", err=False): FILE: openpype/vendor/python/python_2/click/testing.py class EchoingStdin (line 23) | class EchoingStdin(object): method __init__ (line 24) | def __init__(self, input, output): method __getattr__ (line 28) | def __getattr__(self, x): method _echo (line 31) | def _echo(self, rv): method read (line 35) | def read(self, n=-1): method readline (line 38) | def readline(self, n=-1): method readlines (line 41) | def readlines(self): method __iter__ (line 44) | def __iter__(self): method __repr__ (line 47) | def __repr__(self): function make_input_stream (line 51) | def make_input_stream(input, charset): class Result (line 70) | class Result(object): method __init__ (line 73) | def __init__( method output (line 90) | def output(self): method stdout (line 95) | def stdout(self): method stderr (line 102) | def stderr(self): method __repr__ (line 110) | def __repr__(self): class CliRunner (line 116) | class CliRunner(object): method __init__ (line 137) | def __init__(self, charset=None, env=None, echo_stdin=False, mix_stder... method get_default_prog_name (line 145) | def get_default_prog_name(self, cli): method make_env (line 152) | def make_env(self, overrides=None): method isolation (line 160) | def isolation(self, input=None, env=None, color=False): method invoke (line 275) | def invoke( method isolated_filesystem (line 368) | def isolated_filesystem(self): FILE: openpype/vendor/python/python_2/click/types.py class ParamType (line 17) | class ParamType(object): method __call__ (line 44) | def __call__(self, value, param=None, ctx=None): method get_metavar (line 48) | def get_metavar(self, param): method get_missing_message (line 51) | def get_missing_message(self, param): method convert (line 58) | def convert(self, value, param, ctx): method split_envvar_value (line 64) | def split_envvar_value(self, rv): method fail (line 74) | def fail(self, message, param=None, ctx=None): class CompositeParamType (line 79) | class CompositeParamType(ParamType): method arity (line 83) | def arity(self): class FuncParamType (line 87) | class FuncParamType(ParamType): method __init__ (line 88) | def __init__(self, func): method convert (line 92) | def convert(self, value, param, ctx): class UnprocessedParamType (line 103) | class UnprocessedParamType(ParamType): method convert (line 106) | def convert(self, value, param, ctx): method __repr__ (line 109) | def __repr__(self): class StringParamType (line 113) | class StringParamType(ParamType): method convert (line 116) | def convert(self, value, param, ctx): method __repr__ (line 133) | def __repr__(self): class Choice (line 137) | class Choice(ParamType): method __init__ (line 156) | def __init__(self, choices, case_sensitive=True): method get_metavar (line 160) | def get_metavar(self, param): method get_missing_message (line 163) | def get_missing_message(self, param): method convert (line 166) | def convert(self, value, param, ctx): method __repr__ (line 204) | def __repr__(self): class DateTime (line 208) | class DateTime(ParamType): method __init__ (line 231) | def __init__(self, formats=None): method get_metavar (line 234) | def get_metavar(self, param): method _try_to_convert_date (line 237) | def _try_to_convert_date(self, value, format): method convert (line 243) | def convert(self, value, param, ctx): method __repr__ (line 256) | def __repr__(self): class IntParamType (line 260) | class IntParamType(ParamType): method convert (line 263) | def convert(self, value, param, ctx): method __repr__ (line 269) | def __repr__(self): class IntRange (line 273) | class IntRange(IntParamType): method __init__ (line 284) | def __init__(self, min=None, max=None, clamp=False): method convert (line 289) | def convert(self, value, param, ctx): method __repr__ (line 328) | def __repr__(self): class FloatParamType (line 332) | class FloatParamType(ParamType): method convert (line 335) | def convert(self, value, param, ctx): method __repr__ (line 343) | def __repr__(self): class FloatRange (line 347) | class FloatRange(FloatParamType): method __init__ (line 358) | def __init__(self, min=None, max=None, clamp=False): method convert (line 363) | def convert(self, value, param, ctx): method __repr__ (line 402) | def __repr__(self): class BoolParamType (line 406) | class BoolParamType(ParamType): method convert (line 409) | def convert(self, value, param, ctx): method __repr__ (line 419) | def __repr__(self): class UUIDParameterType (line 423) | class UUIDParameterType(ParamType): method convert (line 426) | def convert(self, value, param, ctx): method __repr__ (line 436) | def __repr__(self): class File (line 440) | class File(ParamType): method __init__ (line 470) | def __init__( method resolve_lazy_flag (line 479) | def resolve_lazy_flag(self, value): method convert (line 488) | def convert(self, value, param, ctx): class Path (line 527) | class Path(ParamType): method __init__ (line 560) | def __init__( method coerce_path_result (line 590) | def coerce_path_result(self, rv): method convert (line 598) | def convert(self, value, param, ctx): class Tuple (line 654) | class Tuple(CompositeParamType): method __init__ (line 668) | def __init__(self, types): method name (line 672) | def name(self): method arity (line 676) | def arity(self): method convert (line 679) | def convert(self, value, param, ctx): function convert_type (line 688) | def convert_type(ty, default=None): FILE: openpype/vendor/python/python_2/click/utils.py function _posixify (line 32) | def _posixify(name): function safecall (line 36) | def safecall(func): function make_str (line 48) | def make_str(value): function make_default_short_help (line 58) | def make_default_short_help(help, max_length=45): class LazyFile (line 83) | class LazyFile(object): method __init__ (line 90) | def __init__( method __getattr__ (line 110) | def __getattr__(self, name): method __repr__ (line 113) | def __repr__(self): method open (line 118) | def open(self): method close (line 136) | def close(self): method close_intelligently (line 141) | def close_intelligently(self): method __enter__ (line 148) | def __enter__(self): method __exit__ (line 151) | def __exit__(self, exc_type, exc_value, tb): method __iter__ (line 154) | def __iter__(self): class KeepOpenFile (line 159) | class KeepOpenFile(object): method __init__ (line 160) | def __init__(self, file): method __getattr__ (line 163) | def __getattr__(self, name): method __enter__ (line 166) | def __enter__(self): method __exit__ (line 169) | def __exit__(self, exc_type, exc_value, tb): method __repr__ (line 172) | def __repr__(self): method __iter__ (line 175) | def __iter__(self): function echo (line 179) | def echo(message=None, file=None, nl=True, err=False, color=None): function get_binary_stream (line 276) | def get_binary_stream(name): function get_text_stream (line 292) | def get_text_stream(name, encoding=None, errors="strict"): function open_file (line 309) | def open_file( function get_os_args (line 342) | def get_os_args(): function format_filename (line 363) | def format_filename(filename, shorten=False): function get_app_dir (line 380) | def get_app_dir(app_name, roaming=True, force_posix=False): class PacifyFlushWrapper (line 433) | class PacifyFlushWrapper(object): method __init__ (line 442) | def __init__(self, wrapped): method flush (line 445) | def flush(self): method __getattr__ (line 454) | def __getattr__(self, attr): FILE: openpype/vendor/python/python_2/dns/_compat.py function maybe_decode (line 22) | def maybe_decode(x): function maybe_encode (line 24) | def maybe_encode(x): function maybe_chr (line 26) | def maybe_chr(x): function maybe_ord (line 28) | def maybe_ord(x): function maybe_decode (line 37) | def maybe_decode(x): function maybe_encode (line 39) | def maybe_encode(x): function maybe_chr (line 41) | def maybe_chr(x): function maybe_ord (line 43) | def maybe_ord(x): function round_py2_compat (line 47) | def round_py2_compat(what): FILE: openpype/vendor/python/python_2/dns/dnssec.py class UnsupportedAlgorithm (line 34) | class UnsupportedAlgorithm(dns.exception.DNSException): class ValidationFailure (line 38) | class ValidationFailure(dns.exception.DNSException): function algorithm_from_text (line 95) | def algorithm_from_text(text): function algorithm_to_text (line 107) | def algorithm_to_text(value): function _to_rdata (line 119) | def _to_rdata(record, origin): function key_id (line 125) | def key_id(key, origin=None): function make_ds (line 149) | def make_ds(name, key, algorithm, origin=None): function _find_candidate_keys (line 186) | def _find_candidate_keys(keys, rrsig): function _is_rsa (line 206) | def _is_rsa(algorithm): function _is_dsa (line 212) | def _is_dsa(algorithm): function _is_ecdsa (line 216) | def _is_ecdsa(algorithm): function _is_md5 (line 220) | def _is_md5(algorithm): function _is_sha1 (line 224) | def _is_sha1(algorithm): function _is_sha256 (line 229) | def _is_sha256(algorithm): function _is_sha384 (line 233) | def _is_sha384(algorithm): function _is_sha512 (line 237) | def _is_sha512(algorithm): function _make_hash (line 241) | def _make_hash(algorithm): function _make_algorithm_id (line 255) | def _make_algorithm_id(algorithm): function _validate_rrsig (line 274) | def _validate_rrsig(rrset, rrsig, keys, origin=None, now=None): function _validate (line 427) | def _validate(rrset, rrsigset, keys, origin=None, now=None): function _need_pycrypto (line 475) | def _need_pycrypto(*args, **kwargs): class ECKeyWrapper (line 511) | class ECKeyWrapper(object): method __init__ (line 513) | def __init__(self, key, key_len): method verify (line 517) | def verify(self, digest, sig): FILE: openpype/vendor/python/python_2/dns/e164.py function from_e164 (line 29) | def from_e164(text, origin=public_enum_domain): function to_e164 (line 49) | def to_e164(name, origin=public_enum_domain, want_plus_prefix=True): function query (line 81) | def query(number, domains, resolver=None): FILE: openpype/vendor/python/python_2/dns/edns.py class Option (line 48) | class Option(object): method __init__ (line 52) | def __init__(self, otype): method to_wire (line 59) | def to_wire(self, file): method from_wire (line 65) | def from_wire(cls, otype, wire, current, olen): method _cmp (line 82) | def _cmp(self, other): method __eq__ (line 89) | def __eq__(self, other): method __ne__ (line 96) | def __ne__(self, other): method __lt__ (line 103) | def __lt__(self, other): method __le__ (line 109) | def __le__(self, other): method __ge__ (line 115) | def __ge__(self, other): method __gt__ (line 121) | def __gt__(self, other): class GenericOption (line 128) | class GenericOption(Option): method __init__ (line 136) | def __init__(self, otype, data): method to_wire (line 140) | def to_wire(self, file): method to_text (line 143) | def to_text(self): method from_wire (line 147) | def from_wire(cls, otype, wire, current, olen): method _cmp (line 150) | def _cmp(self, other): class ECSOption (line 158) | class ECSOption(Option): method __init__ (line 161) | def __init__(self, address, srclen=None, scopelen=0): method to_text (line 201) | def to_text(self): method to_wire (line 205) | def to_wire(self, file): method from_wire (line 211) | def from_wire(cls, otype, wire, cur, olen): method _cmp (line 229) | def _cmp(self, other): function get_option_class (line 240) | def get_option_class(otype): function option_from_wire (line 253) | def option_from_wire(otype, wire, current, olen): FILE: openpype/vendor/python/python_2/dns/entropy.py class EntropyPool (line 28) | class EntropyPool(object): method __init__ (line 35) | def __init__(self, seed=None): method stir (line 62) | def stir(self, entropy, already_locked=False): method _maybe_seed (line 76) | def _maybe_seed(self): method random_8 (line 95) | def random_8(self): method random_16 (line 110) | def random_16(self): method random_32 (line 113) | def random_32(self): method random_between (line 116) | def random_between(self, first, last): function random_16 (line 138) | def random_16(): function between (line 144) | def between(first, last): FILE: openpype/vendor/python/python_2/dns/exception.py class DNSException (line 24) | class DNSException(Exception): method __init__ (line 51) | def __init__(self, *args, **kwargs): method _check_params (line 66) | def _check_params(self, *args, **kwargs): method _check_kwargs (line 74) | def _check_kwargs(self, **kwargs): method _fmt_kwargs (line 81) | def _fmt_kwargs(self, **kwargs): method __str__ (line 99) | def __str__(self): class FormError (line 109) | class FormError(DNSException): class SyntaxError (line 113) | class SyntaxError(DNSException): class UnexpectedEnd (line 117) | class UnexpectedEnd(SyntaxError): class TooBig (line 121) | class TooBig(DNSException): class Timeout (line 125) | class Timeout(DNSException): FILE: openpype/vendor/python/python_2/dns/flags.py function _order_flags (line 66) | def _order_flags(table): function _from_text (line 77) | def _from_text(text, table): function _to_text (line 85) | def _to_text(flags, table, order): function from_text (line 93) | def from_text(text): function to_text (line 103) | def to_text(flags): function edns_from_text (line 113) | def edns_from_text(text): function edns_to_text (line 123) | def edns_to_text(flags): FILE: openpype/vendor/python/python_2/dns/grange.py function from_text (line 22) | def from_text(text): FILE: openpype/vendor/python/python_2/dns/hash.py function get (line 36) | def get(algorithm): FILE: openpype/vendor/python/python_2/dns/inet.py function inet_pton (line 41) | def inet_pton(family, text): function inet_ntop (line 62) | def inet_ntop(family, address): function af_for_address (line 83) | def af_for_address(text): function is_multicast (line 105) | def is_multicast(text): FILE: openpype/vendor/python/python_2/dns/ipv4.py function inet_ntoa (line 25) | def inet_ntoa(address): function inet_aton (line 40) | def inet_aton(text): FILE: openpype/vendor/python/python_2/dns/ipv6.py function inet_ntoa (line 29) | def inet_ntoa(address): function inet_aton (line 100) | def inet_aton(text): function is_mapped (line 173) | def is_mapped(address): FILE: openpype/vendor/python/python_2/dns/message.py class ShortHeader (line 44) | class ShortHeader(dns.exception.FormError): class TrailingJunk (line 48) | class TrailingJunk(dns.exception.FormError): class UnknownHeaderField (line 52) | class UnknownHeaderField(dns.exception.DNSException): class BadEDNS (line 57) | class BadEDNS(dns.exception.FormError): class BadTSIG (line 62) | class BadTSIG(dns.exception.FormError): class UnknownTSIGKey (line 67) | class UnknownTSIGKey(dns.exception.DNSException): class Message (line 83) | class Message(object): method __init__ (line 86) | def __init__(self, id=None): method __repr__ (line 118) | def __repr__(self): method __str__ (line 121) | def __str__(self): method to_text (line 124) | def to_text(self, origin=None, relativize=True, **kw): method __eq__ (line 181) | def __eq__(self, other): method __ne__ (line 214) | def __ne__(self, other): method is_response (line 217) | def is_response(self, other): method section_number (line 241) | def section_number(self, section): method section_from_number (line 264) | def section_from_number(self, number): method find_rrset (line 287) | def find_rrset(self, section, name, rdclass, rdtype, method get_rrset (line 348) | def get_rrset(self, section, name, rdclass, rdtype, method to_wire (line 392) | def to_wire(self, origin=None, max_size=0, **kw): method use_tsig (line 440) | def use_tsig(self, keyring, keyname=None, fudge=300, method use_edns (line 487) | def use_edns(self, edns=0, ednsflags=0, payload=1280, request_payload=... method want_dnssec (line 533) | def want_dnssec(self, wanted=True): method rcode (line 549) | def rcode(self): method set_rcode (line 556) | def set_rcode(self, rcode): method opcode (line 569) | def opcode(self): method set_opcode (line 576) | def set_opcode(self, opcode): class _WireReader (line 585) | class _WireReader(object): method __init__ (line 601) | def __init__(self, wire, message, question_only=False, method _get_question (line 612) | def _get_question(self, qcount): method _get_section (line 635) | def _get_section(self, section, count): method read (line 734) | def read(self): function from_wire (line 759) | def from_wire(wire, keyring=None, request_mac=b'', xfr=False, origin=None, class _TextReader (line 828) | class _TextReader(object): method __init__ (line 840) | def __init__(self, text, message): method _header_line (line 847) | def _header_line(self, section): method _question_line (line 893) | def _question_line(self, section): method _rr_line (line 922) | def _rr_line(self, section): method read (line 975) | def read(self): function from_text (line 1007) | def from_text(text): function from_file (line 1031) | def from_file(f): function make_query (line 1061) | def make_query(qname, rdtype, rdclass=dns.rdataclass.IN, use_edns=None, function make_response (line 1138) | def make_response(query, recursion_available=False, our_payload=8192, FILE: openpype/vendor/python/python_2/dns/name.py class EmptyLabel (line 57) | class EmptyLabel(dns.exception.SyntaxError): class BadEscape (line 61) | class BadEscape(dns.exception.SyntaxError): class BadPointer (line 65) | class BadPointer(dns.exception.FormError): class BadLabelType (line 69) | class BadLabelType(dns.exception.FormError): class NeedAbsoluteNameOrOrigin (line 73) | class NeedAbsoluteNameOrOrigin(dns.exception.DNSException): class NameTooLong (line 78) | class NameTooLong(dns.exception.FormError): class LabelTooLong (line 82) | class LabelTooLong(dns.exception.SyntaxError): class AbsoluteConcatenation (line 86) | class AbsoluteConcatenation(dns.exception.DNSException): class NoParent (line 91) | class NoParent(dns.exception.DNSException): class NoIDNA2008 (line 95) | class NoIDNA2008(dns.exception.DNSException): class IDNAException (line 100) | class IDNAException(dns.exception.DNSException): class IDNACodec (line 107) | class IDNACodec(object): method __init__ (line 110) | def __init__(self): method encode (line 113) | def encode(self, label): method decode (line 116) | def decode(self, label): class IDNA2003Codec (line 129) | class IDNA2003Codec(IDNACodec): method __init__ (line 132) | def __init__(self, strict_decode=False): method encode (line 143) | def encode(self, label): method decode (line 153) | def decode(self, label): class IDNA2008Codec (line 165) | class IDNA2008Codec(IDNACodec): method __init__ (line 189) | def __init__(self, uts_46=False, transitional=False, method is_all_ascii (line 198) | def is_all_ascii(self, label): method encode (line 204) | def encode(self, label): method decode (line 218) | def decode(self, label): function _escapify (line 243) | def _escapify(label, unicode_mode=False): function _validate_labels (line 275) | def _validate_labels(labels): function _maybe_convert_to_binary (line 305) | def _maybe_convert_to_binary(label): class Name (line 318) | class Name(object): method __init__ (line 329) | def __init__(self, labels): method __setattr__ (line 337) | def __setattr__(self, name, value): method __copy__ (line 341) | def __copy__(self): method __deepcopy__ (line 344) | def __deepcopy__(self, memo): method __getstate__ (line 347) | def __getstate__(self): method __setstate__ (line 351) | def __setstate__(self, state): method is_absolute (line 355) | def is_absolute(self): method is_wild (line 363) | def is_wild(self): method __hash__ (line 371) | def __hash__(self): method fullcompare (line 383) | def fullcompare(self, other): method is_subdomain (line 459) | def is_subdomain(self, other): method is_superdomain (line 473) | def is_superdomain(self, other): method canonicalize (line 487) | def canonicalize(self): method __eq__ (line 494) | def __eq__(self, other): method __ne__ (line 500) | def __ne__(self, other): method __lt__ (line 506) | def __lt__(self, other): method __le__ (line 512) | def __le__(self, other): method __ge__ (line 518) | def __ge__(self, other): method __gt__ (line 524) | def __gt__(self, other): method __repr__ (line 530) | def __repr__(self): method __str__ (line 533) | def __str__(self): method to_text (line 536) | def to_text(self, omit_final_dot=False): method to_unicode (line 557) | def to_unicode(self, omit_final_dot=False, idna_codec=None): method to_digestable (line 587) | def to_digestable(self, origin=None): method to_wire (line 615) | def to_wire(self, file=None, compress=None, origin=None): method __len__ (line 673) | def __len__(self): method __getitem__ (line 681) | def __getitem__(self, index): method __add__ (line 684) | def __add__(self, other): method __sub__ (line 687) | def __sub__(self, other): method split (line 690) | def split(self, depth): method concatenate (line 711) | def concatenate(self, other): method relativize (line 726) | def relativize(self, origin): method derelativize (line 742) | def derelativize(self, origin): method choose_relativity (line 758) | def choose_relativity(self, origin=None, relativize=True): method parent (line 777) | def parent(self): function from_unicode (line 798) | def from_unicode(text, origin=root, idna_codec=None): function from_text (line 873) | def from_text(text, origin=root, idna_codec=None): function from_wire (line 945) | def from_wire(message, current): FILE: openpype/vendor/python/python_2/dns/namedict.py class NameDict (line 35) | class NameDict(collections.MutableMapping): method __init__ (line 44) | def __init__(self, *args, **kwargs): method __update_max_depth (line 53) | def __update_max_depth(self, key): method __getitem__ (line 60) | def __getitem__(self, key): method __setitem__ (line 63) | def __setitem__(self, key, value): method __delitem__ (line 69) | def __delitem__(self, key): method __iter__ (line 78) | def __iter__(self): method __len__ (line 81) | def __len__(self): method has_key (line 84) | def has_key(self, key): method get_deepest_match (line 87) | def get_deepest_match(self, name): FILE: openpype/vendor/python/python_2/dns/node.py class Node (line 27) | class Node(object): method __init__ (line 33) | def __init__(self): method to_text (line 37) | def to_text(self, name, **kw): method __repr__ (line 55) | def __repr__(self): method __eq__ (line 58) | def __eq__(self, other): method __ne__ (line 70) | def __ne__(self, other): method __len__ (line 73) | def __len__(self): method __iter__ (line 76) | def __iter__(self): method find_rdataset (line 79) | def find_rdataset(self, rdclass, rdtype, covers=dns.rdatatype.NONE, method get_rdataset (line 114) | def get_rdataset(self, rdclass, rdtype, covers=dns.rdatatype.NONE, method delete_rdataset (line 146) | def delete_rdataset(self, rdclass, rdtype, covers=dns.rdatatype.NONE): method replace_rdataset (line 163) | def replace_rdataset(self, replacement): FILE: openpype/vendor/python/python_2/dns/opcode.py class UnknownOpcode (line 48) | class UnknownOpcode(dns.exception.DNSException): function from_text (line 52) | def from_text(text): function from_flags (line 72) | def from_flags(flags): function to_flags (line 83) | def to_flags(value): function to_text (line 95) | def to_text(value): function is_update (line 111) | def is_update(flags): FILE: openpype/vendor/python/python_2/dns/query.py class UnexpectedSource (line 47) | class UnexpectedSource(dns.exception.DNSException): class BadResponse (line 51) | class BadResponse(dns.exception.FormError): class TransferError (line 55) | class TransferError(dns.exception.DNSException): method __init__ (line 58) | def __init__(self, rcode): function _compute_expiration (line 64) | def _compute_expiration(timeout): function _poll_for (line 75) | def _poll_for(fd, readable, writable, error, timeout): function _select_for (line 97) | def _select_for(fd, readable, writable, error, timeout): function _wait_for (line 117) | def _wait_for(fd, readable, writable, error, expiration): function _set_polling_backend (line 139) | def _set_polling_backend(fn): function _wait_for_readable (line 155) | def _wait_for_readable(s, expiration): function _wait_for_writable (line 159) | def _wait_for_writable(s, expiration): function _addresses_equal (line 163) | def _addresses_equal(af, a1, a2): function _destination_and_source (line 175) | def _destination_and_source(af, where, port, source, source_port): function send_udp (line 198) | def send_udp(sock, what, destination, expiration=None): function receive_udp (line 223) | def receive_udp(sock, destination, expiration=None, function udp (line 274) | def udp(q, where, timeout=None, port=53, af=None, source=None, source_po... function _net_read (line 338) | def _net_read(sock, count, expiration): function _net_write (line 355) | def _net_write(sock, data, expiration): function send_tcp (line 367) | def send_tcp(sock, what, expiration=None): function receive_tcp (line 393) | def receive_tcp(sock, expiration=None, one_rr_per_rrset=False, function _connect (line 428) | def _connect(s, address): function tcp (line 442) | def tcp(q, where, timeout=None, port=53, af=None, source=None, source_po... function xfr (line 504) | def xfr(where, zone, rdtype=dns.rdatatype.AXFR, rdclass=dns.rdataclass.IN, FILE: openpype/vendor/python/python_2/dns/rcode.py class UnknownRcode (line 70) | class UnknownRcode(dns.exception.DNSException): function from_text (line 74) | def from_text(text): function from_flags (line 94) | def from_flags(flags, ednsflags): function to_flags (line 112) | def to_flags(value): function to_text (line 129) | def to_text(value): FILE: openpype/vendor/python/python_2/dns/rdata.py function _hexify (line 40) | def _hexify(data, chunksize=_hex_chunksize): function _base64ify (line 53) | def _base64ify(data, chunksize=_base64_chunksize): function _escapify (line 65) | def _escapify(qstring): function _truncate_bitmap (line 84) | def _truncate_bitmap(what): class Rdata (line 95) | class Rdata(object): method __init__ (line 100) | def __init__(self, rdclass, rdtype): method covers (line 110) | def covers(self): method extended_rdatatype (line 124) | def extended_rdatatype(self): method to_text (line 134) | def to_text(self, origin=None, relativize=True, **kw): method to_wire (line 142) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 150) | def to_digestable(self, origin=None): method validate (line 161) | def validate(self): method __repr__ (line 176) | def __repr__(self): method __str__ (line 186) | def __str__(self): method _cmp (line 189) | def _cmp(self, other): method __eq__ (line 206) | def __eq__(self, other): method __ne__ (line 213) | def __ne__(self, other): method __lt__ (line 220) | def __lt__(self, other): method __le__ (line 227) | def __le__(self, other): method __ge__ (line 233) | def __ge__(self, other): method __gt__ (line 239) | def __gt__(self, other): method __hash__ (line 245) | def __hash__(self): method from_text (line 249) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method from_wire (line 253) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 256) | def choose_relativity(self, origin=None, relativize=True): class GenericRdata (line 261) | class GenericRdata(Rdata): method __init__ (line 271) | def __init__(self, rdclass, rdtype, data): method to_text (line 275) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 279) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 298) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 302) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): function get_rdata_class (line 309) | def get_rdata_class(rdclass, rdtype): function from_text (line 344) | def from_text(rdclass, rdtype, tok, origin=None, relativize=True): function from_wire (line 394) | def from_wire(rdclass, rdtype, wire, current, rdlen, origin=None): class RdatatypeExists (line 427) | class RdatatypeExists(dns.exception.DNSException): function register_type (line 434) | def register_type(implementation, rdtype, rdtype_text, is_singleton=False, FILE: openpype/vendor/python/python_2/dns/rdataclass.py class UnknownRdataclass (line 63) | class UnknownRdataclass(dns.exception.DNSException): function from_text (line 67) | def from_text(text): function to_text (line 93) | def to_text(value): function is_metaclass (line 112) | def is_metaclass(rdclass): FILE: openpype/vendor/python/python_2/dns/rdataset.py class DifferingCovers (line 35) | class DifferingCovers(dns.exception.DNSException): class IncompatibleTypes (line 40) | class IncompatibleTypes(dns.exception.DNSException): class Rdataset (line 44) | class Rdataset(dns.set.Set): method __init__ (line 50) | def __init__(self, rdclass, rdtype, covers=dns.rdatatype.NONE, ttl=0): method _clone (line 68) | def _clone(self): method update_ttl (line 76) | def update_ttl(self, ttl): method add (line 91) | def add(self, rd, ttl=None): method union_update (line 129) | def union_update(self, other): method intersection_update (line 133) | def intersection_update(self, other): method update (line 137) | def update(self, other): method __repr__ (line 147) | def __repr__(self): method __str__ (line 155) | def __str__(self): method __eq__ (line 158) | def __eq__(self, other): method __ne__ (line 167) | def __ne__(self, other): method to_text (line 170) | def to_text(self, name=None, origin=None, relativize=True, method to_wire (line 224) | def to_wire(self, name, file, compress=None, origin=None, method match (line 282) | def match(self, rdclass, rdtype, covers): function from_text_list (line 293) | def from_text_list(rdclass, rdtype, ttl, text_rdatas): function from_text (line 312) | def from_text(rdclass, rdtype, ttl, *text_rdatas): function from_rdata_list (line 322) | def from_rdata_list(ttl, rdatas): function from_rdata (line 340) | def from_rdata(ttl, *rdatas): FILE: openpype/vendor/python/python_2/dns/rdatatype.py class UnknownRdatatype (line 189) | class UnknownRdatatype(dns.exception.DNSException): function from_text (line 193) | def from_text(text): function to_text (line 219) | def to_text(value): function is_metatype (line 238) | def is_metatype(rdtype): function is_singleton (line 254) | def is_singleton(rdtype): function register_type (line 273) | def register_type(rdtype, rdtype_text, is_singleton=False): # pylint: d... FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/AFSDB.py class AFSDB (line 21) | class AFSDB(dns.rdtypes.mxbase.UncompressedDowncasingMX): method get_subtype (line 41) | def get_subtype(self): method set_subtype (line 44) | def set_subtype(self, subtype): method get_hostname (line 49) | def get_hostname(self): method set_hostname (line 52) | def set_hostname(self, hostname): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/AVC.py class AVC (line 21) | class AVC(dns.rdtypes.txtbase.TXTBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CAA.py class CAA (line 25) | class CAA(dns.rdata.Rdata): method __init__ (line 39) | def __init__(self, rdclass, rdtype, flags, tag, value): method to_text (line 45) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 51) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 61) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 70) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CDNSKEY.py class CDNSKEY (line 25) | class CDNSKEY(dns.rdtypes.dnskeybase.DNSKEYBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CDS.py class CDS (line 21) | class CDS(dns.rdtypes.dsbase.DSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CERT.py function _ctype_from_text (line 43) | def _ctype_from_text(what): function _ctype_to_text (line 50) | def _ctype_to_text(what): class CERT (line 57) | class CERT(dns.rdata.Rdata): method __init__ (line 73) | def __init__(self, rdclass, rdtype, certificate_type, key_tag, algorithm, method to_text (line 81) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 88) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 107) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 114) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CNAME.py class CNAME (line 21) | class CNAME(dns.rdtypes.nsbase.NSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/CSYNC.py class CSYNC (line 26) | class CSYNC(dns.rdata.Rdata): method __init__ (line 39) | def __init__(self, rdclass, rdtype, serial, flags, windows): method to_text (line 45) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 59) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 97) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 104) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/DLV.py class DLV (line 21) | class DLV(dns.rdtypes.dsbase.DSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/DNAME.py class DNAME (line 21) | class DNAME(dns.rdtypes.nsbase.UncompressedNS): method to_digestable (line 25) | def to_digestable(self, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/DNSKEY.py class DNSKEY (line 25) | class DNSKEY(dns.rdtypes.dnskeybase.DNSKEYBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/DS.py class DS (line 21) | class DS(dns.rdtypes.dsbase.DSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI48.py class EUI48 (line 20) | class EUI48(dns.rdtypes.euibase.EUIBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/EUI64.py class EUI64 (line 20) | class EUI64(dns.rdtypes.euibase.EUIBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/GPOS.py function _validate_float_string (line 26) | def _validate_float_string(what): function _sanitize (line 40) | def _sanitize(value): class GPOS (line 46) | class GPOS(dns.rdata.Rdata): method __init__ (line 60) | def __init__(self, rdclass, rdtype, latitude, longitude, altitude): method to_text (line 84) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 90) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 97) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 112) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method _get_float_latitude (line 137) | def _get_float_latitude(self): method _set_float_latitude (line 140) | def _set_float_latitude(self, value): method _get_float_longitude (line 146) | def _get_float_longitude(self): method _set_float_longitude (line 149) | def _set_float_longitude(self, value): method _get_float_altitude (line 155) | def _get_float_altitude(self): method _set_float_altitude (line 158) | def _set_float_altitude(self, value): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/HINFO.py class HINFO (line 26) | class HINFO(dns.rdata.Rdata): method __init__ (line 38) | def __init__(self, rdclass, rdtype, cpu, os): method to_text (line 49) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 54) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 60) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 71) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/HIP.py class HIP (line 27) | class HIP(dns.rdata.Rdata): method __init__ (line 43) | def __init__(self, rdclass, rdtype, hit, algorithm, key, servers): method to_text (line 50) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 62) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 78) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 88) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 110) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/ISDN.py class ISDN (line 26) | class ISDN(dns.rdata.Rdata): method __init__ (line 38) | def __init__(self, rdclass, rdtype, address, subaddress): method to_text (line 49) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 57) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 69) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 81) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/LOC.py function _exponent_of (line 35) | def _exponent_of(what, desc): function _float_to_tuple (line 48) | def _float_to_tuple(what): function _tuple_to_float (line 65) | def _tuple_to_float(what): function _encode_size (line 73) | def _encode_size(what, desc): function _decode_size (line 80) | def _decode_size(what, desc): class LOC (line 90) | class LOC(dns.rdata.Rdata): method __init__ (line 113) | def __init__(self, rdclass, rdtype, latitude, longitude, altitude, method to_text (line 140) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 168) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 269) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 289) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method _get_float_latitude (line 311) | def _get_float_latitude(self): method _set_float_latitude (line 314) | def _set_float_latitude(self, value): method _get_float_longitude (line 320) | def _get_float_longitude(self): method _set_float_longitude (line 323) | def _set_float_longitude(self, value): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/MX.py class MX (line 21) | class MX(dns.rdtypes.mxbase.MXBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/NS.py class NS (line 21) | class NS(dns.rdtypes.nsbase.NSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC.py class NSEC (line 27) | class NSEC(dns.rdata.Rdata): method __init__ (line 38) | def __init__(self, rdclass, rdtype, next, windows): method to_text (line 43) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 58) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 96) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 103) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 127) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3.py class NSEC3 (line 49) | class NSEC3(dns.rdata.Rdata): method __init__ (line 68) | def __init__(self, rdclass, rdtype, algorithm, flags, iterations, salt, method to_text (line 81) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 102) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 151) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 164) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/NSEC3PARAM.py class NSEC3PARAM (line 26) | class NSEC3PARAM(dns.rdata.Rdata): method __init__ (line 41) | def __init__(self, rdclass, rdtype, algorithm, flags, iterations, salt): method to_text (line 51) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 60) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 72) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 79) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/OPENPGPKEY.py class OPENPGPKEY (line 24) | class OPENPGPKEY(dns.rdata.Rdata): method __init__ (line 33) | def __init__(self, rdclass, rdtype, key): method to_text (line 37) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 41) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 54) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 58) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/PTR.py class PTR (line 21) | class PTR(dns.rdtypes.nsbase.NSBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/RP.py class RP (line 23) | class RP(dns.rdata.Rdata): method __init__ (line 36) | def __init__(self, rdclass, rdtype, mbox, txt): method to_text (line 41) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 47) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 55) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 59) | def to_digestable(self, origin=None): method from_wire (line 64) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 80) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/RRSIG.py class BadSigTime (line 29) | class BadSigTime(dns.exception.DNSException): function sigtime_to_posixtime (line 34) | def sigtime_to_posixtime(what): function posixtime_to_sigtime (line 47) | def posixtime_to_sigtime(what): class RRSIG (line 51) | class RRSIG(dns.rdata.Rdata): method __init__ (line 78) | def __init__(self, rdclass, rdtype, type_covered, algorithm, labels, method covers (line 92) | def covers(self): method to_text (line 95) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 109) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 133) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 143) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 157) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/RT.py class RT (line 21) | class RT(dns.rdtypes.mxbase.UncompressedDowncasingMX): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/SOA.py class SOA (line 25) | class SOA(dns.rdata.Rdata): method __init__ (line 49) | def __init__(self, rdclass, rdtype, mname, rname, serial, refresh, retry, method to_text (line 60) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 68) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 82) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 89) | def to_digestable(self, origin=None): method from_wire (line 96) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 114) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/SPF.py class SPF (line 21) | class SPF(dns.rdtypes.txtbase.TXTBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/SSHFP.py class SSHFP (line 25) | class SSHFP(dns.rdata.Rdata): method __init__ (line 39) | def __init__(self, rdclass, rdtype, algorithm, fp_type, method to_text (line 46) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 53) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 68) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 74) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/TLSA.py class TLSA (line 25) | class TLSA(dns.rdata.Rdata): method __init__ (line 41) | def __init__(self, rdclass, rdtype, usage, selector, method to_text (line 49) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 57) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 73) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 79) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/TXT.py class TXT (line 21) | class TXT(dns.rdtypes.txtbase.TXTBase): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/URI.py class URI (line 27) | class URI(dns.rdata.Rdata): method __init__ (line 41) | def __init__(self, rdclass, rdtype, priority, weight, target): method to_text (line 52) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 57) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 66) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 72) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/ANY/X25.py class X25 (line 26) | class X25(dns.rdata.Rdata): method __init__ (line 36) | def __init__(self, rdclass, rdtype, address): method to_text (line 43) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 47) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 52) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 59) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/CH/A.py class A (line 21) | class A(dns.rdtypes.mxbase.MXBase): method __init__ (line 31) | def __init__(self, rdclass, rdtype, address, domain): method to_text (line 36) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 41) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 48) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 53) | def to_digestable(self, origin=None): method from_wire (line 58) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 69) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/A.py class A (line 24) | class A(dns.rdata.Rdata): method __init__ (line 33) | def __init__(self, rdclass, rdtype, address): method to_text (line 39) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 43) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 48) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 52) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/AAAA.py class AAAA (line 24) | class AAAA(dns.rdata.Rdata): method __init__ (line 33) | def __init__(self, rdclass, rdtype, address): method to_text (line 39) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 43) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 48) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 52) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/APL.py class APLItem (line 29) | class APLItem(object): method __init__ (line 45) | def __init__(self, family, negation, address, prefix): method __str__ (line 51) | def __str__(self): method to_wire (line 57) | def to_wire(self, file): class APL (line 82) | class APL(dns.rdata.Rdata): method __init__ (line 92) | def __init__(self, rdclass, rdtype, items): method to_text (line 96) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 100) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 121) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 126) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/DHCID.py class DHCID (line 23) | class DHCID(dns.rdata.Rdata): method __init__ (line 34) | def __init__(self, rdclass, rdtype, data): method to_text (line 38) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 42) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 55) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 59) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/IPSECKEY.py class IPSECKEY (line 26) | class IPSECKEY(dns.rdata.Rdata): method __init__ (line 44) | def __init__(self, rdclass, rdtype, precedence, gateway_type, algorithm, method to_text (line 68) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 84) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 105) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 122) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/KX.py class KX (line 21) | class KX(dns.rdtypes.mxbase.UncompressedMX): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/NAPTR.py function _write_string (line 26) | def _write_string(file, s): function _sanitize (line 33) | def _sanitize(value): class NAPTR (line 39) | class NAPTR(dns.rdata.Rdata): method __init__ (line 60) | def __init__(self, rdclass, rdtype, order, preference, flags, service, method to_text (line 70) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 80) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 92) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 101) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 125) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP.py class NSAP (line 25) | class NSAP(dns.rdata.Rdata): method __init__ (line 35) | def __init__(self, rdclass, rdtype, address): method to_text (line 39) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 43) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 54) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 58) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/NSAP_PTR.py class NSAP_PTR (line 21) | class NSAP_PTR(dns.rdtypes.nsbase.UncompressedNS): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/PX.py class PX (line 25) | class PX(dns.rdata.Rdata): method __init__ (line 39) | def __init__(self, rdclass, rdtype, preference, map822, mapx400): method to_text (line 45) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 51) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 60) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 67) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 87) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/SRV.py class SRV (line 25) | class SRV(dns.rdata.Rdata): method __init__ (line 41) | def __init__(self, rdclass, rdtype, priority, weight, port, target): method to_text (line 48) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 54) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 63) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 69) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 82) | def choose_relativity(self, origin=None, relativize=True): FILE: openpype/vendor/python/python_2/dns/rdtypes/IN/WKS.py class WKS (line 29) | class WKS(dns.rdata.Rdata): method __init__ (line 43) | def __init__(self, rdclass, rdtype, address, protocol, bitmap): method to_text (line 52) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 63) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 94) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 101) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/dnskeybase.py function flags_to_text_set (line 46) | def flags_to_text_set(flags): function flags_from_text_set (line 62) | def flags_from_text_set(texts_set): class DNSKEYBase (line 76) | class DNSKEYBase(dns.rdata.Rdata): method __init__ (line 91) | def __init__(self, rdclass, rdtype, flags, protocol, algorithm, key): method to_text (line 98) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 103) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 119) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 125) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method flags_to_text_set (line 135) | def flags_to_text_set(self): FILE: openpype/vendor/python/python_2/dns/rdtypes/dsbase.py class DSBase (line 25) | class DSBase(dns.rdata.Rdata): method __init__ (line 41) | def __init__(self, rdclass, rdtype, key_tag, algorithm, digest_type, method to_text (line 49) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 56) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 73) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 80) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/euibase.py class EUIBase (line 23) | class EUIBase(dns.rdata.Rdata): method __init__ (line 36) | def __init__(self, rdclass, rdtype, eui): method to_text (line 43) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 47) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 65) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 69) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/mxbase.py class MXBase (line 28) | class MXBase(dns.rdata.Rdata): method __init__ (line 39) | def __init__(self, rdclass, rdtype, preference, exchange): method to_text (line 44) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 49) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 56) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 61) | def to_digestable(self, origin=None): method from_wire (line 66) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 78) | def choose_relativity(self, origin=None, relativize=True): class UncompressedMX (line 82) | class UncompressedMX(MXBase): method to_wire (line 88) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 91) | def to_digestable(self, origin=None): class UncompressedDowncasingMX (line 97) | class UncompressedDowncasingMX(MXBase): method to_wire (line 102) | def to_wire(self, file, compress=None, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/nsbase.py class NSBase (line 27) | class NSBase(dns.rdata.Rdata): method __init__ (line 36) | def __init__(self, rdclass, rdtype, target): method to_text (line 40) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 45) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 51) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 54) | def to_digestable(self, origin=None): method from_wire (line 58) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): method choose_relativity (line 67) | def choose_relativity(self, origin=None, relativize=True): class UncompressedNS (line 71) | class UncompressedNS(NSBase): method to_wire (line 77) | def to_wire(self, file, compress=None, origin=None): method to_digestable (line 80) | def to_digestable(self, origin=None): FILE: openpype/vendor/python/python_2/dns/rdtypes/txtbase.py class TXTBase (line 28) | class TXTBase(dns.rdata.Rdata): method __init__ (line 38) | def __init__(self, rdclass, rdtype, strings): method to_text (line 49) | def to_text(self, origin=None, relativize=True, **kw): method from_text (line 58) | def from_text(cls, rdclass, rdtype, tok, origin=None, relativize=True): method to_wire (line 77) | def to_wire(self, file, compress=None, origin=None): method from_wire (line 85) | def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin=None): FILE: openpype/vendor/python/python_2/dns/renderer.py class Renderer (line 36) | class Renderer(object): method __init__ (line 77) | def __init__(self, id=None, flags=0, max_size=65535, origin=None): method _rollback (line 94) | def _rollback(self, where): method _set_section (line 109) | def _set_section(self, section): method add_question (line 124) | def add_question(self, qname, rdtype, rdclass=dns.rdataclass.IN): method add_rrset (line 137) | def add_rrset(self, section, rrset, **kw): method add_rdataset (line 153) | def add_rdataset(self, section, name, rdataset, **kw): method add_edns (line 171) | def add_edns(self, edns, ednsflags, payload, options=None): method add_tsig (line 206) | def add_tsig(self, keyname, secret, fudge, id, tsig_error, other_data, method add_multi_tsig (line 223) | def add_multi_tsig(self, ctx, keyname, secret, fudge, id, tsig_error, method _write_tsig (line 251) | def _write_tsig(self, tsig_rdata, keyname): method write_header (line 274) | def write_header(self): method get_wire (line 288) | def get_wire(self): FILE: openpype/vendor/python/python_2/dns/resolver.py class NXDOMAIN (line 50) | class NXDOMAIN(dns.exception.DNSException): method _check_kwargs (line 55) | def _check_kwargs(self, qnames, responses=None): method __str__ (line 67) | def __str__(self): method canonical_name (line 78) | def canonical_name(self): method __add__ (line 96) | def __add__(self, e_nx): method qnames (line 108) | def qnames(self): method responses (line 115) | def responses(self): method response (line 123) | def response(self, qname): class YXDOMAIN (line 131) | class YXDOMAIN(dns.exception.DNSException): class NoAnswer (line 141) | class NoAnswer(dns.exception.DNSException): method _fmt_kwargs (line 147) | def _fmt_kwargs(self, **kwargs): class NoNameservers (line 152) | class NoNameservers(dns.exception.DNSException): method _fmt_kwargs (line 165) | def _fmt_kwargs(self, **kwargs): class NotAbsolute (line 174) | class NotAbsolute(dns.exception.DNSException): class NoRootSOA (line 178) | class NoRootSOA(dns.exception.DNSException): class NoMetaqueries (line 182) | class NoMetaqueries(dns.exception.DNSException): class Answer (line 186) | class Answer(object): method __init__ (line 202) | def __init__(self, qname, rdtype, rdclass, response, method __getattr__ (line 258) | def __getattr__(self, attr): method __len__ (line 272) | def __len__(self): method __iter__ (line 275) | def __iter__(self): method __getitem__ (line 278) | def __getitem__(self, i): method __delitem__ (line 283) | def __delitem__(self, i): class Cache (line 289) | class Cache(object): method __init__ (line 292) | def __init__(self, cleaning_interval=300.0): method _maybe_clean (line 302) | def _maybe_clean(self): method get (line 316) | def get(self, key): method put (line 337) | def put(self, key, value): method flush (line 353) | def flush(self, key=None): class LRUCacheNode (line 375) | class LRUCacheNode(object): method __init__ (line 378) | def __init__(self, key, value): method link_before (line 384) | def link_before(self, node): method link_after (line 390) | def link_after(self, node): method unlink (line 396) | def unlink(self): class LRUCache (line 401) | class LRUCache(object): method __init__ (line 411) | def __init__(self, max_size=100000): method set_max_size (line 421) | def set_max_size(self, max_size): method get (line 426) | def get(self, key): method put (line 453) | def put(self, key, value): method flush (line 478) | def flush(self, key=None): class Resolver (line 507) | class Resolver(object): method __init__ (line 510) | def __init__(self, filename='/etc/resolv.conf', configure=True): method reset (line 547) | def reset(self): method read_resolv_conf (line 571) | def read_resolv_conf(self, f): method _determine_split_char (line 613) | def _determine_split_char(self, entry): method _config_win32_nameservers (line 628) | def _config_win32_nameservers(self, nameservers): method _config_win32_domain (line 637) | def _config_win32_domain(self, domain): method _config_win32_search (line 641) | def _config_win32_search(self, search): method _config_win32_fromkey (line 650) | def _config_win32_fromkey(self, key, always_try_domain): method read_registry (line 684) | def read_registry(self): method _win32_is_nic_enabled (line 730) | def _win32_is_nic_enabled(self, lm, guid, interface_key): method _compute_timeout (line 785) | def _compute_timeout(self, start, lifetime=None): method query (line 802) | def query(self, qname, rdtype=dns.rdatatype.A, rdclass=dns.rdataclass.IN, method use_tsig (line 1009) | def use_tsig(self, keyring, keyname=None, method use_edns (line 1036) | def use_edns(self, edns, ednsflags, payload): method set_flags (line 1057) | def set_flags(self, flags): function get_default_resolver (line 1070) | def get_default_resolver(): function reset_default_resolver (line 1077) | def reset_default_resolver(): function query (line 1088) | def query(qname, rdtype=dns.rdatatype.A, rdclass=dns.rdataclass.IN, function zone_for_name (line 1105) | def zone_for_name(name, rdclass=dns.rdataclass.IN, tcp=False, resolver=N... function _getaddrinfo (line 1162) | def _getaddrinfo(host=None, service=None, family=socket.AF_UNSPEC, sockt... function _getnameinfo (line 1262) | def _getnameinfo(sockaddr, flags=0): function _getfqdn (line 1302) | def _getfqdn(name=None): function _gethostbyname (line 1311) | def _gethostbyname(name): function _gethostbyname_ex (line 1315) | def _gethostbyname_ex(name): function _gethostbyaddr (line 1327) | def _gethostbyaddr(ip): function override_system_resolver (line 1347) | def override_system_resolver(resolver=None): function restore_system_resolver (line 1373) | def restore_system_resolver(): FILE: openpype/vendor/python/python_2/dns/reversename.py function from_address (line 32) | def from_address(text): function to_address (line 63) | def to_address(name): FILE: openpype/vendor/python/python_2/dns/rrset.py class RRset (line 28) | class RRset(dns.rdataset.Rdataset): method __init__ (line 41) | def __init__(self, name, rdclass, rdtype, covers=dns.rdatatype.NONE, method _clone (line 49) | def _clone(self): method __repr__ (line 55) | def __repr__(self): method __str__ (line 68) | def __str__(self): method __eq__ (line 71) | def __eq__(self, other): method match (line 78) | def match(self, name, rdclass, rdtype, covers, deleting=None): method to_text (line 89) | def to_text(self, origin=None, relativize=True, **kw): method to_wire (line 109) | def to_wire(self, file, compress=None, origin=None, **kw): method to_rdataset (line 121) | def to_rdataset(self): function from_text_list (line 129) | def from_text_list(name, ttl, rdclass, rdtype, text_rdatas, function from_text (line 151) | def from_text(name, ttl, rdclass, rdtype, *text_rdatas): function from_rdata_list (line 161) | def from_rdata_list(name, ttl, rdatas, idna_codec=None): function from_rdata (line 182) | def from_rdata(name, ttl, *rdatas): FILE: openpype/vendor/python/python_2/dns/set.py class Set (line 18) | class Set(object): method __init__ (line 30) | def __init__(self, items=None): method __repr__ (line 41) | def __repr__(self): method add (line 44) | def add(self, item): method remove (line 51) | def remove(self, item): method discard (line 57) | def discard(self, item): method _clone (line 66) | def _clone(self): method __copy__ (line 84) | def __copy__(self): method copy (line 90) | def copy(self): method union_update (line 96) | def union_update(self, other): method intersection_update (line 108) | def intersection_update(self, other): method difference_update (line 123) | def difference_update(self, other): method union (line 136) | def union(self, other): method intersection (line 146) | def intersection(self, other): method difference (line 157) | def difference(self, other): method __or__ (line 168) | def __or__(self, other): method __and__ (line 171) | def __and__(self, other): method __add__ (line 174) | def __add__(self, other): method __sub__ (line 177) | def __sub__(self, other): method __ior__ (line 180) | def __ior__(self, other): method __iand__ (line 184) | def __iand__(self, other): method __iadd__ (line 188) | def __iadd__(self, other): method __isub__ (line 192) | def __isub__(self, other): method update (line 196) | def update(self, other): method clear (line 207) | def clear(self): method __eq__ (line 211) | def __eq__(self, other): method __ne__ (line 222) | def __ne__(self, other): method __len__ (line 225) | def __len__(self): method __iter__ (line 228) | def __iter__(self): method __getitem__ (line 231) | def __getitem__(self, i): method __delitem__ (line 234) | def __delitem__(self, i): method issubset (line 237) | def issubset(self, other): method issuperset (line 250) | def issuperset(self, other): FILE: openpype/vendor/python/python_2/dns/tokenizer.py class UngetBufferFull (line 48) | class UngetBufferFull(dns.exception.DNSException): class Token (line 52) | class Token(object): method __init__ (line 60) | def __init__(self, ttype, value='', has_escape=False): method is_eof (line 67) | def is_eof(self): method is_eol (line 70) | def is_eol(self): method is_whitespace (line 73) | def is_whitespace(self): method is_identifier (line 76) | def is_identifier(self): method is_quoted_string (line 79) | def is_quoted_string(self): method is_comment (line 82) | def is_comment(self): method is_delimiter (line 85) | def is_delimiter(self): method is_eol_or_eof (line 88) | def is_eol_or_eof(self): method __eq__ (line 91) | def __eq__(self, other): method __ne__ (line 97) | def __ne__(self, other): method __str__ (line 103) | def __str__(self): method unescape (line 106) | def unescape(self): method __len__ (line 137) | def __len__(self): method __iter__ (line 140) | def __iter__(self): method __getitem__ (line 143) | def __getitem__(self, i): class Tokenizer (line 152) | class Tokenizer(object): method __init__ (line 181) | def __init__(self, f=sys.stdin, filename=None): method _get_char (line 216) | def _get_char(self): method where (line 234) | def where(self): method _unget_char (line 243) | def _unget_char(self, c): method skip_whitespace (line 258) | def skip_whitespace(self): method get (line 278) | def get(self, want_leading=False, want_comment=False): method unget (line 403) | def unget(self, token): method next (line 419) | def next(self): method __iter__ (line 432) | def __iter__(self): method get_int (line 437) | def get_int(self, base=10): method get_uint8 (line 452) | def get_uint8(self): method get_uint16 (line 467) | def get_uint16(self, base=10): method get_uint32 (line 486) | def get_uint32(self): method get_string (line 506) | def get_string(self, origin=None): method get_identifier (line 519) | def get_identifier(self, origin=None): method get_name (line 532) | def get_name(self, origin=None): method get_eol (line 545) | def get_eol(self): method get_ttl (line 559) | def get_ttl(self): FILE: openpype/vendor/python/python_2/dns/tsig.py class BadTime (line 29) | class BadTime(dns.exception.DNSException): class BadSignature (line 34) | class BadSignature(dns.exception.DNSException): class PeerError (line 39) | class PeerError(dns.exception.DNSException): class PeerBadKey (line 44) | class PeerBadKey(PeerError): class PeerBadSignature (line 49) | class PeerBadSignature(PeerError): class PeerBadTime (line 54) | class PeerBadTime(PeerError): class PeerBadTruncation (line 59) | class PeerBadTruncation(PeerError): function sign (line 89) | def sign(wire, keyname, secret, time, fudge, original_id, error, function hmac_md5 (line 143) | def hmac_md5(wire, keyname, secret, time, fudge, original_id, error, function validate (line 150) | def validate(wire, keyname, secret, now, request_mac, tsig_start, tsig_r... function get_algorithm (line 204) | def get_algorithm(algorithm): function get_algorithm_and_mac (line 222) | def get_algorithm_and_mac(wire, tsig_rdata, tsig_rdlen): FILE: openpype/vendor/python/python_2/dns/tsigkeyring.py function from_text (line 27) | def from_text(textring): function to_text (line 40) | def to_text(keyring): FILE: openpype/vendor/python/python_2/dns/ttl.py class BadTTL (line 24) | class BadTTL(dns.exception.SyntaxError): function from_text (line 28) | def from_text(text): FILE: openpype/vendor/python/python_2/dns/update.py class Update (line 31) | class Update(dns.message.Message): method __init__ (line 33) | def __init__(self, zone, rdclass=dns.rdataclass.IN, keyring=None, method _add_rr (line 70) | def _add_rr(self, name, ttl, rd, deleting=None, section=None): method _add (line 80) | def _add(self, replace, section, name, *args): method add (line 123) | def add(self, name, *args): method delete (line 138) | def delete(self, name, *args): method replace (line 184) | def replace(self, name, *args): method present (line 202) | def present(self, name, *args): method absent (line 241) | def absent(self, name, rdtype=None): method to_wire (line 260) | def to_wire(self, origin=None, max_size=65535): FILE: openpype/vendor/python/python_2/dns/wiredata.py class _SliceUnspecifiedBound (line 30) | class _SliceUnspecifiedBound(binary_type): method __getitem__ (line 32) | def __getitem__(self, key): method __getslice__ (line 36) | def __getslice__(self, i, j): # pylint: disable=getslice-method class WireData (line 42) | class WireData(binary_type): method __getitem__ (line 45) | def __getitem__(self, key): method __getslice__ (line 80) | def __getslice__(self, i, j): # pylint: disable=getslice-method method __iter__ (line 83) | def __iter__(self): method unwrap (line 92) | def unwrap(self): function maybe_wrap (line 96) | def maybe_wrap(wire): FILE: openpype/vendor/python/python_2/dns/zone.py class BadZone (line 41) | class BadZone(dns.exception.DNSException): class NoSOA (line 46) | class NoSOA(BadZone): class NoNS (line 51) | class NoNS(BadZone): class UnknownOrigin (line 56) | class UnknownOrigin(BadZone): class Zone (line 61) | class Zone(object): method __init__ (line 89) | def __init__(self, origin, rdclass=dns.rdataclass.IN, relativize=True): method __eq__ (line 110) | def __eq__(self, other): method __ne__ (line 124) | def __ne__(self, other): method _validate_name (line 131) | def _validate_name(self, name): method __getitem__ (line 144) | def __getitem__(self, key): method __setitem__ (line 148) | def __setitem__(self, key, value): method __delitem__ (line 152) | def __delitem__(self, key): method __iter__ (line 156) | def __iter__(self): method iterkeys (line 159) | def iterkeys(self): method keys (line 165) | def keys(self): method itervalues (line 168) | def itervalues(self): method values (line 174) | def values(self): method items (line 177) | def items(self): method get (line 182) | def get(self, key): method __contains__ (line 186) | def __contains__(self, other): method find_node (line 189) | def find_node(self, name, create=False): method get_node (line 209) | def get_node(self, name, create=False): method delete_node (line 229) | def delete_node(self, name): method find_rdataset (line 239) | def find_rdataset(self, name, rdtype, covers=dns.rdatatype.NONE, method get_rdataset (line 275) | def get_rdataset(self, name, rdtype, covers=dns.rdatatype.NONE, method delete_rdataset (line 308) | def delete_rdataset(self, name, rdtype, covers=dns.rdatatype.NONE): method replace_rdataset (line 341) | def replace_rdataset(self, name, replacement): method find_rrset (line 363) | def find_rrset(self, name, rdtype, covers=dns.rdatatype.NONE): method get_rrset (line 403) | def get_rrset(self, name, rdtype, covers=dns.rdatatype.NONE): method iterate_rdatasets (line 437) | def iterate_rdatasets(self, rdtype=dns.rdatatype.ANY, method iterate_rdatas (line 460) | def iterate_rdatas(self, rdtype=dns.rdatatype.ANY, method to_file (line 484) | def to_file(self, f, sorted=True, relativize=True, nl=None): method to_text (line 548) | def to_text(self, sorted=True, relativize=True, nl=None): method check_origin (line 569) | def check_origin(self): class _MasterReader (line 586) | class _MasterReader(object): method __init__ (line 620) | def __init__(self, tok, origin, rdclass, relativize, zone_factory=Zone, method _eat_line (line 638) | def _eat_line(self): method _rr_line (line 644) | def _rr_line(self): method _parse_modify (line 734) | def _parse_modify(self, side): method _generate_line (line 775) | def _generate_line(self): method read (line 899) | def read(self): function from_text (line 988) | def from_text(text, origin=None, rdclass=dns.rdataclass.IN, function from_file (line 1032) | def from_file(f, origin=None, rdclass=dns.rdataclass.IN, function from_xfr (line 1088) | def from_xfr(xfr, zone_factory=Zone, relativize=True, check_origin=True): FILE: openpype/vendor/python/python_2/engineio/async_aiohttp.py function create_route (line 9) | def create_route(app, engineio_server, engineio_endpoint): function translate_request (line 22) | def translate_request(request): function make_response (line 75) | def make_response(status, headers, payload, environ): class WebSocket (line 83) | class WebSocket(object): # pragma: no cover method __init__ (line 88) | def __init__(self, handler): method __call__ (line 92) | async def __call__(self, environ): method close (line 101) | async def close(self): method send (line 104) | async def send(self, message): method wait (line 114) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_asgi.py class ASGIApp (line 4) | class ASGIApp: method __init__ (line 36) | def __init__(self, engineio_server, other_asgi_app=None, method __call__ (line 43) | def __call__(self, scope): method engineio_asgi_app (line 56) | def engineio_asgi_app(self, scope): method serve_static_file (line 61) | def serve_static_file(self, scope): method lifespan (line 83) | async def lifespan(self, receive, send): method not_found (line 90) | async def not_found(self, receive, send): function translate_request (line 99) | async def translate_request(scope, receive, send): function make_response (line 172) | async def make_response(status, headers, payload, environ): class WebSocket (line 181) | class WebSocket(object): # pragma: no cover method __init__ (line 186) | def __init__(self, handler): method __call__ (line 191) | async def __call__(self, environ): method close (line 196) | async def close(self): method send (line 199) | async def send(self, message): method wait (line 210) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/aiohttp.py function create_route (line 9) | def create_route(app, engineio_server, engineio_endpoint): function translate_request (line 22) | def translate_request(request): function make_response (line 75) | def make_response(status, headers, payload, environ): class WebSocket (line 83) | class WebSocket(object): # pragma: no cover method __init__ (line 88) | def __init__(self, handler): method __call__ (line 92) | async def __call__(self, environ): method close (line 101) | async def close(self): method send (line 104) | async def send(self, message): method wait (line 114) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/asgi.py class ASGIApp (line 7) | class ASGIApp: method __init__ (line 36) | def __init__(self, engineio_server, other_asgi_app=None, method __call__ (line 43) | async def __call__(self, scope, receive, send): method serve_static_file (line 59) | async def serve_static_file(self, static_file, receive, method lifespan (line 75) | async def lifespan(self, receive, send): method not_found (line 82) | async def not_found(self, receive, send): function translate_request (line 91) | async def translate_request(scope, receive, send): function make_response (line 164) | async def make_response(status, headers, payload, environ): class WebSocket (line 173) | class WebSocket(object): # pragma: no cover method __init__ (line 178) | def __init__(self, handler): method __call__ (line 183) | async def __call__(self, environ): method close (line 188) | async def close(self): method send (line 191) | async def send(self, message): method wait (line 202) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/eventlet.py class WebSocketWSGI (line 9) | class WebSocketWSGI(_WebSocketWSGI): method __init__ (line 10) | def __init__(self, *args, **kwargs): method __call__ (line 14) | def __call__(self, environ, start_response): FILE: openpype/vendor/python/python_2/engineio/async_drivers/gevent.py class Thread (line 13) | class Thread(gevent.Greenlet): # pragma: no cover method __init__ (line 18) | def __init__(self, target, args=[], kwargs={}): method _run (line 21) | def _run(self): class WebSocketWSGI (line 25) | class WebSocketWSGI(object): # pragma: no cover method __init__ (line 30) | def __init__(self, app): method __call__ (line 33) | def __call__(self, environ, start_response): method close (line 46) | def close(self): method send (line 49) | def send(self, message): method wait (line 52) | def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/gevent_uwsgi.py class Thread (line 12) | class Thread(gevent.Greenlet): # pragma: no cover method __init__ (line 17) | def __init__(self, target, args=[], kwargs={}): method _run (line 20) | def _run(self): class uWSGIWebSocket (line 24) | class uWSGIWebSocket(object): # pragma: no cover method __init__ (line 29) | def __init__(self, app): method __call__ (line 33) | def __call__(self, environ, start_response): method close (line 67) | def close(self): method _send (line 75) | def _send(self, msg): method _decode_received (line 87) | def _decode_received(self, msg): method send (line 99) | def send(self, msg): method wait (line 109) | def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/sanic.py function create_route (line 13) | def create_route(app, engineio_server, engineio_endpoint): function translate_request (line 29) | def translate_request(request): function make_response (line 92) | def make_response(status, headers, payload, environ): class WebSocket (line 107) | class WebSocket(object): # pragma: no cover method __init__ (line 112) | def __init__(self, handler): method __call__ (line 116) | async def __call__(self, environ): method close (line 124) | async def close(self): method send (line 127) | async def send(self, message): method wait (line 130) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_drivers/tornado.py function get_tornado_handler (line 11) | def get_tornado_handler(engineio_server): function translate_request (line 65) | def translate_request(handler): function make_response (line 130) | def make_response(status, headers, payload, environ): class WebSocket (line 147) | class WebSocket(object): # pragma: no cover method __init__ (line 152) | def __init__(self, handler): method __call__ (line 156) | async def __call__(self, environ): method close (line 161) | async def close(self): method send (line 164) | async def send(self, message): method wait (line 171) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_eventlet.py class WebSocketWSGI (line 8) | class WebSocketWSGI(_WebSocketWSGI): method __init__ (line 9) | def __init__(self, *args, **kwargs): method __call__ (line 13) | def __call__(self, environ, start_response): FILE: openpype/vendor/python/python_2/engineio/async_gevent.py class Thread (line 12) | class Thread(gevent.Greenlet): # pragma: no cover method __init__ (line 17) | def __init__(self, target, args=[], kwargs={}): method _run (line 20) | def _run(self): class WebSocketWSGI (line 24) | class WebSocketWSGI(object): # pragma: no cover method __init__ (line 29) | def __init__(self, app): method __call__ (line 32) | def __call__(self, environ, start_response): method close (line 45) | def close(self): method send (line 48) | def send(self, message): method wait (line 51) | def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_gevent_uwsgi.py class Thread (line 10) | class Thread(gevent.Greenlet): # pragma: no cover method __init__ (line 15) | def __init__(self, target, args=[], kwargs={}): method _run (line 18) | def _run(self): class uWSGIWebSocket (line 22) | class uWSGIWebSocket(object): # pragma: no cover method __init__ (line 27) | def __init__(self, app): method __call__ (line 31) | def __call__(self, environ, start_response): method close (line 65) | def close(self): method _send (line 73) | def _send(self, msg): method _decode_received (line 85) | def _decode_received(self, msg): method send (line 97) | def send(self, msg): method wait (line 107) | def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_sanic.py function create_route (line 13) | def create_route(app, engineio_server, engineio_endpoint): function translate_request (line 29) | def translate_request(request): function make_response (line 92) | def make_response(status, headers, payload, environ): class WebSocket (line 107) | class WebSocket(object): # pragma: no cover method __init__ (line 112) | def __init__(self, handler): method __call__ (line 116) | async def __call__(self, environ): method close (line 124) | async def close(self): method send (line 127) | async def send(self, message): method wait (line 130) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/async_tornado.py function get_tornado_handler (line 13) | def get_tornado_handler(engineio_server): function translate_request (line 42) | def translate_request(handler): function make_response (line 107) | def make_response(status, headers, payload, environ): class WebSocket (line 119) | class WebSocket(object): # pragma: no cover method __init__ (line 124) | def __init__(self, handler): method __call__ (line 128) | async def __call__(self, environ): method close (line 133) | async def close(self): method send (line 136) | async def send(self, message): method wait (line 140) | async def wait(self): FILE: openpype/vendor/python/python_2/engineio/asyncio_client.py class AsyncClient (line 19) | class AsyncClient(client.Client): method is_asyncio_based (line 34) | def is_asyncio_based(self): method connect (line 37) | async def connect(self, url, headers={}, transports=None, method wait (line 75) | async def wait(self): method send (line 86) | async def send(self, data, binary=None): method disconnect (line 102) | async def disconnect(self, abort=False): method start_background_task (line 126) | def start_background_task(self, target, *args, **kwargs): method sleep (line 144) | async def sleep(self, seconds=0): method create_queue (line 151) | def create_queue(self): method create_event (line 157) | def create_event(self): method _reset (line 161) | def _reset(self): method _connect_polling (line 166) | async def _connect_polling(self, url, headers, engineio_path): method _connect_websocket (line 220) | async def _connect_websocket(self, url, headers, engineio_path): method _receive_packet (line 321) | async def _receive_packet(self, pkt): method _send_packet (line 340) | async def _send_packet(self, pkt): method _send_request (line 350) | async def _send_request( method _trigger_event (line 360) | async def _trigger_event(self, event, *args, **kwargs): method _ping_loop (line 397) | async def _ping_loop(self): method _read_loop_polling (line 421) | async def _read_loop_polling(self): method _read_loop_websocket (line 462) | async def _read_loop_websocket(self): method _write_loop (line 497) | async def _write_loop(self): FILE: openpype/vendor/python/python_2/engineio/asyncio_server.py class AsyncServer (line 12) | class AsyncServer(server.Server): method is_asyncio_based (line 57) | def is_asyncio_based(self): method async_modes (line 60) | def async_modes(self): method attach (line 63) | def attach(self, app, engineio_path='engine.io'): method send (line 68) | async def send(self, sid, data, binary=None): method get_session (line 91) | async def get_session(self, sid): method save_session (line 103) | async def save_session(self, sid, session): method session (line 112) | def session(self, sid): method disconnect (line 149) | async def disconnect(self, sid=None): method handle_request (line 171) | async def handle_request(self, *args, **kwargs): method start_background_task (line 280) | def start_background_task(self, target, *args, **kwargs): method sleep (line 295) | async def sleep(self, seconds=0): method create_queue (line 307) | def create_queue(self, *args, **kwargs): method get_queue_empty_exception (line 317) | def get_queue_empty_exception(self): method create_event (line 327) | def create_event(self, *args, **kwargs): method _handle_connect (line 337) | async def _handle_connect(self, environ, transport, b64=False, method _trigger_event (line 380) | async def _trigger_event(self, event, *args, **kwargs): method _service_task (line 417) | async def _service_task(self): # pragma: no cover FILE: openpype/vendor/python/python_2/engineio/asyncio_socket.py class AsyncSocket (line 12) | class AsyncSocket(socket.Socket): method poll (line 13) | async def poll(self): method receive (line 30) | async def receive(self, pkt): method check_ping_timeout (line 50) | async def check_ping_timeout(self): method send (line 67) | async def send(self, pkt): method handle_get_request (line 80) | async def handle_get_request(self, environ): method handle_post_request (line 98) | async def handle_post_request(self, environ): method close (line 109) | async def close(self, wait=True, abort=False): method _upgrade_websocket (line 120) | async def _upgrade_websocket(self, environ): method _websocket_handler (line 130) | async def _websocket_handler(self, ws): FILE: openpype/vendor/python/python_2/engineio/client.py function signal_handler (line 31) | def signal_handler(sig, frame): class Client (line 47) | class Client(object): method __init__ (line 63) | def __init__(self, logger=False, json=None): method is_asyncio_based (line 96) | def is_asyncio_based(self): method on (line 99) | def on(self, event, handler=None): method connect (line 132) | def connect(self, url, headers={}, transports=None, method wait (line 168) | def wait(self): method send (line 177) | def send(self, data, binary=None): method disconnect (line 191) | def disconnect(self, abort=False): method transport (line 213) | def transport(self): method start_background_task (line 221) | def start_background_task(self, target, *args, **kwargs): method sleep (line 239) | def sleep(self, seconds=0): method create_queue (line 243) | def create_queue(self, *args, **kwargs): method create_event (line 249) | def create_event(self, *args, **kwargs): method _reset (line 253) | def _reset(self): method _connect_polling (line 257) | def _connect_polling(self, url, headers, engineio_path): method _connect_websocket (line 313) | def _connect_websocket(self, url, headers, engineio_path): method _receive_packet (line 410) | def _receive_packet(self, pkt): method _send_packet (line 429) | def _send_packet(self, pkt): method _send_request (line 439) | def _send_request( method _trigger_event (line 448) | def _trigger_event(self, event, *args, **kwargs): method _get_engineio_url (line 460) | def _get_engineio_url(self, url, engineio_path, transport): method _get_url_timestamp (line 481) | def _get_url_timestamp(self): method _ping_loop (line 485) | def _ping_loop(self): method _read_loop_polling (line 504) | def _read_loop_polling(self): method _read_loop_websocket (line 545) | def _read_loop_websocket(self): method _write_loop (line 580) | def _write_loop(self): FILE: openpype/vendor/python/python_2/engineio/exceptions.py class EngineIOError (line 1) | class EngineIOError(Exception): class ContentTooLongError (line 5) | class ContentTooLongError(EngineIOError): class UnknownPacketError (line 9) | class UnknownPacketError(EngineIOError): class QueueEmpty (line 13) | class QueueEmpty(EngineIOError): class SocketIsClosedError (line 17) | class SocketIsClosedError(EngineIOError): class ConnectionError (line 21) | class ConnectionError(EngineIOError): FILE: openpype/vendor/python/python_2/engineio/middleware.py class WSGIApp (line 5) | class WSGIApp(object): method __init__ (line 34) | def __init__(self, engineio_app, wsgi_app=None, static_files=None, method __call__ (line 41) | def __call__(self, environ, start_response): method not_found (line 77) | def not_found(self, start_response): class Middleware (line 82) | class Middleware(WSGIApp): method __init__ (line 84) | def __init__(self, engineio_app, wsgi_app=None, FILE: openpype/vendor/python/python_2/engineio/packet.py class Packet (line 12) | class Packet(object): method __init__ (line 17) | def __init__(self, packet_type=NOOP, data=None, binary=None, method encode (line 32) | def encode(self, b64=False, always_bytes=True): method decode (line 56) | def decode(self, encoded_packet): FILE: openpype/vendor/python/python_2/engineio/payload.py class Payload (line 8) | class Payload(object): method __init__ (line 10) | def __init__(self, packets=None, encoded_payload=None): method encode (line 15) | def encode(self, b64=False, jsonp_index=None): method decode (line 42) | def decode(self, encoded_payload): FILE: openpype/vendor/python/python_2/engineio/server.py class Server (line 18) | class Server(object): method __init__ (line 78) | def __init__(self, async_mode=None, ping_timeout=60, ping_interval=25, method is_asyncio_based (line 141) | def is_asyncio_based(self): method async_modes (line 144) | def async_modes(self): method on (line 147) | def on(self, event, handler=None): method send (line 189) | def send(self, sid, data, binary=None): method get_session (line 209) | def get_session(self, sid): method save_session (line 222) | def save_session(self, sid, session): method session (line 231) | def session(self, sid): method disconnect (line 268) | def disconnect(self, sid=None): method transport (line 288) | def transport(self, sid): method handle_request (line 298) | def handle_request(self, environ, start_response): method start_background_task (line 403) | def start_background_task(self, target, *args, **kwargs): method sleep (line 422) | def sleep(self, seconds=0): method create_queue (line 432) | def create_queue(self, *args, **kwargs): method get_queue_empty_exception (line 441) | def get_queue_empty_exception(self): method create_event (line 450) | def create_event(self, *args, **kwargs): method _generate_id (line 459) | def _generate_id(self): method _handle_connect (line 463) | def _handle_connect(self, environ, start_response, transport, b64=False, method _upgrades (line 505) | def _upgrades(self, sid, transport): method _trigger_event (line 512) | def _trigger_event(self, event, *args, **kwargs): method _get_socket (line 528) | def _get_socket(self, sid): method _ok (line 539) | def _ok(self, packets=None, headers=None, b64=False, jsonp_index=None): method _bad_request (line 557) | def _bad_request(self): method _method_not_found (line 563) | def _method_not_found(self): method _unauthorized (line 569) | def _unauthorized(self): method _cors_headers (line 575) | def _cors_headers(self, environ): method _gzip (line 600) | def _gzip(self, response): method _deflate (line 607) | def _deflate(self, response): method _service_task (line 611) | def _service_task(self): # pragma: no cover FILE: openpype/vendor/python/python_2/engineio/socket.py class Socket (line 10) | class Socket(object): method __init__ (line 14) | def __init__(self, server, sid): method poll (line 27) | def poll(self): method receive (line 45) | def receive(self, pkt): method check_ping_timeout (line 66) | def check_ping_timeout(self): method send (line 83) | def send(self, pkt): method handle_get_request (line 96) | def handle_get_request(self, environ, start_response): method handle_post_request (line 115) | def handle_post_request(self, environ): method close (line 126) | def close(self, wait=True, abort=False): method _upgrade_websocket (line 138) | def _upgrade_websocket(self, environ, start_response): method _websocket_handler (line 148) | def _websocket_handler(self, ws): FILE: openpype/vendor/python/python_2/engineio/static_files.py function get_static_file (line 13) | def get_static_file(path, static_files): FILE: openpype/vendor/python/python_2/functools32/_dummy_thread32.py class error (line 30) | class error(Exception): method __init__ (line 33) | def __init__(self, *args): function start_new_thread (line 36) | def start_new_thread(function, args, kwargs={}): function exit (line 68) | def exit(): function get_ident (line 72) | def get_ident(): function allocate_lock (line 81) | def allocate_lock(): function stack_size (line 85) | def stack_size(size=None): class LockType (line 91) | class LockType(object): method __init__ (line 102) | def __init__(self): method acquire (line 105) | def acquire(self, waitflag=None, timeout=-1): method __exit__ (line 131) | def __exit__(self, typ, val, tb): method release (line 134) | def release(self): method locked (line 143) | def locked(self): function interrupt_main (line 151) | def interrupt_main(): FILE: openpype/vendor/python/python_2/functools32/functools32.py class _Link (line 28) | class _Link(object): class OrderedDict (line 31) | class OrderedDict(dict): method __init__ (line 46) | def __init__(self, *args, **kwds): method __setitem__ (line 63) | def __setitem__(self, key, value, method __delitem__ (line 77) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 88) | def __iter__(self): method __reversed__ (line 97) | def __reversed__(self): method clear (line 106) | def clear(self): method popitem (line 113) | def popitem(self, last=True): method move_to_end (line 136) | def move_to_end(self, key, last=True): method __sizeof__ (line 160) | def __sizeof__(self): method pop (line 177) | def pop(self, key, default=__marker): method setdefault (line 191) | def setdefault(self, key, default=None): method __repr__ (line 199) | def __repr__(self): method __reduce__ (line 205) | def __reduce__(self): method copy (line 215) | def copy(self): method fromkeys (line 220) | def fromkeys(cls, iterable, value=None): method __eq__ (line 230) | def __eq__(self, other): function update_wrapper (line 245) | def update_wrapper(wrapper, function wraps (line 273) | def wraps(wrapped, function total_ordering (line 287) | def total_ordering(cls): function cmp_to_key (line 314) | def cmp_to_key(mycmp): function lru_cache (line 337) | def lru_cache(maxsize=100): FILE: openpype/vendor/python/python_2/functools32/reprlib32.py function recursive_repr (line 12) | def recursive_repr(fillvalue='...'): class Repr (line 38) | class Repr: method __init__ (line 40) | def __init__(self): method repr (line 53) | def repr(self, x): method repr1 (line 56) | def repr1(self, x, level): method _repr_iterable (line 66) | def _repr_iterable(self, x, level, left, right, maxiter, trail=''): method repr_tuple (line 79) | def repr_tuple(self, x, level): method repr_list (line 82) | def repr_list(self, x, level): method repr_array (line 85) | def repr_array(self, x, level): method repr_set (line 89) | def repr_set(self, x, level): method repr_frozenset (line 93) | def repr_frozenset(self, x, level): method repr_deque (line 98) | def repr_deque(self, x, level): method repr_dict (line 101) | def repr_dict(self, x, level): method repr_str (line 116) | def repr_str(self, x, level): method repr_int (line 125) | def repr_int(self, x, level): method repr_instance (line 133) | def repr_instance(self, x, level): function _possibly_sorted (line 147) | def _possibly_sorted(x): FILE: openpype/vendor/python/python_2/idna/codec.py class Codec (line 7) | class Codec(codecs.Codec): method encode (line 9) | def encode(self, data, errors='strict'): method decode (line 19) | def decode(self, data, errors='strict'): class IncrementalEncoder (line 29) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 30) | def _buffer_encode(self, data, errors, final): class IncrementalDecoder (line 62) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 63) | def _buffer_decode(self, data, errors, final): class StreamWriter (line 103) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 106) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 109) | def getregentry(): FILE: openpype/vendor/python/python_2/idna/compat.py function ToASCII (line 4) | def ToASCII(label): function ToUnicode (line 7) | def ToUnicode(label): function nameprep (line 10) | def nameprep(s): FILE: openpype/vendor/python/python_2/idna/core.py class IDNAError (line 16) | class IDNAError(UnicodeError): class IDNABidiError (line 21) | class IDNABidiError(IDNAError): class InvalidCodepoint (line 26) | class InvalidCodepoint(IDNAError): class InvalidCodepointContext (line 31) | class InvalidCodepointContext(IDNAError): function _combining_class (line 36) | def _combining_class(cp): function _is_script (line 43) | def _is_script(cp, script): function _punycode (line 46) | def _punycode(s): function _unot (line 49) | def _unot(s): function valid_label_length (line 53) | def valid_label_length(label): function valid_string_length (line 60) | def valid_string_length(label, trailing_dot): function check_bidi (line 67) | def check_bidi(label, check_ltr=False): function check_initial_combiner (line 127) | def check_initial_combiner(label): function check_hyphen_ok (line 134) | def check_hyphen_ok(label): function check_nfc (line 143) | def check_nfc(label): function valid_contextj (line 149) | def valid_contextj(label, pos): function valid_contexto (line 193) | def valid_contexto(label, pos, exception=False): function check_label (line 234) | def check_label(label): function alabel (line 266) | def alabel(label): function ulabel (line 291) | def ulabel(label): function uts46_remap (line 316) | def uts46_remap(domain, std3_rules=True, transitional=False): function encode (line 344) | def encode(s, strict=False, uts46=False, std3_rules=False, transitional=... function decode (line 375) | def decode(s, strict=False, uts46=False, std3_rules=False): FILE: openpype/vendor/python/python_2/idna/intranges.py function intranges_from_list (line 10) | def intranges_from_list(list_): function _encode_range (line 31) | def _encode_range(start, end): function _decode_range (line 34) | def _decode_range(r): function intranges_contain (line 38) | def intranges_contain(int_, ranges): FILE: openpype/vendor/python/python_2/idna/uts46data.py function _seg_0 (line 8) | def _seg_0(): function _seg_1 (line 112) | def _seg_1(): function _seg_2 (line 216) | def _seg_2(): function _seg_3 (line 320) | def _seg_3(): function _seg_4 (line 424) | def _seg_4(): function _seg_5 (line 528) | def _seg_5(): function _seg_6 (line 632) | def _seg_6(): function _seg_7 (line 736) | def _seg_7(): function _seg_8 (line 840) | def _seg_8(): function _seg_9 (line 944) | def _seg_9(): function _seg_10 (line 1048) | def _seg_10(): function _seg_11 (line 1152) | def _seg_11(): function _seg_12 (line 1256) | def _seg_12(): function _seg_13 (line 1360) | def _seg_13(): function _seg_14 (line 1464) | def _seg_14(): function _seg_15 (line 1568) | def _seg_15(): function _seg_16 (line 1672) | def _seg_16(): function _seg_17 (line 1776) | def _seg_17(): function _seg_18 (line 1880) | def _seg_18(): function _seg_19 (line 1984) | def _seg_19(): function _seg_20 (line 2088) | def _seg_20(): function _seg_21 (line 2192) | def _seg_21(): function _seg_22 (line 2296) | def _seg_22(): function _seg_23 (line 2400) | def _seg_23(): function _seg_24 (line 2504) | def _seg_24(): function _seg_25 (line 2608) | def _seg_25(): function _seg_26 (line 2712) | def _seg_26(): function _seg_27 (line 2816) | def _seg_27(): function _seg_28 (line 2920) | def _seg_28(): function _seg_29 (line 3024) | def _seg_29(): function _seg_30 (line 3128) | def _seg_30(): function _seg_31 (line 3232) | def _seg_31(): function _seg_32 (line 3336) | def _seg_32(): function _seg_33 (line 3440) | def _seg_33(): function _seg_34 (line 3544) | def _seg_34(): function _seg_35 (line 3648) | def _seg_35(): function _seg_36 (line 3752) | def _seg_36(): function _seg_37 (line 3856) | def _seg_37(): function _seg_38 (line 3960) | def _seg_38(): function _seg_39 (line 4064) | def _seg_39(): function _seg_40 (line 4168) | def _seg_40(): function _seg_41 (line 4272) | def _seg_41(): function _seg_42 (line 4376) | def _seg_42(): function _seg_43 (line 4480) | def _seg_43(): function _seg_44 (line 4584) | def _seg_44(): function _seg_45 (line 4688) | def _seg_45(): function _seg_46 (line 4792) | def _seg_46(): function _seg_47 (line 4896) | def _seg_47(): function _seg_48 (line 5000) | def _seg_48(): function _seg_49 (line 5104) | def _seg_49(): function _seg_50 (line 5208) | def _seg_50(): function _seg_51 (line 5312) | def _seg_51(): function _seg_52 (line 5416) | def _seg_52(): function _seg_53 (line 5520) | def _seg_53(): function _seg_54 (line 5624) | def _seg_54(): function _seg_55 (line 5728) | def _seg_55(): function _seg_56 (line 5832) | def _seg_56(): function _seg_57 (line 5936) | def _seg_57(): function _seg_58 (line 6040) | def _seg_58(): function _seg_59 (line 6144) | def _seg_59(): function _seg_60 (line 6248) | def _seg_60(): function _seg_61 (line 6352) | def _seg_61(): function _seg_62 (line 6456) | def _seg_62(): function _seg_63 (line 6560) | def _seg_63(): function _seg_64 (line 6664) | def _seg_64(): function _seg_65 (line 6768) | def _seg_65(): function _seg_66 (line 6872) | def _seg_66(): function _seg_67 (line 6976) | def _seg_67(): function _seg_68 (line 7080) | def _seg_68(): function _seg_69 (line 7184) | def _seg_69(): function _seg_70 (line 7288) | def _seg_70(): function _seg_71 (line 7392) | def _seg_71(): function _seg_72 (line 7496) | def _seg_72(): function _seg_73 (line 7600) | def _seg_73(): function _seg_74 (line 7704) | def _seg_74(): function _seg_75 (line 7808) | def _seg_75(): function _seg_76 (line 7912) | def _seg_76(): function _seg_77 (line 8016) | def _seg_77(): function _seg_78 (line 8120) | def _seg_78(): function _seg_79 (line 8224) | def _seg_79(): FILE: openpype/vendor/python/python_2/opentimelineio/adapters/__init__.py function suffixes_with_defined_adapters (line 52) | def suffixes_with_defined_adapters(read=False, write=False): function available_adapter_names (line 75) | def available_adapter_names(): function _from_filepath_or_name (line 81) | def _from_filepath_or_name(filepath, adapter_name): function from_filepath (line 88) | def from_filepath(filepath): function from_name (line 108) | def from_name(name): function read_from_file (line 122) | def read_from_file( function read_from_string (line 148) | def read_from_string( function write_to_file (line 174) | def write_to_file( function write_to_string (line 198) | def write_to_string( FILE: openpype/vendor/python/python_2/opentimelineio/adapters/adapter.py class Adapter (line 40) | class Adapter(plugins.PythonPlugin): method __init__ (line 61) | def __init__( method has_feature (line 83) | def has_feature(self, feature_string): method read_from_file (line 102) | def read_from_file( method write_to_file (line 159) | def write_to_file( method read_from_string (line 191) | def read_from_string( method write_to_string (line 228) | def write_to_string( method __str__ (line 246) | def __str__(self): method __repr__ (line 261) | def __repr__(self): function _with_linked_media_references (line 277) | def _with_linked_media_references( FILE: openpype/vendor/python/python_2/opentimelineio/adapters/cmx_3600.py class EDLParseError (line 48) | class EDLParseError(exceptions.OTIOError): class EDLParser (line 93) | class EDLParser(object): method __init__ (line 94) | def __init__(self, edl_string, rate=24, ignore_timecode_mismatch=False): method add_clip (line 107) | def add_clip(self, line, comments, rate=24): method guess_kind_for_track_name (line 236) | def guess_kind_for_track_name(self, name): method tracks_for_channel (line 243) | def tracks_for_channel(self, channel_code): method add_transition (line 263) | def add_transition(self, clip_handler, transition, data): method parse_edl (line 268) | def parse_edl(self, edl_string, rate=24): class ClipHandler (line 356) | class ClipHandler(object): method __init__ (line 358) | def __init__(self, line, comment_data, rate=24): method make_clip (line 373) | def make_clip(self, comment_data): method parse (line 504) | def parse(self, line): class CommentHandler (line 566) | class CommentHandler(object): method __init__ (line 585) | def __init__(self, comments): method parse (line 591) | def parse(self, comment): function _expand_transitions (line 606) | def _expand_transitions(timeline): function read_from_string (line 717) | def read_from_string(input_str, rate=24, ignore_timecode_mismatch=False): function write_to_string (line 752) | def write_to_string(input_otio, rate=None, style='avid', reelname_len=8): class EDLWriter (line 791) | class EDLWriter(object): method __init__ (line 792) | def __init__(self, tracks, rate, style, reelname_len=8): method get_content_for_track_at_index (line 805) | def get_content_for_track_at_index(self, idx, title): function _supported_timing_effects (line 900) | def _supported_timing_effects(clip): function _relevant_timing_effect (line 907) | def _relevant_timing_effect(clip): class Event (line 929) | class Event(object): method __init__ (line 930) | def __init__( method __str__ (line 978) | def __str__(self): method to_edl_format (line 984) | def to_edl_format(self): class DissolveEvent (line 998) | class DissolveEvent(object): method __init__ (line 1000) | def __init__( method __str__ (line 1073) | def __str__(self): method to_edl_format (line 1082) | def to_edl_format(self): class EventLine (line 1117) | class EventLine(object): method __init__ (line 1118) | def __init__(self, kind, rate, reel='AX'): method to_edl_format (line 1130) | def to_edl_format(self, edit_number): method is_dissolve (line 1151) | def is_dissolve(self): function _generate_comment_lines (line 1155) | def _generate_comment_lines( function _flip_windows_slashes (line 1272) | def _flip_windows_slashes(path): function _reel_from_clip (line 1276) | def _reel_from_clip(clip, reelname_len): FILE: openpype/vendor/python/python_2/opentimelineio/adapters/fcp_xml.py class _Context (line 70) | class _Context(Mapping): method __init__ (line 98) | def __init__(self, element=None, parent_elements=None): method _all_keys (line 107) | def _all_keys(self): method __getitem__ (line 115) | def __getitem__(self, key): method __iter__ (line 124) | def __iter__(self): method __len__ (line 128) | def __len__(self): method context_pushing_element (line 132) | def context_pushing_element(self, element): function _url_to_path (line 150) | def _url_to_path(url): function _bool_value (line 155) | def _bool_value(element): function _element_identification_string (line 166) | def _element_identification_string(element): function _name_from_element (line 181) | def _name_from_element(element): function _rate_for_element (line 197) | def _rate_for_element(element): function _rate_from_context (line 213) | def _rate_from_context(context): function _time_from_timecode_element (line 229) | def _time_from_timecode_element(tc_element, context=None): function _track_kind_from_element (line 267) | def _track_kind_from_element(media_element): function _is_primary_audio_channel (line 286) | def _is_primary_audio_channel(track): function _transition_cut_point (line 303) | def _transition_cut_point(transition_item, context): function _xml_tree_to_dict (line 333) | def _xml_tree_to_dict(node, ignore_tags=None, omit_timing=True): function _dict_to_xml_tree (line 404) | def _dict_to_xml_tree(data_dict, tag): function _element_with_item_metadata (line 462) | def _element_with_item_metadata(tag, item): function _get_or_create_subelement (line 477) | def _get_or_create_subelement(parent_element, tag): function _make_pretty_string (line 492) | def _make_pretty_string(tree_e): function marker_for_element (line 502) | def marker_for_element(marker_element, rate): function markers_from_element (line 538) | def markers_from_element(element, context=None): class FCP7XMLParser (line 557) | class FCP7XMLParser: method __init__ (line 586) | def __init__(self, element_tree): method _derefed_element (line 594) | def _derefed_element(self, element): method _derefed_iterfind (line 610) | def _derefed_iterfind(self, element, path): method top_level_sequences (line 624) | def top_level_sequences(self): method timeline_for_sequence (line 643) | def timeline_for_sequence(self, sequence_element, context): method stack_for_element (line 702) | def stack_for_element(self, element, context): method track_for_element (line 748) | def track_for_element(self, track_element, track_kind, context): method media_reference_for_file_element (line 818) | def media_reference_for_file_element(self, file_element, context): method media_reference_for_effect_element (line 883) | def media_reference_for_effect_element(self, effect_element): method item_and_timing_for_element (line 899) | def item_and_timing_for_element( method clip_for_element (line 983) | def clip_for_element( method effect_from_filter_element (line 1074) | def effect_from_filter_element(self, filter_element): method transition_for_element (line 1098) | def transition_for_element(self, item_element, context): function _backreference_for_item (line 1134) | def _backreference_for_item(item, tag, br_map): function _backreference_build (line 1211) | def _backreference_build(tag): function _append_new_sub_element (line 1261) | def _append_new_sub_element(parent, tag, attrib=None, text=None): function _build_rate (line 1282) | def _build_rate(fps): function _build_timecode (line 1301) | def _build_timecode(time, fps, drop_frame=False, additional_metadata=None): function _build_item_timings (line 1354) | def _build_item_timings( function _build_empty_file (line 1402) | def _build_empty_file(media_ref, parent_range, br_map): function _build_file (line 1444) | def _build_file(media_reference, br_map): function _build_transition_item (line 1493) | def _build_transition_item( function _build_clip_item_without_media (line 1544) | def _build_clip_item_without_media( function _build_clip_item (line 1583) | def _build_clip_item(clip_item, timeline_range, transition_offsets, br_m... function _build_generator_effect (line 1633) | def _build_generator_effect(clip_item, br_map): function _build_track_item (line 1672) | def _build_track_item(track, timeline_range, transition_offsets, br_map): function _build_item (line 1701) | def _build_item(item, timeline_range, transition_offsets, br_map): function _build_top_level_track (line 1738) | def _build_top_level_track(track, track_rate, br_map): function _build_marker (line 1773) | def _build_marker(marker): function _build_timecode_from_metadata (line 1788) | def _build_timecode_from_metadata(time, tc_metadata=None): function _build_sequence_for_timeline (line 1822) | def _build_sequence_for_timeline(timeline, timeline_range, br_map): function _build_sequence_for_stack (line 1848) | def _build_sequence_for_stack(stack, timeline_range, br_map): function _add_stack_elements_to_sequence (line 1856) | def _add_stack_elements_to_sequence(stack, sequence_e, timeline_range, b... function _build_collection (line 1880) | def _build_collection(collection, br_map): function read_from_string (line 1901) | def read_from_string(input_str): function write_to_string (line 1918) | def write_to_string(input_otio): FILE: openpype/vendor/python/python_2/opentimelineio/adapters/otio_json.py function read_from_file (line 35) | def read_from_file(filepath): function read_from_string (line 39) | def read_from_string(input_str): function write_to_string (line 43) | def write_to_string(input_otio): function write_to_file (line 47) | def write_to_file(input_otio, filepath): FILE: openpype/vendor/python/python_2/opentimelineio/algorithms/filter.py function _is_in (line 35) | def _is_in(thing, container): function _isinstance_in (line 39) | def _isinstance_in(child, typelist): function filtered_composition (line 43) | def filtered_composition( function _safe_parent (line 149) | def _safe_parent(child): function filtered_with_sequence_context (line 155) | def filtered_with_sequence_context( FILE: openpype/vendor/python/python_2/opentimelineio/algorithms/stack_algo.py function top_clip_at_time (line 38) | def top_clip_at_time(in_stack, t): function flatten_stack (line 85) | def flatten_stack(in_stack): FILE: openpype/vendor/python/python_2/opentimelineio/algorithms/timeline_algo.py function timeline_trimmed_to_range (line 34) | def timeline_trimmed_to_range(in_timeline, trim_range): FILE: openpype/vendor/python/python_2/opentimelineio/algorithms/track_algo.py function track_trimmed_to_range (line 36) | def track_trimmed_to_range(in_track, trim_range): function track_with_expanded_transitions (line 91) | def track_with_expanded_transitions(in_track): function _expand_transition (line 143) | def _expand_transition(target_transition, from_track): function _trim_from_transitions (line 215) | def _trim_from_transitions(thing, pre=None, post=None): FILE: openpype/vendor/python/python_2/opentimelineio/console/autogen_serialized_datamodel.py function _parsed_args (line 114) | def _parsed_args(): function _generate_model_for_module (line 146) | def _generate_model_for_module(mod, classes, modules): function _generate_model (line 208) | def _generate_model(): function _write_documentation (line 215) | def _write_documentation(model): function main (line 265) | def main(): function generate_and_write_documentation (line 296) | def generate_and_write_documentation(): FILE: openpype/vendor/python/python_2/opentimelineio/console/console_utils.py function arg_list_to_map (line 34) | def arg_list_to_map(arg_list, label): function media_linker_name (line 59) | def media_linker_name(ml_name_arg): FILE: openpype/vendor/python/python_2/opentimelineio/console/otiocat.py function _parsed_args (line 34) | def _parsed_args(): function _otio_compatible_file_to_json_string (line 83) | def _otio_compatible_file_to_json_string( function main (line 104) | def main(): FILE: openpype/vendor/python/python_2/opentimelineio/console/otioconvert.py function _parsed_args (line 39) | def _parsed_args(): function main (line 182) | def main(): FILE: openpype/vendor/python/python_2/opentimelineio/console/otiostat.py function _parsed_args (line 34) | def _parsed_args(): function stat_check (line 54) | def stat_check(name): function _did_parse (line 62) | def _did_parse(input): function _top_level_object (line 67) | def _top_level_object(input): function _num_tracks (line 72) | def _num_tracks(input): function _equal_length_tracks (line 80) | def _equal_length_tracks(tl): function _deepest_nesting (line 97) | def _deepest_nesting(input): function _num_clips (line 112) | def _num_clips(input): function _total_duration (line 117) | def _total_duration(input): function _total_duration_timecode (line 125) | def _total_duration_timecode(input): function _top_level_rate (line 134) | def _top_level_rate(input): function _clips_with_cdl_data (line 142) | def _clips_with_cdl_data(input): function _sequences_with_non_standard_types (line 147) | def _sequences_with_non_standard_types(input): function _stat_otio (line 157) | def _stat_otio(input_otio): function main (line 172) | def main(): FILE: openpype/vendor/python/python_2/opentimelineio/core/composable.py class Composable (line 39) | class Composable(serializable_object.SerializableObject): method __init__ (line 59) | def __init__(self, name=None, metadata=None): method visible (line 68) | def visible(): method overlapping (line 74) | def overlapping(): method _root_parent (line 80) | def _root_parent(self): method _ancestors (line 83) | def _ancestors(self): method parent (line 91) | def parent(self): method _set_parent (line 96) | def _set_parent(self, new_parent): method is_parent_of (line 110) | def is_parent_of(self, other): method __repr__ (line 124) | def __repr__(self): method __str__ (line 136) | def __str__(self): FILE: openpype/vendor/python/python_2/opentimelineio/core/composition.py function _bisect_right (line 42) | def _bisect_right( function _bisect_left (line 77) | def _bisect_left( class Composition (line 113) | class Composition(item.Item, collections.MutableSequence): method __init__ (line 125) | def __init__( method composition_kind (line 162) | def composition_kind(self): method __str__ (line 167) | def __str__(self): method __repr__ (line 176) | def __repr__(self): method child_at_time (line 195) | def child_at_time( method each_child (line 247) | def each_child( method range_of_child_at_index (line 312) | def range_of_child_at_index(self, index): method trimmed_range_of_child_at_index (line 327) | def trimmed_range_of_child_at_index(self, index): method range_of_all_children (line 346) | def range_of_all_children(self): method __copy__ (line 351) | def __copy__(self): method __deepcopy__ (line 372) | def __deepcopy__(self, md): method _path_to_child (line 384) | def _path_to_child(self, child): method range_of_child (line 408) | def range_of_child(self, child, reference_space=None): method handles_of_child (line 460) | def handles_of_child(self, child): method trimmed_range_of_child (line 476) | def trimmed_range_of_child(self, child, reference_space=None): method trim_child_range (line 547) | def trim_child_range(self, child_range): method _update (line 577) | def _update(self, d): method __getitem__ (line 594) | def __getitem__(self, item): method _setitem_slice (line 597) | def _setitem_slice(self, key, value): method __setitem__ (line 634) | def __setitem__(self, key, value): method insert (line 666) | def insert(self, index, item): method __contains__ (line 692) | def __contains__(self, item): method __len__ (line 696) | def __len__(self): method __delitem__ (line 703) | def __delitem__(self, key): FILE: openpype/vendor/python/python_2/opentimelineio/core/item.py class Item (line 40) | class Item(composable.Composable): method __init__ (line 56) | def __init__( method visible (line 78) | def visible(): method duration (line 83) | def duration(self): method available_range (line 88) | def available_range(self): method trimmed_range (line 93) | def trimmed_range(self): method visible_range (line 100) | def visible_range(self): method trimmed_range_in_parent (line 119) | def trimmed_range_in_parent(self): method range_in_parent (line 128) | def range_in_parent(self): method transformed_time (line 137) | def transformed_time(self, t, to_item): method transformed_time_range (line 196) | def transformed_time_range(self, tr, to_item): method __repr__ (line 217) | def __repr__(self): method __str__ (line 235) | def __str__(self): FILE: openpype/vendor/python/python_2/opentimelineio/core/json_serializer.py class _SerializableObjectEncoder (line 48) | class _SerializableObjectEncoder(json.JSONEncoder): method default (line 52) | def default(self, obj): function serialize_json_to_string (line 60) | def serialize_json_to_string(root, indent=4): function serialize_json_to_file (line 72) | def serialize_json_to_file(root, to_file): function _encoded_serializable_object (line 87) | def _encoded_serializable_object(input_otio): function _encoded_unknown_schema_object (line 99) | def _encoded_unknown_schema_object(input_otio): function _encoded_time (line 113) | def _encoded_time(input_otio): function _encoded_time_range (line 121) | def _encoded_time_range(input_otio): function _encoded_transform (line 129) | def _encoded_transform(input_otio): function _decoded_time (line 152) | def _decoded_time(input_otio): function _decoded_time_range (line 159) | def _decoded_time_range(input_otio): function _decoded_transform (line 166) | def _decoded_transform(input_otio): function _as_otio (line 184) | def _as_otio(dct): function deserialize_json_from_string (line 206) | def deserialize_json_from_string(otio_string): function deserialize_json_from_file (line 212) | def deserialize_json_from_file(otio_filepath): FILE: openpype/vendor/python/python_2/opentimelineio/core/media_reference.py class MediaReference (line 39) | class MediaReference(serializable_object.SerializableObject): method __init__ (line 51) | def __init__( method is_missing_reference (line 79) | def is_missing_reference(self): method __str__ (line 82) | def __str__(self): method __repr__ (line 90) | def __repr__(self): FILE: openpype/vendor/python/python_2/opentimelineio/core/serializable_object.py class SerializableObject (line 34) | class SerializableObject(object): method __init__ (line 75) | def __init__(self): method is_equivalent_to (line 88) | def is_equivalent_to(self, other): method _update (line 119) | def _update(self, d): method schema_name (line 132) | def schema_name(cls): method schema_version (line 138) | def schema_version(cls): method is_unknown_schema (line 144) | def is_unknown_schema(self): method __copy__ (line 149) | def __copy__(self): method __deepcopy__ (line 154) | def __deepcopy__(self, md): method deepcopy (line 160) | def deepcopy(self): function serializable_field (line 164) | def serializable_field(name, required_type=None, doc=None): function deprecated_field (line 210) | def deprecated_field(): FILE: openpype/vendor/python/python_2/opentimelineio/core/type_registry.py function schema_name_from_label (line 39) | def schema_name_from_label(label): function schema_version_from_label (line 45) | def schema_version_from_label(label): function schema_label_from_name_version (line 51) | def schema_label_from_name_version(schema_name, schema_version): function register_type (line 57) | def register_type(classobj, schemaname=None): function upgrade_function_for (line 82) | def upgrade_function_for(cls, version_to_upgrade_to): function instance_from_schema (line 111) | def instance_from_schema(schema_name, schema_version, data_dict): FILE: openpype/vendor/python/python_2/opentimelineio/core/unknown_schema.py class UnknownSchema (line 34) | class UnknownSchema(SerializableObject): method is_unknown_schema (line 42) | def is_unknown_schema(self): method data (line 46) | def data(self): FILE: openpype/vendor/python/python_2/opentimelineio/exceptions.py class OTIOError (line 28) | class OTIOError(Exception): class CouldNotReadFileError (line 32) | class CouldNotReadFileError(OTIOError): class NoKnownAdapterForExtensionError (line 36) | class NoKnownAdapterForExtensionError(OTIOError): class ReadingNotSupportedError (line 40) | class ReadingNotSupportedError(OTIOError): class WritingNotSupportedError (line 44) | class WritingNotSupportedError(OTIOError): class NotSupportedError (line 48) | class NotSupportedError(OTIOError): class InvalidSerializableLabelError (line 52) | class InvalidSerializableLabelError(OTIOError): class CannotComputeAvailableRangeError (line 56) | class CannotComputeAvailableRangeError(OTIOError): class AdapterDoesntSupportFunctionError (line 60) | class AdapterDoesntSupportFunctionError(OTIOError): class UnsupportedSchemaError (line 64) | class UnsupportedSchemaError(OTIOError): class NotAChildError (line 68) | class NotAChildError(OTIOError): class InstancingNotAllowedError (line 72) | class InstancingNotAllowedError(OTIOError): class TransitionFollowingATransitionError (line 76) | class TransitionFollowingATransitionError(OTIOError): class MisconfiguredPluginError (line 80) | class MisconfiguredPluginError(OTIOError): class CannotTrimTransitionsError (line 84) | class CannotTrimTransitionsError(OTIOError): class NoDefaultMediaLinkerError (line 88) | class NoDefaultMediaLinkerError(OTIOError): FILE: openpype/vendor/python/python_2/opentimelineio/hooks.py class HookScript (line 89) | class HookScript(plugins.PythonPlugin): method __init__ (line 92) | def __init__( method run (line 102) | def run(self, in_timeline, argument_map={}): method __str__ (line 113) | def __str__(self): method __repr__ (line 120) | def __repr__(self): function names (line 134) | def names(): function available_hookscript_names (line 140) | def available_hookscript_names(): function available_hookscripts (line 146) | def available_hookscripts(): function scripts_attached_to (line 151) | def scripts_attached_to(hook): function run (line 162) | def run(hook, tl, extra_args=None): FILE: openpype/vendor/python/python_2/opentimelineio/media_linker.py class MediaLinkingPolicy (line 64) | class MediaLinkingPolicy: function available_media_linker_names (line 70) | def available_media_linker_names(): function from_name (line 76) | def from_name(name): function default_media_linker (line 100) | def default_media_linker(): function linked_media_reference (line 109) | def linked_media_reference( class MediaLinker (line 131) | class MediaLinker(plugins.PythonPlugin): method __init__ (line 134) | def __init__( method link_media_reference (line 142) | def link_media_reference(self, in_clip, media_linker_argument_map=None): method __str__ (line 151) | def __str__(self): method __repr__ (line 158) | def __repr__(self): FILE: openpype/vendor/python/python_2/opentimelineio/opentime.py class RationalTime (line 67) | class RationalTime(object): method __init__ (line 75) | def __init__(self, value=0.0, rate=1.0): method __setattr__ (line 79) | def __setattr__(self, key, val): method __copy__ (line 83) | def __copy__(self, memodict=None): method rescaled_to (line 89) | def rescaled_to(self, new_rate): method value_rescaled_to (line 105) | def value_rescaled_to(self, new_rate): method almost_equal (line 127) | def almost_equal(self, other, delta=0.0): method __add__ (line 135) | def __add__(self, other): method __sub__ (line 165) | def __sub__(self, other): method _comparable_floats (line 192) | def _comparable_floats(self, other): method __gt__ (line 211) | def __gt__(self, other): method __lt__ (line 215) | def __lt__(self, other): method __le__ (line 219) | def __le__(self, other): method __ge__ (line 223) | def __ge__(self, other): method __repr__ (line 227) | def __repr__(self): method __str__ (line 236) | def __str__(self): method __eq__ (line 242) | def __eq__(self, other): method __ne__ (line 248) | def __ne__(self, other): method __hash__ (line 251) | def __hash__(self): class TimeTransform (line 255) | class TimeTransform(object): method __init__ (line 258) | def __init__(self, offset=RationalTime(), scale=1.0, rate=None): method applied_to (line 263) | def applied_to(self, other): method __repr__ (line 290) | def __repr__(self): method __str__ (line 299) | def __str__(self): method __eq__ (line 308) | def __eq__(self, other): method __ne__ (line 317) | def __ne__(self, other): method __hash__ (line 320) | def __hash__(self): class BoundStrategy (line 324) | class BoundStrategy(object): class TimeRange (line 331) | class TimeRange(object): method __init__ (line 341) | def __init__(self, start_time=None, duration=None): method __setattr__ (line 373) | def __setattr__(self, key, val): method __copy__ (line 376) | def __copy__(self, memodict=None): method end_time_inclusive (line 386) | def end_time_inclusive(self): method end_time_exclusive (line 417) | def end_time_exclusive(self): method extended_by (line 429) | def extended_by(self, other): method clamped (line 448) | def clamped( method contains (line 482) | def contains(self, other): method overlaps (line 501) | def overlaps(self, other): method __hash__ (line 521) | def __hash__(self): method __eq__ (line 524) | def __eq__(self, rhs): method __ne__ (line 533) | def __ne__(self, rhs): method __repr__ (line 536) | def __repr__(self): method __str__ (line 544) | def __str__(self): function from_frames (line 553) | def from_frames(frame, fps): function to_frames (line 564) | def to_frames(time_obj, fps=None): function validate_timecode_rate (line 573) | def validate_timecode_rate(rate): function from_timecode (line 592) | def from_timecode(timecode_str, rate): function to_timecode (line 653) | def to_timecode(time_obj, rate=None, drop_frame=None): function from_time_string (line 742) | def from_time_string(time_str, rate): function to_time_string (line 769) | def to_time_string(time_obj): function from_seconds (line 804) | def from_seconds(seconds): function to_seconds (line 813) | def to_seconds(time_obj): function from_footage (line 818) | def from_footage(footage): function to_footage (line 822) | def to_footage(time_obj): function duration_from_start_end_time (line 826) | def duration_from_start_end_time(start_time, end_time_exclusive): function range_from_start_end_time (line 850) | def range_from_start_end_time(start_time, end_time_exclusive): FILE: openpype/vendor/python/python_2/opentimelineio/plugins/manifest.py function manifest_from_file (line 43) | def manifest_from_file(filepath): function manifest_from_string (line 52) | def manifest_from_string(input_string): class Manifest (line 73) | class Manifest(core.SerializableObject): method __init__ (line 84) | def __init__(self): method extend (line 121) | def extend(self, another_manifest): method _update_plugin_source (line 136) | def _update_plugin_source(self, path): method from_filepath (line 143) | def from_filepath(self, suffix): method adapter_module_from_suffix (line 151) | def adapter_module_from_suffix(self, suffix): method from_name (line 157) | def from_name(self, name, kind_list="adapters"): method adapter_module_from_name (line 173) | def adapter_module_from_name(self, name): method schemadef_module_from_name (line 179) | def schemadef_module_from_name(self, name): function load_manifest (line 189) | def load_manifest(): function ActiveManifest (line 277) | def ActiveManifest(force_reload=False): FILE: openpype/vendor/python/python_2/opentimelineio/plugins/python_plugin.py class PythonPlugin (line 36) | class PythonPlugin(core.SerializableObject): method __init__ (line 43) | def __init__( method module_abs_path (line 75) | def module_abs_path(self): method _imported_module (line 93) | def _imported_module(self, namespace): method module (line 112) | def module(self): method _execute_function (line 120) | def _execute_function(self, func_name, **kwargs): FILE: openpype/vendor/python/python_2/opentimelineio/schema/clip.py class Clip (line 39) | class Clip(core.Item): method __init__ (line 47) | def __init__( method media_reference (line 78) | def media_reference(self): method media_reference (line 84) | def media_reference(self, val): method available_range (line 89) | def available_range(self): method __str__ (line 104) | def __str__(self): method __repr__ (line 112) | def __repr__(self): method each_clip (line 127) | def each_clip(self, search_range=None): FILE: openpype/vendor/python/python_2/opentimelineio/schema/effect.py class Effect (line 35) | class Effect(core.SerializableObject): method __init__ (line 38) | def __init__( method __str__ (line 63) | def __str__(self): method __repr__ (line 76) | def __repr__(self): class TimeEffect (line 91) | class TimeEffect(Effect): class LinearTimeWarp (line 98) | class LinearTimeWarp(TimeEffect): method __init__ (line 102) | def __init__(self, name=None, time_scalar=1, metadata=None): class FreezeFrame (line 119) | class FreezeFrame(LinearTimeWarp): method __init__ (line 123) | def __init__(self, name=None, metadata=None): FILE: openpype/vendor/python/python_2/opentimelineio/schema/external_reference.py class ExternalReference (line 35) | class ExternalReference(core.MediaReference): method __init__ (line 41) | def __init__( method __str__ (line 63) | def __str__(self): method __repr__ (line 66) | def __repr__(self): FILE: openpype/vendor/python/python_2/opentimelineio/schema/gap.py class Gap (line 34) | class Gap(core.Item): method __init__ (line 38) | def __init__( method visible (line 76) | def visible(): FILE: openpype/vendor/python/python_2/opentimelineio/schema/generator_reference.py class GeneratorReference (line 11) | class GeneratorReference(core.MediaReference): method __init__ (line 22) | def __init__( method __str__ (line 55) | def __str__(self): method __repr__ (line 63) | def __repr__(self): FILE: openpype/vendor/python/python_2/opentimelineio/schema/marker.py class MarkerColor (line 33) | class MarkerColor: class Marker (line 50) | class Marker(core.SerializableObject): method __init__ (line 57) | def __init__( method __repr__ (line 97) | def __repr__(self): method __str__ (line 110) | def __str__(self): function _version_one_to_two (line 125) | def _version_one_to_two(data): FILE: openpype/vendor/python/python_2/opentimelineio/schema/missing_reference.py class MissingReference (line 35) | class MissingReference(core.MediaReference): method is_missing_reference (line 42) | def is_missing_reference(self): FILE: openpype/vendor/python/python_2/opentimelineio/schema/schemadef.py class SchemaDef (line 11) | class SchemaDef(plugins.PythonPlugin): method __init__ (line 14) | def __init__( method module (line 22) | def module(self): function available_schemadef_names (line 38) | def available_schemadef_names(): function from_name (line 44) | def from_name(name): function module_from_name (line 58) | def module_from_name(name): FILE: openpype/vendor/python/python_2/opentimelineio/schema/serializable_collection.py class SerializableCollection (line 40) | class SerializableCollection( method __init__ (line 54) | def __init__( method __str__ (line 82) | def __str__(self): method __repr__ (line 89) | def __repr__(self): method __getitem__ (line 105) | def __getitem__(self, item): method __setitem__ (line 108) | def __setitem__(self, key, value): method insert (line 111) | def insert(self, index, item): method __len__ (line 114) | def __len__(self): method __delitem__ (line 117) | def __delitem__(self, item): method each_child (line 121) | def each_child( method each_clip (line 142) | def each_clip(self, search_range=None): FILE: openpype/vendor/python/python_2/opentimelineio/schema/stack.py class Stack (line 52) | class Stack(core.Composition): method __init__ (line 57) | def __init__( method range_of_child_at_index (line 76) | def range_of_child_at_index(self, index): method each_clip (line 89) | def each_clip(self, search_range=None): method available_range (line 92) | def available_range(self): method range_of_all_children (line 103) | def range_of_all_children(self): method trimmed_range_of_child_at_index (line 109) | def trimmed_range_of_child_at_index(self, index, reference_space=None): FILE: openpype/vendor/python/python_2/opentimelineio/schema/timeline.py class Timeline (line 38) | class Timeline(core.SerializableObject): method __init__ (line 41) | def __init__( method __str__ (line 75) | def __str__(self): method __repr__ (line 78) | def __repr__(self): method each_child (line 86) | def each_child(self, search_range=None, descended_from_type=core.Compo... method each_clip (line 89) | def each_clip(self, search_range=None): method duration (line 94) | def duration(self): method range_of_child (line 99) | def range_of_child(self, child): method video_tracks (line 104) | def video_tracks(self): method audio_tracks (line 116) | def audio_tracks(self): function timeline_from_clips (line 129) | def timeline_from_clips(clips): FILE: openpype/vendor/python/python_2/opentimelineio/schema/track.py class TrackKind (line 41) | class TrackKind: class NeighborGapPolicy (line 46) | class NeighborGapPolicy: class Track (line 53) | class Track(core.Composition): method __init__ (line 58) | def __init__( method range_of_child_at_index (line 84) | def range_of_child_at_index(self, index): method trimmed_range_of_child_at_index (line 100) | def trimmed_range_of_child_at_index(self, index, reference_space=None): method handles_of_child (line 105) | def handles_of_child(self, child): method available_range (line 129) | def available_range(self): method each_clip (line 149) | def each_clip(self, search_range=None, shallow_search=False): method neighbors_of (line 152) | def neighbors_of(self, item, insert_gap=NeighborGapPolicy.never): method range_of_all_children (line 205) | def range_of_all_children(self): FILE: openpype/vendor/python/python_2/opentimelineio/schema/transition.py class TransitionTypes (line 36) | class TransitionTypes: class Transition (line 55) | class Transition(core.Composable): method __init__ (line 60) | def __init__( method __str__ (line 107) | def __str__(self): method __repr__ (line 117) | def __repr__(self): method overlapping (line 137) | def overlapping(): method duration (line 140) | def duration(self): method range_in_parent (line 143) | def range_in_parent(self): method trimmed_range_in_parent (line 152) | def trimmed_range_in_parent(self): FILE: openpype/vendor/python/python_2/opentimelineio/schemadef/__init__.py function _add_schemadef_module (line 2) | def _add_schemadef_module(name, mod): FILE: openpype/vendor/python/python_2/opentimelineio/test_utils.py class OTIOAssertions (line 35) | class OTIOAssertions(object): method assertJsonEqual (line 36) | def assertJsonEqual(self, known, test_result): method assertIsOTIOEquivalentTo (line 51) | def assertIsOTIOEquivalentTo(self, known, test_result): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py class AAFAdapterError (line 52) | class AAFAdapterError(otio.exceptions.OTIOError): class AAFValidationError (line 56) | class AAFValidationError(AAFAdapterError): class AAFFileTranscriber (line 60) | class AAFFileTranscriber(object): method __init__ (line 68) | def __init__(self, input_otio, aaf_file, **kwargs): method _unique_mastermob (line 85) | def _unique_mastermob(self, otio_clip): method _unique_tapemob (line 97) | def _unique_tapemob(self, otio_clip): method track_transcriber (line 125) | def track_transcriber(self, otio_track): function validate_metadata (line 137) | def validate_metadata(timeline): function _gather_clip_mob_ids (line 176) | def _gather_clip_mob_ids(input_otio, function _stackify_nested_groups (line 235) | def _stackify_nested_groups(timeline): class _TrackTranscriber (line 254) | class _TrackTranscriber(object): method __init__ (line 264) | def __init__(self, root_file_transcriber, otio_track): method transcribe (line 280) | def transcribe(self, otio_child): method media_kind (line 303) | def media_kind(self): method _master_mob_slot_id (line 309) | def _master_mob_slot_id(self): method _create_timeline_mobslot (line 321) | def _create_timeline_mobslot(self): method default_descriptor (line 334) | def default_descriptor(self, otio_clip): method _transition_parameters (line 338) | def _transition_parameters(self): method aaf_filler (line 341) | def aaf_filler(self, otio_gap): method aaf_sourceclip (line 347) | def aaf_sourceclip(self, otio_clip): method aaf_transition (line 373) | def aaf_transition(self, otio_transition): method aaf_sequence (line 443) | def aaf_sequence(self, otio_track): method aaf_operation_group (line 454) | def aaf_operation_group(self, otio_stack): method _create_tapemob (line 486) | def _create_tapemob(self, otio_clip): method _create_filemob (line 499) | def _create_filemob(self, otio_clip, tapemob, tapemob_slot): method _create_mastermob (line 521) | def _create_mastermob(self, otio_clip, filemob, filemob_slot): class VideoTrackTranscriber (line 548) | class VideoTrackTranscriber(_TrackTranscriber): method media_kind (line 552) | def media_kind(self): method _master_mob_slot_id (line 556) | def _master_mob_slot_id(self): method _create_timeline_mobslot (line 559) | def _create_timeline_mobslot(self): method default_descriptor (line 571) | def default_descriptor(self, otio_clip): method _transition_parameters (line 586) | def _transition_parameters(self): class AudioTrackTranscriber (line 627) | class AudioTrackTranscriber(_TrackTranscriber): method media_kind (line 631) | def media_kind(self): method _master_mob_slot_id (line 635) | def _master_mob_slot_id(self): method aaf_sourceclip (line 638) | def aaf_sourceclip(self, otio_clip): method _create_timeline_mobslot (line 669) | def _create_timeline_mobslot(self): method default_descriptor (line 697) | def default_descriptor(self, otio_clip): method _transition_parameters (line 709) | def _transition_parameters(self): class __check (line 729) | class __check(object): method __init__ (line 735) | def __init__(self, obj, tokenpath): method equals (line 756) | def equals(self, val): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/advanced_authoring_format.py function _get_parameter (line 54) | def _get_parameter(item, parameter_name): function _get_name (line 59) | def _get_name(item): function _get_class_name (line 74) | def _get_class_name(item): function _transcribe_property (line 81) | def _transcribe_property(prop): function _find_timecode_mobs (line 109) | def _find_timecode_mobs(item): function _extract_timecode_info (line 144) | def _extract_timecode_info(mob): function _add_child (line 175) | def _add_child(parent, child, source): function _transcribe (line 185) | def _transcribe(item, parents, editRate, masterMobs): function _find_timecode_track_start (line 524) | def _find_timecode_track_start(track): function _transcribe_linear_timewarp (line 547) | def _transcribe_linear_timewarp(item, parameters): function _transcribe_fancy_timewarp (line 591) | def _transcribe_fancy_timewarp(item, parameters): function _transcribe_operation_group (line 637) | def _transcribe_operation_group(item, parents, metadata, editRate, maste... function _fix_transitions (line 697) | def _fix_transitions(thing): function _simplify (line 746) | def _simplify(thing): function _has_effects (line 862) | def _has_effects(thing): function _is_redundant_container (line 868) | def _is_redundant_container(thing): function _contains_something_valuable (line 894) | def _contains_something_valuable(thing): function read_from_file (line 921) | def read_from_file(filepath, simplify=True): function write_to_file (line 956) | def write_to_file(input_otio, filepath, **kwargs): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ale.py function AVID_VIDEO_FORMAT_FROM_WIDTH_HEIGHT (line 32) | def AVID_VIDEO_FORMAT_FROM_WIDTH_HEIGHT(width, height): class ALEParseError (line 48) | class ALEParseError(otio.exceptions.OTIOError): function _parse_data_line (line 52) | def _parse_data_line(line, columns, fps): function _video_format_from_metadata (line 130) | def _video_format_from_metadata(clips): function read_from_string (line 153) | def read_from_string(input_str, fps=24): function write_to_string (line 216) | def write_to_string(input_otio, columns=None, fps=None, video_format=None): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/burnins.py function build_burnins (line 29) | def build_burnins(input_otio): function write_to_file (line 87) | def write_to_file(input_otio, filepath): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_maya_sequencer.py function _url_to_path (line 57) | def _url_to_path(url): function _video_url_for_shot (line 64) | def _video_url_for_shot(shot): function _match_existing_shot (line 76) | def _match_existing_shot(item, existing_shots): function _build_shot (line 97) | def _build_shot(item, track_no, track_range, existing_shot=None): function _build_track (line 114) | def _build_track(track, track_no, existing_shots=None): function build_sequence (line 128) | def build_sequence(timeline, clean=False): function read_from_file (line 143) | def read_from_file(path, clean=True): function _get_gap (line 152) | def _get_gap(duration): function _read_shot (line 160) | def _read_shot(shot): function _read_track (line 183) | def _read_track(shots): function read_sequence (line 203) | def read_sequence(): function write_to_file (line 224) | def write_to_file(path): function main (line 229) | def main(): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/extern_rv.py function main (line 48) | def main(): class NoMappingForOtioTypeError (line 64) | class NoMappingForOtioTypeError(otio.exceptions.OTIOError): function write_otio (line 69) | def write_otio(otio_obj, to_session, track_kind=None): function _write_dissolve (line 88) | def _write_dissolve(pre_item, in_dissolve, post_item, to_session, track_... function _write_transition (line 158) | def _write_transition( function _write_stack (line 181) | def _write_stack(in_stack, to_session, track_kind=None): function _write_track (line 192) | def _write_track(in_seq, to_session, _=None): function _write_timeline (line 216) | def _write_timeline(tl, to_session, _=None): function _write_collection (line 221) | def _write_collection(collection, to_session, track_kind=None): function _create_media_reference (line 232) | def _create_media_reference(item, src, track_kind=None): function _write_item (line 271) | def _write_item(it, to_session, track_kind=None): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/fcpx_xml.py function format_name (line 54) | def format_name(frame_rate, path): function to_rational_time (line 104) | def to_rational_time(rational_number, fps): function from_rational_time (line 130) | def from_rational_time(rational_time): class FcpxOtio (line 151) | class FcpxOtio(object): method __init__ (line 157) | def __init__(self, otio_timeline): method to_xml (line 184) | def to_xml(self): method _stack_to_sequence (line 242) | def _stack_to_sequence(self, stack, compound_clip=False): method _track_for_spine (line 272) | def _track_for_spine(self, track, lane_id, spine, compound): method _find_parent_element (line 305) | def _find_parent_element(self, spine, trimmed_range, format_id): method _offset_based_on_parent (line 328) | def _offset_based_on_parent(self, child, parent, default_format_id): method _frame_rate_from_element (line 344) | def _frame_rate_from_element(self, element, default_format_id): method _element_for_item (line 372) | def _element_for_item(self, item, lane, ref_only=False, compound=False): method _lanable_items (line 409) | def _lanable_items(self, items): method _element_for_clip (line 415) | def _element_for_clip(self, item, asset_id, duration, lane): method _element_for_gap (line 462) | def _element_for_gap(self, item, duration): method _element_for_stack (line 476) | def _element_for_stack(self, item, duration, ref_only): method _find_asset_duration (line 502) | def _find_asset_duration(self, item): method _find_asset_start (line 514) | def _find_asset_start(self, item): method _clip_format_name (line 526) | def _clip_format_name(self, clip): method _find_or_create_format_from (line 540) | def _find_or_create_format_from(self, clip): method _add_asset (line 559) | def _add_asset(self, clip, compound_only=False): method _create_asset_clip_element (line 580) | def _create_asset_clip_element(self, clip, format_element, resource_id): method _create_asset_element (line 612) | def _create_asset_element(self, clip, format_element): method _add_compound_clip (line 634) | def _add_compound_clip(self, item): method _stacks (line 652) | def _stacks(self): method _clips (line 657) | def _clips(self): method _resource_id_generator (line 662) | def _resource_id_generator(self): method _event_name (line 666) | def _event_name(self): method _asset_by_path (line 671) | def _asset_by_path(self, path): method _asset_by_id (line 674) | def _asset_by_id(self, asset_id): method _media_by_name (line 677) | def _media_by_name(self, name): method _media_by_id (line 680) | def _media_by_id(self, media_id): method _format_by_frame_rate (line 683) | def _format_by_frame_rate(self, frame_rate): method _asset_clip_by_name (line 689) | def _asset_clip_by_name(self, name): method _framerate_to_frame_duration (line 699) | def _framerate_to_frame_duration(framerate): method _target_url_from_clip (line 706) | def _target_url_from_clip(clip): method _calculate_rational_number (line 713) | def _calculate_rational_number(duration, rate): method _compound_clip_name (line 720) | def _compound_clip_name(compound_clip, resource_id): method _item_in_compound_clip (line 726) | def _item_in_compound_clip(item): method _create_metadata_elements (line 736) | def _create_metadata_elements(metadata): method _create_keyword_elements (line 754) | def _create_keyword_elements(keywords): method _create_note_element (line 766) | def _create_note_element(note): class FcpxXml (line 776) | class FcpxXml(object): method __init__ (line 782) | def __init__(self, xml_string): method to_otio (line 786) | def to_otio(self): method _from_library (line 804) | def _from_library(self): method _from_event (line 808) | def _from_event(self, event_element): method _from_project (line 816) | def _from_project(self, project_element): method _from_clips (line 823) | def _from_clips(self): method _squence_to_stack (line 844) | def _squence_to_stack(self, sequence_element, name="", source_range=No... method _build_composable (line 896) | def _build_composable(self, element, default_format): method _marker (line 927) | def _marker(self, element, default_format): method _audio_only (line 942) | def _audio_only(self, element): method _create_gap (line 954) | def _create_gap(self, start_frame, number_of_frames, defualt_format): method _timing_clip (line 962) | def _timing_clip(self, clip): method _offset_and_lane (line 967) | def _offset_and_lane(self, clip, default_format): method _format_id_for_clip (line 1012) | def _format_id_for_clip(self, clip, default_format): method _reference_from_id (line 1025) | def _reference_from_id(self, asset_id, default_format): method _create_metadta (line 1054) | def _create_metadta(self, item): method _format_frame_duration (line 1073) | def _format_frame_duration(self, format_id): method _format_frame_rate (line 1079) | def _format_frame_rate(self, format_id): method _number_of_frames (line 1083) | def _number_of_frames(self, time_value, format_id): method _time_range (line 1101) | def _time_range(self, element, format_id): method _asset_by_id (line 1116) | def _asset_by_id(self, asset_id): method _assetclip_by_ref (line 1121) | def _assetclip_by_ref(self, asset_id): method _format_by_id (line 1128) | def _format_by_id(self, format_id): method _compound_clip_by_id (line 1133) | def _compound_clip_by_id(self, compound_id): method _track_type (line 1142) | def _track_type(lane_items): method _sorted_items (line 1149) | def _sorted_items(lane, otio_objects): function read_from_string (line 1157) | def read_from_string(input_str): function write_to_string (line 1171) | def write_to_string(input_otio): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/ffmpeg_burnins.py function _is_windows (line 34) | def _is_windows(): function _system_font (line 44) | def _system_font(): class Options (line 106) | class Options(dict): method __init__ (line 121) | def __init__(self, **kwargs): method __setitem__ (line 127) | def __setitem__(self, key, value): class FrameNumberOptions (line 133) | class FrameNumberOptions(Options): method __init__ (line 148) | def __init__(self, **kwargs): class TextOptions (line 156) | class TextOptions(Options): class TimeCodeOptions (line 171) | class TimeCodeOptions(Options): method __init__ (line 186) | def __init__(self, **kwargs): class Burnins (line 194) | class Burnins(object): method __init__ (line 200) | def __init__(self, source, streams=None): method __repr__ (line 211) | def __repr__(self): method start_frame (line 215) | def start_frame(self): method end_frame (line 223) | def end_frame(self): method frame_rate (line 231) | def frame_rate(self): method _video_stream (line 240) | def _video_stream(self): method resolution (line 252) | def resolution(self): method filter_string (line 260) | def filter_string(self): method add_timecode (line 269) | def add_timecode(self, align, options=None): method add_frame_numbers (line 287) | def add_frame_numbers(self, align, options=None): method add_text (line 299) | def add_text(self, text, align, options=None): method _add_burnin (line 310) | def _add_burnin(self, text, align, options, draw): method command (line 339) | def command(self, output=None, args=None, overwrite=False): method render (line 359) | def render(self, output, args=None, overwrite=False): function _streams (line 382) | def _streams(source): function _drawtext (line 395) | def _drawtext(align, resolution, text, options): function _frames_to_timecode (line 419) | def _frames_to_timecode(frames, framerate): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/hls_playlist.py class AttributeListEnum (line 181) | class AttributeListEnum(str): function _value_from_raw_attribute_value (line 186) | def _value_from_raw_attribute_value(raw_attribute_value): class AttributeList (line 221) | class AttributeList(dict): method __init__ (line 227) | def __init__(self, other=None): method __str__ (line 245) | def __str__(self): method from_string (line 265) | def from_string(cls, attrlist_string): class Byterange (line 305) | class Byterange(object): method __init__ (line 314) | def __init__(self, count=None, offset=None): method __eq__ (line 323) | def __eq__(self, other): method __ne__ (line 329) | def __ne__(self, other): method __repr__ (line 332) | def __repr__(self): method __str__ (line 339) | def __str__(self): method to_dict (line 348) | def to_dict(self): method from_string (line 360) | def from_string(cls, byterange_string): method from_match_dict (line 371) | def from_match_dict(cls, match_dict): method from_dict (line 388) | def from_dict(cls, info_dict): class HLSPlaylistEntry (line 532) | class HLSPlaylistEntry(object): method __init__ (line 565) | def __init__(self, type): method __repr__ (line 573) | def __repr__(self): method __str__ (line 588) | def __str__(self): method tag_entry (line 609) | def tag_entry(cls, name, value=None): method comment_entry (line 624) | def comment_entry(cls, comment): method uri_entry (line 636) | def uri_entry(cls, uri): method from_string (line 648) | def from_string(cls, entry_string): method parsed_tag_value (line 692) | def parsed_tag_value(self, playlist_version=None): class HLSPlaylistParser (line 730) | class HLSPlaylistParser(object): method __init__ (line 735) | def __init__(self, edl_string): method _parse_playlist (line 741) | def _parse_playlist(self, edl_string): class MediaPlaylistParser (line 802) | class MediaPlaylistParser(object): method __init__ (line 805) | def __init__(self, playlist_entries, playlist_version=None): method _handle_track_metadata (line 812) | def _handle_track_metadata(self, entry, playlist_version, clip): method _handle_discarded_metadata (line 817) | def _handle_discarded_metadata(self, entry, playlist_version, clip): method _metadata_dict_for_MAP (line 827) | def _metadata_dict_for_MAP(self, entry, playlist_version): method _handle_INF (line 840) | def _handle_INF(self, entry, playlist_version, clip): method _handle_BYTERANGE (line 855) | def _handle_BYTERANGE(self, entry, playlist_version, clip): method _parse_entries (line 881) | def _parse_entries(self, playlist_entries, playlist_version): function entries_for_segment (line 983) | def entries_for_segment( function stream_inf_attr_list_for_track (line 1044) | def stream_inf_attr_list_for_track(track): function master_playlist_to_string (line 1079) | def master_playlist_to_string(master_timeline): class MediaPlaylistWriter (line 1288) | class MediaPlaylistWriter(): method __init__ (line 1290) | def __init__( method _build_playlist_with_track (line 1319) | def _build_playlist_with_track(self, media_track): method _copy_HLS_metadata (line 1328) | def _copy_HLS_metadata(self, media_track): method _setup_track_info (line 1353) | def _setup_track_info(self, media_track): method _add_map_entry (line 1384) | def _add_map_entry(self, fragment): method _add_entries_for_segment_from_fragments (line 1419) | def _add_entries_for_segment_from_fragments( method _fragments_have_same_map (line 1529) | def _fragments_have_same_map(self, fragment, following_fragment): method _fragments_are_contiguous (line 1570) | def _fragments_are_contiguous(self, fragment, following_fragment): method _add_segment_entries (line 1622) | def _add_segment_entries(self, media_track): method _finalize_entries (line 1702) | def _finalize_entries(self, media_track): method playlist_string (line 1735) | def playlist_string(self): function read_from_string (line 1745) | def read_from_string(input_str): function write_to_string (line 1752) | def write_to_string(input_otio): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/maya_sequencer.py function write_to_file (line 33) | def write_to_file(input_otio, filepath): function read_from_file (line 86) | def read_from_file(filepath): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/rv.py function write_to_file (line 34) | def write_to_file(input_otio, filepath): FILE: openpype/vendor/python/python_2/opentimelineio_contrib/adapters/xges.py class GstParseError (line 55) | class GstParseError(otio.exceptions.OTIOError): class GstStructure (line 59) | class GstStructure(object): method __init__ (line 69) | def __init__(self, text): method __repr__ (line 74) | def __repr__(self): method __getitem__ (line 86) | def __getitem__(self, key): method set (line 89) | def set(self, key, value_type, value): method get (line 97) | def get(self, key, default=None): method _find_eos (line 101) | def _find_eos(s): method escape (line 113) | def escape(s): method _parse (line 121) | def _parse(s): class GESTrackType (line 184) | class GESTrackType: method to_otio_type (line 192) | def to_otio_type(_type): function to_gstclocktime (line 205) | def to_gstclocktime(rational_time): function get_from_structure (line 219) | def get_from_structure(xmlelement, fieldname, default=None, attribute="p... class XGES (line 224) | class XGES: method __init__ (line 230) | def __init__(self, xml_string): method _set_rate_from_timeline (line 234) | def _set_rate_from_timeline(self, timeline): method to_rational_time (line 258) | def to_rational_time(self, ns_timestamp): method to_otio (line 271) | def to_otio(self): method _add_layers (line 307) | def _add_layers(self, timeline, otio_timeline, all_names): method _get_clips_for_type (line 312) | def _get_clips_for_type(self, clips, track_type): method _build_tracks_from_layer_clips (line 323) | def _build_tracks_from_layer_clips(self, layer, all_names): method _add_clips_in_track (line 340) | def _add_clips_in_track(self, clips, track, all_names): method _get_clip_name (line 359) | def _get_clip_name(self, clip, all_names): method _create_otio_transition (line 371) | def _create_otio_transition(self, clip, all_names): method _create_otio_uri_clip (line 386) | def _create_otio_uri_clip(self, clip, all_names): method _create_otio_clip (line 401) | def _create_otio_clip(self, clip, all_names): method _create_otio_gap (line 420) | def _create_otio_gap(self, start, duration): method _reference_from_id (line 427) | def _reference_from_id(self, asset_id, asset_type="GESUriClip"): method _asset_by_id (line 457) | def _asset_by_id(self, asset_id, asset_type): method _timeline_element_by_name (line 463) | def _timeline_element_by_name(self, timeline, name): class XGESOtio (line 471) | class XGESOtio: method __init__ (line 473) | def __init__(self, input_otio): method _insert_new_sub_element (line 477) | def _insert_new_sub_element(self, into_parent, tag, attrib=None, text=... method _get_element_properties (line 482) | def _get_element_properties(self, element): method _get_element_metadatas (line 485) | def _get_element_metadatas(self, element): method _serialize_ressource (line 489) | def _serialize_ressource(self, ressources, ressource, asset_type): method _get_transition_times (line 512) | def _get_transition_times(self, offset, otio_transition): method _serialize_clip (line 522) | def _serialize_clip( method _serialize_tracks (line 583) | def _serialize_tracks(self, timeline, otio_timeline): method _serialize_layer (line 624) | def _serialize_layer(self, timeline, layers, layer_priority): method _serialize_timeline_element (line 633) | def _serialize_timeline_element(self, timeline, layers, layer_priority, method _make_element_names_unique (line 652) | def _make_element_names_unique(self, all_names, otio_element): method _make_timeline_elements_names_unique (line 672) | def _make_timeline_elements_names_unique(self, otio_timeline): method _serialize_timeline (line 678) | def _serialize_timeline(self, project, ressources, otio_timeline): method _framerate_to_frame_duration (line 714) | def _framerate_to_frame_duration(framerate): method to_xges (line 720) | def to_xges(self): function read_from_string (line 763) | def read_from_string(input_str): function write_to_string (line 777) | def write_to_string(input_otio): class XGESTests (line 795) | class XGESTests(unittest.TestCase): method test_gst_structure_parsing (line 797) | def test_gst_structure_parsing(self): method test_gst_structure_editing (line 803) | def test_gst_structure_editing(self): method test_empty_string (line 813) | def test_empty_string(self): FILE: openpype/vendor/python/python_2/pkg_resources/__init__.py class PEP440Warning (line 121) | class PEP440Warning(RuntimeWarning): function parse_version (line 128) | def parse_version(v): function _declare_state (line 138) | def _declare_state(vartype, **kw): function __getstate__ (line 143) | def __getstate__(): function __setstate__ (line 151) | def __setstate__(state): function _sget_dict (line 158) | def _sget_dict(val): function _sset_dict (line 162) | def _sset_dict(key, ob, state): function _sget_object (line 167) | def _sget_object(val): function _sset_object (line 171) | def _sset_object(key, ob, state): function get_supported_platform (line 178) | def get_supported_platform(): class ResolutionError (line 252) | class ResolutionError(Exception): method __repr__ (line 255) | def __repr__(self): class VersionConflict (line 259) | class VersionConflict(ResolutionError): method dist (line 270) | def dist(self): method req (line 274) | def req(self): method report (line 277) | def report(self): method with_context (line 280) | def with_context(self, required_by): class ContextualVersionConflict (line 291) | class ContextualVersionConflict(VersionConflict): method required_by (line 300) | def required_by(self): class DistributionNotFound (line 304) | class DistributionNotFound(ResolutionError): method req (line 311) | def req(self): method requirers (line 315) | def requirers(self): method requirers_str (line 319) | def requirers_str(self): method report (line 324) | def report(self): method __str__ (line 327) | def __str__(self): class UnknownExtra (line 331) | class UnknownExtra(ResolutionError): function register_loader_type (line 345) | def register_loader_type(loader_type, provider_factory): function get_provider (line 355) | def get_provider(moduleOrReq): function _macosx_vers (line 368) | def _macosx_vers(_cache=[]): function _macosx_arch (line 384) | def _macosx_arch(machine): function get_build_platform (line 388) | def get_build_platform(): function compatible_platforms (line 418) | def compatible_platforms(provided, required): function run_script (line 464) | def run_script(dist_spec, script_name): function get_distribution (line 477) | def get_distribution(dist): function load_entry_point (line 488) | def load_entry_point(dist, group, name): function get_entry_map (line 493) | def get_entry_map(dist, group=None): function get_entry_info (line 498) | def get_entry_info(dist, group, name): class IMetadataProvider (line 503) | class IMetadataProvider: method has_metadata (line 504) | def has_metadata(name): method get_metadata (line 507) | def get_metadata(name): method get_metadata_lines (line 510) | def get_metadata_lines(name): method metadata_isdir (line 516) | def metadata_isdir(name): method metadata_listdir (line 519) | def metadata_listdir(name): method run_script (line 522) | def run_script(script_name, namespace): class IResourceProvider (line 526) | class IResourceProvider(IMetadataProvider): method get_resource_filename (line 529) | def get_resource_filename(manager, resource_name): method get_resource_stream (line 534) | def get_resource_stream(manager, resource_name): method get_resource_string (line 539) | def get_resource_string(manager, resource_name): method has_resource (line 544) | def has_resource(resource_name): method resource_isdir (line 547) | def resource_isdir(resource_name): method resource_listdir (line 550) | def resource_listdir(resource_name): class WorkingSet (line 554) | class WorkingSet: method __init__ (line 557) | def __init__(self, entries=None): method _build_master (line 571) | def _build_master(cls): method _build_from_requirements (line 591) | def _build_from_requirements(cls, req_spec): method add_entry (line 612) | def add_entry(self, entry): method __contains__ (line 627) | def __contains__(self, dist): method find (line 631) | def find(self, req): method iter_entry_points (line 647) | def iter_entry_points(self, group, name=None): method run_script (line 661) | def run_script(self, requires, script_name): method __iter__ (line 669) | def __iter__(self): method add (line 686) | def add(self, dist, entry=None, insert=True, replace=False): method resolve (line 716) | def resolve(self, requirements, env=None, installer=None, method find_plugins (line 808) | def find_plugins( method require (line 892) | def require(self, *requirements): method subscribe (line 908) | def subscribe(self, callback, existing=True): method _added_new (line 922) | def _added_new(self, dist): method __getstate__ (line 926) | def __getstate__(self): method __setstate__ (line 932) | def __setstate__(self, e_k_b_c): class _ReqExtras (line 940) | class _ReqExtras(dict): method markers_pass (line 945) | def markers_pass(self, req, extras=None): class Environment (line 960) | class Environment: method __init__ (line 963) | def __init__( method can_add (line 987) | def can_add(self, dist): method remove (line 1001) | def remove(self, dist): method scan (line 1005) | def scan(self, search_path=None): method __getitem__ (line 1020) | def __getitem__(self, project_name): method add (line 1031) | def add(self, dist): method best_match (line 1040) | def best_match( method obtain (line 1068) | def obtain(self, requirement, installer=None): method __iter__ (line 1080) | def __iter__(self): method __iadd__ (line 1086) | def __iadd__(self, other): method __add__ (line 1098) | def __add__(self, other): class ExtractionError (line 1110) | class ExtractionError(RuntimeError): class ResourceManager (line 1126) | class ResourceManager: method __init__ (line 1130) | def __init__(self): method resource_exists (line 1133) | def resource_exists(self, package_or_requirement, resource_name): method resource_isdir (line 1137) | def resource_isdir(self, package_or_requirement, resource_name): method resource_filename (line 1143) | def resource_filename(self, package_or_requirement, resource_name): method resource_stream (line 1149) | def resource_stream(self, package_or_requirement, resource_name): method resource_string (line 1155) | def resource_string(self, package_or_requirement, resource_name): method resource_listdir (line 1161) | def resource_listdir(self, package_or_requirement, resource_name): method extraction_error (line 1167) | def extraction_error(self): method get_cache_path (line 1195) | def get_cache_path(self, archive_name, names=()): method _warn_unsafe_extraction_path (line 1221) | def _warn_unsafe_extraction_path(path): method postprocess (line 1246) | def postprocess(self, tempname, filename): method set_extraction_path (line 1266) | def set_extraction_path(self, path): method cleanup_resources (line 1292) | def cleanup_resources(self, force=False): function get_default_cache (line 1306) | def get_default_cache(): function safe_name (line 1318) | def safe_name(name): function safe_version (line 1326) | def safe_version(version): function safe_extra (line 1338) | def safe_extra(extra): function to_filename (line 1347) | def to_filename(name): function invalid_marker (line 1355) | def invalid_marker(text): function evaluate_marker (line 1369) | def evaluate_marker(text, extra=None): class NullProvider (line 1384) | class NullProvider: method __init__ (line 1391) | def __init__(self, module): method get_resource_filename (line 1395) | def get_resource_filename(self, manager, resource_name): method get_resource_stream (line 1398) | def get_resource_stream(self, manager, resource_name): method get_resource_string (line 1401) | def get_resource_string(self, manager, resource_name): method has_resource (line 1404) | def has_resource(self, resource_name): method _get_metadata_path (line 1407) | def _get_metadata_path(self, name): method has_metadata (line 1410) | def has_metadata(self, name): method get_metadata (line 1417) | def get_metadata(self, name): method get_metadata_lines (line 1432) | def get_metadata_lines(self, name): method resource_isdir (line 1435) | def resource_isdir(self, resource_name): method metadata_isdir (line 1438) | def metadata_isdir(self, name): method resource_listdir (line 1441) | def resource_listdir(self, resource_name): method metadata_listdir (line 1444) | def metadata_listdir(self, name): method run_script (line 1449) | def run_script(self, script_name, namespace): method _has (line 1472) | def _has(self, path): method _isdir (line 1477) | def _isdir(self, path): method _listdir (line 1482) | def _listdir(self, path): method _fn (line 1487) | def _fn(self, base, resource_name): method _validate_resource_path (line 1494) | def _validate_resource_path(path): method _get (line 1568) | def _get(self, path): class EggProvider (line 1579) | class EggProvider(NullProvider): method __init__ (line 1582) | def __init__(self, module): method _setup_prefix (line 1586) | def _setup_prefix(self): class DefaultProvider (line 1601) | class DefaultProvider(EggProvider): method _has (line 1604) | def _has(self, path): method _isdir (line 1607) | def _isdir(self, path): method _listdir (line 1610) | def _listdir(self, path): method get_resource_stream (line 1613) | def get_resource_stream(self, manager, resource_name): method _get (line 1616) | def _get(self, path): method _register (line 1621) | def _register(cls): class EmptyProvider (line 1631) | class EmptyProvider(NullProvider): method _get (line 1638) | def _get(self, path): method _listdir (line 1641) | def _listdir(self, path): method __init__ (line 1644) | def __init__(self): class ZipManifests (line 1651) | class ZipManifests(dict): method build (line 1657) | def build(cls, path): class MemoizedZipManifests (line 1678) | class MemoizedZipManifests(ZipManifests): method load (line 1684) | def load(self, path): class ZipProvider (line 1698) | class ZipProvider(EggProvider): method __init__ (line 1704) | def __init__(self, module): method _zipinfo_name (line 1708) | def _zipinfo_name(self, fspath): method _parts (line 1720) | def _parts(self, zip_path): method zipinfo (line 1731) | def zipinfo(self): method get_resource_filename (line 1734) | def get_resource_filename(self, manager, resource_name): method _get_date_and_size (line 1748) | def _get_date_and_size(zip_stat): method _extract_resource (line 1756) | def _extract_resource(self, manager, zip_path): method _is_current (line 1811) | def _is_current(self, file_path, zip_path): method _get_eager_resources (line 1827) | def _get_eager_resources(self): method _index (line 1836) | def _index(self): method _has (line 1853) | def _has(self, fspath): method _isdir (line 1857) | def _isdir(self, fspath): method _listdir (line 1860) | def _listdir(self, fspath): method _eager_to_zip (line 1863) | def _eager_to_zip(self, resource_name): method _resource_to_zip (line 1866) | def _resource_to_zip(self, resource_name): class FileMetadata (line 1873) | class FileMetadata(EmptyProvider): method __init__ (line 1885) | def __init__(self, path): method _get_metadata_path (line 1888) | def _get_metadata_path(self, name): method has_metadata (line 1891) | def has_metadata(self, name): method get_metadata (line 1894) | def get_metadata(self, name): method _warn_on_replacement (line 1903) | def _warn_on_replacement(self, metadata): method get_metadata_lines (line 1911) | def get_metadata_lines(self, name): class PathMetadata (line 1915) | class PathMetadata(DefaultProvider): method __init__ (line 1935) | def __init__(self, path, egg_info): class EggMetadata (line 1940) | class EggMetadata(ZipProvider): method __init__ (line 1943) | def __init__(self, importer): function register_finder (line 1958) | def register_finder(importer_type, distribution_finder): function find_distributions (line 1968) | def find_distributions(path_item, only=False): function find_eggs_in_zip (line 1975) | def find_eggs_in_zip(importer, path_item, only=False): function find_nothing (line 2005) | def find_nothing(importer, path_item, only=False): function _by_version_descending (line 2012) | def _by_version_descending(names): function find_on_path (line 2038) | def find_on_path(importer, path_item, only=False): function dist_factory (line 2070) | def dist_factory(path_item, entry, only): class NoDists (line 2087) | class NoDists: method __bool__ (line 2095) | def __bool__(self): method __call__ (line 2100) | def __call__(self, fullpath): function safe_listdir (line 2104) | def safe_listdir(path): function distributions_from_metadata (line 2125) | def distributions_from_metadata(path): function non_empty_lines (line 2140) | def non_empty_lines(path): function resolve_egg_link (line 2151) | def resolve_egg_link(path): function register_namespace_handler (line 2174) | def register_namespace_handler(importer_type, namespace_handler): function _handle_ns (line 2192) | def _handle_ns(packageName, path_item): function _rebuild_mod_path (line 2223) | def _rebuild_mod_path(orig_path, package_name, module): function declare_namespace (line 2257) | def declare_namespace(packageName): function fixup_namespace_packages (line 2291) | def fixup_namespace_packages(path_item, parent=None): function file_ns_handler (line 2303) | def file_ns_handler(importer, path_item, packageName, module): function null_ns_handler (line 2323) | def null_ns_handler(importer, path_item, packageName, module): function normalize_path (line 2330) | def normalize_path(filename): function _cygwin_patch (line 2335) | def _cygwin_patch(filename): # pragma: nocover function _normalize_cached (line 2346) | def _normalize_cached(filename, _cache={}): function _is_egg_path (line 2354) | def _is_egg_path(path): function _is_unpacked_egg (line 2361) | def _is_unpacked_egg(path): function _set_parent_ns (line 2371) | def _set_parent_ns(packageName): function yield_lines (line 2379) | def yield_lines(strs): class EntryPoint (line 2408) | class EntryPoint: method __init__ (line 2411) | def __init__(self, name, module_name, attrs=(), extras=(), dist=None): method __str__ (line 2420) | def __str__(self): method __repr__ (line 2428) | def __repr__(self): method load (line 2431) | def load(self, require=True, *args, **kwargs): method resolve (line 2446) | def resolve(self): method require (line 2456) | def require(self, env=None, installer=None): method parse (line 2479) | def parse(cls, src, dist=None): method _parse_extras (line 2499) | def _parse_extras(cls, extras_spec): method parse_group (line 2508) | def parse_group(cls, group, lines, dist=None): method parse_map (line 2521) | def parse_map(cls, data, dist=None): function _remove_md5_fragment (line 2540) | def _remove_md5_fragment(location): function _version_from_file (line 2549) | def _version_from_file(lines): class Distribution (line 2562) | class Distribution: method __init__ (line 2566) | def __init__( method from_location (line 2580) | def from_location(cls, location, basename, metadata=None, **kw): method _reload_version (line 2596) | def _reload_version(self): method hashcmp (line 2600) | def hashcmp(self): method __hash__ (line 2610) | def __hash__(self): method __lt__ (line 2613) | def __lt__(self, other): method __le__ (line 2616) | def __le__(self, other): method __gt__ (line 2619) | def __gt__(self, other): method __ge__ (line 2622) | def __ge__(self, other): method __eq__ (line 2625) | def __eq__(self, other): method __ne__ (line 2631) | def __ne__(self, other): method key (line 2639) | def key(self): method parsed_version (line 2647) | def parsed_version(self): method _warn_legacy_version (line 2653) | def _warn_legacy_version(self): method version (line 2680) | def version(self): method _dep_map (line 2695) | def _dep_map(self): method _filter_extras (line 2707) | def _filter_extras(dm): method _build_dep_map (line 2728) | def _build_dep_map(self): method requires (line 2735) | def requires(self, extras=()): method _get_metadata_path_for_display (line 2749) | def _get_metadata_path_for_display(self, name): method _get_metadata (line 2766) | def _get_metadata(self, name): method _get_version (line 2771) | def _get_version(self): method activate (line 2777) | def activate(self, path=None, replace=False): method egg_name (line 2788) | def egg_name(self): method __repr__ (line 2799) | def __repr__(self): method __str__ (line 2805) | def __str__(self): method __getattr__ (line 2813) | def __getattr__(self, attr): method __dir__ (line 2819) | def __dir__(self): method from_filename (line 2833) | def from_filename(cls, filename, metadata=None, **kw): method as_requirement (line 2839) | def as_requirement(self): method load_entry_point (line 2848) | def load_entry_point(self, group, name): method get_entry_map (line 2855) | def get_entry_map(self, group=None): method get_entry_info (line 2867) | def get_entry_info(self, group, name): method insert_on (line 2871) | def insert_on(self, path, loc=None, replace=False): method check_version_conflict (line 2939) | def check_version_conflict(self): method has_version (line 2961) | def has_version(self): method clone (line 2969) | def clone(self, **kw): method extras (line 2978) | def extras(self): class EggInfoDistribution (line 2982) | class EggInfoDistribution(Distribution): method _reload_version (line 2983) | def _reload_version(self): class DistInfoDistribution (line 3001) | class DistInfoDistribution(Distribution): method _parsed_pkg_info (line 3010) | def _parsed_pkg_info(self): method _dep_map (line 3020) | def _dep_map(self): method _compute_dependencies (line 3027) | def _compute_dependencies(self): function issue_warning (line 3058) | def issue_warning(*args, **kw): class RequirementParseError (line 3071) | class RequirementParseError(ValueError): method __str__ (line 3072) | def __str__(self): function parse_requirements (line 3076) | def parse_requirements(strs): class Requirement (line 3098) | class Requirement(packaging.requirements.Requirement): method __init__ (line 3099) | def __init__(self, requirement_string): method __eq__ (line 3120) | def __eq__(self, other): method __ne__ (line 3126) | def __ne__(self, other): method __contains__ (line 3129) | def __contains__(self, item): method __hash__ (line 3141) | def __hash__(self): method __repr__ (line 3144) | def __repr__(self): method parse (line 3148) | def parse(s): function _always_object (line 3153) | def _always_object(classes): function _find_adapter (line 3163) | def _find_adapter(registry, ob): function ensure_directory (line 3171) | def ensure_directory(path): function _bypass_ensure_directory (line 3177) | def _bypass_ensure_directory(path): function split_sections (line 3190) | def split_sections(s): function _mkstemp (line 3216) | def _mkstemp(*args, **kw): function _call_aside (line 3235) | def _call_aside(f, *args, **kwargs): function _initialize (line 3241) | def _initialize(g=globals()): function _initialize_master_working_set (line 3253) | def _initialize_master_working_set(): class PkgResourcesDeprecationWarning (line 3291) | class PkgResourcesDeprecationWarning(Warning): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/appdirs.py function user_data_dir (line 45) | def user_data_dir(appname=None, appauthor=None, version=None, roaming=Fa... function site_data_dir (line 100) | def site_data_dir(appname=None, appauthor=None, version=None, multipath=... function user_config_dir (line 166) | def user_config_dir(appname=None, appauthor=None, version=None, roaming=... function site_config_dir (line 206) | def site_config_dir(appname=None, appauthor=None, version=None, multipat... function user_cache_dir (line 257) | def user_cache_dir(appname=None, appauthor=None, version=None, opinion=T... function user_state_dir (line 314) | def user_state_dir(appname=None, appauthor=None, version=None, roaming=F... function user_log_dir (line 356) | def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): class AppDirs (line 407) | class AppDirs(object): method __init__ (line 409) | def __init__(self, appname=None, appauthor=None, version=None, method user_data_dir (line 418) | def user_data_dir(self): method site_data_dir (line 423) | def site_data_dir(self): method user_config_dir (line 428) | def user_config_dir(self): method site_config_dir (line 433) | def site_config_dir(self): method user_cache_dir (line 438) | def user_cache_dir(self): method user_state_dir (line 443) | def user_state_dir(self): method user_log_dir (line 448) | def user_log_dir(self): function _get_win_folder_from_registry (line 455) | def _get_win_folder_from_registry(csidl_name): function _get_win_folder_with_pywin32 (line 479) | def _get_win_folder_with_pywin32(csidl_name): function _get_win_folder_with_ctypes (line 506) | def _get_win_folder_with_ctypes(csidl_name): function _get_win_folder_with_jna (line 532) | def _get_win_folder_with_jna(csidl_name): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_compat.py function with_metaclass (line 20) | def with_metaclass(meta, *bases): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/_structures.py class Infinity (line 7) | class Infinity(object): method __repr__ (line 9) | def __repr__(self): method __hash__ (line 12) | def __hash__(self): method __lt__ (line 15) | def __lt__(self, other): method __le__ (line 18) | def __le__(self, other): method __eq__ (line 21) | def __eq__(self, other): method __ne__ (line 24) | def __ne__(self, other): method __gt__ (line 27) | def __gt__(self, other): method __ge__ (line 30) | def __ge__(self, other): method __neg__ (line 33) | def __neg__(self): class NegativeInfinity (line 39) | class NegativeInfinity(object): method __repr__ (line 41) | def __repr__(self): method __hash__ (line 44) | def __hash__(self): method __lt__ (line 47) | def __lt__(self, other): method __le__ (line 50) | def __le__(self, other): method __eq__ (line 53) | def __eq__(self, other): method __ne__ (line 56) | def __ne__(self, other): method __gt__ (line 59) | def __gt__(self, other): method __ge__ (line 62) | def __ge__(self, other): method __neg__ (line 65) | def __neg__(self): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/markers.py class InvalidMarker (line 25) | class InvalidMarker(ValueError): class UndefinedComparison (line 31) | class UndefinedComparison(ValueError): class UndefinedEnvironmentName (line 37) | class UndefinedEnvironmentName(ValueError): class Node (line 44) | class Node(object): method __init__ (line 46) | def __init__(self, value): method __str__ (line 49) | def __str__(self): method __repr__ (line 52) | def __repr__(self): method serialize (line 55) | def serialize(self): class Variable (line 59) | class Variable(Node): method serialize (line 61) | def serialize(self): class Value (line 65) | class Value(Node): method serialize (line 67) | def serialize(self): class Op (line 71) | class Op(Node): method serialize (line 73) | def serialize(self): function _coerce_parse_result (line 141) | def _coerce_parse_result(results): function _format_marker (line 148) | def _format_marker(marker, first=True): function _eval_op (line 183) | def _eval_op(lhs, op, rhs): function _get_env (line 203) | def _get_env(environment, name): function _evaluate_markers (line 214) | def _evaluate_markers(markers, environment): function format_full_version (line 241) | def format_full_version(info): function default_environment (line 249) | def default_environment(): class Marker (line 272) | class Marker(object): method __init__ (line 274) | def __init__(self, marker): method __str__ (line 282) | def __str__(self): method __repr__ (line 285) | def __repr__(self): method evaluate (line 288) | def evaluate(self, environment=None): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/requirements.py class InvalidRequirement (line 18) | class InvalidRequirement(ValueError): class Requirement (line 75) | class Requirement(object): method __init__ (line 88) | def __init__(self, requirement_string): method __str__ (line 109) | def __str__(self): method __repr__ (line 126) | def __repr__(self): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/specifiers.py class InvalidSpecifier (line 15) | class InvalidSpecifier(ValueError): class BaseSpecifier (line 21) | class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): method __str__ (line 24) | def __str__(self): method __hash__ (line 31) | def __hash__(self): method __eq__ (line 37) | def __eq__(self, other): method __ne__ (line 44) | def __ne__(self, other): method prereleases (line 51) | def prereleases(self): method prereleases (line 58) | def prereleases(self, value): method contains (line 65) | def contains(self, item, prereleases=None): method filter (line 71) | def filter(self, iterable, prereleases=None): class _IndividualSpecifier (line 78) | class _IndividualSpecifier(BaseSpecifier): method __init__ (line 82) | def __init__(self, spec="", prereleases=None): method __repr__ (line 95) | def __repr__(self): method __str__ (line 108) | def __str__(self): method __hash__ (line 111) | def __hash__(self): method __eq__ (line 114) | def __eq__(self, other): method __ne__ (line 125) | def __ne__(self, other): method _get_operator (line 136) | def _get_operator(self, op): method _coerce_version (line 139) | def _coerce_version(self, version): method operator (line 145) | def operator(self): method version (line 149) | def version(self): method prereleases (line 153) | def prereleases(self): method prereleases (line 157) | def prereleases(self, value): method __contains__ (line 160) | def __contains__(self, item): method contains (line 163) | def contains(self, item, prereleases=None): method filter (line 182) | def filter(self, iterable, prereleases=None): class LegacySpecifier (line 214) | class LegacySpecifier(_IndividualSpecifier): method _coerce_version (line 242) | def _coerce_version(self, version): method _compare_equal (line 247) | def _compare_equal(self, prospective, spec): method _compare_not_equal (line 250) | def _compare_not_equal(self, prospective, spec): method _compare_less_than_equal (line 253) | def _compare_less_than_equal(self, prospective, spec): method _compare_greater_than_equal (line 256) | def _compare_greater_than_equal(self, prospective, spec): method _compare_less_than (line 259) | def _compare_less_than(self, prospective, spec): method _compare_greater_than (line 262) | def _compare_greater_than(self, prospective, spec): function _require_version_compare (line 266) | def _require_version_compare(fn): class Specifier (line 275) | class Specifier(_IndividualSpecifier): method _compare_compatible (line 387) | def _compare_compatible(self, prospective, spec): method _compare_equal (line 414) | def _compare_equal(self, prospective, spec): method _compare_not_equal (line 449) | def _compare_not_equal(self, prospective, spec): method _compare_less_than_equal (line 453) | def _compare_less_than_equal(self, prospective, spec): method _compare_greater_than_equal (line 457) | def _compare_greater_than_equal(self, prospective, spec): method _compare_less_than (line 461) | def _compare_less_than(self, prospective, spec): method _compare_greater_than (line 486) | def _compare_greater_than(self, prospective, spec): method _compare_arbitrary (line 516) | def _compare_arbitrary(self, prospective, spec): method prereleases (line 520) | def prereleases(self): method prereleases (line 544) | def prereleases(self, value): function _version_split (line 551) | def _version_split(version): function _pad_version (line 562) | def _pad_version(left, right): class SpecifierSet (line 589) | class SpecifierSet(BaseSpecifier): method __init__ (line 591) | def __init__(self, specifiers="", prereleases=None): method __repr__ (line 612) | def __repr__(self): method __str__ (line 621) | def __str__(self): method __hash__ (line 624) | def __hash__(self): method __and__ (line 627) | def __and__(self, other): method __eq__ (line 650) | def __eq__(self, other): method __ne__ (line 660) | def __ne__(self, other): method __len__ (line 670) | def __len__(self): method __iter__ (line 673) | def __iter__(self): method prereleases (line 677) | def prereleases(self): method prereleases (line 694) | def prereleases(self, value): method __contains__ (line 697) | def __contains__(self, item): method contains (line 700) | def contains(self, item, prereleases=None): method filter (line 729) | def filter(self, iterable, prereleases=None): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/utils.py function canonicalize_name (line 12) | def canonicalize_name(name): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/packaging/version.py function parse (line 24) | def parse(version): class InvalidVersion (line 36) | class InvalidVersion(ValueError): class _BaseVersion (line 42) | class _BaseVersion(object): method __hash__ (line 44) | def __hash__(self): method __lt__ (line 47) | def __lt__(self, other): method __le__ (line 50) | def __le__(self, other): method __eq__ (line 53) | def __eq__(self, other): method __ge__ (line 56) | def __ge__(self, other): method __gt__ (line 59) | def __gt__(self, other): method __ne__ (line 62) | def __ne__(self, other): method _compare (line 65) | def _compare(self, other, method): class LegacyVersion (line 72) | class LegacyVersion(_BaseVersion): method __init__ (line 74) | def __init__(self, version): method __str__ (line 78) | def __str__(self): method __repr__ (line 81) | def __repr__(self): method public (line 85) | def public(self): method base_version (line 89) | def base_version(self): method local (line 93) | def local(self): method is_prerelease (line 97) | def is_prerelease(self): method is_postrelease (line 101) | def is_postrelease(self): function _parse_version_parts (line 114) | def _parse_version_parts(s): function _legacy_cmpkey (line 131) | def _legacy_cmpkey(version): class Version (line 191) | class Version(_BaseVersion): method __init__ (line 198) | def __init__(self, version): method __repr__ (line 233) | def __repr__(self): method __str__ (line 236) | def __str__(self): method public (line 267) | def public(self): method base_version (line 271) | def base_version(self): method local (line 284) | def local(self): method is_prerelease (line 290) | def is_prerelease(self): method is_postrelease (line 294) | def is_postrelease(self): function _parse_letter_version (line 298) | def _parse_letter_version(letter, number): function _parse_local_version (line 332) | def _parse_local_version(local): function _cmpkey (line 343) | def _cmpkey(epoch, release, pre, post, dev, local): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/pyparsing.py function _ustr (line 154) | def _ustr(obj): function _xml_escape (line 185) | def _xml_escape(data): class _Constants (line 195) | class _Constants(object): class ParseBaseException (line 205) | class ParseBaseException(Exception): method __init__ (line 209) | def __init__( self, pstr, loc=0, msg=None, elem=None ): method _from_exception (line 221) | def _from_exception(cls, pe): method __getattr__ (line 228) | def __getattr__( self, aname ): method __str__ (line 243) | def __str__( self ): method __repr__ (line 246) | def __repr__( self ): method markInputline (line 248) | def markInputline( self, markerString = ">!<" ): method __dir__ (line 258) | def __dir__(self): class ParseException (line 261) | class ParseException(ParseBaseException): class ParseFatalException (line 282) | class ParseFatalException(ParseBaseException): class ParseSyntaxException (line 287) | class ParseSyntaxException(ParseFatalException): class RecursiveGrammarException (line 306) | class RecursiveGrammarException(Exception): method __init__ (line 308) | def __init__( self, parseElementList ): method __str__ (line 311) | def __str__( self ): class _ParseResultsWithOffset (line 314) | class _ParseResultsWithOffset(object): method __init__ (line 315) | def __init__(self,p1,p2): method __getitem__ (line 317) | def __getitem__(self,i): method __repr__ (line 319) | def __repr__(self): method setOffset (line 321) | def setOffset(self,i): class ParseResults (line 324) | class ParseResults(object): method __new__ (line 363) | def __new__(cls, toklist=None, name=None, asList=True, modal=True ): method __init__ (line 372) | def __init__( self, toklist=None, name=None, asList=True, modal=True, ... method __getitem__ (line 411) | def __getitem__( self, i ): method __setitem__ (line 420) | def __setitem__( self, k, v, isinstance=isinstance ): method __delitem__ (line 433) | def __delitem__( self, i ): method __contains__ (line 454) | def __contains__( self, k ): method __len__ (line 457) | def __len__( self ): return len( self.__toklist ) method __bool__ (line 458) | def __bool__(self): return ( not not self.__toklist ) method __iter__ (line 460) | def __iter__( self ): return iter( self.__toklist ) method __reversed__ (line 461) | def __reversed__( self ): return iter( self.__toklist[::-1] ) method _iterkeys (line 462) | def _iterkeys( self ): method _itervalues (line 468) | def _itervalues( self ): method _iteritems (line 471) | def _iteritems( self ): method keys (line 494) | def keys( self ): method values (line 498) | def values( self ): method items (line 502) | def items( self ): method haskeys (line 506) | def haskeys( self ): method pop (line 511) | def pop( self, *args, **kwargs): method get (line 563) | def get(self, key, defaultValue=None): method insert (line 585) | def insert( self, index, insStr ): method append (line 605) | def append( self, item ): method extend (line 619) | def extend( self, itemseq ): method clear (line 637) | def clear( self ): method __getattr__ (line 644) | def __getattr__( self, name ): method __add__ (line 658) | def __add__( self, other ): method __iadd__ (line 663) | def __iadd__( self, other ): method __radd__ (line 679) | def __radd__(self, other): method __repr__ (line 687) | def __repr__( self ): method __str__ (line 690) | def __str__( self ): method _asStringList (line 693) | def _asStringList( self, sep='' ): method asList (line 704) | def asList( self ): method asDict (line 720) | def asDict( self ): method copy (line 755) | def copy( self ): method asXML (line 766) | def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatt... method __lookup (line 827) | def __lookup(self,sub): method getName (line 834) | def getName(self): method dump (line 871) | def dump(self, indent='', depth=0, full=True): method pprint (line 916) | def pprint(self, *args, **kwargs): method __getstate__ (line 940) | def __getstate__(self): method __setstate__ (line 947) | def __setstate__(self,state): method __getnewargs__ (line 960) | def __getnewargs__(self): method __dir__ (line 963) | def __dir__(self): function col (line 968) | def col (loc,strg): function lineno (line 981) | def lineno(loc,strg): function line (line 993) | def line( loc, strg ): function _defaultStartDebugAction (line 1003) | def _defaultStartDebugAction( instring, loc, expr ): function _defaultSuccessDebugAction (line 1006) | def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): function _defaultExceptionDebugAction (line 1009) | def _defaultExceptionDebugAction( instring, loc, expr, exc ): function nullDebugAction (line 1012) | def nullDebugAction(*args): function _trim_arity (line 1039) | def _trim_arity(func, maxargs=2): class ParserElement (line 1103) | class ParserElement(object): method setDefaultWhitespaceChars (line 1109) | def setDefaultWhitespaceChars( chars ): method inlineLiteralsUsing (line 1124) | def inlineLiteralsUsing(cls): method __init__ (line 1144) | def __init__( self, savelist=False ): method copy (line 1167) | def copy( self ): method setName (line 1190) | def setName( self, name ): method setResultsName (line 1204) | def setResultsName( self, name, listAllMatches=False ): method setBreak (line 1232) | def setBreak(self,breakFlag = True): method setParseAction (line 1250) | def setParseAction( self, *fns, **kwargs ): method addParseAction (line 1288) | def addParseAction( self, *fns, **kwargs ): method addCondition (line 1298) | def addCondition(self, *fns, **kwargs): method setFailAction (line 1325) | def setFailAction( self, fn ): method _skipIgnorables (line 1338) | def _skipIgnorables( self, instring, loc ): method preParse (line 1351) | def preParse( self, instring, loc ): method parseImpl (line 1363) | def parseImpl( self, instring, loc, doActions=True ): method postParse (line 1366) | def postParse( self, instring, loc, tokenlist ): method _parseNoCache (line 1370) | def _parseNoCache( self, instring, loc, doActions=True, callPreParse=T... method tryParse (line 1441) | def tryParse( self, instring, loc ): method canParseNext (line 1447) | def canParseNext(self, instring, loc): class _UnboundedCache (line 1455) | class _UnboundedCache(object): method __init__ (line 1456) | def __init__(self): class _FifoCache (line 1478) | class _FifoCache(object): method __init__ (line 1479) | def __init__(self, size): method __init__ (line 1508) | def __init__(self, size): class _FifoCache (line 1507) | class _FifoCache(object): method __init__ (line 1479) | def __init__(self, size): method __init__ (line 1508) | def __init__(self, size): method _parseCache (line 1542) | def _parseCache( self, instring, loc, doActions=True, callPreParse=Tru... method resetCache (line 1568) | def resetCache(): method enablePackrat (line 1574) | def enablePackrat(cache_size_limit=128): method parseString (line 1608) | def parseString( self, instring, parseAll=False ): method scanString (line 1658) | def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ): method transformString (line 1729) | def transformString( self, instring ): method searchString (line 1772) | def searchString( self, instring, maxMatches=_MAX_INT ): method split (line 1799) | def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False): method __add__ (line 1821) | def __add__(self, other ): method __radd__ (line 1841) | def __radd__(self, other ): method __sub__ (line 1853) | def __sub__(self, other): method __rsub__ (line 1865) | def __rsub__(self, other ): method __mul__ (line 1877) | def __mul__(self,other): method __rmul__ (line 1945) | def __rmul__(self, other): method __or__ (line 1948) | def __or__(self, other ): method __ror__ (line 1960) | def __ror__(self, other ): method __xor__ (line 1972) | def __xor__(self, other ): method __rxor__ (line 1984) | def __rxor__(self, other ): method __and__ (line 1996) | def __and__(self, other ): method __rand__ (line 2008) | def __rand__(self, other ): method __invert__ (line 2020) | def __invert__( self ): method __call__ (line 2026) | def __call__(self, name=None): method suppress (line 2045) | def suppress( self ): method leaveWhitespace (line 2052) | def leaveWhitespace( self ): method setWhitespaceChars (line 2061) | def setWhitespaceChars( self, chars ): method parseWithTabs (line 2070) | def parseWithTabs( self ): method ignore (line 2079) | def ignore( self, other ): method setDebugActions (line 2102) | def setDebugActions( self, startAction, successAction, exceptionAction ): method setDebug (line 2112) | def setDebug( self, flag=True ): method __str__ (line 2153) | def __str__( self ): method __repr__ (line 2156) | def __repr__( self ): method streamline (line 2159) | def streamline( self ): method checkRecursion (line 2164) | def checkRecursion( self, parseElementList ): method validate (line 2167) | def validate( self, validateTrace=[] ): method parseFile (line 2173) | def parseFile( self, file_or_filename, parseAll=False ): method __eq__ (line 2193) | def __eq__(self,other): method __ne__ (line 2201) | def __ne__(self,other): method __hash__ (line 2204) | def __hash__(self): method __req__ (line 2207) | def __req__(self,other): method __rne__ (line 2210) | def __rne__(self,other): method matches (line 2213) | def matches(self, testString, parseAll=True): method runTests (line 2232) | def runTests(self, tests, parseAll=True, comment='#', fullDump=True, p... class Token (line 2364) | class Token(ParserElement): method __init__ (line 2368) | def __init__( self ): class Empty (line 2372) | class Empty(Token): method __init__ (line 2376) | def __init__( self ): class NoMatch (line 2383) | class NoMatch(Token): method __init__ (line 2387) | def __init__( self ): method parseImpl (line 2394) | def parseImpl( self, instring, loc, doActions=True ): class Literal (line 2398) | class Literal(Token): method __init__ (line 2412) | def __init__( self, matchString ): method parseImpl (line 2431) | def parseImpl( self, instring, loc, doActions=True ): class Keyword (line 2439) | class Keyword(Token): method __init__ (line 2458) | def __init__( self, matchString, identChars=None, caseless=False ): method parseImpl (line 2479) | def parseImpl( self, instring, loc, doActions=True ): method copy (line 2493) | def copy(self): method setDefaultKeywordChars (line 2499) | def setDefaultKeywordChars( chars ): class CaselessLiteral (line 2504) | class CaselessLiteral(Literal): method __init__ (line 2515) | def __init__( self, matchString ): method parseImpl (line 2522) | def parseImpl( self, instring, loc, doActions=True ): class CaselessKeyword (line 2527) | class CaselessKeyword(Keyword): method __init__ (line 2536) | def __init__( self, matchString, identChars=None ): method parseImpl (line 2539) | def parseImpl( self, instring, loc, doActions=True ): class CloseMatch (line 2545) | class CloseMatch(Token): method __init__ (line 2570) | def __init__(self, match_string, maxMismatches=1): method parseImpl (line 2579) | def parseImpl( self, instring, loc, doActions=True ): class Word (line 2606) | class Word(Token): method __init__ (line 2653) | def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, ... method parseImpl (line 2707) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2742) | def __str__( self ): class Regex (line 2765) | class Regex(Token): method __init__ (line 2779) | def __init__( self, pattern, flags=0): method parseImpl (line 2813) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2826) | def __str__( self ): class QuotedString (line 2838) | class QuotedString(Token): method __init__ (line 2863) | def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=... method parseImpl (line 2928) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2963) | def __str__( self ): class CharsNotIn (line 2975) | class CharsNotIn(Token): method __init__ (line 2991) | def __init__( self, notChars, min=1, max=0, exact=0 ): method parseImpl (line 3015) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3032) | def __str__( self ): class White (line 3046) | class White(Token): method __init__ (line 3061) | def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0): method parseImpl (line 3081) | def parseImpl( self, instring, loc, doActions=True ): class _PositionToken (line 3097) | class _PositionToken(Token): method __init__ (line 3098) | def __init__( self ): class GoToColumn (line 3104) | class GoToColumn(_PositionToken): method __init__ (line 3108) | def __init__( self, colno ): method preParse (line 3112) | def preParse( self, instring, loc ): method parseImpl (line 3121) | def parseImpl( self, instring, loc, doActions=True ): class LineStart (line 3130) | class LineStart(_PositionToken): method __init__ (line 3151) | def __init__( self ): method parseImpl (line 3155) | def parseImpl( self, instring, loc, doActions=True ): class LineEnd (line 3160) | class LineEnd(_PositionToken): method __init__ (line 3164) | def __init__( self ): method parseImpl (line 3169) | def parseImpl( self, instring, loc, doActions=True ): class StringStart (line 3180) | class StringStart(_PositionToken): method __init__ (line 3184) | def __init__( self ): method parseImpl (line 3188) | def parseImpl( self, instring, loc, doActions=True ): class StringEnd (line 3195) | class StringEnd(_PositionToken): method __init__ (line 3199) | def __init__( self ): method parseImpl (line 3203) | def parseImpl( self, instring, loc, doActions=True ): class WordStart (line 3213) | class WordStart(_PositionToken): method __init__ (line 3221) | def __init__(self, wordChars = printables): method parseImpl (line 3226) | def parseImpl(self, instring, loc, doActions=True ): class WordEnd (line 3233) | class WordEnd(_PositionToken): method __init__ (line 3241) | def __init__(self, wordChars = printables): method parseImpl (line 3247) | def parseImpl(self, instring, loc, doActions=True ): class ParseExpression (line 3256) | class ParseExpression(ParserElement): method __init__ (line 3260) | def __init__( self, exprs, savelist = False ): method __getitem__ (line 3280) | def __getitem__( self, i ): method append (line 3283) | def append( self, other ): method leaveWhitespace (line 3288) | def leaveWhitespace( self ): method ignore (line 3297) | def ignore( self, other ): method __str__ (line 3309) | def __str__( self ): method streamline (line 3319) | def streamline( self ): method setResultsName (line 3353) | def setResultsName( self, name, listAllMatches=False ): method validate (line 3357) | def validate( self, validateTrace=[] ): method copy (line 3363) | def copy(self): class And (line 3368) | class And(ParseExpression): class _ErrorStop (line 3384) | class _ErrorStop(Empty): method __init__ (line 3385) | def __init__(self, *args, **kwargs): method __init__ (line 3390) | def __init__( self, exprs, savelist = True ): method parseImpl (line 3397) | def parseImpl( self, instring, loc, doActions=True ): method __iadd__ (line 3422) | def __iadd__(self, other ): method checkRecursion (line 3427) | def checkRecursion( self, parseElementList ): method __str__ (line 3434) | def __str__( self ): class Or (line 3444) | class Or(ParseExpression): method __init__ (line 3458) | def __init__( self, exprs, savelist = False ): method parseImpl (line 3465) | def parseImpl( self, instring, loc, doActions=True ): method __ixor__ (line 3503) | def __ixor__(self, other ): method __str__ (line 3508) | def __str__( self ): method checkRecursion (line 3517) | def checkRecursion( self, parseElementList ): class MatchFirst (line 3523) | class MatchFirst(ParseExpression): method __init__ (line 3540) | def __init__( self, exprs, savelist = False ): method parseImpl (line 3547) | def parseImpl( self, instring, loc, doActions=True ): method __ior__ (line 3571) | def __ior__(self, other ): method __str__ (line 3576) | def __str__( self ): method checkRecursion (line 3585) | def checkRecursion( self, parseElementList ): class Each (line 3591) | class Each(ParseExpression): method __init__ (line 3645) | def __init__( self, exprs, savelist = True ): method parseImpl (line 3651) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3700) | def __str__( self ): method checkRecursion (line 3709) | def checkRecursion( self, parseElementList ): class ParseElementEnhance (line 3715) | class ParseElementEnhance(ParserElement): method __init__ (line 3719) | def __init__( self, expr, savelist=False ): method parseImpl (line 3737) | def parseImpl( self, instring, loc, doActions=True ): method leaveWhitespace (line 3743) | def leaveWhitespace( self ): method ignore (line 3750) | def ignore( self, other ): method streamline (line 3762) | def streamline( self ): method checkRecursion (line 3768) | def checkRecursion( self, parseElementList ): method validate (line 3775) | def validate( self, validateTrace=[] ): method __str__ (line 3781) | def __str__( self ): class FollowedBy (line 3792) | class FollowedBy(ParseElementEnhance): method __init__ (line 3809) | def __init__( self, expr ): method parseImpl (line 3813) | def parseImpl( self, instring, loc, doActions=True ): class NotAny (line 3818) | class NotAny(ParseElementEnhance): method __init__ (line 3829) | def __init__( self, expr ): method parseImpl (line 3836) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3841) | def __str__( self ): class _MultipleMatch (line 3850) | class _MultipleMatch(ParseElementEnhance): method __init__ (line 3851) | def __init__( self, expr, stopOn=None): method parseImpl (line 3859) | def parseImpl( self, instring, loc, doActions=True ): class OneOrMore (line 3888) | class OneOrMore(_MultipleMatch): method __str__ (line 3914) | def __str__( self ): class ZeroOrMore (line 3923) | class ZeroOrMore(_MultipleMatch): method __init__ (line 3935) | def __init__( self, expr, stopOn=None): method parseImpl (line 3939) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3945) | def __str__( self ): class _NullToken (line 3954) | class _NullToken(object): method __bool__ (line 3955) | def __bool__(self): method __str__ (line 3958) | def __str__(self): class Optional (line 3962) | class Optional(ParseElementEnhance): method __init__ (line 3997) | def __init__( self, expr, default=_optionalNotMatched ): method parseImpl (line 4003) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 4017) | def __str__( self ): class SkipTo (line 4026) | class SkipTo(ParseElementEnhance): method __init__ (line 4081) | def __init__( self, other, include=False, ignore=None, failOn=None ): method parseImpl (line 4094) | def parseImpl( self, instring, loc, doActions=True ): class Forward (line 4141) | class Forward(ParseElementEnhance): method __init__ (line 4160) | def __init__( self, other=None ): method __lshift__ (line 4163) | def __lshift__( self, other ): method __ilshift__ (line 4176) | def __ilshift__(self, other): method leaveWhitespace (line 4179) | def leaveWhitespace( self ): method streamline (line 4183) | def streamline( self ): method validate (line 4190) | def validate( self, validateTrace=[] ): method __str__ (line 4197) | def __str__( self ): method copy (line 4214) | def copy(self): class _ForwardNoRecurse (line 4222) | class _ForwardNoRecurse(Forward): method __str__ (line 4223) | def __str__( self ): class TokenConverter (line 4226) | class TokenConverter(ParseElementEnhance): method __init__ (line 4230) | def __init__( self, expr, savelist=False ): class Combine (line 4234) | class Combine(TokenConverter): method __init__ (line 4251) | def __init__( self, expr, joinString="", adjacent=True ): method ignore (line 4261) | def ignore( self, other ): method postParse (line 4268) | def postParse( self, instring, loc, tokenlist ): class Group (line 4278) | class Group(TokenConverter): method __init__ (line 4292) | def __init__( self, expr ): method postParse (line 4296) | def postParse( self, instring, loc, tokenlist ): class Dict (line 4299) | class Dict(TokenConverter): method __init__ (line 4335) | def __init__( self, expr ): method postParse (line 4339) | def postParse( self, instring, loc, tokenlist ): class Suppress (line 4364) | class Suppress(TokenConverter): method postParse (line 4383) | def postParse( self, instring, loc, tokenlist ): method suppress (line 4386) | def suppress( self ): class OnlyOnce (line 4390) | class OnlyOnce(object): method __init__ (line 4394) | def __init__(self, methodCall): method __call__ (line 4397) | def __call__(self,s,l,t): method reset (line 4403) | def reset(self): function traceParseAction (line 4406) | def traceParseAction(f): function delimitedList (line 4450) | def delimitedList( expr, delim=",", combine=False ): function countedArray (line 4469) | def countedArray( expr, intExpr=None ): function _flatten (line 4500) | def _flatten(L): function matchPreviousLiteral (line 4509) | def matchPreviousLiteral(expr): function matchPreviousExpr (line 4537) | def matchPreviousExpr(expr): function _escapeRegexRangeChars (line 4565) | def _escapeRegexRangeChars(s): function oneOf (line 4573) | def oneOf( strs, caseless=False, useRegex=True ): function dictOf (line 4646) | def dictOf( key, value ): function originalTextFor (line 4681) | def originalTextFor(expr, asString=True): function ungroup (line 4718) | def ungroup(expr): function locatedExpr (line 4725) | def locatedExpr(expr): function srange (line 4763) | def srange(s): function matchOnlyAtCol (line 4787) | def matchOnlyAtCol(n): function replaceWith (line 4797) | def replaceWith(replStr): function removeQuotes (line 4811) | def removeQuotes(s,l,t): function tokenMap (line 4825) | def tokenMap(func, *args): function _makeTags (line 4875) | def _makeTags(tagStr, xml): function makeHTMLTags (line 4904) | def makeHTMLTags(tagStr): function makeXMLTags (line 4923) | def makeXMLTags(tagStr): function withAttribute (line 4932) | def withAttribute(*args,**attrDict): function withClass (line 4997) | def withClass(classname, namespace=''): function infixNotation (line 5036) | def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress('... function nestedExpr (line 5157) | def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedSt... function indentedBlock (line 5247) | def indentedBlock(blockStatementExpr, indentStack, indent=True): function replaceHTMLEntity (line 5367) | def replaceHTMLEntity(t): class pyparsing_common (line 5399) | class pyparsing_common: method convertToDate (line 5593) | def convertToDate(fmt="%Y-%m-%d"): method convertToDatetime (line 5615) | def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): method stripHTMLTags (line 5647) | def stripHTMLTags(s, l, tokens): FILE: openpype/vendor/python/python_2/pkg_resources/_vendor/six.py class X (line 60) | class X(object): method __len__ (line 62) | def __len__(self): function _add_doc (line 75) | def _add_doc(func, doc): function _import_module (line 80) | def _import_module(name): class _LazyDescr (line 86) | class _LazyDescr(object): method __init__ (line 88) | def __init__(self, name): method __get__ (line 91) | def __get__(self, obj, tp): class MovedModule (line 103) | class MovedModule(_LazyDescr): method __init__ (line 105) | def __init__(self, name, old, new=None): method _resolve (line 114) | def _resolve(self): method __getattr__ (line 117) | def __getattr__(self, attr): class _LazyModule (line 124) | class _LazyModule(types.ModuleType): method __init__ (line 126) | def __init__(self, name): method __dir__ (line 130) | def __dir__(self): class MovedAttribute (line 139) | class MovedAttribute(_LazyDescr): method __init__ (line 141) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 159) | def _resolve(self): class _SixMetaPathImporter (line 164) | class _SixMetaPathImporter(object): method __init__ (line 173) | def __init__(self, six_module_name): method _add_module (line 177) | def _add_module(self, mod, *fullnames): method _get_module (line 181) | def _get_module(self, fullname): method find_module (line 184) | def find_module(self, fullname, path=None): method __get_module (line 189) | def __get_module(self, fullname): method load_module (line 195) | def load_module(self, fullname): method is_package (line 209) | def is_package(self, fullname): method get_code (line 218) | def get_code(self, fullname): class _MovedItems (line 229) | class _MovedItems(_LazyModule): class Module_six_moves_urllib_parse (line 320) | class Module_six_moves_urllib_parse(_LazyModule): class Module_six_moves_urllib_error (line 360) | class Module_six_moves_urllib_error(_LazyModule): class Module_six_moves_urllib_request (line 380) | class Module_six_moves_urllib_request(_LazyModule): class Module_six_moves_urllib_response (line 430) | class Module_six_moves_urllib_response(_LazyModule): class Module_six_moves_urllib_robotparser (line 451) | class Module_six_moves_urllib_robotparser(_LazyModule): class Module_six_moves_urllib (line 469) | class Module_six_moves_urllib(types.ModuleType): method __dir__ (line 479) | def __dir__(self): function add_move (line 486) | def add_move(move): function remove_move (line 491) | def remove_move(name): function advance_iterator (line 523) | def advance_iterator(it): function callable (line 531) | def callable(obj): function get_unbound_function (line 536) | def get_unbound_function(unbound): function create_unbound_method (line 541) | def create_unbound_method(func, cls): function get_unbound_function (line 546) | def get_unbound_function(unbound): function create_bound_method (line 549) | def create_bound_method(func, obj): function create_unbound_method (line 552) | def create_unbound_method(func, cls): class Iterator (line 555) | class Iterator(object): method next (line 557) | def next(self): function iterkeys (line 574) | def iterkeys(d, **kw): function itervalues (line 577) | def itervalues(d, **kw): function iteritems (line 580) | def iteritems(d, **kw): function iterlists (line 583) | def iterlists(d, **kw): function iterkeys (line 592) | def iterkeys(d, **kw): function itervalues (line 595) | def itervalues(d, **kw): function iteritems (line 598) | def iteritems(d, **kw): function iterlists (line 601) | def iterlists(d, **kw): function b (line 619) | def b(s): function u (line 622) | def u(s): function b (line 642) | def b(s): function u (line 646) | def u(s): function byte2int (line 651) | def byte2int(bs): function indexbytes (line 654) | def indexbytes(buf, i): function assertCountEqual (line 666) | def assertCountEqual(self, *args, **kwargs): function assertRaisesRegex (line 670) | def assertRaisesRegex(self, *args, **kwargs): function assertRegex (line 674) | def assertRegex(self, *args, **kwargs): function reraise (line 681) | def reraise(tp, value, tb=None): function exec_ (line 689) | def exec_(_code_, _globs_=None, _locs_=None): function raise_from (line 717) | def raise_from(value, from_value): function print_ (line 723) | def print_(*args, **kwargs): function print_ (line 779) | def print_(*args, **kwargs): function wraps (line 789) | def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function with_metaclass (line 800) | def with_metaclass(meta, *bases): function add_metaclass (line 812) | def add_metaclass(metaclass): function python_2_unicode_compatible (line 828) | def python_2_unicode_compatible(klass): FILE: openpype/vendor/python/python_2/pkg_resources/extern/__init__.py class VendorImporter (line 4) | class VendorImporter: method __init__ (line 10) | def __init__(self, root_name, vendored_names=(), vendor_pkg=None): method search_path (line 16) | def search_path(self): method find_module (line 23) | def find_module(self, fullname, path=None): method load_module (line 35) | def load_module(self, fullname): method install (line 64) | def install(self): FILE: openpype/vendor/python/python_2/pkg_resources/py31compat.py function _makedirs_31 (line 8) | def _makedirs_31(path, exist_ok=False): FILE: openpype/vendor/python/python_2/qtpy/QtCore.py class QStandardPaths (line 61) | class QStandardPaths(): class QStandardPaths (line 92) | class QStandardPaths(): FILE: openpype/vendor/python/python_2/qtpy/QtGui.py class QDesktopServices (line 82) | class QDesktopServices(): method __getattr__ (line 87) | def __getattr__(self, name): method __getattr__ (line 149) | def __getattr__(self, name): class QDesktopServices (line 144) | class QDesktopServices(): method __getattr__ (line 87) | def __getattr__(self, name): method __getattr__ (line 149) | def __getattr__(self, name): FILE: openpype/vendor/python/python_2/qtpy/QtTest.py class QTest (line 23) | class QTest(OldQTest): method qWaitForWindowActive (line 25) | def qWaitForWindowActive(QWidget): FILE: openpype/vendor/python/python_2/qtpy/__init__.py class PythonQtError (line 76) | class PythonQtError(RuntimeError): class PythonQtWarning (line 81) | class PythonQtWarning(Warning): function _warn_old_minor_version (line 250) | def _warn_old_minor_version(name, old_version, min_version): FILE: openpype/vendor/python/python_2/qtpy/_patch/qcombobox.py function patch_qcombobox (line 35) | def patch_qcombobox(QComboBox): FILE: openpype/vendor/python/python_2/qtpy/_patch/qheaderview.py function introduce_renamed_methods_qheaderview (line 9) | def introduce_renamed_methods_qheaderview(QHeaderView): FILE: openpype/vendor/python/python_2/qtpy/compat.py function to_qvariant (line 30) | def to_qvariant(pyobj=None): function from_qvariant (line 42) | def from_qvariant(qobj=None, convfunc=None): function to_qvariant (line 63) | def to_qvariant(obj=None): # analysis:ignore function from_qvariant (line 69) | def from_qvariant(qobj=None, pytype=None): # analysis:ignore function getexistingdirectory (line 79) | def getexistingdirectory(parent=None, caption='', basedir='', function _qfiledialog_wrapper (line 101) | def _qfiledialog_wrapper(attr, parent=None, caption='', basedir='', function getopenfilename (line 162) | def getopenfilename(parent=None, caption='', basedir='', filters='', function getopenfilenames (line 174) | def getopenfilenames(parent=None, caption='', basedir='', filters='', function getsavefilename (line 186) | def getsavefilename(parent=None, caption='', basedir='', filters='', FILE: openpype/vendor/python/python_2/qtpy/py3compat.py function u (line 93) | def u(obj): function u (line 98) | def u(obj): function is_text_string (line 103) | def is_text_string(obj): function is_binary_string (line 114) | def is_binary_string(obj): function is_string (line 124) | def is_string(obj): function is_unicode (line 130) | def is_unicode(obj): function to_text_string (line 140) | def to_text_string(obj, encoding=None): function to_binary_string (line 159) | def to_binary_string(obj, encoding=None): function get_func_code (line 175) | def get_func_code(func): function get_func_name (line 185) | def get_func_name(func): function get_func_defaults (line 195) | def get_func_defaults(func): function get_meth_func (line 208) | def get_meth_func(obj): function get_meth_class_inst (line 218) | def get_meth_class_inst(obj): function get_meth_class (line 228) | def get_meth_class(obj): function cmp (line 254) | def cmp(a, b): function qbytearray_to_str (line 260) | def qbytearray_to_str(qba): FILE: openpype/vendor/python/python_2/qtpy/tests/conftest.py function pytest_configure (line 4) | def pytest_configure(config): function pytest_report_header (line 17) | def pytest_report_header(config): FILE: openpype/vendor/python/python_2/qtpy/tests/runtests.py function main (line 19) | def main(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_macos_checks.py function test_qt59_exception (line 13) | def test_qt59_exception(mac_ver, monkeypatch): function test_qt59_no_exception (line 37) | def test_qt59_no_exception(mac_ver, monkeypatch): function test_qt511_exception (line 61) | def test_qt511_exception(mac_ver, monkeypatch): function test_qt511_no_exception (line 89) | def test_qt511_no_exception(mac_ver, monkeypatch): FILE: openpype/vendor/python/python_2/qtpy/tests/test_main.py function assert_pyside (line 6) | def assert_pyside(): function assert_pyside2 (line 16) | def assert_pyside2(): function assert_pyqt4 (line 26) | def assert_pyqt4(): function assert_pyqt5 (line 37) | def assert_pyqt5(): function test_qt_api (line 51) | def test_qt_api(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_patch_qcombobox.py function get_qapp (line 13) | def get_qapp(icon_path=None): class Data (line 20) | class Data(object): method __getitem__ (line 25) | def __getitem__(self, item): function test_patched_qcombobox (line 31) | def test_patched_qcombobox(): function test_model_item (line 92) | def test_model_item(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_patch_qheaderview.py function get_qapp (line 16) | def get_qapp(icon_path=None): function test_patched_qheaderview (line 24) | def test_patched_qheaderview(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qdesktopservice_split.py function test_qstandarpath (line 10) | def test_qstandarpath(): function test_qdesktopservice (line 21) | def test_qdesktopservice(): function test_qdesktopservice_qt4_pyside (line 29) | def test_qdesktopservice_qt4_pyside(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3danimation.py function test_qt3danimation (line 7) | def test_qt3danimation(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3dcore.py function test_qt3dcore (line 7) | def test_qt3dcore(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3dextras.py function test_qt3dextras (line 7) | def test_qt3dextras(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3dinput.py function test_qt3dinput (line 7) | def test_qt3dinput(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3dlogic.py function test_qt3dlogic (line 7) | def test_qt3dlogic(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qt3drender.py function test_qt3drender (line 7) | def test_qt3drender(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtcharts.py function test_qtcharts (line 8) | def test_qtcharts(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtcore.py function test_qtmsghandler (line 9) | def test_qtmsghandler(): function test_DateTime_toPython (line 16) | def test_DateTime_toPython(): function test_QtCore_SignalInstance (line 23) | def test_QtCore_SignalInstance(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtdatavisualization.py function test_qtdatavisualization (line 12) | def test_qtdatavisualization(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtdesigner.py function test_qtdesigner (line 7) | def test_qtdesigner(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qthelp.py function test_qthelp (line 8) | def test_qthelp(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtlocation.py function test_qtlocation (line 7) | def test_qtlocation(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtmultimedia.py function test_qtmultimedia (line 10) | def test_qtmultimedia(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtmultimediawidgets.py function test_qtmultimediawidgets (line 11) | def test_qtmultimediawidgets(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtnetwork.py function test_qtnetwork (line 7) | def test_qtnetwork(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtpositioning.py function test_qtpositioning (line 7) | def test_qtpositioning(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtprintsupport.py function test_qtprintsupport (line 7) | def test_qtprintsupport(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtqml.py function test_qtqml (line 7) | def test_qtqml(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtquick.py function test_qtquick (line 7) | def test_qtquick(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtquickwidgets.py function test_qtquickwidgets (line 7) | def test_qtquickwidgets(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtserialport.py function test_qtserialport (line 7) | def test_qtserialport(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtsql.py function test_qtsql (line 6) | def test_qtsql(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtsvg.py function test_qtsvg (line 6) | def test_qtsvg(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qttest.py function test_qttest (line 7) | def test_qttest(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtwebchannel.py function test_qtwebchannel (line 7) | def test_qtwebchannel(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtwebenginewidgets.py function test_qtwebenginewidgets (line 7) | def test_qtwebenginewidgets(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtwebsockets.py function test_qtwebsockets (line 7) | def test_qtwebsockets(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtwinextras.py function test_qtwinextras (line 12) | def test_qtwinextras(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_qtxmlpatterns.py function test_qtxmlpatterns (line 6) | def test_qtxmlpatterns(): FILE: openpype/vendor/python/python_2/qtpy/tests/test_uic.py function enabled_qcombobox_subclass (line 23) | def enabled_qcombobox_subclass(tmpdir): function get_qapp (line 39) | def get_qapp(icon_path=None): function test_load_ui (line 52) | def test_load_ui(): function test_load_ui_type (line 66) | def test_load_ui_type(): function test_load_ui_custom_auto (line 90) | def test_load_ui_custom_auto(tmpdir): function test_load_full_uic (line 107) | def test_load_full_uic(): FILE: openpype/vendor/python/python_2/qtpy/uic.py class UiLoader (line 96) | class UiLoader(QUiLoader): method __init__ (line 108) | def __init__(self, baseinstance, customWidgets=None): method createWidget (line 133) | def createWidget(self, class_name, parent=None, name=''): function _get_custom_widgets (line 170) | def _get_custom_widgets(ui_file): function loadUi (line 203) | def loadUi(uifile, baseinstance=None, workingDirectory=None): function loadUiType (line 238) | def loadUiType(uifile, from_imports=False): FILE: openpype/vendor/python/python_2/requests/__init__.py function check_compatibility (line 57) | def check_compatibility(urllib3_version, chardet_version, charset_normal... function _check_cryptography (line 87) | def _check_cryptography(cryptography_version): FILE: openpype/vendor/python/python_2/requests/_internal_utils.py function to_native_string (line 14) | def to_native_string(string, encoding='ascii'): function unicode_is_ascii (line 30) | def unicode_is_ascii(u_string): FILE: openpype/vendor/python/python_2/requests/adapters.py function SOCKSProxyManager (line 47) | def SOCKSProxyManager(*args, **kwargs): class BaseAdapter (line 56) | class BaseAdapter(object): method __init__ (line 59) | def __init__(self): method send (line 62) | def send(self, request, stream=False, timeout=None, verify=True, method close (line 80) | def close(self): class HTTPAdapter (line 85) | class HTTPAdapter(BaseAdapter): method __init__ (line 114) | def __init__(self, pool_connections=DEFAULT_POOLSIZE, method __getstate__ (line 132) | def __getstate__(self): method __setstate__ (line 135) | def __setstate__(self, state): method init_poolmanager (line 147) | def init_poolmanager(self, connections, maxsize, block=DEFAULT_POOLBLO... method proxy_manager_for (line 167) | def proxy_manager_for(self, proxy, **proxy_kwargs): method cert_verify (line 204) | def cert_verify(self, conn, url, verify, cert): method build_response (line 256) | def build_response(self, req, resp): method get_connection (line 293) | def get_connection(self, url, proxies=None): method close (line 320) | def close(self): method request_url (line 330) | def request_url(self, request, proxies): method add_headers (line 359) | def add_headers(self, request, **kwargs): method proxy_headers (line 373) | def proxy_headers(self, proxy): method send (line 395) | def send(self, request, stream=False, timeout=None, verify=True, cert=... FILE: openpype/vendor/python/python_2/requests/api.py function request (line 16) | def request(method, url, **kwargs): function get (line 64) | def get(url, params=None, **kwargs): function options (line 78) | def options(url, **kwargs): function head (line 90) | def head(url, **kwargs): function post (line 105) | def post(url, data=None, json=None, **kwargs): function put (line 120) | def put(url, data=None, **kwargs): function patch (line 135) | def patch(url, data=None, **kwargs): function delete (line 150) | def delete(url, **kwargs): FILE: openpype/vendor/python/python_2/requests/auth.py function _basic_auth_str (line 28) | def _basic_auth_str(username, password): class AuthBase (line 72) | class AuthBase(object): method __call__ (line 75) | def __call__(self, r): class HTTPBasicAuth (line 79) | class HTTPBasicAuth(AuthBase): method __init__ (line 82) | def __init__(self, username, password): method __eq__ (line 86) | def __eq__(self, other): method __ne__ (line 92) | def __ne__(self, other): method __call__ (line 95) | def __call__(self, r): class HTTPProxyAuth (line 100) | class HTTPProxyAuth(HTTPBasicAuth): method __call__ (line 103) | def __call__(self, r): class HTTPDigestAuth (line 108) | class HTTPDigestAuth(AuthBase): method __init__ (line 111) | def __init__(self, username, password): method init_per_thread_state (line 117) | def init_per_thread_state(self): method build_digest_header (line 127) | def build_digest_header(self, method, url): method handle_redirect (line 229) | def handle_redirect(self, r, **kwargs): method handle_401 (line 234) | def handle_401(self, r, **kwargs): method __call__ (line 278) | def __call__(self, r): method __eq__ (line 298) | def __eq__(self, other): method __ne__ (line 304) | def __ne__(self, other): FILE: openpype/vendor/python/python_2/requests/cookies.py class MockRequest (line 25) | class MockRequest(object): method __init__ (line 37) | def __init__(self, request): method get_type (line 42) | def get_type(self): method get_host (line 45) | def get_host(self): method get_origin_req_host (line 48) | def get_origin_req_host(self): method get_full_url (line 51) | def get_full_url(self): method is_unverifiable (line 65) | def is_unverifiable(self): method has_header (line 68) | def has_header(self, name): method get_header (line 71) | def get_header(self, name, default=None): method add_header (line 74) | def add_header(self, key, val): method add_unredirected_header (line 78) | def add_unredirected_header(self, name, value): method get_new_headers (line 81) | def get_new_headers(self): method unverifiable (line 85) | def unverifiable(self): method origin_req_host (line 89) | def origin_req_host(self): method host (line 93) | def host(self): class MockResponse (line 97) | class MockResponse(object): method __init__ (line 104) | def __init__(self, headers): method info (line 111) | def info(self): method getheaders (line 114) | def getheaders(self, name): function extract_cookies_to_jar (line 118) | def extract_cookies_to_jar(jar, request, response): function get_cookie_header (line 135) | def get_cookie_header(jar, request): function remove_cookie_by_name (line 146) | def remove_cookie_by_name(cookiejar, name, domain=None, path=None): class CookieConflictError (line 165) | class CookieConflictError(RuntimeError): class RequestsCookieJar (line 171) | class RequestsCookieJar(cookielib.CookieJar, MutableMapping): method get (line 189) | def get(self, name, default=None, domain=None, path=None): method set (line 201) | def set(self, name, value, **kwargs): method iterkeys (line 218) | def iterkeys(self): method keys (line 227) | def keys(self): method itervalues (line 235) | def itervalues(self): method values (line 244) | def values(self): method iteritems (line 252) | def iteritems(self): method items (line 261) | def items(self): method list_domains (line 270) | def list_domains(self): method list_paths (line 278) | def list_paths(self): method multiple_domains (line 286) | def multiple_domains(self): method get_dict (line 299) | def get_dict(self, domain=None, path=None): method __contains__ (line 315) | def __contains__(self, name): method __getitem__ (line 321) | def __getitem__(self, name): method __setitem__ (line 330) | def __setitem__(self, name, value): method __delitem__ (line 337) | def __delitem__(self, name): method set_cookie (line 343) | def set_cookie(self, cookie, *args, **kwargs): method update (line 348) | def update(self, other): method _find (line 356) | def _find(self, name, domain=None, path=None): method _find_no_duplicates (line 376) | def _find_no_duplicates(self, name, domain=None, path=None): method __getstate__ (line 401) | def __getstate__(self): method __setstate__ (line 408) | def __setstate__(self, state): method copy (line 414) | def copy(self): method get_policy (line 421) | def get_policy(self): function _copy_cookie_jar (line 426) | def _copy_cookie_jar(jar): function create_cookie (line 441) | def create_cookie(name, value, **kwargs): function morsel_to_cookie (line 477) | def morsel_to_cookie(morsel): function cookiejar_from_dict (line 508) | def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): function merge_cookies (line 529) | def merge_cookies(cookiejar, cookies): FILE: openpype/vendor/python/python_2/requests/exceptions.py class RequestException (line 14) | class RequestException(IOError): method __init__ (line 19) | def __init__(self, *args, **kwargs): class InvalidJSONError (line 30) | class InvalidJSONError(RequestException): class JSONDecodeError (line 34) | class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): class HTTPError (line 38) | class HTTPError(RequestException): class ConnectionError (line 42) | class ConnectionError(RequestException): class ProxyError (line 46) | class ProxyError(ConnectionError): class SSLError (line 50) | class SSLError(ConnectionError): class Timeout (line 54) | class Timeout(RequestException): class ConnectTimeout (line 63) | class ConnectTimeout(ConnectionError, Timeout): class ReadTimeout (line 70) | class ReadTimeout(Timeout): class URLRequired (line 74) | class URLRequired(RequestException): class TooManyRedirects (line 78) | class TooManyRedirects(RequestException): class MissingSchema (line 82) | class MissingSchema(RequestException, ValueError): class InvalidSchema (line 86) | class InvalidSchema(RequestException, ValueError): class InvalidURL (line 90) | class InvalidURL(RequestException, ValueError): class InvalidHeader (line 94) | class InvalidHeader(RequestException, ValueError): class InvalidProxyURL (line 98) | class InvalidProxyURL(InvalidURL): class ChunkedEncodingError (line 102) | class ChunkedEncodingError(RequestException): class ContentDecodingError (line 106) | class ContentDecodingError(RequestException, BaseHTTPError): class StreamConsumedError (line 110) | class StreamConsumedError(RequestException, TypeError): class RetryError (line 114) | class RetryError(RequestException): class UnrewindableBodyError (line 118) | class UnrewindableBodyError(RequestException): class RequestsWarning (line 124) | class RequestsWarning(Warning): class FileModeWarning (line 128) | class FileModeWarning(RequestsWarning, DeprecationWarning): class RequestsDependencyWarning (line 132) | class RequestsDependencyWarning(RequestsWarning): FILE: openpype/vendor/python/python_2/requests/help.py function _implementation (line 35) | def _implementation(): function info (line 68) | def info(): function main (line 129) | def main(): FILE: openpype/vendor/python/python_2/requests/hooks.py function default_hooks (line 17) | def default_hooks(): function dispatch_hook (line 23) | def dispatch_hook(key, hooks, hook_data, **kwargs): FILE: openpype/vendor/python/python_2/requests/models.py class RequestEncodingMixin (line 62) | class RequestEncodingMixin(object): method path_url (line 64) | def path_url(self): method _encode_params (line 85) | def _encode_params(data): method _encode_files (line 112) | def _encode_files(files, data): class RequestHooksMixin (line 176) | class RequestHooksMixin(object): method register_hook (line 177) | def register_hook(self, event, hook): method deregister_hook (line 188) | def deregister_hook(self, event, hook): class Request (line 200) | class Request(RequestHooksMixin): method __init__ (line 228) | def __init__(self, method __repr__ (line 253) | def __repr__(self): method prepare (line 256) | def prepare(self): class PreparedRequest (line 274) | class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): method __init__ (line 295) | def __init__(self): method prepare (line 312) | def prepare(self, method __repr__ (line 330) | def __repr__(self): method copy (line 333) | def copy(self): method prepare_method (line 344) | def prepare_method(self, method): method _get_idna_encoded_host (line 351) | def _get_idna_encoded_host(host): method prepare_url (line 360) | def prepare_url(self, url, params): method prepare_headers (line 446) | def prepare_headers(self, headers): method prepare_body (line 457) | def prepare_body(self, data, files, json=None): method prepare_content_length (line 531) | def prepare_content_length(self, body): method prepare_auth (line 544) | def prepare_auth(self, auth, url=''): method prepare_cookies (line 566) | def prepare_cookies(self, cookies): method prepare_hooks (line 586) | def prepare_hooks(self, hooks): class Response (line 596) | class Response(object): method __init__ (line 606) | def __init__(self): method __enter__ (line 653) | def __enter__(self): method __exit__ (line 656) | def __exit__(self, *args): method __getstate__ (line 659) | def __getstate__(self): method __setstate__ (line 667) | def __setstate__(self, state): method __repr__ (line 675) | def __repr__(self): method __bool__ (line 678) | def __bool__(self): method __nonzero__ (line 688) | def __nonzero__(self): method __iter__ (line 698) | def __iter__(self): method ok (line 703) | def ok(self): method is_redirect (line 718) | def is_redirect(self): method is_permanent_redirect (line 725) | def is_permanent_redirect(self): method next (line 730) | def next(self): method apparent_encoding (line 735) | def apparent_encoding(self): method iter_content (line 739) | def iter_content(self, chunk_size=1, decode_unicode=False): method iter_lines (line 794) | def iter_lines(self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False,... method content (line 826) | def content(self): method text (line 846) | def text(self): method json (line 883) | def json(self, **kwargs): method links (line 920) | def links(self): method raise_for_status (line 937) | def raise_for_status(self): method close (line 962) | def close(self): FILE: openpype/vendor/python/python_2/requests/sessions.py function merge_setting (line 50) | def merge_setting(request_setting, session_setting, dict_class=OrderedDi... function merge_hooks (line 81) | def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): class SessionRedirectMixin (line 96) | class SessionRedirectMixin(object): method get_redirect_target (line 98) | def get_redirect_target(self, resp): method should_strip_auth (line 119) | def should_strip_auth(self, old_url, new_url): method resolve_redirects (line 144) | def resolve_redirects(self, resp, req, stream=False, timeout=None, method rebuild_auth (line 254) | def rebuild_auth(self, prepared_request, response): method rebuild_proxies (line 272) | def rebuild_proxies(self, prepared_request, proxies): method rebuild_method (line 301) | def rebuild_method(self, prepared_request, response): class Session (line 324) | class Session(SessionRedirectMixin): method __init__ (line 349) | def __init__(self): method __enter__ (line 411) | def __enter__(self): method __exit__ (line 414) | def __exit__(self, *args): method prepare_request (line 417) | def prepare_request(self, request): method request (line 457) | def request(self, method, url, method get (line 533) | def get(self, url, **kwargs): method options (line 544) | def options(self, url, **kwargs): method head (line 555) | def head(self, url, **kwargs): method post (line 566) | def post(self, url, data=None, json=None, **kwargs): method put (line 579) | def put(self, url, data=None, **kwargs): method patch (line 591) | def patch(self, url, data=None, **kwargs): method delete (line 603) | def delete(self, url, **kwargs): method send (line 613) | def send(self, request, **kwargs): method merge_environment_settings (line 691) | def merge_environment_settings(self, url, proxies, stream, verify, cert): method get_adapter (line 720) | def get_adapter(self, url): method close (line 734) | def close(self): method mount (line 739) | def mount(self, prefix, adapter): method __getstate__ (line 750) | def __getstate__(self): method __setstate__ (line 754) | def __setstate__(self, state): function session (line 759) | def session(): FILE: openpype/vendor/python/python_2/requests/status_codes.py function _init (line 107) | def _init(): FILE: openpype/vendor/python/python_2/requests/structures.py class CaseInsensitiveDict (line 15) | class CaseInsensitiveDict(MutableMapping): method __init__ (line 42) | def __init__(self, data=None, **kwargs): method __setitem__ (line 48) | def __setitem__(self, key, value): method __getitem__ (line 53) | def __getitem__(self, key): method __delitem__ (line 56) | def __delitem__(self, key): method __iter__ (line 59) | def __iter__(self): method __len__ (line 62) | def __len__(self): method lower_items (line 65) | def lower_items(self): method __eq__ (line 73) | def __eq__(self, other): method copy (line 82) | def copy(self): method __repr__ (line 85) | def __repr__(self): class LookupDict (line 89) | class LookupDict(dict): method __init__ (line 92) | def __init__(self, name=None): method __repr__ (line 96) | def __repr__(self): method __getitem__ (line 99) | def __getitem__(self, key): method get (line 104) | def get(self, key, default=None): FILE: openpype/vendor/python/python_2/requests/utils.py function proxy_bypass_registry (line 55) | def proxy_bypass_registry(host): function proxy_bypass (line 94) | def proxy_bypass(host): # noqa function dict_to_sequence (line 106) | def dict_to_sequence(d): function super_len (line 115) | def super_len(o): function get_netrc_auth (line 179) | def get_netrc_auth(url, raise_errors=False): function guess_filename (line 236) | def guess_filename(obj): function extract_zipped_paths (line 244) | def extract_zipped_paths(path): function atomic_open (line 282) | def atomic_open(filename): function from_key_val_list (line 295) | def from_key_val_list(value): function to_key_val_list (line 322) | def to_key_val_list(value): function parse_list_header (line 352) | def parse_list_header(value): function parse_dict_header (line 384) | def parse_dict_header(value): function unquote_header_value (line 419) | def unquote_header_value(value, is_filename=False): function dict_from_cookiejar (line 444) | def dict_from_cookiejar(cj): function add_dict_to_cookiejar (line 459) | def add_dict_to_cookiejar(cj, cookie_dict): function get_encodings_from_content (line 470) | def get_encodings_from_content(content): function _parse_content_type_header (line 490) | def _parse_content_type_header(header): function get_encoding_from_headers (line 515) | def get_encoding_from_headers(headers): function stream_decode_response_unicode (line 540) | def stream_decode_response_unicode(iterator, r): function iter_slices (line 558) | def iter_slices(string, slice_length): function get_unicode_from_response (line 568) | def get_unicode_from_response(r): function unquote_unreserved (line 609) | def unquote_unreserved(uri): function requote_uri (line 633) | def requote_uri(uri): function address_in_network (line 655) | def address_in_network(ip, net): function dotted_netmask (line 670) | def dotted_netmask(mask): function is_ipv4_address (line 681) | def is_ipv4_address(string_ip): function is_valid_cidr (line 692) | def is_valid_cidr(string_network): function set_environ (line 717) | def set_environ(env_name, value): function should_bypass_proxies (line 738) | def should_bypass_proxies(url, no_proxy): function get_environ_proxies (line 799) | def get_environ_proxies(url, no_proxy=None): function select_proxy (line 811) | def select_proxy(url, proxies): function resolve_proxies (line 837) | def resolve_proxies(request, proxies, trust_env=True): function default_user_agent (line 864) | def default_user_agent(name="python-requests"): function default_headers (line 873) | def default_headers(): function parse_header_links (line 885) | def parse_header_links(value): function guess_json_utf (line 928) | def guess_json_utf(data): function prepend_scheme_if_needed (line 960) | def prepend_scheme_if_needed(url, new_scheme): function get_auth_from_url (line 989) | def get_auth_from_url(url): function check_header_validity (line 1010) | def check_header_validity(header): function urldefragauth (line 1031) | def urldefragauth(url): function rewind_body (line 1048) | def rewind_body(prepared_request): FILE: openpype/vendor/python/python_2/secrets/secrets.py function compare_digest (line 37) | def compare_digest(a, b): function randbelow (line 53) | def randbelow(exclusive_upper_bound): function token_bytes (line 67) | def token_bytes(nbytes=None): function token_hex (line 91) | def token_hex(nbytes=None): function token_urlsafe (line 113) | def token_urlsafe(nbytes=None): FILE: openpype/vendor/python/python_2/setuptools/__init__.py class PackageFinder (line 47) | class PackageFinder: method find (line 53) | def find(cls, where='.', exclude=(), include=('*',)): method _find_packages_iter (line 76) | def _find_packages_iter(cls, where, exclude, include): method _looks_like_package (line 104) | def _looks_like_package(path): method _build_filter (line 109) | def _build_filter(*patterns): class PEP420PackageFinder (line 117) | class PEP420PackageFinder(PackageFinder): method _looks_like_package (line 119) | def _looks_like_package(path): function _install_setup_requires (line 129) | def _install_setup_requires(attrs): function setup (line 142) | def setup(**attrs): class Command (line 153) | class Command(_Command): method __init__ (line 158) | def __init__(self, dist, **kw): method _ensure_stringlike (line 166) | def _ensure_stringlike(self, option, what, default=None): method ensure_string_list (line 176) | def ensure_string_list(self, option): method reinitialize_command (line 197) | def reinitialize_command(self, command, reinit_subcommands=0, **kw): function _find_all_simple (line 203) | def _find_all_simple(path): function findall (line 215) | def findall(dir=os.curdir): FILE: openpype/vendor/python/python_2/setuptools/_deprecation_warning.py class SetuptoolsDeprecationWarning (line 1) | class SetuptoolsDeprecationWarning(Warning): FILE: openpype/vendor/python/python_2/setuptools/_imp.py function find_module (line 20) | def find_module(module, paths=None): function get_frozen_object (line 62) | def get_frozen_object(module, paths=None): function get_module (line 69) | def get_module(module, paths, info): FILE: openpype/vendor/python/python_2/setuptools/_vendor/ordered_set.py function is_iterable (line 22) | def is_iterable(obj): class OrderedSet (line 42) | class OrderedSet(MutableSet, Sequence): method __init__ (line 52) | def __init__(self, iterable=None): method __len__ (line 58) | def __len__(self): method __getitem__ (line 70) | def __getitem__(self, index): method copy (line 101) | def copy(self): method __getstate__ (line 115) | def __getstate__(self): method __setstate__ (line 127) | def __setstate__(self, state): method __contains__ (line 133) | def __contains__(self, key): method add (line 145) | def add(self, key): method update (line 166) | def update(self, sequence): method index (line 188) | def index(self, key): method pop (line 209) | def pop(self): method discard (line 228) | def discard(self, key): method clear (line 252) | def clear(self): method __iter__ (line 259) | def __iter__(self): method __reversed__ (line 267) | def __reversed__(self): method __repr__ (line 275) | def __repr__(self): method __eq__ (line 280) | def __eq__(self, other): method union (line 310) | def union(self, *sets): method __and__ (line 329) | def __and__(self, other): method intersection (line 333) | def intersection(self, *sets): method difference (line 355) | def difference(self, *sets): method issubset (line 377) | def issubset(self, other): method issuperset (line 393) | def issuperset(self, other): method symmetric_difference (line 409) | def symmetric_difference(self, other): method _update_items (line 429) | def _update_items(self, items): method difference_update (line 437) | def difference_update(self, *sets): method intersection_update (line 457) | def intersection_update(self, other): method symmetric_difference_update (line 472) | def symmetric_difference_update(self, other): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/_compat.py function with_metaclass (line 20) | def with_metaclass(meta, *bases): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/_structures.py class Infinity (line 7) | class Infinity(object): method __repr__ (line 8) | def __repr__(self): method __hash__ (line 11) | def __hash__(self): method __lt__ (line 14) | def __lt__(self, other): method __le__ (line 17) | def __le__(self, other): method __eq__ (line 20) | def __eq__(self, other): method __ne__ (line 23) | def __ne__(self, other): method __gt__ (line 26) | def __gt__(self, other): method __ge__ (line 29) | def __ge__(self, other): method __neg__ (line 32) | def __neg__(self): class NegativeInfinity (line 39) | class NegativeInfinity(object): method __repr__ (line 40) | def __repr__(self): method __hash__ (line 43) | def __hash__(self): method __lt__ (line 46) | def __lt__(self, other): method __le__ (line 49) | def __le__(self, other): method __eq__ (line 52) | def __eq__(self, other): method __ne__ (line 55) | def __ne__(self, other): method __gt__ (line 58) | def __gt__(self, other): method __ge__ (line 61) | def __ge__(self, other): method __neg__ (line 64) | def __neg__(self): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/markers.py class InvalidMarker (line 28) | class InvalidMarker(ValueError): class UndefinedComparison (line 34) | class UndefinedComparison(ValueError): class UndefinedEnvironmentName (line 40) | class UndefinedEnvironmentName(ValueError): class Node (line 47) | class Node(object): method __init__ (line 48) | def __init__(self, value): method __str__ (line 51) | def __str__(self): method __repr__ (line 54) | def __repr__(self): method serialize (line 57) | def serialize(self): class Variable (line 61) | class Variable(Node): method serialize (line 62) | def serialize(self): class Value (line 66) | class Value(Node): method serialize (line 67) | def serialize(self): class Op (line 71) | class Op(Node): method serialize (line 72) | def serialize(self): function _coerce_parse_result (line 133) | def _coerce_parse_result(results): function _format_marker (line 140) | def _format_marker(marker, first=True): function _eval_op (line 178) | def _eval_op(lhs, op, rhs): function _get_env (line 198) | def _get_env(environment, name): function _evaluate_markers (line 209) | def _evaluate_markers(markers, environment): function format_full_version (line 236) | def format_full_version(info): function default_environment (line 244) | def default_environment(): class Marker (line 267) | class Marker(object): method __init__ (line 268) | def __init__(self, marker): method __str__ (line 277) | def __str__(self): method __repr__ (line 280) | def __repr__(self): method evaluate (line 283) | def evaluate(self, environment=None): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/requirements.py class InvalidRequirement (line 18) | class InvalidRequirement(ValueError): class Requirement (line 78) | class Requirement(object): method __init__ (line 91) | def __init__(self, requirement_string): method __str__ (line 118) | def __str__(self): method __repr__ (line 137) | def __repr__(self): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/specifiers.py class InvalidSpecifier (line 15) | class InvalidSpecifier(ValueError): class BaseSpecifier (line 21) | class BaseSpecifier(with_metaclass(abc.ABCMeta, object)): method __str__ (line 23) | def __str__(self): method __hash__ (line 30) | def __hash__(self): method __eq__ (line 36) | def __eq__(self, other): method __ne__ (line 43) | def __ne__(self, other): method prereleases (line 50) | def prereleases(self): method prereleases (line 57) | def prereleases(self, value): method contains (line 64) | def contains(self, item, prereleases=None): method filter (line 70) | def filter(self, iterable, prereleases=None): class _IndividualSpecifier (line 77) | class _IndividualSpecifier(BaseSpecifier): method __init__ (line 81) | def __init__(self, spec="", prereleases=None): method __repr__ (line 91) | def __repr__(self): method __str__ (line 100) | def __str__(self): method __hash__ (line 103) | def __hash__(self): method __eq__ (line 106) | def __eq__(self, other): method __ne__ (line 117) | def __ne__(self, other): method _get_operator (line 128) | def _get_operator(self, op): method _coerce_version (line 131) | def _coerce_version(self, version): method operator (line 137) | def operator(self): method version (line 141) | def version(self): method prereleases (line 145) | def prereleases(self): method prereleases (line 149) | def prereleases(self, value): method __contains__ (line 152) | def __contains__(self, item): method contains (line 155) | def contains(self, item, prereleases=None): method filter (line 174) | def filter(self, iterable, prereleases=None): class LegacySpecifier (line 207) | class LegacySpecifier(_IndividualSpecifier): method _coerce_version (line 232) | def _coerce_version(self, version): method _compare_equal (line 237) | def _compare_equal(self, prospective, spec): method _compare_not_equal (line 240) | def _compare_not_equal(self, prospective, spec): method _compare_less_than_equal (line 243) | def _compare_less_than_equal(self, prospective, spec): method _compare_greater_than_equal (line 246) | def _compare_greater_than_equal(self, prospective, spec): method _compare_less_than (line 249) | def _compare_less_than(self, prospective, spec): method _compare_greater_than (line 252) | def _compare_greater_than(self, prospective, spec): function _require_version_compare (line 256) | def _require_version_compare(fn): class Specifier (line 266) | class Specifier(_IndividualSpecifier): method _compare_compatible (line 375) | def _compare_compatible(self, prospective, spec): method _compare_equal (line 402) | def _compare_equal(self, prospective, spec): method _compare_not_equal (line 437) | def _compare_not_equal(self, prospective, spec): method _compare_less_than_equal (line 441) | def _compare_less_than_equal(self, prospective, spec): method _compare_greater_than_equal (line 445) | def _compare_greater_than_equal(self, prospective, spec): method _compare_less_than (line 449) | def _compare_less_than(self, prospective, spec): method _compare_greater_than (line 474) | def _compare_greater_than(self, prospective, spec): method _compare_arbitrary (line 504) | def _compare_arbitrary(self, prospective, spec): method prereleases (line 508) | def prereleases(self): method prereleases (line 532) | def prereleases(self, value): function _version_split (line 539) | def _version_split(version): function _pad_version (line 550) | def _pad_version(left, right): class SpecifierSet (line 568) | class SpecifierSet(BaseSpecifier): method __init__ (line 569) | def __init__(self, specifiers="", prereleases=None): method __repr__ (line 590) | def __repr__(self): method __str__ (line 599) | def __str__(self): method __hash__ (line 602) | def __hash__(self): method __and__ (line 605) | def __and__(self, other): method __eq__ (line 628) | def __eq__(self, other): method __ne__ (line 638) | def __ne__(self, other): method __len__ (line 648) | def __len__(self): method __iter__ (line 651) | def __iter__(self): method prereleases (line 655) | def prereleases(self): method prereleases (line 672) | def prereleases(self, value): method __contains__ (line 675) | def __contains__(self, item): method contains (line 678) | def contains(self, item, prereleases=None): method filter (line 704) | def filter(self, iterable, prereleases=None): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/tags.py class Tag (line 35) | class Tag(object): method __init__ (line 39) | def __init__(self, interpreter, abi, platform): method interpreter (line 45) | def interpreter(self): method abi (line 49) | def abi(self): method platform (line 53) | def platform(self): method __eq__ (line 56) | def __eq__(self, other): method __hash__ (line 63) | def __hash__(self): method __str__ (line 66) | def __str__(self): method __repr__ (line 69) | def __repr__(self): function parse_tag (line 73) | def parse_tag(tag): function _normalize_string (line 83) | def _normalize_string(string): function _cpython_interpreter (line 87) | def _cpython_interpreter(py_version): function _cpython_abis (line 92) | def _cpython_abis(py_version): function _cpython_tags (line 127) | def _cpython_tags(py_version, interpreter, abis, platforms): function _pypy_interpreter (line 144) | def _pypy_interpreter(): function _generic_abi (line 152) | def _generic_abi(): function _pypy_tags (line 160) | def _pypy_tags(py_version, interpreter, abi, platforms): function _generic_tags (line 167) | def _generic_tags(interpreter, py_version, abi, platforms): function _py_interpreter_range (line 176) | def _py_interpreter_range(py_version): function _independent_tags (line 189) | def _independent_tags(interpreter, py_version, platforms): function _mac_arch (line 206) | def _mac_arch(arch, is_32bit=_32_BIT_INTERPRETER): function _mac_binary_formats (line 216) | def _mac_binary_formats(version, cpu_arch): function _mac_platforms (line 243) | def _mac_platforms(version=None, arch=None): function _is_manylinux_compatible (line 265) | def _is_manylinux_compatible(name, glibc_version): function _glibc_version_string (line 278) | def _glibc_version_string(): function _check_glibc_version (line 305) | def _check_glibc_version(version_str, required_major, minimum_minor): function _have_compatible_glibc (line 326) | def _have_compatible_glibc(required_major, minimum_minor): function _linux_platforms (line 333) | def _linux_platforms(is_32bit=_32_BIT_INTERPRETER): function _generic_platforms (line 355) | def _generic_platforms(): function _interpreter_name (line 360) | def _interpreter_name(): function _generic_interpreter (line 365) | def _generic_interpreter(name, py_version): function sys_tags (line 372) | def sys_tags(): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/utils.py function canonicalize_name (line 14) | def canonicalize_name(name): function canonicalize_version (line 19) | def canonicalize_version(version): FILE: openpype/vendor/python/python_2/setuptools/_vendor/packaging/version.py function parse (line 21) | def parse(version): class InvalidVersion (line 33) | class InvalidVersion(ValueError): class _BaseVersion (line 39) | class _BaseVersion(object): method __hash__ (line 40) | def __hash__(self): method __lt__ (line 43) | def __lt__(self, other): method __le__ (line 46) | def __le__(self, other): method __eq__ (line 49) | def __eq__(self, other): method __ge__ (line 52) | def __ge__(self, other): method __gt__ (line 55) | def __gt__(self, other): method __ne__ (line 58) | def __ne__(self, other): method _compare (line 61) | def _compare(self, other, method): class LegacyVersion (line 68) | class LegacyVersion(_BaseVersion): method __init__ (line 69) | def __init__(self, version): method __str__ (line 73) | def __str__(self): method __repr__ (line 76) | def __repr__(self): method public (line 80) | def public(self): method base_version (line 84) | def base_version(self): method epoch (line 88) | def epoch(self): method release (line 92) | def release(self): method pre (line 96) | def pre(self): method post (line 100) | def post(self): method dev (line 104) | def dev(self): method local (line 108) | def local(self): method is_prerelease (line 112) | def is_prerelease(self): method is_postrelease (line 116) | def is_postrelease(self): method is_devrelease (line 120) | def is_devrelease(self): function _parse_version_parts (line 135) | def _parse_version_parts(s): function _legacy_cmpkey (line 152) | def _legacy_cmpkey(version): class Version (line 213) | class Version(_BaseVersion): method __init__ (line 217) | def __init__(self, version): method __repr__ (line 245) | def __repr__(self): method __str__ (line 248) | def __str__(self): method epoch (line 277) | def epoch(self): method release (line 281) | def release(self): method pre (line 285) | def pre(self): method post (line 289) | def post(self): method dev (line 293) | def dev(self): method local (line 297) | def local(self): method public (line 304) | def public(self): method base_version (line 308) | def base_version(self): method is_prerelease (line 321) | def is_prerelease(self): method is_postrelease (line 325) | def is_postrelease(self): method is_devrelease (line 329) | def is_devrelease(self): function _parse_letter_version (line 333) | def _parse_letter_version(letter, number): function _parse_local_version (line 367) | def _parse_local_version(local): function _cmpkey (line 378) | def _cmpkey(epoch, release, pre, post, dev, local): FILE: openpype/vendor/python/python_2/setuptools/_vendor/pyparsing.py function _ustr (line 154) | def _ustr(obj): function _xml_escape (line 185) | def _xml_escape(data): class _Constants (line 195) | class _Constants(object): class ParseBaseException (line 205) | class ParseBaseException(Exception): method __init__ (line 209) | def __init__( self, pstr, loc=0, msg=None, elem=None ): method _from_exception (line 221) | def _from_exception(cls, pe): method __getattr__ (line 228) | def __getattr__( self, aname ): method __str__ (line 243) | def __str__( self ): method __repr__ (line 246) | def __repr__( self ): method markInputline (line 248) | def markInputline( self, markerString = ">!<" ): method __dir__ (line 258) | def __dir__(self): class ParseException (line 261) | class ParseException(ParseBaseException): class ParseFatalException (line 282) | class ParseFatalException(ParseBaseException): class ParseSyntaxException (line 287) | class ParseSyntaxException(ParseFatalException): class RecursiveGrammarException (line 306) | class RecursiveGrammarException(Exception): method __init__ (line 308) | def __init__( self, parseElementList ): method __str__ (line 311) | def __str__( self ): class _ParseResultsWithOffset (line 314) | class _ParseResultsWithOffset(object): method __init__ (line 315) | def __init__(self,p1,p2): method __getitem__ (line 317) | def __getitem__(self,i): method __repr__ (line 319) | def __repr__(self): method setOffset (line 321) | def setOffset(self,i): class ParseResults (line 324) | class ParseResults(object): method __new__ (line 363) | def __new__(cls, toklist=None, name=None, asList=True, modal=True ): method __init__ (line 372) | def __init__( self, toklist=None, name=None, asList=True, modal=True, ... method __getitem__ (line 411) | def __getitem__( self, i ): method __setitem__ (line 420) | def __setitem__( self, k, v, isinstance=isinstance ): method __delitem__ (line 433) | def __delitem__( self, i ): method __contains__ (line 454) | def __contains__( self, k ): method __len__ (line 457) | def __len__( self ): return len( self.__toklist ) method __bool__ (line 458) | def __bool__(self): return ( not not self.__toklist ) method __iter__ (line 460) | def __iter__( self ): return iter( self.__toklist ) method __reversed__ (line 461) | def __reversed__( self ): return iter( self.__toklist[::-1] ) method _iterkeys (line 462) | def _iterkeys( self ): method _itervalues (line 468) | def _itervalues( self ): method _iteritems (line 471) | def _iteritems( self ): method keys (line 494) | def keys( self ): method values (line 498) | def values( self ): method items (line 502) | def items( self ): method haskeys (line 506) | def haskeys( self ): method pop (line 511) | def pop( self, *args, **kwargs): method get (line 563) | def get(self, key, defaultValue=None): method insert (line 585) | def insert( self, index, insStr ): method append (line 605) | def append( self, item ): method extend (line 619) | def extend( self, itemseq ): method clear (line 637) | def clear( self ): method __getattr__ (line 644) | def __getattr__( self, name ): method __add__ (line 658) | def __add__( self, other ): method __iadd__ (line 663) | def __iadd__( self, other ): method __radd__ (line 679) | def __radd__(self, other): method __repr__ (line 687) | def __repr__( self ): method __str__ (line 690) | def __str__( self ): method _asStringList (line 693) | def _asStringList( self, sep='' ): method asList (line 704) | def asList( self ): method asDict (line 720) | def asDict( self ): method copy (line 755) | def copy( self ): method asXML (line 766) | def asXML( self, doctag=None, namedItemsOnly=False, indent="", formatt... method __lookup (line 827) | def __lookup(self,sub): method getName (line 834) | def getName(self): method dump (line 871) | def dump(self, indent='', depth=0, full=True): method pprint (line 916) | def pprint(self, *args, **kwargs): method __getstate__ (line 940) | def __getstate__(self): method __setstate__ (line 947) | def __setstate__(self,state): method __getnewargs__ (line 960) | def __getnewargs__(self): method __dir__ (line 963) | def __dir__(self): function col (line 968) | def col (loc,strg): function lineno (line 981) | def lineno(loc,strg): function line (line 993) | def line( loc, strg ): function _defaultStartDebugAction (line 1003) | def _defaultStartDebugAction( instring, loc, expr ): function _defaultSuccessDebugAction (line 1006) | def _defaultSuccessDebugAction( instring, startloc, endloc, expr, toks ): function _defaultExceptionDebugAction (line 1009) | def _defaultExceptionDebugAction( instring, loc, expr, exc ): function nullDebugAction (line 1012) | def nullDebugAction(*args): function _trim_arity (line 1039) | def _trim_arity(func, maxargs=2): class ParserElement (line 1103) | class ParserElement(object): method setDefaultWhitespaceChars (line 1109) | def setDefaultWhitespaceChars( chars ): method inlineLiteralsUsing (line 1124) | def inlineLiteralsUsing(cls): method __init__ (line 1144) | def __init__( self, savelist=False ): method copy (line 1167) | def copy( self ): method setName (line 1190) | def setName( self, name ): method setResultsName (line 1204) | def setResultsName( self, name, listAllMatches=False ): method setBreak (line 1232) | def setBreak(self,breakFlag = True): method setParseAction (line 1250) | def setParseAction( self, *fns, **kwargs ): method addParseAction (line 1288) | def addParseAction( self, *fns, **kwargs ): method addCondition (line 1298) | def addCondition(self, *fns, **kwargs): method setFailAction (line 1325) | def setFailAction( self, fn ): method _skipIgnorables (line 1338) | def _skipIgnorables( self, instring, loc ): method preParse (line 1351) | def preParse( self, instring, loc ): method parseImpl (line 1363) | def parseImpl( self, instring, loc, doActions=True ): method postParse (line 1366) | def postParse( self, instring, loc, tokenlist ): method _parseNoCache (line 1370) | def _parseNoCache( self, instring, loc, doActions=True, callPreParse=T... method tryParse (line 1441) | def tryParse( self, instring, loc ): method canParseNext (line 1447) | def canParseNext(self, instring, loc): class _UnboundedCache (line 1455) | class _UnboundedCache(object): method __init__ (line 1456) | def __init__(self): class _FifoCache (line 1478) | class _FifoCache(object): method __init__ (line 1479) | def __init__(self, size): method __init__ (line 1508) | def __init__(self, size): class _FifoCache (line 1507) | class _FifoCache(object): method __init__ (line 1479) | def __init__(self, size): method __init__ (line 1508) | def __init__(self, size): method _parseCache (line 1542) | def _parseCache( self, instring, loc, doActions=True, callPreParse=Tru... method resetCache (line 1568) | def resetCache(): method enablePackrat (line 1574) | def enablePackrat(cache_size_limit=128): method parseString (line 1608) | def parseString( self, instring, parseAll=False ): method scanString (line 1658) | def scanString( self, instring, maxMatches=_MAX_INT, overlap=False ): method transformString (line 1729) | def transformString( self, instring ): method searchString (line 1772) | def searchString( self, instring, maxMatches=_MAX_INT ): method split (line 1799) | def split(self, instring, maxsplit=_MAX_INT, includeSeparators=False): method __add__ (line 1821) | def __add__(self, other ): method __radd__ (line 1841) | def __radd__(self, other ): method __sub__ (line 1853) | def __sub__(self, other): method __rsub__ (line 1865) | def __rsub__(self, other ): method __mul__ (line 1877) | def __mul__(self,other): method __rmul__ (line 1945) | def __rmul__(self, other): method __or__ (line 1948) | def __or__(self, other ): method __ror__ (line 1960) | def __ror__(self, other ): method __xor__ (line 1972) | def __xor__(self, other ): method __rxor__ (line 1984) | def __rxor__(self, other ): method __and__ (line 1996) | def __and__(self, other ): method __rand__ (line 2008) | def __rand__(self, other ): method __invert__ (line 2020) | def __invert__( self ): method __call__ (line 2026) | def __call__(self, name=None): method suppress (line 2045) | def suppress( self ): method leaveWhitespace (line 2052) | def leaveWhitespace( self ): method setWhitespaceChars (line 2061) | def setWhitespaceChars( self, chars ): method parseWithTabs (line 2070) | def parseWithTabs( self ): method ignore (line 2079) | def ignore( self, other ): method setDebugActions (line 2102) | def setDebugActions( self, startAction, successAction, exceptionAction ): method setDebug (line 2112) | def setDebug( self, flag=True ): method __str__ (line 2153) | def __str__( self ): method __repr__ (line 2156) | def __repr__( self ): method streamline (line 2159) | def streamline( self ): method checkRecursion (line 2164) | def checkRecursion( self, parseElementList ): method validate (line 2167) | def validate( self, validateTrace=[] ): method parseFile (line 2173) | def parseFile( self, file_or_filename, parseAll=False ): method __eq__ (line 2193) | def __eq__(self,other): method __ne__ (line 2201) | def __ne__(self,other): method __hash__ (line 2204) | def __hash__(self): method __req__ (line 2207) | def __req__(self,other): method __rne__ (line 2210) | def __rne__(self,other): method matches (line 2213) | def matches(self, testString, parseAll=True): method runTests (line 2232) | def runTests(self, tests, parseAll=True, comment='#', fullDump=True, p... class Token (line 2364) | class Token(ParserElement): method __init__ (line 2368) | def __init__( self ): class Empty (line 2372) | class Empty(Token): method __init__ (line 2376) | def __init__( self ): class NoMatch (line 2383) | class NoMatch(Token): method __init__ (line 2387) | def __init__( self ): method parseImpl (line 2394) | def parseImpl( self, instring, loc, doActions=True ): class Literal (line 2398) | class Literal(Token): method __init__ (line 2412) | def __init__( self, matchString ): method parseImpl (line 2431) | def parseImpl( self, instring, loc, doActions=True ): class Keyword (line 2439) | class Keyword(Token): method __init__ (line 2458) | def __init__( self, matchString, identChars=None, caseless=False ): method parseImpl (line 2479) | def parseImpl( self, instring, loc, doActions=True ): method copy (line 2493) | def copy(self): method setDefaultKeywordChars (line 2499) | def setDefaultKeywordChars( chars ): class CaselessLiteral (line 2504) | class CaselessLiteral(Literal): method __init__ (line 2515) | def __init__( self, matchString ): method parseImpl (line 2522) | def parseImpl( self, instring, loc, doActions=True ): class CaselessKeyword (line 2527) | class CaselessKeyword(Keyword): method __init__ (line 2536) | def __init__( self, matchString, identChars=None ): method parseImpl (line 2539) | def parseImpl( self, instring, loc, doActions=True ): class CloseMatch (line 2545) | class CloseMatch(Token): method __init__ (line 2570) | def __init__(self, match_string, maxMismatches=1): method parseImpl (line 2579) | def parseImpl( self, instring, loc, doActions=True ): class Word (line 2606) | class Word(Token): method __init__ (line 2653) | def __init__( self, initChars, bodyChars=None, min=1, max=0, exact=0, ... method parseImpl (line 2707) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2742) | def __str__( self ): class Regex (line 2765) | class Regex(Token): method __init__ (line 2779) | def __init__( self, pattern, flags=0): method parseImpl (line 2813) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2826) | def __str__( self ): class QuotedString (line 2838) | class QuotedString(Token): method __init__ (line 2863) | def __init__( self, quoteChar, escChar=None, escQuote=None, multiline=... method parseImpl (line 2928) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 2963) | def __str__( self ): class CharsNotIn (line 2975) | class CharsNotIn(Token): method __init__ (line 2991) | def __init__( self, notChars, min=1, max=0, exact=0 ): method parseImpl (line 3015) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3032) | def __str__( self ): class White (line 3046) | class White(Token): method __init__ (line 3061) | def __init__(self, ws=" \t\r\n", min=1, max=0, exact=0): method parseImpl (line 3081) | def parseImpl( self, instring, loc, doActions=True ): class _PositionToken (line 3097) | class _PositionToken(Token): method __init__ (line 3098) | def __init__( self ): class GoToColumn (line 3104) | class GoToColumn(_PositionToken): method __init__ (line 3108) | def __init__( self, colno ): method preParse (line 3112) | def preParse( self, instring, loc ): method parseImpl (line 3121) | def parseImpl( self, instring, loc, doActions=True ): class LineStart (line 3130) | class LineStart(_PositionToken): method __init__ (line 3151) | def __init__( self ): method parseImpl (line 3155) | def parseImpl( self, instring, loc, doActions=True ): class LineEnd (line 3160) | class LineEnd(_PositionToken): method __init__ (line 3164) | def __init__( self ): method parseImpl (line 3169) | def parseImpl( self, instring, loc, doActions=True ): class StringStart (line 3180) | class StringStart(_PositionToken): method __init__ (line 3184) | def __init__( self ): method parseImpl (line 3188) | def parseImpl( self, instring, loc, doActions=True ): class StringEnd (line 3195) | class StringEnd(_PositionToken): method __init__ (line 3199) | def __init__( self ): method parseImpl (line 3203) | def parseImpl( self, instring, loc, doActions=True ): class WordStart (line 3213) | class WordStart(_PositionToken): method __init__ (line 3221) | def __init__(self, wordChars = printables): method parseImpl (line 3226) | def parseImpl(self, instring, loc, doActions=True ): class WordEnd (line 3233) | class WordEnd(_PositionToken): method __init__ (line 3241) | def __init__(self, wordChars = printables): method parseImpl (line 3247) | def parseImpl(self, instring, loc, doActions=True ): class ParseExpression (line 3256) | class ParseExpression(ParserElement): method __init__ (line 3260) | def __init__( self, exprs, savelist = False ): method __getitem__ (line 3280) | def __getitem__( self, i ): method append (line 3283) | def append( self, other ): method leaveWhitespace (line 3288) | def leaveWhitespace( self ): method ignore (line 3297) | def ignore( self, other ): method __str__ (line 3309) | def __str__( self ): method streamline (line 3319) | def streamline( self ): method setResultsName (line 3353) | def setResultsName( self, name, listAllMatches=False ): method validate (line 3357) | def validate( self, validateTrace=[] ): method copy (line 3363) | def copy(self): class And (line 3368) | class And(ParseExpression): class _ErrorStop (line 3384) | class _ErrorStop(Empty): method __init__ (line 3385) | def __init__(self, *args, **kwargs): method __init__ (line 3390) | def __init__( self, exprs, savelist = True ): method parseImpl (line 3397) | def parseImpl( self, instring, loc, doActions=True ): method __iadd__ (line 3422) | def __iadd__(self, other ): method checkRecursion (line 3427) | def checkRecursion( self, parseElementList ): method __str__ (line 3434) | def __str__( self ): class Or (line 3444) | class Or(ParseExpression): method __init__ (line 3458) | def __init__( self, exprs, savelist = False ): method parseImpl (line 3465) | def parseImpl( self, instring, loc, doActions=True ): method __ixor__ (line 3503) | def __ixor__(self, other ): method __str__ (line 3508) | def __str__( self ): method checkRecursion (line 3517) | def checkRecursion( self, parseElementList ): class MatchFirst (line 3523) | class MatchFirst(ParseExpression): method __init__ (line 3540) | def __init__( self, exprs, savelist = False ): method parseImpl (line 3547) | def parseImpl( self, instring, loc, doActions=True ): method __ior__ (line 3571) | def __ior__(self, other ): method __str__ (line 3576) | def __str__( self ): method checkRecursion (line 3585) | def checkRecursion( self, parseElementList ): class Each (line 3591) | class Each(ParseExpression): method __init__ (line 3645) | def __init__( self, exprs, savelist = True ): method parseImpl (line 3651) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3700) | def __str__( self ): method checkRecursion (line 3709) | def checkRecursion( self, parseElementList ): class ParseElementEnhance (line 3715) | class ParseElementEnhance(ParserElement): method __init__ (line 3719) | def __init__( self, expr, savelist=False ): method parseImpl (line 3737) | def parseImpl( self, instring, loc, doActions=True ): method leaveWhitespace (line 3743) | def leaveWhitespace( self ): method ignore (line 3750) | def ignore( self, other ): method streamline (line 3762) | def streamline( self ): method checkRecursion (line 3768) | def checkRecursion( self, parseElementList ): method validate (line 3775) | def validate( self, validateTrace=[] ): method __str__ (line 3781) | def __str__( self ): class FollowedBy (line 3792) | class FollowedBy(ParseElementEnhance): method __init__ (line 3809) | def __init__( self, expr ): method parseImpl (line 3813) | def parseImpl( self, instring, loc, doActions=True ): class NotAny (line 3818) | class NotAny(ParseElementEnhance): method __init__ (line 3829) | def __init__( self, expr ): method parseImpl (line 3836) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3841) | def __str__( self ): class _MultipleMatch (line 3850) | class _MultipleMatch(ParseElementEnhance): method __init__ (line 3851) | def __init__( self, expr, stopOn=None): method parseImpl (line 3859) | def parseImpl( self, instring, loc, doActions=True ): class OneOrMore (line 3888) | class OneOrMore(_MultipleMatch): method __str__ (line 3914) | def __str__( self ): class ZeroOrMore (line 3923) | class ZeroOrMore(_MultipleMatch): method __init__ (line 3935) | def __init__( self, expr, stopOn=None): method parseImpl (line 3939) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 3945) | def __str__( self ): class _NullToken (line 3954) | class _NullToken(object): method __bool__ (line 3955) | def __bool__(self): method __str__ (line 3958) | def __str__(self): class Optional (line 3962) | class Optional(ParseElementEnhance): method __init__ (line 3997) | def __init__( self, expr, default=_optionalNotMatched ): method parseImpl (line 4003) | def parseImpl( self, instring, loc, doActions=True ): method __str__ (line 4017) | def __str__( self ): class SkipTo (line 4026) | class SkipTo(ParseElementEnhance): method __init__ (line 4081) | def __init__( self, other, include=False, ignore=None, failOn=None ): method parseImpl (line 4094) | def parseImpl( self, instring, loc, doActions=True ): class Forward (line 4141) | class Forward(ParseElementEnhance): method __init__ (line 4160) | def __init__( self, other=None ): method __lshift__ (line 4163) | def __lshift__( self, other ): method __ilshift__ (line 4176) | def __ilshift__(self, other): method leaveWhitespace (line 4179) | def leaveWhitespace( self ): method streamline (line 4183) | def streamline( self ): method validate (line 4190) | def validate( self, validateTrace=[] ): method __str__ (line 4197) | def __str__( self ): method copy (line 4214) | def copy(self): class _ForwardNoRecurse (line 4222) | class _ForwardNoRecurse(Forward): method __str__ (line 4223) | def __str__( self ): class TokenConverter (line 4226) | class TokenConverter(ParseElementEnhance): method __init__ (line 4230) | def __init__( self, expr, savelist=False ): class Combine (line 4234) | class Combine(TokenConverter): method __init__ (line 4251) | def __init__( self, expr, joinString="", adjacent=True ): method ignore (line 4261) | def ignore( self, other ): method postParse (line 4268) | def postParse( self, instring, loc, tokenlist ): class Group (line 4278) | class Group(TokenConverter): method __init__ (line 4292) | def __init__( self, expr ): method postParse (line 4296) | def postParse( self, instring, loc, tokenlist ): class Dict (line 4299) | class Dict(TokenConverter): method __init__ (line 4335) | def __init__( self, expr ): method postParse (line 4339) | def postParse( self, instring, loc, tokenlist ): class Suppress (line 4364) | class Suppress(TokenConverter): method postParse (line 4383) | def postParse( self, instring, loc, tokenlist ): method suppress (line 4386) | def suppress( self ): class OnlyOnce (line 4390) | class OnlyOnce(object): method __init__ (line 4394) | def __init__(self, methodCall): method __call__ (line 4397) | def __call__(self,s,l,t): method reset (line 4403) | def reset(self): function traceParseAction (line 4406) | def traceParseAction(f): function delimitedList (line 4450) | def delimitedList( expr, delim=",", combine=False ): function countedArray (line 4469) | def countedArray( expr, intExpr=None ): function _flatten (line 4500) | def _flatten(L): function matchPreviousLiteral (line 4509) | def matchPreviousLiteral(expr): function matchPreviousExpr (line 4537) | def matchPreviousExpr(expr): function _escapeRegexRangeChars (line 4565) | def _escapeRegexRangeChars(s): function oneOf (line 4573) | def oneOf( strs, caseless=False, useRegex=True ): function dictOf (line 4646) | def dictOf( key, value ): function originalTextFor (line 4681) | def originalTextFor(expr, asString=True): function ungroup (line 4718) | def ungroup(expr): function locatedExpr (line 4725) | def locatedExpr(expr): function srange (line 4763) | def srange(s): function matchOnlyAtCol (line 4787) | def matchOnlyAtCol(n): function replaceWith (line 4797) | def replaceWith(replStr): function removeQuotes (line 4811) | def removeQuotes(s,l,t): function tokenMap (line 4825) | def tokenMap(func, *args): function _makeTags (line 4875) | def _makeTags(tagStr, xml): function makeHTMLTags (line 4904) | def makeHTMLTags(tagStr): function makeXMLTags (line 4923) | def makeXMLTags(tagStr): function withAttribute (line 4932) | def withAttribute(*args,**attrDict): function withClass (line 4997) | def withClass(classname, namespace=''): function infixNotation (line 5036) | def infixNotation( baseExpr, opList, lpar=Suppress('('), rpar=Suppress('... function nestedExpr (line 5157) | def nestedExpr(opener="(", closer=")", content=None, ignoreExpr=quotedSt... function indentedBlock (line 5247) | def indentedBlock(blockStatementExpr, indentStack, indent=True): function replaceHTMLEntity (line 5367) | def replaceHTMLEntity(t): class pyparsing_common (line 5399) | class pyparsing_common: method convertToDate (line 5593) | def convertToDate(fmt="%Y-%m-%d"): method convertToDatetime (line 5615) | def convertToDatetime(fmt="%Y-%m-%dT%H:%M:%S.%f"): method stripHTMLTags (line 5647) | def stripHTMLTags(s, l, tokens): FILE: openpype/vendor/python/python_2/setuptools/_vendor/six.py class X (line 60) | class X(object): method __len__ (line 62) | def __len__(self): function _add_doc (line 75) | def _add_doc(func, doc): function _import_module (line 80) | def _import_module(name): class _LazyDescr (line 86) | class _LazyDescr(object): method __init__ (line 88) | def __init__(self, name): method __get__ (line 91) | def __get__(self, obj, tp): class MovedModule (line 103) | class MovedModule(_LazyDescr): method __init__ (line 105) | def __init__(self, name, old, new=None): method _resolve (line 114) | def _resolve(self): method __getattr__ (line 117) | def __getattr__(self, attr): class _LazyModule (line 124) | class _LazyModule(types.ModuleType): method __init__ (line 126) | def __init__(self, name): method __dir__ (line 130) | def __dir__(self): class MovedAttribute (line 139) | class MovedAttribute(_LazyDescr): method __init__ (line 141) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 159) | def _resolve(self): class _SixMetaPathImporter (line 164) | class _SixMetaPathImporter(object): method __init__ (line 173) | def __init__(self, six_module_name): method _add_module (line 177) | def _add_module(self, mod, *fullnames): method _get_module (line 181) | def _get_module(self, fullname): method find_module (line 184) | def find_module(self, fullname, path=None): method __get_module (line 189) | def __get_module(self, fullname): method load_module (line 195) | def load_module(self, fullname): method is_package (line 209) | def is_package(self, fullname): method get_code (line 218) | def get_code(self, fullname): class _MovedItems (line 229) | class _MovedItems(_LazyModule): class Module_six_moves_urllib_parse (line 320) | class Module_six_moves_urllib_parse(_LazyModule): class Module_six_moves_urllib_error (line 360) | class Module_six_moves_urllib_error(_LazyModule): class Module_six_moves_urllib_request (line 380) | class Module_six_moves_urllib_request(_LazyModule): class Module_six_moves_urllib_response (line 430) | class Module_six_moves_urllib_response(_LazyModule): class Module_six_moves_urllib_robotparser (line 451) | class Module_six_moves_urllib_robotparser(_LazyModule): class Module_six_moves_urllib (line 469) | class Module_six_moves_urllib(types.ModuleType): method __dir__ (line 479) | def __dir__(self): function add_move (line 486) | def add_move(move): function remove_move (line 491) | def remove_move(name): function advance_iterator (line 523) | def advance_iterator(it): function callable (line 531) | def callable(obj): function get_unbound_function (line 536) | def get_unbound_function(unbound): function create_unbound_method (line 541) | def create_unbound_method(func, cls): function get_unbound_function (line 546) | def get_unbound_function(unbound): function create_bound_method (line 549) | def create_bound_method(func, obj): function create_unbound_method (line 552) | def create_unbound_method(func, cls): class Iterator (line 555) | class Iterator(object): method next (line 557) | def next(self): function iterkeys (line 574) | def iterkeys(d, **kw): function itervalues (line 577) | def itervalues(d, **kw): function iteritems (line 580) | def iteritems(d, **kw): function iterlists (line 583) | def iterlists(d, **kw): function iterkeys (line 592) | def iterkeys(d, **kw): function itervalues (line 595) | def itervalues(d, **kw): function iteritems (line 598) | def iteritems(d, **kw): function iterlists (line 601) | def iterlists(d, **kw): function b (line 619) | def b(s): function u (line 622) | def u(s): function b (line 642) | def b(s): function u (line 646) | def u(s): function byte2int (line 651) | def byte2int(bs): function indexbytes (line 654) | def indexbytes(buf, i): function assertCountEqual (line 666) | def assertCountEqual(self, *args, **kwargs): function assertRaisesRegex (line 670) | def assertRaisesRegex(self, *args, **kwargs): function assertRegex (line 674) | def assertRegex(self, *args, **kwargs): function reraise (line 681) | def reraise(tp, value, tb=None): function exec_ (line 689) | def exec_(_code_, _globs_=None, _locs_=None): function raise_from (line 717) | def raise_from(value, from_value): function print_ (line 723) | def print_(*args, **kwargs): function print_ (line 779) | def print_(*args, **kwargs): function wraps (line 789) | def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function with_metaclass (line 800) | def with_metaclass(meta, *bases): function add_metaclass (line 812) | def add_metaclass(metaclass): function python_2_unicode_compatible (line 828) | def python_2_unicode_compatible(klass): FILE: openpype/vendor/python/python_2/setuptools/archive_util.py class UnrecognizedFormat (line 19) | class UnrecognizedFormat(DistutilsError): function default_filter (line 23) | def default_filter(src, dst): function unpack_archive (line 28) | def unpack_archive(filename, extract_dir, progress_filter=default_filter, function unpack_directory (line 63) | def unpack_directory(filename, extract_dir, progress_filter=default_filt... function unpack_zipfile (line 90) | def unpack_zipfile(filename, extract_dir, progress_filter=default_filter): function unpack_tarfile (line 127) | def unpack_tarfile(filename, extract_dir, progress_filter=default_filter): FILE: openpype/vendor/python/python_2/setuptools/build_meta.py class SetupRequirementsError (line 51) | class SetupRequirementsError(BaseException): method __init__ (line 52) | def __init__(self, specifiers): class Distribution (line 56) | class Distribution(setuptools.dist.Distribution): method fetch_build_eggs (line 57) | def fetch_build_eggs(self, specifiers): method patch (line 64) | def patch(cls): function _to_str (line 78) | def _to_str(s): function _get_immediate_subdirectories (line 91) | def _get_immediate_subdirectories(a_dir): function _file_with_extension (line 96) | def _file_with_extension(directory, extension): function _open_setup_script (line 105) | def _open_setup_script(setup_script): class _BuildMetaBackend (line 113) | class _BuildMetaBackend(object): method _fix_config (line 115) | def _fix_config(self, config_settings): method _get_build_requires (line 120) | def _get_build_requires(self, config_settings, requirements): method run_setup (line 133) | def run_setup(self, setup_script='setup.py'): method get_requires_for_build_wheel (line 144) | def get_requires_for_build_wheel(self, config_settings=None): method get_requires_for_build_sdist (line 148) | def get_requires_for_build_sdist(self, config_settings=None): method prepare_metadata_for_build_wheel (line 152) | def prepare_metadata_for_build_wheel(self, metadata_directory, method _build_with_temp_dir (line 183) | def _build_with_temp_dir(self, setup_command, result_extension, method build_wheel (line 206) | def build_wheel(self, wheel_directory, config_settings=None, method build_sdist (line 211) | def build_sdist(self, sdist_directory, config_settings=None): class _BuildMetaLegacyBackend (line 217) | class _BuildMetaLegacyBackend(_BuildMetaBackend): method run_setup (line 225) | def run_setup(self, setup_script='setup.py'): FILE: openpype/vendor/python/python_2/setuptools/command/alias.py function shquote (line 8) | def shquote(arg): class alias (line 18) | class alias(option_base): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 35) | def finalize_options(self): method run (line 43) | def run(self): function format_alias (line 70) | def format_alias(name, aliases): FILE: openpype/vendor/python/python_2/setuptools/command/bdist_egg.py function _get_purelib (line 26) | def _get_purelib(): function _get_purelib (line 31) | def _get_purelib(): function strip_module (line 35) | def strip_module(filename): function sorted_walk (line 43) | def sorted_walk(dir): function write_stub (line 53) | def write_stub(resource, pyfile): class bdist_egg (line 67) | class bdist_egg(Command): method initialize_options (line 90) | def initialize_options(self): method finalize_options (line 99) | def finalize_options(self): method do_install_data (line 123) | def do_install_data(self): method get_outputs (line 148) | def get_outputs(self): method call_command (line 151) | def call_command(self, cmdname, **kw): method run (line 161) | def run(self): method zap_pyfiles (line 242) | def zap_pyfiles(self): method zip_safe (line 268) | def zip_safe(self): method gen_header (line 275) | def gen_header(self): method copy_metadata_to (line 314) | def copy_metadata_to(self, target_dir): method get_ext_outputs (line 326) | def get_ext_outputs(self): function walk_egg (line 358) | def walk_egg(egg_dir): function analyze_egg (line 369) | def analyze_egg(egg_dir, stubs): function write_safety_flag (line 387) | def write_safety_flag(egg_dir, safe): function scan_module (line 406) | def scan_module(egg_dir, base, name, stubs): function iter_symbols (line 442) | def iter_symbols(code): function can_scan (line 454) | def can_scan(): function make_zipfile (line 471) | def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=... FILE: openpype/vendor/python/python_2/setuptools/command/bdist_rpm.py class bdist_rpm (line 4) | class bdist_rpm(orig.bdist_rpm): method run (line 15) | def run(self): method _make_spec_file (line 21) | def _make_spec_file(self): FILE: openpype/vendor/python/python_2/setuptools/command/bdist_wininst.py class bdist_wininst (line 4) | class bdist_wininst(orig.bdist_wininst): method reinitialize_command (line 5) | def reinitialize_command(self, command, reinit_subcommands=0): method run (line 16) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/build_clib.py class build_clib (line 7) | class build_clib(orig.build_clib): method build_libraries (line 23) | def build_libraries(self, libraries): FILE: openpype/vendor/python/python_2/setuptools/command/build_ext.py function _customize_compiler_for_shlib (line 35) | def _customize_compiler_for_shlib(compiler): function get_abi3_suffix (line 71) | def get_abi3_suffix(): class build_ext (line 80) | class build_ext(_build_ext): method run (line 81) | def run(self): method copy_extensions_to_source (line 89) | def copy_extensions_to_source(self): method get_ext_filename (line 111) | def get_ext_filename(self, fullname): method initialize_options (line 132) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method setup_shlib_compiler (line 167) | def setup_shlib_compiler(self): method get_export_symbols (line 194) | def get_export_symbols(self, ext): method build_extension (line 199) | def build_extension(self, ext): method links_to_dynamic (line 212) | def links_to_dynamic(self, ext): method get_outputs (line 221) | def get_outputs(self): method __get_stubs_outputs (line 224) | def __get_stubs_outputs(self): method __get_output_extensions (line 235) | def __get_output_extensions(self): method write_stub (line 241) | def write_stub(self, output_dir, ext, compile=False): function link_shared_object (line 291) | def link_shared_object( function link_shared_object (line 306) | def link_shared_object( FILE: openpype/vendor/python/python_2/setuptools/command/build_py.py class Mixin2to3 (line 18) | class Mixin2to3: method run_2to3 (line 19) | def run_2to3(self, files, doctests=True): class build_py (line 23) | class build_py(orig.build_py, Mixin2to3): method finalize_options (line 33) | def finalize_options(self): method run (line 43) | def run(self): method __getattr__ (line 63) | def __getattr__(self, attr): method build_module (line 70) | def build_module(self, module, module_file, package): method _get_data_files (line 80) | def _get_data_files(self): method _get_pkg_data_files (line 85) | def _get_pkg_data_files(self, package): method find_data_files (line 99) | def find_data_files(self, package, src_dir): method build_package_data (line 116) | def build_package_data(self): method analyze_manifest (line 129) | def analyze_manifest(self): method get_data_files (line 153) | def get_data_files(self): method check_package (line 156) | def check_package(self, package, package_dir): method initialize_options (line 186) | def initialize_options(self): method get_package_dir (line 190) | def get_package_dir(self, package): method exclude_data_files (line 196) | def exclude_data_files(self, package, src_dir, files): method _get_platform_patterns (line 220) | def _get_platform_patterns(spec, package, src_dir): function _unique_everseen (line 239) | def _unique_everseen(iterable, key=None): function assert_relative (line 257) | def assert_relative(path): FILE: openpype/vendor/python/python_2/setuptools/command/develop.py class develop (line 18) | class develop(namespaces.DevelopInstaller, easy_install): method run (line 32) | def run(self): method initialize_options (line 41) | def initialize_options(self): method finalize_options (line 48) | def finalize_options(self): method _resolve_setup_path (line 91) | def _resolve_setup_path(egg_base, install_dir, egg_path): method install_for_development (line 110) | def install_for_development(self): method uninstall_link (line 158) | def uninstall_link(self): method install_egg_scripts (line 176) | def install_egg_scripts(self, dist): method install_wrapper_scripts (line 194) | def install_wrapper_scripts(self, dist): class VersionlessRequirement (line 199) | class VersionlessRequirement: method __init__ (line 214) | def __init__(self, dist): method __getattr__ (line 217) | def __getattr__(self, name): method as_requirement (line 220) | def as_requirement(self): FILE: openpype/vendor/python/python_2/setuptools/command/dist_info.py class dist_info (line 12) | class dist_info(Command): method initialize_options (line 21) | def initialize_options(self): method finalize_options (line 24) | def finalize_options(self): method run (line 27) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/easy_install.py function is_64bit (line 80) | def is_64bit(): function samefile (line 84) | def samefile(p1, p2): function _to_bytes (line 102) | def _to_bytes(s): function isascii (line 105) | def isascii(s): function _to_bytes (line 113) | def _to_bytes(s): function isascii (line 116) | def isascii(s): class easy_install (line 127) | class easy_install(Command): method initialize_options (line 175) | def initialize_options(self): method delete_blockers (line 223) | def delete_blockers(self, blockers): method _delete_path (line 230) | def _delete_path(self, path): method _render_version (line 240) | def _render_version(): method finalize_options (line 250) | def finalize_options(self): method _fix_install_dir_for_user_site (line 372) | def _fix_install_dir_for_user_site(self): method _expand_attrs (line 387) | def _expand_attrs(self, attrs): method expand_basedirs (line 396) | def expand_basedirs(self): method expand_dirs (line 401) | def expand_dirs(self): method run (line 413) | def run(self, show_deprecation=True): method pseudo_tempname (line 442) | def pseudo_tempname(self): method warn_deprecated_options (line 453) | def warn_deprecated_options(self): method check_site_dir (line 456) | def check_site_dir(self): method cant_write_to_target (line 534) | def cant_write_to_target(self): method check_pth_processing (line 543) | def check_pth_processing(self): method install_egg_scripts (line 602) | def install_egg_scripts(self, dist): method add_output (line 616) | def add_output(self, path): method not_editable (line 624) | def not_editable(self, spec): method check_editable (line 632) | def check_editable(self, spec): method _tmpdir (line 643) | def _tmpdir(self): method easy_install (line 651) | def easy_install(self, spec, deps=False): method install_item (line 687) | def install_item(self, spec, download, tmpdir, deps, install_needed=Fa... method select_scheme (line 723) | def select_scheme(self, name): method process_distribution (line 732) | def process_distribution(self, requirement, dist, deps=True, *info): method should_unzip (line 771) | def should_unzip(self, dist): method maybe_move (line 780) | def maybe_move(self, spec, dist_filename, setup_base): method install_wrapper_scripts (line 803) | def install_wrapper_scripts(self, dist): method install_script (line 809) | def install_script(self, dist, script_name, script_text, dev_path=None): method _load_template (line 820) | def _load_template(dev_path): method write_script (line 834) | def write_script(self, script_name, contents, mode="t", blockers=()): method install_eggs (line 854) | def install_eggs(self, spec, dist_filename, tmpdir): method egg_distribution (line 898) | def egg_distribution(self, egg_path): method install_egg (line 906) | def install_egg(self, egg_path, tmpdir): method install_exe (line 960) | def install_exe(self, dist_filename, tmpdir): method exe_to_egg (line 1005) | def exe_to_egg(self, dist_filename, egg_tmp): method install_wheel (line 1058) | def install_wheel(self, wheel_path, tmpdir): method installation_report (line 1104) | def installation_report(self, req, dist, what="Installed"): method report_editable (line 1129) | def report_editable(self, spec, setup_script): method run_setup (line 1134) | def run_setup(self, setup_script, setup_base, args): method build_and_install (line 1154) | def build_and_install(self, setup_script, setup_base): method _set_fetcher_options (line 1178) | def _set_fetcher_options(self, base): method update_pth (line 1201) | def update_pth(self, dist): method unpack_progress (line 1238) | def unpack_progress(self, src, dst): method unpack_and_compile (line 1243) | def unpack_and_compile(self, egg_path, destination): method byte_compile (line 1262) | def byte_compile(self, to_compile): method no_default_version_msg (line 1312) | def no_default_version_msg(self): method install_site_py (line 1316) | def install_site_py(self): method create_home_path (line 1348) | def create_home_path(self): method _expand (line 1370) | def _expand(self, *attrs): function _pythonpath (line 1393) | def _pythonpath(): function get_site_dirs (line 1398) | def get_site_dirs(): function expand_paths (line 1463) | def expand_paths(inputs): function extract_wininst_cfg (line 1504) | def extract_wininst_cfg(dist_filename): function get_exe_prefixes (line 1545) | def get_exe_prefixes(exe_filename): class PthDistributions (line 1584) | class PthDistributions(Environment): method __init__ (line 1589) | def __init__(self, filename, sitedirs=()): method _load (line 1598) | def _load(self): method save (line 1629) | def save(self): method _wrap_lines (line 1652) | def _wrap_lines(lines): method add (line 1655) | def add(self, dist): method remove (line 1669) | def remove(self, dist): method make_relative (line 1676) | def make_relative(self, path): class RewritePthDistributions (line 1692) | class RewritePthDistributions(PthDistributions): method _wrap_lines (line 1694) | def _wrap_lines(cls, lines): function _first_line_re (line 1718) | def _first_line_re(): function auto_chmod (line 1730) | def auto_chmod(func, arg, exc): function update_dist_caches (line 1738) | def update_dist_caches(dist_path, fix_zipimporter_caches): function _collect_zipimporter_cache_entries (line 1820) | def _collect_zipimporter_cache_entries(normalized_path, cache): function _update_zipimporter_cache (line 1840) | def _update_zipimporter_cache(normalized_path, cache, updater=None): function _uncache (line 1872) | def _uncache(normalized_path, cache): function _remove_and_clear_zip_directory_cache_data (line 1876) | def _remove_and_clear_zip_directory_cache_data(normalized_path): function _replace_zip_directory_cache_data (line 1898) | def _replace_zip_directory_cache_data(normalized_path): function is_python (line 1917) | def is_python(text, filename=''): function is_sh (line 1927) | def is_sh(executable): function nt_quote_arg (line 1937) | def nt_quote_arg(arg): function is_python_script (line 1942) | def is_python_script(script_text, filename): function _chmod (line 1960) | def _chmod(*args): function chmod (line 1964) | def chmod(path, mode): class CommandSpec (line 1972) | class CommandSpec(list): method best (line 1982) | def best(cls): method _sys_executable (line 1989) | def _sys_executable(cls): method from_param (line 1994) | def from_param(cls, param): method from_environment (line 2009) | def from_environment(cls): method from_string (line 2013) | def from_string(cls, string): method install_options (line 2021) | def install_options(self, script_text): method _extract_options (line 2028) | def _extract_options(orig_script): method as_header (line 2037) | def as_header(self): method _strip_quotes (line 2041) | def _strip_quotes(item): method _render (line 2049) | def _render(items): class WindowsCommandSpec (line 2059) | class WindowsCommandSpec(CommandSpec): class ScriptWriter (line 2063) | class ScriptWriter: method get_script_args (line 2086) | def get_script_args(cls, dist, executable=None, wininst=False): method get_script_header (line 2094) | def get_script_header(cls, script_text, executable=None, wininst=False): method get_args (line 2102) | def get_args(cls, dist, header=None): method _ensure_safe_name (line 2120) | def _ensure_safe_name(name): method get_writer (line 2129) | def get_writer(cls, force_windows): method best (line 2135) | def best(cls): method _get_script_args (line 2145) | def _get_script_args(cls, type_, name, header, script_text): method get_header (line 2150) | def get_header(cls, script_text="", executable=None): class WindowsScriptWriter (line 2157) | class WindowsScriptWriter(ScriptWriter): method get_writer (line 2161) | def get_writer(cls): method best (line 2167) | def best(cls): method _get_script_args (line 2180) | def _get_script_args(cls, type_, name, header, script_text): method _adjust_header (line 2196) | def _adjust_header(cls, type_, orig_header): method _use_header (line 2210) | def _use_header(new_header): class WindowsExecutableLauncherWriter (line 2222) | class WindowsExecutableLauncherWriter(WindowsScriptWriter): method _get_script_args (line 2224) | def _get_script_args(cls, type_, name, header, script_text): function get_win_launcher (line 2258) | def get_win_launcher(type): function load_launcher_manifest (line 2274) | def load_launcher_manifest(name): function rmtree (line 2282) | def rmtree(path, ignore_errors=False, onerror=auto_chmod): function current_umask (line 2286) | def current_umask(): function bootstrap (line 2292) | def bootstrap(): function main (line 2302) | def main(argv=None, **kw): function _patch_usage (line 2326) | def _patch_usage(): class EasyInstallDeprecationWarning (line 2345) | class EasyInstallDeprecationWarning(SetuptoolsDeprecationWarning): FILE: openpype/vendor/python/python_2/setuptools/command/egg_info.py function translate_pattern (line 36) | def translate_pattern(glob): class InfoCommon (line 119) | class InfoCommon: method name (line 124) | def name(self): method tagged_version (line 127) | def tagged_version(self): method tags (line 135) | def tags(self): class egg_info (line 145) | class egg_info(InfoCommon, Command): method initialize_options (line 161) | def initialize_options(self): method tag_svn_revision (line 172) | def tag_svn_revision(self): method tag_svn_revision (line 176) | def tag_svn_revision(self, value): method save_version_info (line 180) | def save_version_info(self, filename): method finalize_options (line 193) | def finalize_options(self): method write_or_delete_file (line 242) | def write_or_delete_file(self, what, filename, data, force=False): method write_file (line 262) | def write_file(self, what, filename, data): method delete_file (line 276) | def delete_file(self, filename): method run (line 282) | def run(self): method find_sources (line 298) | def find_sources(self): method check_broken_egg_info (line 306) | def check_broken_egg_info(self): class FileList (line 322) | class FileList(_FileList): method process_template_line (line 325) | def process_template_line(self, line): method _remove_files (line 398) | def _remove_files(self, predicate): method include (line 411) | def include(self, pattern): method exclude (line 417) | def exclude(self, pattern): method recursive_include (line 422) | def recursive_include(self, dir, pattern): method recursive_exclude (line 432) | def recursive_exclude(self, dir, pattern): method graft (line 439) | def graft(self, dir): method prune (line 449) | def prune(self, dir): method global_include (line 454) | def global_include(self, pattern): method global_exclude (line 466) | def global_exclude(self, pattern): method append (line 473) | def append(self, item): method extend (line 481) | def extend(self, paths): method _repair (line 484) | def _repair(self): method _safe_path (line 494) | def _safe_path(self, path): class manifest_maker (line 518) | class manifest_maker(sdist): method initialize_options (line 521) | def initialize_options(self): method finalize_options (line 527) | def finalize_options(self): method run (line 530) | def run(self): method _manifest_normalize (line 542) | def _manifest_normalize(self, path): method write_manifest (line 546) | def write_manifest(self): method warn (line 558) | def warn(self, msg): method _should_suppress_warning (line 563) | def _should_suppress_warning(msg): method add_defaults (line 569) | def add_defaults(self): method prune_file_list (line 588) | def prune_file_list(self): function write_file (line 598) | def write_file(filename, contents): function write_pkg_info (line 611) | def write_pkg_info(cmd, basename, filename): function warn_depends_obsolete (line 630) | def warn_depends_obsolete(cmd, basename, filename): function _write_requirements (line 638) | def _write_requirements(stream, reqs): function write_requirements (line 645) | def write_requirements(cmd, basename, filename): function write_setup_requirements (line 656) | def write_setup_requirements(cmd, basename, filename): function write_toplevel_names (line 662) | def write_toplevel_names(cmd, basename, filename): function overwrite_arg (line 672) | def overwrite_arg(cmd, basename, filename): function write_arg (line 676) | def write_arg(cmd, basename, filename, force=False): function write_entries (line 684) | def write_entries(cmd, basename, filename): function get_pkg_info_revision (line 701) | def get_pkg_info_revision(): class EggInfoDeprecationWarning (line 716) | class EggInfoDeprecationWarning(SetuptoolsDeprecationWarning): FILE: openpype/vendor/python/python_2/setuptools/command/install.py class install (line 15) | class install(orig.install): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method handle_extra_path (line 48) | def handle_extra_path(self): method run (line 58) | def run(self): method _called_from_setup (line 70) | def _called_from_setup(run_frame): method do_egg_install (line 96) | def do_egg_install(self): FILE: openpype/vendor/python/python_2/setuptools/command/install_egg_info.py class install_egg_info (line 10) | class install_egg_info(namespaces.Installer, Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 33) | def run(self): method get_outputs (line 46) | def get_outputs(self): method copytree (line 49) | def copytree(self): FILE: openpype/vendor/python/python_2/setuptools/command/install_lib.py class install_lib (line 7) | class install_lib(orig.install_lib): method run (line 10) | def run(self): method get_exclusions (line 17) | def get_exclusions(self): method _exclude_pkg_path (line 31) | def _exclude_pkg_path(self, pkg, exclusion_path): method _all_packages (line 40) | def _all_packages(pkg_name): method _get_SVEM_NSPs (line 49) | def _get_SVEM_NSPs(self): method _gen_exclusion_paths (line 66) | def _gen_exclusion_paths(): method copy_tree (line 86) | def copy_tree( method get_outputs (line 116) | def get_outputs(self): FILE: openpype/vendor/python/python_2/setuptools/command/install_scripts.py class install_scripts (line 9) | class install_scripts(orig.install_scripts): method initialize_options (line 12) | def initialize_options(self): method run (line 16) | def run(self): method write_script (line 51) | def write_script(self, script_name, contents, mode="t", *ignored): FILE: openpype/vendor/python/python_2/setuptools/command/py36compat.py class sdist_add_defaults (line 9) | class sdist_add_defaults: method add_defaults (line 18) | def add_defaults(self): method _cs_path_exists (line 41) | def _cs_path_exists(fspath): method _add_defaults_standards (line 57) | def _add_defaults_standards(self): method _add_defaults_optional (line 78) | def _add_defaults_optional(self): method _add_defaults_python (line 84) | def _add_defaults_python(self): method _add_defaults_data_files (line 100) | def _add_defaults_data_files(self): method _add_defaults_ext (line 117) | def _add_defaults_ext(self): method _add_defaults_c_libs (line 122) | def _add_defaults_c_libs(self): method _add_defaults_scripts (line 127) | def _add_defaults_scripts(self): class sdist_add_defaults (line 135) | class sdist_add_defaults: method add_defaults (line 18) | def add_defaults(self): method _cs_path_exists (line 41) | def _cs_path_exists(fspath): method _add_defaults_standards (line 57) | def _add_defaults_standards(self): method _add_defaults_optional (line 78) | def _add_defaults_optional(self): method _add_defaults_python (line 84) | def _add_defaults_python(self): method _add_defaults_data_files (line 100) | def _add_defaults_data_files(self): method _add_defaults_ext (line 117) | def _add_defaults_ext(self): method _add_defaults_c_libs (line 122) | def _add_defaults_c_libs(self): method _add_defaults_scripts (line 127) | def _add_defaults_scripts(self): FILE: openpype/vendor/python/python_2/setuptools/command/register.py class register (line 7) | class register(orig.register): method run (line 10) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/rotate.py class rotate (line 12) | class rotate(Command): method initialize_options (line 24) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method run (line 47) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/saveopts.py class saveopts (line 4) | class saveopts(option_base): method run (line 9) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/sdist.py function walk_revctrl (line 17) | def walk_revctrl(dirname=''): class sdist (line 24) | class sdist(sdist_add_defaults, orig.sdist): method run (line 43) | def run(self): method initialize_options (line 62) | def initialize_options(self): method _default_to_gztar (line 67) | def _default_to_gztar(self): method make_distribution (line 73) | def make_distribution(self): method _remove_os_link (line 82) | def _remove_os_link(): method __read_template_hack (line 101) | def __read_template_hack(self): method _add_defaults_optional (line 124) | def _add_defaults_optional(self): method _add_defaults_python (line 132) | def _add_defaults_python(self): method _safe_data_files (line 139) | def _safe_data_files(self, build_py): method _add_data_files (line 149) | def _add_data_files(self, data_files): method _add_defaults_data_files (line 159) | def _add_defaults_data_files(self): method check_readme (line 168) | def check_readme(self): method make_release_tree (line 178) | def make_release_tree(self, base_dir, files): method _manifest_is_not_generated (line 191) | def _manifest_is_not_generated(self): method read_manifest (line 201) | def read_manifest(self): method check_license (line 223) | def check_license(self): FILE: openpype/vendor/python/python_2/setuptools/command/setopt.py function config_file (line 14) | def config_file(kind="local"): function edit_config (line 33) | def edit_config(filename, settings, dry_run=False): class option_base (line 76) | class option_base(Command): method initialize_options (line 92) | def initialize_options(self): method finalize_options (line 97) | def finalize_options(self): class setopt (line 115) | class setopt(option_base): method initialize_options (line 129) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method run (line 143) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/test.py class ScanningLoader (line 23) | class ScanningLoader(TestLoader): method __init__ (line 25) | def __init__(self): method loadTestsFromModule (line 29) | def loadTestsFromModule(self, module, pattern=None): class NonDataProperty (line 64) | class NonDataProperty: method __init__ (line 65) | def __init__(self, fget): method __get__ (line 68) | def __get__(self, obj, objtype=None): class test (line 74) | class test(Command): method initialize_options (line 86) | def initialize_options(self): method finalize_options (line 92) | def finalize_options(self): method test_args (line 112) | def test_args(self): method _test_args (line 115) | def _test_args(self): method with_project_on_sys_path (line 123) | def with_project_on_sys_path(self, func): method project_on_sys_path (line 131) | def project_on_sys_path(self, include_dists=[]): method paths_on_pythonpath (line 178) | def paths_on_pythonpath(paths): method install_dists (line 203) | def install_dists(dist): method run (line 216) | def run(self): method run_tests (line 239) | def run_tests(self): method _argv (line 267) | def _argv(self): method _resolve_as_ep (line 271) | def _resolve_as_ep(val): FILE: openpype/vendor/python/python_2/setuptools/command/upload.py class upload (line 7) | class upload(orig.upload): method run (line 10) | def run(self): FILE: openpype/vendor/python/python_2/setuptools/command/upload_docs.py function _encode (line 26) | def _encode(s): class upload_docs (line 31) | class upload_docs(upload): method has_sphinx (line 47) | def has_sphinx(self): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 59) | def finalize_options(self): method create_zipfile (line 75) | def create_zipfile(self, filename): method run (line 91) | def run(self): method _build_part (line 106) | def _build_part(item, sep_boundary): method _build_multipart (line 126) | def _build_multipart(cls, data): method upload_file (line 144) | def upload_file(self, filename): FILE: openpype/vendor/python/python_2/setuptools/config.py function read_configuration (line 22) | def read_configuration( function _get_option (line 69) | def _get_option(target_obj, key): function configuration_to_dict (line 81) | def configuration_to_dict(handlers): function parse_configuration (line 99) | def parse_configuration( class ConfigHandler (line 126) | class ConfigHandler: method __init__ (line 142) | def __init__(self, target_obj, options, ignore_option_errors=False): method parsers (line 159) | def parsers(self): method __setitem__ (line 164) | def __setitem__(self, option_name, value): method _parse_list (line 203) | def _parse_list(cls, value, separator=','): method _parse_dict (line 223) | def _parse_dict(cls, value): method _parse_bool (line 241) | def _parse_bool(cls, value): method _exclude_files_parser (line 251) | def _exclude_files_parser(cls, key): method _parse_file (line 271) | def _parse_file(cls, value): method _assert_local (line 302) | def _assert_local(filepath): method _read_file (line 308) | def _read_file(filepath): method _parse_attr (line 313) | def _parse_attr(cls, value, package_dir=None): method _get_parser_compound (line 358) | def _get_parser_compound(cls, *parse_methods): method _parse_section_to_dict (line 377) | def _parse_section_to_dict(cls, section_options, values_parser=None): method parse_section (line 392) | def parse_section(self, section_options): method parse (line 404) | def parse(self): method _deprecated_config_handler (line 428) | def _deprecated_config_handler(self, func, msg, warning_class): class ConfigMetadataHandler (line 443) | class ConfigMetadataHandler(ConfigHandler): method __init__ (line 460) | def __init__(self, target_obj, options, ignore_option_errors=False, method parsers (line 467) | def parsers(self): method _parse_version (line 493) | def _parse_version(self, value): class ConfigOptionsHandler (line 529) | class ConfigOptionsHandler(ConfigHandler): method parsers (line 534) | def parsers(self): method _parse_packages (line 562) | def _parse_packages(self, value): method parse_section_packages__find (line 590) | def parse_section_packages__find(self, section_options): method parse_section_entry_points (line 611) | def parse_section_entry_points(self, section_options): method _parse_package_data (line 619) | def _parse_package_data(self, section_options): method parse_section_package_data (line 629) | def parse_section_package_data(self, section_options): method parse_section_exclude_package_data (line 636) | def parse_section_exclude_package_data(self, section_options): method parse_section_extras_require (line 644) | def parse_section_extras_require(self, section_options): method parse_section_data_files (line 653) | def parse_section_data_files(self, section_options): FILE: openpype/vendor/python/python_2/setuptools/dep_util.py function newer_pairwise_group (line 6) | def newer_pairwise_group(sources_groups, targets): FILE: openpype/vendor/python/python_2/setuptools/depends.py class Require (line 17) | class Require: method __init__ (line 20) | def __init__( method full_name (line 35) | def full_name(self): method version_ok (line 41) | def version_ok(self, version): method get_version (line 46) | def get_version(self, paths=None, default="unknown"): method is_present (line 73) | def is_present(self, paths=None): method is_current (line 77) | def is_current(self, paths=None): function maybe_close (line 85) | def maybe_close(f): function get_module_constant (line 96) | def get_module_constant(module, symbol, default=-1, paths=None): function extract_constant (line 125) | def extract_constant(code, symbol, default=-1): function _update_globals (line 161) | def _update_globals(): FILE: openpype/vendor/python/python_2/setuptools/dist.py function _get_unpatched (line 45) | def _get_unpatched(cls): function get_metadata_version (line 50) | def get_metadata_version(self): function read_pkg_file (line 72) | def read_pkg_file(self, file): function write_pkg_file (line 126) | def write_pkg_file(self, file): function check_importable (line 205) | def check_importable(dist, attr, value): function assert_string_list (line 216) | def assert_string_list(dist, attr, value): function check_nsp (line 230) | def check_nsp(dist, attr, value): function check_extras (line 248) | def check_extras(dist, attr, value): function _check_extra (line 260) | def _check_extra(extra, reqs): function assert_bool (line 267) | def assert_bool(dist, attr, value): function check_requirements (line 274) | def check_requirements(dist, attr, value): function check_specifier (line 288) | def check_specifier(dist, attr, value): function check_entry_points (line 300) | def check_entry_points(dist, attr, value): function check_test_suite (line 308) | def check_test_suite(dist, attr, value): function check_package_data (line 313) | def check_package_data(dist, attr, value): function check_packages (line 328) | def check_packages(dist, attr, value): class Distribution (line 340) | class Distribution(_Distribution): method patch_missing_pkg_info (line 417) | def patch_missing_pkg_info(self, attrs): method __init__ (line 430) | def __init__(self, attrs=None): method _finalize_requires (line 489) | def _finalize_requires(self): method _convert_extras_requirements (line 509) | def _convert_extras_requirements(self): method _suffix_for (line 525) | def _suffix_for(req): method _move_install_requirements_markers (line 532) | def _move_install_requirements_markers(self): method _clean_req (line 558) | def _clean_req(self, req): method _parse_config_files (line 565) | def _parse_config_files(self, filenames=None): method _try_str (line 628) | def _try_str(val): method _set_command_options (line 647) | def _set_command_options(self, command_obj, option_dict=None): method parse_config_files (line 694) | def parse_config_files(self, filenames=None, ignore_option_errors=False): method parse_command_line (line 705) | def parse_command_line(self): method _feature_attrname (line 712) | def _feature_attrname(self, name): method fetch_build_eggs (line 716) | def fetch_build_eggs(self, requires): method finalize_options (line 727) | def finalize_options(self): method _finalize_setup_keywords (line 742) | def _finalize_setup_keywords(self): method _finalize_2to3_doctests (line 749) | def _finalize_2to3_doctests(self): method get_egg_cache_dir (line 759) | def get_egg_cache_dir(self): method fetch_build_egg (line 774) | def fetch_build_egg(self, req): method _finalize_feature_opts (line 779) | def _finalize_feature_opts(self): method _finalize_features (line 809) | def _finalize_features(self): method get_command_class (line 826) | def get_command_class(self, command): method print_commands (line 839) | def print_commands(self): method get_command_list (line 847) | def get_command_list(self): method _set_feature (line 855) | def _set_feature(self, name, status): method feature_is_included (line 859) | def feature_is_included(self, name): method include_feature (line 863) | def include_feature(self, name): method include (line 874) | def include(self, **attrs): method exclude_package (line 896) | def exclude_package(self, package): method has_contents_for (line 918) | def has_contents_for(self, package): method _exclude_misc (line 927) | def _exclude_misc(self, name, value): method _include_misc (line 946) | def _include_misc(self, name, value): method exclude (line 969) | def exclude(self, **attrs): method _exclude_packages (line 992) | def _exclude_packages(self, packages): method _parse_command_opts (line 999) | def _parse_command_opts(self, parser, args): method get_cmdline_options (line 1025) | def get_cmdline_options(self): method iter_distribution_names (line 1065) | def iter_distribution_names(self): method handle_display_options (line 1083) | def handle_display_options(self, option_order): class Feature (line 1118) | class Feature: method warn_deprecated (line 1176) | def warn_deprecated(): method __init__ (line 1183) | def __init__( method include_by_default (line 1213) | def include_by_default(self): method include_in (line 1217) | def include_in(self, dist): method exclude_from (line 1237) | def exclude_from(self, dist): method validate (line 1252) | def validate(self, dist): class DistDeprecationWarning (line 1272) | class DistDeprecationWarning(SetuptoolsDeprecationWarning): FILE: openpype/vendor/python/python_2/setuptools/errors.py class RemovedCommandError (line 9) | class RemovedCommandError(DistutilsError, RuntimeError): FILE: openpype/vendor/python/python_2/setuptools/extension.py function _have_cython (line 12) | def _have_cython(): class Extension (line 32) | class Extension(_Extension): method __init__ (line 35) | def __init__(self, name, sources, *args, **kw): method _convert_pyx_sources_to_lang (line 41) | def _convert_pyx_sources_to_lang(self): class Library (line 56) | class Library(Extension): FILE: openpype/vendor/python/python_2/setuptools/extern/__init__.py class VendorImporter (line 4) | class VendorImporter: method __init__ (line 10) | def __init__(self, root_name, vendored_names=(), vendor_pkg=None): method search_path (line 16) | def search_path(self): method find_module (line 23) | def find_module(self, fullname, path=None): method load_module (line 35) | def load_module(self, fullname): method install (line 64) | def install(self): FILE: openpype/vendor/python/python_2/setuptools/glob.py function glob (line 16) | def glob(pathname, recursive=False): function iglob (line 30) | def iglob(pathname, recursive=False): function _iglob (line 48) | def _iglob(pathname, recursive): function glob1 (line 91) | def glob1(dirname, pattern): function glob0 (line 104) | def glob0(dirname, basename): function glob2 (line 120) | def glob2(dirname, pattern): function _rlistdir (line 128) | def _rlistdir(dirname): function has_magic (line 149) | def has_magic(s): function _isrecursive (line 157) | def _isrecursive(pattern): function escape (line 164) | def escape(pathname): FILE: openpype/vendor/python/python_2/setuptools/installer.py function _fixup_find_links (line 16) | def _fixup_find_links(find_links): function _legacy_fetch_build_egg (line 24) | def _legacy_fetch_build_egg(dist, req): function fetch_build_egg (line 56) | def fetch_build_egg(dist, req): function strip_marker (line 141) | def strip_marker(req): FILE: openpype/vendor/python/python_2/setuptools/launch.py function run (line 13) | def run(): FILE: openpype/vendor/python/python_2/setuptools/lib2to3_ex.py class DistutilsRefactoringTool (line 17) | class DistutilsRefactoringTool(RefactoringTool): method log_error (line 18) | def log_error(self, msg, *args, **kw): method log_message (line 21) | def log_message(self, msg, *args): method log_debug (line 24) | def log_debug(self, msg, *args): class Mixin2to3 (line 28) | class Mixin2to3(_Mixin2to3): method run_2to3 (line 29) | def run_2to3(self, files, doctests=False): method __build_fixer_names (line 46) | def __build_fixer_names(self): method __exclude_fixers (line 56) | def __exclude_fixers(self): FILE: openpype/vendor/python/python_2/setuptools/monkey.py function _get_mro (line 24) | def _get_mro(cls): function get_unpatched (line 38) | def get_unpatched(item): function get_unpatched_class (line 47) | def get_unpatched_class(cls): function patch_all (line 65) | def patch_all(): function _patch_distribution_metadata (line 104) | def _patch_distribution_metadata(): function patch_func (line 111) | def patch_func(replacement, target_mod, func_name): function get_unpatched_function (line 128) | def get_unpatched_function(candidate): function patch_for_msvc_specialized_compiler (line 132) | def patch_for_msvc_specialized_compiler(): FILE: openpype/vendor/python/python_2/setuptools/msvc.py class winreg (line 42) | class winreg: function msvc9_find_vcvarsall (line 65) | def msvc9_find_vcvarsall(version): function msvc9_query_vcvarsall (line 107) | def msvc9_query_vcvarsall(ver, arch='x86', *args, **kwargs): function msvc14_get_vc_env (line 145) | def msvc14_get_vc_env(plat_spec): function msvc14_gen_lib_options (line 177) | def msvc14_gen_lib_options(*args, **kwargs): function _augment_exception (line 190) | def _augment_exception(exc, version, arch=''): class PlatformInfo (line 226) | class PlatformInfo: method __init__ (line 237) | def __init__(self, arch): method target_cpu (line 241) | def target_cpu(self): method target_is_x86 (line 252) | def target_is_x86(self): method current_is_x86 (line 263) | def current_is_x86(self): method current_dir (line 274) | def current_dir(self, hidex86=False, x64=False): method target_dir (line 296) | def target_dir(self, hidex86=False, x64=False): method cross_dir (line 318) | def cross_dir(self, forcex86=False): class RegistryInfo (line 341) | class RegistryInfo: method __init__ (line 355) | def __init__(self, platform_info): method visualstudio (line 359) | def visualstudio(self): method sxs (line 371) | def sxs(self): method vc (line 383) | def vc(self): method vs (line 395) | def vs(self): method vc_for_python (line 407) | def vc_for_python(self): method microsoft_sdk (line 419) | def microsoft_sdk(self): method windows_sdk (line 431) | def windows_sdk(self): method netfx_sdk (line 443) | def netfx_sdk(self): method windows_kits_roots (line 455) | def windows_kits_roots(self): method microsoft (line 466) | def microsoft(self, key, x86=False): method lookup (line 485) | def lookup(self, key, name): class SystemInfo (line 521) | class SystemInfo: method __init__ (line 539) | def __init__(self, registry_info, vc_ver=None): method _find_latest_available_vs_ver (line 549) | def _find_latest_available_vs_ver(self): method find_reg_vs_vers (line 568) | def find_reg_vs_vers(self): method find_programdata_vs_vers (line 603) | def find_programdata_vs_vers(self): method _as_float_version (line 646) | def _as_float_version(version): method VSInstallDir (line 663) | def VSInstallDir(self): method VCInstallDir (line 680) | def VCInstallDir(self): method _guess_vc (line 697) | def _guess_vc(self): method _guess_vc_legacy (line 727) | def _guess_vc_legacy(self): method WindowsSdkVersion (line 748) | def WindowsSdkVersion(self): method WindowsSdkLastVersion (line 769) | def WindowsSdkLastVersion(self): method WindowsSdkDir (line 781) | def WindowsSdkDir(self): method WindowsSDKExecutablePath (line 824) | def WindowsSDKExecutablePath(self): method FSharpInstallDir (line 859) | def FSharpInstallDir(self): method UniversalCRTSdkDir (line 872) | def UniversalCRTSdkDir(self): method UniversalCRTSdkLastVersion (line 892) | def UniversalCRTSdkLastVersion(self): method NetFxSdkVersion (line 904) | def NetFxSdkVersion(self): method NetFxSdkDir (line 920) | def NetFxSdkDir(self): method FrameworkDir32 (line 938) | def FrameworkDir32(self): method FrameworkDir64 (line 954) | def FrameworkDir64(self): method FrameworkVersion32 (line 970) | def FrameworkVersion32(self): method FrameworkVersion64 (line 982) | def FrameworkVersion64(self): method _find_dot_net_versions (line 993) | def _find_dot_net_versions(self, bits): method _use_last_dir_name (line 1023) | def _use_last_dir_name(path, prefix=''): class EnvironmentInfo (line 1048) | class EnvironmentInfo: method __init__ (line 1072) | def __init__(self, arch, vc_ver=None, vc_min_ver=0): method vs_ver (line 1082) | def vs_ver(self): method vc_ver (line 1094) | def vc_ver(self): method VSTools (line 1106) | def VSTools(self): method VCIncludes (line 1126) | def VCIncludes(self): method VCLibraries (line 1139) | def VCLibraries(self): method VCStoreRefs (line 1160) | def VCStoreRefs(self): method VCTools (line 1174) | def VCTools(self): method OSLibraries (line 1211) | def OSLibraries(self): method OSIncludes (line 1231) | def OSIncludes(self): method OSLibpath (line 1255) | def OSLibpath(self): method SdkTools (line 1288) | def SdkTools(self): method _sdk_tools (line 1299) | def _sdk_tools(self): method _sdk_subdir (line 1335) | def _sdk_subdir(self): method SdkSetup (line 1348) | def SdkSetup(self): method FxTools (line 1363) | def FxTools(self): method NetFxSDKLibraries (line 1392) | def NetFxSDKLibraries(self): method NetFxSDKIncludes (line 1408) | def NetFxSDKIncludes(self): method VsTDb (line 1423) | def VsTDb(self): method MSBuild (line 1435) | def MSBuild(self): method HTMLHelpWorkshop (line 1463) | def HTMLHelpWorkshop(self): method UCRTLibraries (line 1478) | def UCRTLibraries(self): method UCRTIncludes (line 1496) | def UCRTIncludes(self): method _ucrt_subdir (line 1512) | def _ucrt_subdir(self): method FSharp (line 1525) | def FSharp(self): method VCRuntimeRedist (line 1540) | def VCRuntimeRedist(self): method return_env (line 1574) | def return_env(self, exists=True): method _build_paths (line 1624) | def _build_paths(self, name, spec_path_lists, exists): method _unique_everseen (line 1659) | def _unique_everseen(iterable, key=None): FILE: openpype/vendor/python/python_2/setuptools/namespaces.py class Installer (line 11) | class Installer: method install_namespaces (line 15) | def install_namespaces(self): method uninstall_namespaces (line 33) | def uninstall_namespaces(self): method _get_target (line 41) | def _get_target(self): method _get_root (line 67) | def _get_root(self): method _gen_nspkg_line (line 70) | def _gen_nspkg_line(self, pkg): method _get_all_ns_packages (line 81) | def _get_all_ns_packages(self): method _pkg_names (line 87) | def _pkg_names(pkg): class DevelopInstaller (line 102) | class DevelopInstaller(Installer): method _get_root (line 103) | def _get_root(self): method _get_target (line 106) | def _get_target(self): FILE: openpype/vendor/python/python_2/setuptools/package_index.py function parse_requirement_arg (line 52) | def parse_requirement_arg(spec): function parse_bdist_wininst (line 61) | def parse_bdist_wininst(name): function egg_info_for_url (line 85) | def egg_info_for_url(url): function distros_for_url (line 96) | def distros_for_url(url, metadata=None): function distros_for_location (line 110) | def distros_for_location(location, basename, metadata=None): function distros_for_filename (line 143) | def distros_for_filename(filename, metadata=None): function interpret_distro_name (line 150) | def interpret_distro_name( function unique_everseen (line 186) | def unique_everseen(iterable, key=None): function unique_values (line 204) | def unique_values(func): function find_external_links (line 222) | def find_external_links(url, page): class ContentChecker (line 240) | class ContentChecker: method feed (line 245) | def feed(self, block): method is_valid (line 251) | def is_valid(self): method report (line 257) | def report(self, reporter, template): class HashChecker (line 265) | class HashChecker(ContentChecker): method __init__ (line 271) | def __init__(self, hash_name, expected): method from_url (line 277) | def from_url(cls, url): method feed (line 287) | def feed(self, block): method is_valid (line 290) | def is_valid(self): method report (line 293) | def report(self, reporter, template): class PackageIndex (line 298) | class PackageIndex(Environment): method __init__ (line 301) | def __init__( method process_url (line 322) | def process_url(self, url, retrieve=False): method process_filename (line 373) | def process_filename(self, fn, nested=False): method url_ok (line 389) | def url_ok(self, url, fatal=False): method scan_egg_links (line 402) | def scan_egg_links(self, search_path): method scan_egg_link (line 412) | def scan_egg_link(self, path, entry): method process_index (line 428) | def process_index(self, url, page): method need_version_info (line 471) | def need_version_info(self, url): method scan_all (line 477) | def scan_all(self, msg=None, *args): method find_packages (line 486) | def find_packages(self, requirement): method obtain (line 501) | def obtain(self, requirement, installer=None): method check_hash (line 510) | def check_hash(self, checker, filename, tfp): method add_find_links (line 526) | def add_find_links(self, urls): method prescan (line 541) | def prescan(self): method not_found_in_index (line 547) | def not_found_in_index(self, requirement): method download (line 557) | def download(self, spec, tmpdir): method fetch_distribution (line 591) | def fetch_distribution( method fetch (line 667) | def fetch(self, requirement, tmpdir, force_scan=False, source=False): method gen_setup (line 680) | def gen_setup(self, filename, fragment, tmpdir): method _download_to (line 723) | def _download_to(self, url, filename): method reporthook (line 759) | def reporthook(self, url, filename, blocknum, blksize, size): method open_url (line 762) | def open_url(self, url, warning=None): method _download_url (line 797) | def _download_url(self, scheme, url, tmpdir): method scan_url (line 826) | def scan_url(self, url): method _attempt_download (line 829) | def _attempt_download(self, url, filename): method _download_html (line 836) | def _download_html(self, url, headers, filename): method _download_svn (line 851) | def _download_svn(self, url, filename): method _vcs_split_rev_from_url (line 874) | def _vcs_split_rev_from_url(url, pop_prefix=False): method _download_git (line 891) | def _download_git(self, url, filename): method _download_hg (line 907) | def _download_hg(self, url, filename): method debug (line 923) | def debug(self, msg, *args): method info (line 926) | def info(self, msg, *args): method warn (line 929) | def warn(self, msg, *args): function decode_entity (line 938) | def decode_entity(match): function htmldecode (line 943) | def htmldecode(text): function socket_timeout (line 955) | def socket_timeout(timeout=15): function _encode_auth (line 970) | def _encode_auth(auth): class Credential (line 992) | class Credential: method __init__ (line 997) | def __init__(self, username, password): method __iter__ (line 1001) | def __iter__(self): method __str__ (line 1005) | def __str__(self): class PyPIConfig (line 1009) | class PyPIConfig(configparser.RawConfigParser): method __init__ (line 1010) | def __init__(self): method creds_by_repository (line 1022) | def creds_by_repository(self): method _get_repo_cred (line 1030) | def _get_repo_cred(self, section): method find_credential (line 1037) | def find_credential(self, url): function open_with_auth (line 1047) | def open_with_auth(url, opener=urllib.request.urlopen): function _splituser (line 1094) | def _splituser(host): function fix_sf_url (line 1104) | def fix_sf_url(url): function local_open (line 1108) | def local_open(url): FILE: openpype/vendor/python/python_2/setuptools/py27compat.py function get_all_headers (line 11) | def get_all_headers(message, key): function get_all_headers (line 19) | def get_all_headers(message, key): function find_module (line 39) | def find_module(module, paths=None): function get_frozen_object (line 55) | def get_frozen_object(module, paths): function get_module (line 58) | def get_module(module, paths, info): FILE: openpype/vendor/python/python_2/setuptools/py31compat.py class TemporaryDirectory (line 13) | class TemporaryDirectory: method __init__ (line 20) | def __init__(self, **kwargs): method __enter__ (line 24) | def __enter__(self): method __exit__ (line 27) | def __exit__(self, exctype, excvalue, exctrace): FILE: openpype/vendor/python/python_2/setuptools/py33compat.py class Bytecode_compat (line 18) | class Bytecode_compat: method __init__ (line 19) | def __init__(self, code): method __iter__ (line 22) | def __iter__(self): FILE: openpype/vendor/python/python_2/setuptools/py34compat.py function module_from_spec (line 12) | def module_from_spec(spec): FILE: openpype/vendor/python/python_2/setuptools/sandbox.py function _execfile (line 35) | def _execfile(filename, globals, locals=None): function save_argv (line 49) | def save_argv(repl=None): function save_path (line 60) | def save_path(): function override_temp (line 69) | def override_temp(replacement): function pushd (line 86) | def pushd(target): class UnpickleableException (line 95) | class UnpickleableException(Exception): method dump (line 101) | def dump(type, exc): class ExceptionSaver (line 114) | class ExceptionSaver: method __enter__ (line 120) | def __enter__(self): method __exit__ (line 123) | def __exit__(self, type, exc, tb): method resume (line 134) | def resume(self): function save_modules (line 145) | def save_modules(): function _clear_modules (line 169) | def _clear_modules(module_names): function save_pkg_resources_state (line 175) | def save_pkg_resources_state(): function setup_context (line 184) | def setup_context(setup_dir): function _needs_hiding (line 198) | def _needs_hiding(mod_name): function hide_setuptools (line 219) | def hide_setuptools(): function run_setup (line 230) | def run_setup(setup_script, args): class AbstractSandbox (line 257) | class AbstractSandbox: method __init__ (line 262) | def __init__(self): method _copy (line 268) | def _copy(self, source): method __enter__ (line 272) | def __enter__(self): method __exit__ (line 279) | def __exit__(self, exc_type, exc_value, traceback): method run (line 286) | def run(self, func): method _mk_dual_path_wrapper (line 291) | def _mk_dual_path_wrapper(name): method _mk_single_path_wrapper (line 305) | def _mk_single_path_wrapper(name, original=None): method _mk_single_with_return (line 326) | def _mk_single_with_return(name): method _mk_query (line 341) | def _mk_query(name): method _validate_path (line 356) | def _validate_path(self, path): method _remap_input (line 360) | def _remap_input(self, operation, path, *args, **kw): method _remap_output (line 364) | def _remap_output(self, operation, path): method _remap_pair (line 368) | def _remap_pair(self, operation, src, dst, *args, **kw): class DirectorySandbox (line 382) | class DirectorySandbox(AbstractSandbox): method __init__ (line 396) | def __init__(self, sandbox, exceptions=_EXCEPTIONS): method _violation (line 405) | def _violation(self, operation, *args, **kw): method _file (line 411) | def _file(self, path, mode='r', *args, **kw): method _open (line 416) | def _open(self, path, mode='r', *args, **kw): method tmpnam (line 421) | def tmpnam(self): method _ok (line 424) | def _ok(self, path): method _exempted (line 437) | def _exempted(self, filepath): method _remap_input (line 449) | def _remap_input(self, operation, path, *args, **kw): method _remap_pair (line 455) | def _remap_pair(self, operation, src, dst, *args, **kw): method open (line 461) | def open(self, file, flags, mode=0o777, *args, **kw): class SandboxViolation (line 474) | class SandboxViolation(DistutilsError): method __str__ (line 489) | def __str__(self): FILE: openpype/vendor/python/python_2/setuptools/site-patch.py function __boot (line 1) | def __boot(): FILE: openpype/vendor/python/python_2/setuptools/ssl_support.py class CertificateError (line 53) | class CertificateError(ValueError): function _dnsname_match (line 59) | def _dnsname_match(dn, hostname, max_wildcards=1): function match_hostname (line 111) | def match_hostname(cert, hostname): class VerifyingHTTPSHandler (line 152) | class VerifyingHTTPSHandler(HTTPSHandler): method __init__ (line 155) | def __init__(self, ca_bundle): method https_open (line 159) | def https_open(self, req): class VerifyingHTTPSConn (line 165) | class VerifyingHTTPSConn(HTTPSConnection): method __init__ (line 168) | def __init__(self, host, ca_bundle, **kw): method connect (line 172) | def connect(self): function opener_for (line 205) | def opener_for(ca_bundle=None): function once (line 213) | def once(func): function get_win_certfile (line 223) | def get_win_certfile(): function find_ca_bundle (line 246) | def find_ca_bundle(): function _certifi_where (line 256) | def _certifi_where(): FILE: openpype/vendor/python/python_2/setuptools/unicode_utils.py function decompose (line 8) | def decompose(path): function filesys_decode (line 20) | def filesys_decode(path): function try_encode (line 39) | def try_encode(string, enc): FILE: openpype/vendor/python/python_2/setuptools/wheel.py function unpack (line 38) | def unpack(src_dir, dst_dir): class Wheel (line 60) | class Wheel: method __init__ (line 62) | def __init__(self, filename): method tags (line 70) | def tags(self): method is_compatible (line 78) | def is_compatible(self): method egg_name (line 83) | def egg_name(self): method get_dist_info (line 89) | def get_dist_info(self, zf): method install_as_egg (line 99) | def install_as_egg(self, destination_eggdir): method _install_as_egg (line 104) | def _install_as_egg(self, destination_eggdir, zf): method _convert_metadata (line 115) | def _convert_metadata(zf, destination_eggdir, dist_info, egg_info): method _move_data_entries (line 179) | def _move_data_entries(destination_eggdir, dist_data): method _fix_namespace_packages (line 207) | def _fix_namespace_packages(egg_info, destination_eggdir): FILE: openpype/vendor/python/python_2/setuptools/windows_support.py function windows_only (line 5) | def windows_only(func): function hide_file (line 12) | def hide_file(path): FILE: openpype/vendor/python/python_2/socketio/asgi.py class ASGIApp (line 4) | class ASGIApp(engineio.ASGIApp): # pragma: no cover method __init__ (line 32) | def __init__(self, socketio_server, other_asgi_app=None, FILE: openpype/vendor/python/python_2/socketio/asyncio_client.py class AsyncClient (line 15) | class AsyncClient(client.Client): method is_asyncio_based (line 56) | def is_asyncio_based(self): method connect (line 59) | async def connect(self, url, headers={}, transports=None, method wait (line 106) | async def wait(self): method emit (line 123) | async def emit(self, event, data=None, namespace=None, callback=None): method send (line 165) | async def send(self, data, namespace=None, callback=None): method call (line 188) | async def call(self, event, data=None, namespace=None, timeout=60): method disconnect (line 223) | async def disconnect(self): method start_background_task (line 237) | def start_background_task(self, target, *args, **kwargs): method sleep (line 254) | async def sleep(self, seconds=0): method _send_packet (line 266) | async def _send_packet(self, pkt): method _handle_connect (line 277) | async def _handle_connect(self, namespace): method _handle_disconnect (line 288) | async def _handle_disconnect(self, namespace): method _handle_event (line 294) | async def _handle_event(self, namespace, id, data): method _handle_ack (line 315) | async def _handle_ack(self, namespace, id, data): method _handle_error (line 332) | def _handle_error(self, namespace): method _trigger_event (line 339) | async def _trigger_event(self, event, namespace, *args): method _handle_reconnect (line 357) | async def _handle_reconnect(self): method _handle_eio_connect (line 397) | def _handle_eio_connect(self): method _handle_eio_message (line 402) | async def _handle_eio_message(self, data): method _handle_eio_disconnect (line 430) | async def _handle_eio_disconnect(self): method _engineio_client_class (line 444) | def _engineio_client_class(self): FILE: openpype/vendor/python/python_2/socketio/asyncio_manager.py class AsyncManager (line 6) | class AsyncManager(BaseManager): method emit (line 8) | async def emit(self, event, data, namespace, room=None, skip_sid=None, method close_room (line 32) | async def close_room(self, room, namespace): method trigger_callback (line 39) | async def trigger_callback(self, sid, namespace, id, data): FILE: openpype/vendor/python/python_2/socketio/asyncio_namespace.py class AsyncNamespace (line 6) | class AsyncNamespace(namespace.Namespace): method is_asyncio_based (line 19) | def is_asyncio_based(self): method trigger_event (line 22) | async def trigger_event(self, event, *args): method emit (line 44) | async def emit(self, event, data=None, room=None, skip_sid=None, method send (line 59) | async def send(self, data, room=None, skip_sid=None, namespace=None, method close_room (line 73) | async def close_room(self, room, namespace=None): method get_session (line 85) | async def get_session(self, sid, namespace=None): method save_session (line 97) | async def save_session(self, sid, session, namespace=None): method session (line 109) | def session(self, sid, namespace=None): method disconnect (line 118) | async def disconnect(self, sid, namespace=None): class AsyncClientNamespace (line 131) | class AsyncClientNamespace(namespace.ClientNamespace): method is_asyncio_based (line 144) | def is_asyncio_based(self): method trigger_event (line 147) | async def trigger_event(self, event, *args): method emit (line 169) | async def emit(self, event, data=None, namespace=None, callback=None): method send (line 182) | async def send(self, data, namespace=None, callback=None): method disconnect (line 195) | async def disconnect(self): FILE: openpype/vendor/python/python_2/socketio/asyncio_pubsub_manager.py class AsyncPubSubManager (line 11) | class AsyncPubSubManager(AsyncManager): method __init__ (line 27) | def __init__(self, channel='socketio', write_only=False, logger=None): method initialize (line 34) | def initialize(self): method emit (line 40) | async def emit(self, event, data, namespace=None, room=None, skip_sid=... method close_room (line 72) | async def close_room(self, room, namespace=None): method _publish (line 76) | async def _publish(self, data): method _listen (line 85) | async def _listen(self): method _handle_emit (line 95) | async def _handle_emit(self, message): method _handle_callback (line 112) | async def _handle_callback(self, message): method _return_callback (line 123) | async def _return_callback(self, host_id, sid, namespace, callback_id, method _handle_close_room (line 131) | async def _handle_close_room(self, message): method _thread (line 135) | async def _thread(self): FILE: openpype/vendor/python/python_2/socketio/asyncio_redis_manager.py function _parse_redis_url (line 13) | def _parse_redis_url(url): class AsyncRedisManager (line 28) | class AsyncRedisManager(AsyncPubSubManager): # pragma: no cover method __init__ (line 53) | def __init__(self, url='redis://localhost:6379/0', channel='socketio', method _publish (line 66) | async def _publish(self, data): method _listen (line 88) | async def _listen(self): FILE: openpype/vendor/python/python_2/socketio/asyncio_server.py class AsyncServer (line 12) | class AsyncServer(server.Server): method __init__ (line 63) | def __init__(self, client_manager=None, logger=False, json=None, method is_asyncio_based (line 71) | def is_asyncio_based(self): method attach (line 74) | def attach(self, app, socketio_path='socket.io'): method emit (line 78) | async def emit(self, event, data=None, to=None, room=None, skip_sid=None, method send (line 123) | async def send(self, data, to=None, room=None, skip_sid=None, method call (line 164) | async def call(self, event, data=None, to=None, sid=None, namespace=None, method close_room (line 210) | async def close_room(self, room, namespace=None): method get_session (line 225) | async def get_session(self, sid, namespace=None): method save_session (line 240) | async def save_session(self, sid, session, namespace=None): method session (line 252) | def session(self, sid, namespace=None): method disconnect (line 292) | async def disconnect(self, sid, namespace=None): method handle_request (line 310) | async def handle_request(self, *args, **kwargs): method start_background_task (line 320) | def start_background_task(self, target, *args, **kwargs): method sleep (line 337) | async def sleep(self, seconds=0): method _emit_internal (line 349) | async def _emit_internal(self, sid, event, data, namespace=None, id=No... method _send_packet (line 361) | async def _send_packet(self, sid, pkt): method _handle_connect (line 372) | async def _handle_connect(self, sid, namespace): method _handle_disconnect (line 403) | async def _handle_disconnect(self, sid, namespace): method _handle_event (line 418) | async def _handle_event(self, sid, namespace, id, data): method _handle_event_internal (line 429) | async def _handle_event_internal(self, server, sid, data, namespace, id): method _handle_ack (line 445) | async def _handle_ack(self, sid, namespace, id, data): method _trigger_event (line 451) | async def _trigger_event(self, event, namespace, *args): method _handle_eio_connect (line 470) | async def _handle_eio_connect(self, sid, environ): method _handle_eio_message (line 478) | async def _handle_eio_message(self, sid, data): method _handle_eio_disconnect (line 508) | async def _handle_eio_disconnect(self, sid): method _engineio_server_class (line 514) | def _engineio_server_class(self): FILE: openpype/vendor/python/python_2/socketio/base_manager.py class BaseManager (line 9) | class BaseManager(object): method __init__ (line 18) | def __init__(self): method set_server (line 25) | def set_server(self, server): method initialize (line 28) | def initialize(self): method get_namespaces (line 34) | def get_namespaces(self): method get_participants (line 38) | def get_participants(self, namespace, room): method connect (line 43) | def connect(self, sid, namespace): method is_connected (line 48) | def is_connected(self, sid, namespace): method pre_disconnect (line 58) | def pre_disconnect(self, sid, namespace): method disconnect (line 69) | def disconnect(self, sid, namespace): method enter_room (line 89) | def enter_room(self, sid, namespace, room): method leave_room (line 97) | def leave_room(self, sid, namespace, room): method close_room (line 108) | def close_room(self, room, namespace): method get_rooms (line 116) | def get_rooms(self, sid, namespace): method emit (line 127) | def emit(self, event, data, namespace, room=None, skip_sid=None, method trigger_callback (line 143) | def trigger_callback(self, sid, namespace, id, data): method _generate_ack_id (line 156) | def _generate_ack_id(self, sid, namespace, callback): method _get_logger (line 167) | def _get_logger(self): FILE: openpype/vendor/python/python_2/socketio/client.py function signal_handler (line 17) | def signal_handler(sig, frame): # pragma: no cover class Client (line 31) | class Client(object): method __init__ (line 72) | def __init__(self, reconnection=True, reconnection_attempts=0, method is_asyncio_based (line 123) | def is_asyncio_based(self): method on (line 126) | def on(self, event, handler=None, namespace=None): method event (line 171) | def event(self, *args, **kwargs): method register_namespace (line 206) | def register_namespace(self, namespace_handler): method connect (line 221) | def connect(self, url, headers={}, transports=None, method wait (line 265) | def wait(self): method emit (line 280) | def emit(self, event, data=None, namespace=None, callback=None): method send (line 320) | def send(self, data, namespace=None, callback=None): method call (line 341) | def call(self, event, data=None, namespace=None, timeout=60): method disconnect (line 372) | def disconnect(self): method transport (line 382) | def transport(self): method start_background_task (line 390) | def start_background_task(self, target, *args, **kwargs): method sleep (line 407) | def sleep(self, seconds=0): method _send_packet (line 417) | def _send_packet(self, pkt): method _generate_ack_id (line 428) | def _generate_ack_id(self, namespace, callback): method _handle_connect (line 437) | def _handle_connect(self, namespace): method _handle_disconnect (line 447) | def _handle_disconnect(self, namespace): method _handle_event (line 453) | def _handle_event(self, namespace, id, data): method _handle_ack (line 473) | def _handle_ack(self, namespace, id, data): method _handle_error (line 487) | def _handle_error(self, namespace): method _trigger_event (line 494) | def _trigger_event(self, event, namespace, *args): method _handle_reconnect (line 505) | def _handle_reconnect(self): method _handle_eio_connect (line 543) | def _handle_eio_connect(self): method _handle_eio_message (line 548) | def _handle_eio_message(self, data): method _handle_eio_disconnect (line 576) | def _handle_eio_disconnect(self): method _engineio_client_class (line 589) | def _engineio_client_class(self): FILE: openpype/vendor/python/python_2/socketio/exceptions.py class SocketIOError (line 1) | class SocketIOError(Exception): class ConnectionError (line 5) | class ConnectionError(SocketIOError): class ConnectionRefusedError (line 9) | class ConnectionRefusedError(ConnectionError): method __init__ (line 16) | def __init__(self, *args): class TimeoutError (line 25) | class TimeoutError(SocketIOError): FILE: openpype/vendor/python/python_2/socketio/kombu_manager.py class KombuManager (line 12) | class KombuManager(PubSubManager): # pragma: no cover method __init__ (line 40) | def __init__(self, url='amqp://guest:guest@localhost:5672//', method initialize (line 52) | def initialize(self): method _connection (line 67) | def _connection(self): method _exchange (line 70) | def _exchange(self): method _queue (line 73) | def _queue(self): method _producer (line 79) | def _producer(self): method __error_callback (line 82) | def __error_callback(self, exception, interval): method _publish (line 85) | def _publish(self, data): method _listen (line 91) | def _listen(self): FILE: openpype/vendor/python/python_2/socketio/middleware.py class WSGIApp (line 4) | class WSGIApp(engineio.WSGIApp): method __init__ (line 30) | def __init__(self, socketio_app, wsgi_app=None, static_files=None, class Middleware (line 37) | class Middleware(WSGIApp): method __init__ (line 39) | def __init__(self, socketio_app, wsgi_app=None, FILE: openpype/vendor/python/python_2/socketio/namespace.py class BaseNamespace (line 1) | class BaseNamespace(object): method __init__ (line 2) | def __init__(self, namespace=None): method is_asyncio_based (line 5) | def is_asyncio_based(self): method trigger_event (line 8) | def trigger_event(self, event, *args): class Namespace (line 21) | class Namespace(BaseNamespace): method __init__ (line 33) | def __init__(self, namespace=None): method _set_server (line 37) | def _set_server(self, server): method emit (line 40) | def emit(self, event, data=None, room=None, skip_sid=None, namespace=N... method send (line 52) | def send(self, data, room=None, skip_sid=None, namespace=None, method enter_room (line 64) | def enter_room(self, sid, room, namespace=None): method leave_room (line 74) | def leave_room(self, sid, room, namespace=None): method close_room (line 84) | def close_room(self, room, namespace=None): method rooms (line 94) | def rooms(self, sid, namespace=None): method get_session (line 103) | def get_session(self, sid, namespace=None): method save_session (line 113) | def save_session(self, sid, session, namespace=None): method session (line 123) | def session(self, sid, namespace=None): method disconnect (line 132) | def disconnect(self, sid, namespace=None): class ClientNamespace (line 143) | class ClientNamespace(BaseNamespace): method __init__ (line 155) | def __init__(self, namespace=None): method _set_client (line 159) | def _set_client(self, client): method emit (line 162) | def emit(self, event, data=None, namespace=None, callback=None): method send (line 173) | def send(self, data, room=None, skip_sid=None, namespace=None, method disconnect (line 184) | def disconnect(self): FILE: openpype/vendor/python/python_2/socketio/packet.py class Packet (line 12) | class Packet(object): method __init__ (line 27) | def __init__(self, packet_type=EVENT, data=None, namespace=None, id=None, method encode (line 45) | def encode(self): method decode (line 76) | def decode(self, encoded_packet): method add_attachment (line 116) | def add_attachment(self, attachment): method reconstruct_binary (line 125) | def reconstruct_binary(self, attachments): method _reconstruct_binary_internal (line 132) | def _reconstruct_binary_internal(self, data, attachments): method _deconstruct_binary (line 146) | def _deconstruct_binary(self, data): method _deconstruct_binary_internal (line 152) | def _deconstruct_binary_internal(self, data, attachments): method _data_is_binary (line 165) | def _data_is_binary(self, data): FILE: openpype/vendor/python/python_2/socketio/pubsub_manager.py class PubSubManager (line 11) | class PubSubManager(BaseManager): method __init__ (line 27) | def __init__(self, channel='socketio', write_only=False, logger=None): method initialize (line 34) | def initialize(self): method emit (line 40) | def emit(self, event, data, namespace=None, room=None, skip_sid=None, method close_room (line 70) | def close_room(self, room, namespace=None): method _publish (line 74) | def _publish(self, data): method _listen (line 83) | def _listen(self): method _handle_emit (line 93) | def _handle_emit(self, message): method _handle_callback (line 110) | def _handle_callback(self, message): method _return_callback (line 121) | def _return_callback(self, host_id, sid, namespace, callback_id, *args): method _handle_close_room (line 128) | def _handle_close_room(self, message): method _thread (line 132) | def _thread(self): FILE: openpype/vendor/python/python_2/socketio/redis_manager.py class RedisManager (line 15) | class RedisManager(PubSubManager): # pragma: no cover method __init__ (line 39) | def __init__(self, url='redis://localhost:6379/0', channel='socketio', method initialize (line 51) | def initialize(self): method _redis_connect (line 66) | def _redis_connect(self): method _publish (line 70) | def _publish(self, data): method _redis_listen_with_retries (line 85) | def _redis_listen_with_retries(self): method _listen (line 104) | def _listen(self): FILE: openpype/vendor/python/python_2/socketio/server.py class Server (line 14) | class Server(object): method __init__ (line 91) | def __init__(self, client_manager=None, logger=False, binary=False, method is_asyncio_based (line 137) | def is_asyncio_based(self): method on (line 140) | def on(self, event, handler=None, namespace=None): method event (line 189) | def event(self, *args, **kwargs): method register_namespace (line 224) | def register_namespace(self, namespace_handler): method emit (line 239) | def emit(self, event, data=None, to=None, room=None, skip_sid=None, method send (line 282) | def send(self, data, to=None, room=None, skip_sid=None, namespace=None, method call (line 321) | def call(self, event, data=None, to=None, sid=None, namespace=None, method enter_room (line 365) | def enter_room(self, sid, room, namespace=None): method leave_room (line 381) | def leave_room(self, sid, room, namespace=None): method close_room (line 395) | def close_room(self, room, namespace=None): method rooms (line 408) | def rooms(self, sid, namespace=None): method get_session (line 418) | def get_session(self, sid, namespace=None): method save_session (line 434) | def save_session(self, sid, session, namespace=None): method session (line 446) | def session(self, sid, namespace=None): method disconnect (line 486) | def disconnect(self, sid, namespace=None): method transport (line 502) | def transport(self, sid): method handle_request (line 512) | def handle_request(self, environ, start_response): method start_background_task (line 528) | def start_background_task(self, target, *args, **kwargs): method sleep (line 545) | def sleep(self, seconds=0): method _emit_internal (line 555) | def _emit_internal(self, sid, event, data, namespace=None, id=None): method _send_packet (line 571) | def _send_packet(self, sid, pkt): method _handle_connect (line 582) | def _handle_connect(self, sid, namespace): method _handle_disconnect (line 613) | def _handle_disconnect(self, sid, namespace): method _handle_event (line 628) | def _handle_event(self, sid, namespace, id, data): method _handle_event_internal (line 639) | def _handle_event_internal(self, server, sid, data, namespace, id): method _handle_ack (line 659) | def _handle_ack(self, sid, namespace, id, data): method _trigger_event (line 665) | def _trigger_event(self, event, namespace, *args): method _handle_eio_connect (line 676) | def _handle_eio_connect(self, sid, environ): method _handle_eio_message (line 684) | def _handle_eio_message(self, sid, data): method _handle_eio_disconnect (line 712) | def _handle_eio_disconnect(self, sid): method _engineio_server_class (line 718) | def _engineio_server_class(self): FILE: openpype/vendor/python/python_2/socketio/tornado.py function get_tornado_handler (line 10) | def get_tornado_handler(socketio_server): # pragma: no cover FILE: openpype/vendor/python/python_2/socketio/zmq_manager.py class ZmqManager (line 13) | class ZmqManager(PubSubManager): # pragma: no cover method __init__ (line 51) | def __init__(self, url='zmq+tcp://localhost:5555+5556', method _publish (line 83) | def _publish(self, data): method zmq_listen (line 93) | def zmq_listen(self): method _listen (line 99) | def _listen(self): FILE: openpype/vendor/python/python_2/urllib3/__init__.py function add_stderr_logger (line 46) | def add_stderr_logger(level=logging.DEBUG): function disable_warnings (line 81) | def disable_warnings(category=exceptions.HTTPWarning): FILE: openpype/vendor/python/python_2/urllib3/_collections.py class RLock (line 11) | class RLock: method __enter__ (line 12) | def __enter__(self): method __exit__ (line 15) | def __exit__(self, exc_type, exc_value, traceback): class RecentlyUsedContainer (line 31) | class RecentlyUsedContainer(MutableMapping): method __init__ (line 47) | def __init__(self, maxsize=10, dispose_func=None): method __getitem__ (line 54) | def __getitem__(self, key): method __setitem__ (line 61) | def __setitem__(self, key, value): method __delitem__ (line 76) | def __delitem__(self, key): method __len__ (line 83) | def __len__(self): method __iter__ (line 87) | def __iter__(self): method clear (line 92) | def clear(self): method keys (line 102) | def keys(self): class HTTPHeaderDict (line 107) | class HTTPHeaderDict(MutableMapping): method __init__ (line 141) | def __init__(self, headers=None, **kwargs): method __setitem__ (line 152) | def __setitem__(self, key, val): method __getitem__ (line 156) | def __getitem__(self, key): method __delitem__ (line 160) | def __delitem__(self, key): method __contains__ (line 163) | def __contains__(self, key): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 175) | def __ne__(self, other): method __len__ (line 184) | def __len__(self): method __iter__ (line 187) | def __iter__(self): method pop (line 192) | def pop(self, key, default=__marker): method discard (line 209) | def discard(self, key): method add (line 215) | def add(self, key, val): method extend (line 231) | def extend(self, *args, **kwargs): method getlist (line 259) | def getlist(self, key, default=__marker): method __repr__ (line 279) | def __repr__(self): method _copy_from (line 282) | def _copy_from(self, other): method copy (line 290) | def copy(self): method iteritems (line 295) | def iteritems(self): method itermerged (line 302) | def itermerged(self): method items (line 308) | def items(self): method from_httplib (line 312) | def from_httplib(cls, message): # Python 2 FILE: openpype/vendor/python/python_2/urllib3/connection.py class BaseSSLError (line 24) | class BaseSSLError(BaseException): class ConnectionError (line 33) | class ConnectionError(Exception): class BrokenPipeError (line 42) | class BrokenPipeError(Exception): class HTTPConnection (line 76) | class HTTPConnection(_HTTPConnection, object): method __init__ (line 115) | def __init__(self, *args, **kw): method host (line 133) | def host(self): method host (line 152) | def host(self, value): method _new_conn (line 161) | def _new_conn(self): method _is_using_tunnel (line 192) | def _is_using_tunnel(self): method _prepare_conn (line 196) | def _prepare_conn(self, conn): method connect (line 204) | def connect(self): method putrequest (line 208) | def putrequest(self, method, url, *args, **kwargs): method putheader (line 221) | def putheader(self, header, *values): method request (line 231) | def request(self, method, url, body=None, headers=None): method request_chunked (line 241) | def request_chunked(self, method, url, body=None, headers=None): class HTTPSConnection (line 281) | class HTTPSConnection(HTTPConnection): method __init__ (line 297) | def __init__( method set_cert (line 323) | def set_cert( method connect (line 356) | def connect(self): method _connect_tls_proxy (line 474) | def _connect_tls_proxy(self, hostname, conn): function _match_hostname (line 531) | def _match_hostname(cert, asserted_hostname): function _get_default_user_agent (line 553) | def _get_default_user_agent(): class DummyConnection (line 557) | class DummyConnection(object): FILE: openpype/vendor/python/python_2/urllib3/connectionpool.py class ConnectionPool (line 61) | class ConnectionPool(object): method __init__ (line 75) | def __init__(self, host, port=None): method __str__ (line 83) | def __str__(self): method __enter__ (line 86) | def __enter__(self): method __exit__ (line 89) | def __exit__(self, exc_type, exc_val, exc_tb): method close (line 94) | def close(self): class HTTPConnectionPool (line 105) | class HTTPConnectionPool(ConnectionPool, RequestMethods): method __init__ (line 169) | def __init__( method _new_conn (line 223) | def _new_conn(self): method _get_conn (line 244) | def _get_conn(self, timeout=None): method _put_conn (line 283) | def _put_conn(self, conn): method _validate_conn (line 314) | def _validate_conn(self, conn): method _prepare_proxy (line 320) | def _prepare_proxy(self, conn): method _get_timeout (line 324) | def _get_timeout(self, timeout): method _raise_timeout (line 336) | def _raise_timeout(self, err, url, timeout_value): method _make_request (line 361) | def _make_request( method _absolute_url (line 480) | def _absolute_url(self, path): method close (line 483) | def close(self): method is_same_host (line 501) | def is_same_host(self, url): method urlopen (line 522) | def urlopen( class HTTPSConnectionPool (line 895) | class HTTPSConnectionPool(HTTPConnectionPool): method __init__ (line 912) | def __init__( method _prepare_conn (line 961) | def _prepare_conn(self, conn): method _prepare_proxy (line 981) | def _prepare_proxy(self, conn): method _new_conn (line 996) | def _new_conn(self): method _validate_conn (line 1032) | def _validate_conn(self, conn): function connection_from_url (line 1065) | def connection_from_url(url, **kw): function _normalize_host (line 1093) | def _normalize_host(host, scheme): FILE: openpype/vendor/python/python_2/urllib3/contrib/_appengine_environ.py function is_appengine (line 8) | def is_appengine(): function is_appengine_sandbox (line 12) | def is_appengine_sandbox(): function is_local_appengine (line 22) | def is_local_appengine(): function is_prod_appengine (line 28) | def is_prod_appengine(): function is_prod_appengine_mvms (line 34) | def is_prod_appengine_mvms(): FILE: openpype/vendor/python/python_2/urllib3/contrib/_securetransport/bindings.py function load_cdll (line 65) | def load_cdll(name, macos10_16_path): class CFConst (line 423) | class CFConst(object): class SecurityConst (line 432) | class SecurityConst(object): FILE: openpype/vendor/python/python_2/urllib3/contrib/_securetransport/low_level.py function _cf_data_from_bytes (line 27) | def _cf_data_from_bytes(bytestring): function _cf_dictionary_from_tuples (line 37) | def _cf_dictionary_from_tuples(tuples): function _cfstr (line 59) | def _cfstr(py_bstr): function _create_cfstring_array (line 73) | def _create_cfstring_array(lst): function _cf_string_to_unicode (line 104) | def _cf_string_to_unicode(value): function _assert_no_error (line 129) | def _assert_no_error(error, exception_class=None): function _cert_array_from_pem (line 150) | def _cert_array_from_pem(pem_bundle): function _is_cert (line 196) | def _is_cert(item): function _is_identity (line 204) | def _is_identity(item): function _temporary_keychain (line 212) | def _temporary_keychain(): function _load_items_from_file (line 247) | def _load_items_from_file(keychain, path): function _load_client_cert_chain (line 302) | def _load_client_cert_chain(keychain, *paths): function _build_tls_unknown_ca_alert (line 386) | def _build_tls_unknown_ca_alert(version): FILE: openpype/vendor/python/python_2/urllib3/contrib/appengine.py class AppEnginePlatformWarning (line 71) | class AppEnginePlatformWarning(HTTPWarning): class AppEnginePlatformError (line 75) | class AppEnginePlatformError(HTTPError): class AppEngineManager (line 79) | class AppEngineManager(RequestMethods): method __init__ (line 99) | def __init__( method __enter__ (line 124) | def __enter__(self): method __exit__ (line 127) | def __exit__(self, exc_type, exc_val, exc_tb): method urlopen (line 131) | def urlopen( method _urlfetch_response_to_http_response (line 245) | def _urlfetch_response_to_http_response(self, urlfetch_resp, **respons... method _get_absolute_timeout (line 281) | def _get_absolute_timeout(self, timeout): method _get_retries (line 294) | def _get_retries(self, retries, redirect): FILE: openpype/vendor/python/python_2/urllib3/contrib/ntlmpool.py class NTLMConnectionPool (line 27) | class NTLMConnectionPool(HTTPSConnectionPool): method __init__ (line 34) | def __init__(self, user, pw, authurl, *args, **kwargs): method _new_conn (line 48) | def _new_conn(self): method urlopen (line 115) | def urlopen( FILE: openpype/vendor/python/python_2/urllib3/contrib/pyopenssl.py class UnsupportedExtension (line 59) | class UnsupportedExtension(Exception): function inject_into_urllib3 (line 121) | def inject_into_urllib3(): function extract_from_urllib3 (line 134) | def extract_from_urllib3(): function _validate_dependencies_met (line 145) | def _validate_dependencies_met(): function _dnsname_to_stdlib (line 171) | def _dnsname_to_stdlib(name): function get_subj_alt_name (line 214) | def get_subj_alt_name(peer_cert): class WrappedSocket (line 268) | class WrappedSocket(object): method __init__ (line 275) | def __init__(self, connection, socket, suppress_ragged_eofs=True): method fileno (line 282) | def fileno(self): method _decref_socketios (line 286) | def _decref_socketios(self): method recv (line 292) | def recv(self, *args, **kwargs): method recv_into (line 317) | def recv_into(self, *args, **kwargs): method settimeout (line 340) | def settimeout(self, timeout): method _send_until_done (line 343) | def _send_until_done(self, data): method sendall (line 354) | def sendall(self, data): method shutdown (line 362) | def shutdown(self): method close (line 366) | def close(self): method getpeercert (line 376) | def getpeercert(self, binary_form=False): method version (line 390) | def version(self): method _reuse (line 393) | def _reuse(self): method _drop (line 396) | def _drop(self): function makefile (line 405) | def makefile(self, mode, bufsize=-1): class PyOpenSSLContext (line 416) | class PyOpenSSLContext(object): method __init__ (line 423) | def __init__(self, protocol): method options (line 430) | def options(self): method options (line 434) | def options(self, value): method verify_mode (line 439) | def verify_mode(self): method verify_mode (line 443) | def verify_mode(self, value): method set_default_verify_paths (line 446) | def set_default_verify_paths(self): method set_ciphers (line 449) | def set_ciphers(self, ciphers): method load_verify_locations (line 454) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method load_cert_chain (line 466) | def load_cert_chain(self, certfile, keyfile=None, password=None): method set_alpn_protocols (line 474) | def set_alpn_protocols(self, protocols): method wrap_socket (line 478) | def wrap_socket( function _verify_callback (line 510) | def _verify_callback(cnx, x509, err_no, err_depth, return_code): FILE: openpype/vendor/python/python_2/urllib3/contrib/securetransport.py function inject_into_urllib3 (line 189) | def inject_into_urllib3(): function extract_from_urllib3 (line 201) | def extract_from_urllib3(): function _read_callback (line 213) | def _read_callback(connection_id, data_buffer, data_length_pointer): function _write_callback (line 268) | def _write_callback(connection_id, data_buffer, data_length_pointer): class WrappedSocket (line 326) | class WrappedSocket(object): method __init__ (line 334) | def __init__(self, socket): method _raise_on_error (line 353) | def _raise_on_error(self): method _set_ciphers (line 373) | def _set_ciphers(self): method _set_alpn_protocols (line 386) | def _set_alpn_protocols(self, protocols): method _custom_validate (line 399) | def _custom_validate(self, verify, trust_bundle): method _evaluate_trust (line 434) | def _evaluate_trust(self, trust_bundle): method handshake (line 474) | def handshake( method fileno (line 567) | def fileno(self): method _decref_socketios (line 571) | def _decref_socketios(self): method recv (line 577) | def recv(self, bufsiz): method recv_into (line 583) | def recv_into(self, buffer, nbytes=None): method settimeout (line 626) | def settimeout(self, timeout): method gettimeout (line 629) | def gettimeout(self): method send (line 632) | def send(self, data): method sendall (line 649) | def sendall(self, data): method shutdown (line 655) | def shutdown(self): method close (line 659) | def close(self): method getpeercert (line 678) | def getpeercert(self, binary_form=False): method version (line 736) | def version(self): method _reuse (line 757) | def _reuse(self): method _drop (line 760) | def _drop(self): function makefile (line 769) | def makefile(self, mode, bufsize=-1): function makefile (line 776) | def makefile(self, mode="r", buffering=None, *args, **kwargs): class SecureTransportContext (line 786) | class SecureTransportContext(object): method __init__ (line 793) | def __init__(self, protocol): method check_hostname (line 804) | def check_hostname(self): method check_hostname (line 812) | def check_hostname(self, value): method options (line 820) | def options(self): method options (line 830) | def options(self, value): method verify_mode (line 835) | def verify_mode(self): method verify_mode (line 839) | def verify_mode(self, value): method set_default_verify_paths (line 842) | def set_default_verify_paths(self): method load_default_certs (line 854) | def load_default_certs(self): method set_ciphers (line 857) | def set_ciphers(self, ciphers): method load_verify_locations (line 862) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method load_cert_chain (line 874) | def load_cert_chain(self, certfile, keyfile=None, password=None): method set_alpn_protocols (line 879) | def set_alpn_protocols(self, protocols): method wrap_socket (line 891) | def wrap_socket( FILE: openpype/vendor/python/python_2/urllib3/contrib/socks.py class SOCKSConnection (line 75) | class SOCKSConnection(HTTPConnection): method __init__ (line 80) | def __init__(self, *args, **kwargs): method _new_conn (line 84) | def _new_conn(self): class SOCKSHTTPSConnection (line 147) | class SOCKSHTTPSConnection(SOCKSConnection, HTTPSConnection): class SOCKSHTTPConnectionPool (line 151) | class SOCKSHTTPConnectionPool(HTTPConnectionPool): class SOCKSHTTPSConnectionPool (line 155) | class SOCKSHTTPSConnectionPool(HTTPSConnectionPool): class SOCKSProxyManager (line 159) | class SOCKSProxyManager(PoolManager): method __init__ (line 170) | def __init__( FILE: openpype/vendor/python/python_2/urllib3/exceptions.py class HTTPError (line 8) | class HTTPError(Exception): class HTTPWarning (line 14) | class HTTPWarning(Warning): class PoolError (line 20) | class PoolError(HTTPError): method __init__ (line 23) | def __init__(self, pool, message): method __reduce__ (line 27) | def __reduce__(self): class RequestError (line 32) | class RequestError(PoolError): method __init__ (line 35) | def __init__(self, pool, url, message): method __reduce__ (line 39) | def __reduce__(self): class SSLError (line 44) | class SSLError(HTTPError): class ProxyError (line 50) | class ProxyError(HTTPError): method __init__ (line 53) | def __init__(self, message, error, *args): class DecodeError (line 58) | class DecodeError(HTTPError): class ProtocolError (line 64) | class ProtocolError(HTTPError): class MaxRetryError (line 77) | class MaxRetryError(RequestError): method __init__ (line 87) | def __init__(self, pool, url, reason=None): class HostChangedError (line 95) | class HostChangedError(RequestError): method __init__ (line 98) | def __init__(self, pool, url, retries=3): class TimeoutStateError (line 104) | class TimeoutStateError(HTTPError): class TimeoutError (line 110) | class TimeoutError(HTTPError): class ReadTimeoutError (line 120) | class ReadTimeoutError(TimeoutError, RequestError): class ConnectTimeoutError (line 128) | class ConnectTimeoutError(TimeoutError): class NewConnectionError (line 134) | class NewConnectionError(ConnectTimeoutError, PoolError): class EmptyPoolError (line 140) | class EmptyPoolError(PoolError): class ClosedPoolError (line 146) | class ClosedPoolError(PoolError): class LocationValueError (line 152) | class LocationValueError(ValueError, HTTPError): class LocationParseError (line 158) | class LocationParseError(LocationValueError): method __init__ (line 161) | def __init__(self, location): class URLSchemeUnknown (line 168) | class URLSchemeUnknown(LocationValueError): method __init__ (line 171) | def __init__(self, scheme): class ResponseError (line 178) | class ResponseError(HTTPError): class SecurityWarning (line 185) | class SecurityWarning(HTTPWarning): class SubjectAltNameWarning (line 191) | class SubjectAltNameWarning(SecurityWarning): class InsecureRequestWarning (line 197) | class InsecureRequestWarning(SecurityWarning): class SystemTimeWarning (line 203) | class SystemTimeWarning(SecurityWarning): class InsecurePlatformWarning (line 209) | class InsecurePlatformWarning(SecurityWarning): class SNIMissingWarning (line 215) | class SNIMissingWarning(HTTPWarning): class DependencyWarning (line 221) | class DependencyWarning(HTTPWarning): class ResponseNotChunked (line 230) | class ResponseNotChunked(ProtocolError, ValueError): class BodyNotHttplibCompatible (line 236) | class BodyNotHttplibCompatible(HTTPError): class IncompleteRead (line 245) | class IncompleteRead(HTTPError, httplib_IncompleteRead): method __init__ (line 253) | def __init__(self, partial, expected): method __repr__ (line 256) | def __repr__(self): class InvalidChunkLength (line 263) | class InvalidChunkLength(HTTPError, httplib_IncompleteRead): method __init__ (line 266) | def __init__(self, response, length): method __repr__ (line 273) | def __repr__(self): class InvalidHeader (line 280) | class InvalidHeader(HTTPError): class ProxySchemeUnknown (line 286) | class ProxySchemeUnknown(AssertionError, URLSchemeUnknown): method __init__ (line 291) | def __init__(self, scheme): class ProxySchemeUnsupported (line 306) | class ProxySchemeUnsupported(ValueError): class HeaderParsingError (line 312) | class HeaderParsingError(HTTPError): method __init__ (line 315) | def __init__(self, defects, unparsed_data): class UnrewindableBodyError (line 320) | class UnrewindableBodyError(HTTPError): FILE: openpype/vendor/python/python_2/urllib3/fields.py function guess_content_type (line 10) | def guess_content_type(filename, default="application/octet-stream"): function format_header_param_rfc2231 (line 24) | def format_header_param_rfc2231(name, value): function _replace_multiple (line 82) | def _replace_multiple(value, needles_and_replacements): function format_header_param_html5 (line 95) | def format_header_param_html5(name, value): class RequestField (line 126) | class RequestField(object): method __init__ (line 143) | def __init__( method from_tuples (line 160) | def from_tuples(cls, fieldname, value, header_formatter=format_header_... method _render_part (line 195) | def _render_part(self, name, value): method _render_parts (line 208) | def _render_parts(self, header_parts): method render_headers (line 230) | def render_headers(self): method make_multipart (line 249) | def make_multipart( FILE: openpype/vendor/python/python_2/urllib3/filepost.py function choose_boundary (line 15) | def choose_boundary(): function iter_field_objects (line 25) | def iter_field_objects(fields): function iter_fields (line 45) | def iter_fields(fields): function encode_multipart_formdata (line 63) | def encode_multipart_formdata(fields, boundary=None): FILE: openpype/vendor/python/python_2/urllib3/packages/backports/makefile.py function backport_makefile (line 13) | def backport_makefile( FILE: openpype/vendor/python/python_2/urllib3/packages/six.py class X (line 60) | class X(object): method __len__ (line 61) | def __len__(self): function _add_doc (line 80) | def _add_doc(func, doc): function _import_module (line 85) | def _import_module(name): class _LazyDescr (line 91) | class _LazyDescr(object): method __init__ (line 92) | def __init__(self, name): method __get__ (line 95) | def __get__(self, obj, tp): class MovedModule (line 107) | class MovedModule(_LazyDescr): method __init__ (line 108) | def __init__(self, name, old, new=None): method _resolve (line 117) | def _resolve(self): method __getattr__ (line 120) | def __getattr__(self, attr): class _LazyModule (line 127) | class _LazyModule(types.ModuleType): method __init__ (line 128) | def __init__(self, name): method __dir__ (line 132) | def __dir__(self): class MovedAttribute (line 141) | class MovedAttribute(_LazyDescr): method __init__ (line 142) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 160) | def _resolve(self): class _SixMetaPathImporter (line 165) | class _SixMetaPathImporter(object): method __init__ (line 174) | def __init__(self, six_module_name): method _add_module (line 178) | def _add_module(self, mod, *fullnames): method _get_module (line 182) | def _get_module(self, fullname): method find_module (line 185) | def find_module(self, fullname, path=None): method find_spec (line 190) | def find_spec(self, fullname, path, target=None): method __get_module (line 195) | def __get_module(self, fullname): method load_module (line 201) | def load_module(self, fullname): method is_package (line 215) | def is_package(self, fullname): method get_code (line 224) | def get_code(self, fullname): method create_module (line 233) | def create_module(self, spec): method exec_module (line 236) | def exec_module(self, module): class _MovedItems (line 243) | class _MovedItems(_LazyModule): class Module_six_moves_urllib_parse (line 352) | class Module_six_moves_urllib_parse(_LazyModule): class Module_six_moves_urllib_error (line 399) | class Module_six_moves_urllib_error(_LazyModule): class Module_six_moves_urllib_request (line 422) | class Module_six_moves_urllib_request(_LazyModule): class Module_six_moves_urllib_response (line 477) | class Module_six_moves_urllib_response(_LazyModule): class Module_six_moves_urllib_robotparser (line 501) | class Module_six_moves_urllib_robotparser(_LazyModule): class Module_six_moves_urllib (line 524) | class Module_six_moves_urllib(types.ModuleType): method __dir__ (line 535) | def __dir__(self): function add_move (line 544) | def add_move(move): function remove_move (line 549) | def remove_move(name): function advance_iterator (line 582) | def advance_iterator(it): function callable (line 593) | def callable(obj): function get_unbound_function (line 599) | def get_unbound_function(unbound): function create_unbound_method (line 604) | def create_unbound_method(func, cls): function get_unbound_function (line 610) | def get_unbound_function(unbound): function create_bound_method (line 613) | def create_bound_method(func, obj): function create_unbound_method (line 616) | def create_unbound_method(func, cls): class Iterator (line 619) | class Iterator(object): method next (line 620) | def next(self): function iterkeys (line 639) | def iterkeys(d, **kw): function itervalues (line 642) | def itervalues(d, **kw): function iteritems (line 645) | def iteritems(d, **kw): function iterlists (line 648) | def iterlists(d, **kw): function iterkeys (line 658) | def iterkeys(d, **kw): function itervalues (line 661) | def itervalues(d, **kw): function iteritems (line 664) | def iteritems(d, **kw): function iterlists (line 667) | def iterlists(d, **kw): function b (line 686) | def b(s): function u (line 689) | def u(s): function b (line 716) | def b(s): function u (line 721) | def u(s): function byte2int (line 727) | def byte2int(bs): function indexbytes (line 730) | def indexbytes(buf, i): function assertCountEqual (line 745) | def assertCountEqual(self, *args, **kwargs): function assertRaisesRegex (line 749) | def assertRaisesRegex(self, *args, **kwargs): function assertRegex (line 753) | def assertRegex(self, *args, **kwargs): function assertNotRegex (line 757) | def assertNotRegex(self, *args, **kwargs): function reraise (line 764) | def reraise(tp, value, tb=None): function exec_ (line 778) | def exec_(_code_, _globs_=None, _locs_=None): function raise_from (line 811) | def raise_from(value, from_value): function print_ (line 818) | def print_(*args, **kwargs): function print_ (line 879) | def print_(*args, **kwargs): function _update_wrapper (line 895) | def _update_wrapper( function wraps (line 915) | def wraps( function with_metaclass (line 930) | def with_metaclass(meta, *bases): function add_metaclass (line 954) | def add_metaclass(metaclass): function ensure_binary (line 974) | def ensure_binary(s, encoding="utf-8", errors="strict"): function ensure_str (line 992) | def ensure_str(s, encoding="utf-8", errors="strict"): function ensure_text (line 1015) | def ensure_text(s, encoding="utf-8", errors="strict"): function python_2_unicode_compatible (line 1034) | def python_2_unicode_compatible(klass): FILE: openpype/vendor/python/python_2/urllib3/poolmanager.py function _default_key_normalizer (line 79) | def _default_key_normalizer(key_class, request_context): class PoolManager (line 140) | class PoolManager(RequestMethods): method __init__ (line 171) | def __init__(self, num_pools=10, headers=None, **connection_pool_kw): method __enter__ (line 181) | def __enter__(self): method __exit__ (line 184) | def __exit__(self, exc_type, exc_val, exc_tb): method _new_pool (line 189) | def _new_pool(self, scheme, host, port, request_context=None): method clear (line 216) | def clear(self): method connection_from_host (line 225) | def connection_from_host(self, host, port=None, scheme="http", pool_kw... method connection_from_context (line 248) | def connection_from_context(self, request_context): method connection_from_pool_key (line 263) | def connection_from_pool_key(self, pool_key, request_context=None): method connection_from_url (line 287) | def connection_from_url(self, url, pool_kwargs=None): method _merge_pool_kwargs (line 303) | def _merge_pool_kwargs(self, override): method _proxy_requires_url_absolute_form (line 323) | def _proxy_requires_url_absolute_form(self, parsed_url): method _validate_proxy_scheme_url_selection (line 336) | def _validate_proxy_scheme_url_selection(self, url_scheme): method urlopen (line 353) | def urlopen(self, method, url, redirect=True, **kw): class ProxyManager (line 421) | class ProxyManager(PoolManager): method __init__ (line 461) | def __init__( method connection_from_host (line 498) | def connection_from_host(self, host, port=None, scheme="http", pool_kw... method _set_proxy_headers (line 508) | def _set_proxy_headers(self, url, headers=None): method urlopen (line 523) | def urlopen(self, method, url, redirect=True, **kw): function proxy_from_url (line 536) | def proxy_from_url(url, **kw): FILE: openpype/vendor/python/python_2/urllib3/request.py class RequestMethods (line 9) | class RequestMethods(object): method __init__ (line 40) | def __init__(self, headers=None): method urlopen (line 43) | def urlopen( method request (line 58) | def request(self, method, url, fields=None, headers=None, **urlopen_kw): method request_encode_url (line 82) | def request_encode_url(self, method, url, fields=None, headers=None, *... method request_encode_body (line 98) | def request_encode_body( FILE: openpype/vendor/python/python_2/urllib3/response.py class DeflateDecoder (line 38) | class DeflateDecoder(object): method __init__ (line 39) | def __init__(self): method __getattr__ (line 44) | def __getattr__(self, name): method decompress (line 47) | def decompress(self, data): class GzipDecoderState (line 70) | class GzipDecoderState(object): class GzipDecoder (line 77) | class GzipDecoder(object): method __init__ (line 78) | def __init__(self): method __getattr__ (line 82) | def __getattr__(self, name): method decompress (line 85) | def decompress(self, data): class BrotliDecoder (line 109) | class BrotliDecoder(object): method __init__ (line 113) | def __init__(self): method flush (line 120) | def flush(self): class MultiDecoder (line 126) | class MultiDecoder(object): method __init__ (line 135) | def __init__(self, modes): method flush (line 138) | def flush(self): method decompress (line 141) | def decompress(self, data): function _get_decoder (line 147) | def _get_decoder(mode): class HTTPResponse (line 160) | class HTTPResponse(io.IOBase): method __init__ (line 198) | def __init__( method get_redirect_location (line 265) | def get_redirect_location(self): method release_conn (line 278) | def release_conn(self): method drain_conn (line 285) | def drain_conn(self): method data (line 297) | def data(self): method connection (line 306) | def connection(self): method isclosed (line 309) | def isclosed(self): method tell (line 312) | def tell(self): method _init_length (line 320) | def _init_length(self, request_method): method _init_decoder (line 372) | def _init_decoder(self): method _decode (line 395) | def _decode(self, data, decode_content, flush_decoder): method _flush_decoder (line 417) | def _flush_decoder(self): method _error_catcher (line 429) | def _error_catcher(self): method read (line 484) | def read(self, amt=None, decode_content=None, cache_content=False): method stream (line 558) | def stream(self, amt=2 ** 16, decode_content=None): method from_httplib (line 585) | def from_httplib(ResponseCls, r, **response_kw): method getheaders (line 617) | def getheaders(self): method getheader (line 620) | def getheader(self, name, default=None): method info (line 624) | def info(self): method close (line 628) | def close(self): method closed (line 639) | def closed(self): method fileno (line 651) | def fileno(self): method flush (line 662) | def flush(self): method readable (line 670) | def readable(self): method readinto (line 674) | def readinto(self, b): method supports_chunked_reads (line 683) | def supports_chunked_reads(self): method _update_chunk_length (line 692) | def _update_chunk_length(self): method _handle_chunk (line 706) | def _handle_chunk(self, amt): method read_chunked (line 728) | def read_chunked(self, amt=None, decode_content=None): method geturl (line 798) | def geturl(self): method __iter__ (line 809) | def __iter__(self): FILE: openpype/vendor/python/python_2/urllib3/util/connection.py function is_connection_dropped (line 11) | def is_connection_dropped(conn): # Platform-specific function create_connection (line 37) | def create_connection( function _set_socket_options (line 100) | def _set_socket_options(sock, options): function allowed_gai_family (line 108) | def allowed_gai_family(): function _has_ipv6 (line 119) | def _has_ipv6(host): FILE: openpype/vendor/python/python_2/urllib3/util/proxy.py function connection_requires_http_tunnel (line 4) | def connection_requires_http_tunnel( function create_proxy_ssl_context (line 37) | def create_proxy_ssl_context( FILE: openpype/vendor/python/python_2/urllib3/util/queue.py class LifoQueue (line 11) | class LifoQueue(queue.Queue): method _init (line 12) | def _init(self, _): method _qsize (line 15) | def _qsize(self, len=len): method _put (line 18) | def _put(self, item): method _get (line 21) | def _get(self): FILE: openpype/vendor/python/python_2/urllib3/util/request.py function make_headers (line 29) | def make_headers( function set_file_position (line 101) | def set_file_position(body, pos): function rewind_body (line 119) | def rewind_body(body, body_pos): FILE: openpype/vendor/python/python_2/urllib3/util/response.py function is_fp_closed (line 9) | def is_fp_closed(obj): function assert_header_parsing (line 40) | def assert_header_parsing(headers): function is_response_to_head (line 94) | def is_response_to_head(response): FILE: openpype/vendor/python/python_2/urllib3/util/retry.py class _RetryMeta (line 35) | class _RetryMeta(type): method DEFAULT_METHOD_WHITELIST (line 37) | def DEFAULT_METHOD_WHITELIST(cls): method DEFAULT_METHOD_WHITELIST (line 46) | def DEFAULT_METHOD_WHITELIST(cls, value): method DEFAULT_REDIRECT_HEADERS_BLACKLIST (line 55) | def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls): method DEFAULT_REDIRECT_HEADERS_BLACKLIST (line 64) | def DEFAULT_REDIRECT_HEADERS_BLACKLIST(cls, value): method BACKOFF_MAX (line 73) | def BACKOFF_MAX(cls): method BACKOFF_MAX (line 82) | def BACKOFF_MAX(cls, value): class Retry (line 92) | class Retry(object): method __init__ (line 243) | def __init__( method new (line 304) | def new(self, **kw): method from_int (line 341) | def from_int(cls, retries, redirect=True, default=None): method get_backoff_time (line 354) | def get_backoff_time(self): method parse_retry_after (line 371) | def parse_retry_after(self, retry_after): method get_retry_after (line 394) | def get_retry_after(self, response): method sleep_for_retry (line 404) | def sleep_for_retry(self, response=None): method _sleep_backoff (line 412) | def _sleep_backoff(self): method sleep (line 418) | def sleep(self, response=None): method _is_connection_error (line 434) | def _is_connection_error(self, err): method _is_read_error (line 442) | def _is_read_error(self, err): method _is_method_retryable (line 448) | def _is_method_retryable(self, method): method is_retry (line 468) | def is_retry(self, method, status_code, has_retry_after=False): method is_exhausted (line 488) | def is_exhausted(self): method increment (line 504) | def increment( method __repr__ (line 598) | def __repr__(self): method __getattr__ (line 604) | def __getattr__(self, item): FILE: openpype/vendor/python/python_2/urllib3/util/ssl_.py function _const_compare_digest_backport (line 30) | def _const_compare_digest_backport(a, b): class SSLContext (line 133) | class SSLContext(object): # Platform-specific: Python 2 method __init__ (line 134) | def __init__(self, protocol_version): method load_cert_chain (line 145) | def load_cert_chain(self, certfile, keyfile): method load_verify_locations (line 149) | def load_verify_locations(self, cafile=None, capath=None, cadata=None): method set_ciphers (line 158) | def set_ciphers(self, cipher_suite): method wrap_socket (line 161) | def wrap_socket(self, socket, server_hostname=None, server_side=False): function assert_fingerprint (line 182) | def assert_fingerprint(cert, fingerprint): function resolve_cert_reqs (line 211) | def resolve_cert_reqs(candidate): function resolve_ssl_version (line 234) | def resolve_ssl_version(candidate): function create_urllib3_context (line 250) | def create_urllib3_context( function ssl_wrap_socket (line 355) | def ssl_wrap_socket( function is_ipaddress (line 457) | def is_ipaddress(hostname): function _is_key_file_encrypted (line 470) | def _is_key_file_encrypted(key_file): function _ssl_wrap_socket_impl (line 481) | def _ssl_wrap_socket_impl(sock, ssl_context, tls_in_tls, server_hostname... FILE: openpype/vendor/python/python_2/urllib3/util/ssl_match_hostname.py class CertificateError (line 21) | class CertificateError(ValueError): function _dnsname_match (line 25) | def _dnsname_match(dn, hostname, max_wildcards=1): function _to_unicode (line 79) | def _to_unicode(obj): function _ipaddress_match (line 86) | def _ipaddress_match(ipname, host_ip): function match_hostname (line 98) | def match_hostname(cert, hostname): FILE: openpype/vendor/python/python_2/urllib3/util/ssltransport.py class SSLTransport (line 11) | class SSLTransport: method _validate_ssl_context_for_tls_in_tls (line 23) | def _validate_ssl_context_for_tls_in_tls(ssl_context): method __init__ (line 44) | def __init__( method __enter__ (line 63) | def __enter__(self): method __exit__ (line 66) | def __exit__(self, *_): method fileno (line 69) | def fileno(self): method read (line 72) | def read(self, len=1024, buffer=None): method recv (line 75) | def recv(self, len=1024, flags=0): method recv_into (line 80) | def recv_into(self, buffer, nbytes=None, flags=0): method sendall (line 89) | def sendall(self, data, flags=0): method send (line 99) | def send(self, data, flags=0): method makefile (line 105) | def makefile( method unwrap (line 150) | def unwrap(self): method close (line 153) | def close(self): method getpeercert (line 156) | def getpeercert(self, binary_form=False): method version (line 159) | def version(self): method cipher (line 162) | def cipher(self): method selected_alpn_protocol (line 165) | def selected_alpn_protocol(self): method selected_npn_protocol (line 168) | def selected_npn_protocol(self): method shared_ciphers (line 171) | def shared_ciphers(self): method compression (line 174) | def compression(self): method settimeout (line 177) | def settimeout(self, value): method gettimeout (line 180) | def gettimeout(self): method _decref_socketios (line 183) | def _decref_socketios(self): method _wrap_ssl_read (line 186) | def _wrap_ssl_read(self, len, buffer=None): method _ssl_io_loop (line 195) | def _ssl_io_loop(self, func, *args): FILE: openpype/vendor/python/python_2/urllib3/util/timeout.py class Timeout (line 20) | class Timeout(object): method __init__ (line 102) | def __init__(self, total=None, connect=_Default, read=_Default): method __repr__ (line 108) | def __repr__(self): method _validate_timeout (line 120) | def _validate_timeout(cls, value, name): method from_float (line 166) | def from_float(cls, timeout): method clone (line 181) | def clone(self): method start_connect (line 195) | def start_connect(self): method get_connect_duration (line 206) | def get_connect_duration(self): method connect_timeout (line 221) | def connect_timeout(self): method read_timeout (line 239) | def read_timeout(self): FILE: openpype/vendor/python/python_2/urllib3/util/url.py class Url (line 82) | class Url(namedtuple("Url", url_attrs)): method __new__ (line 91) | def __new__( method hostname (line 110) | def hostname(self): method request_uri (line 115) | def request_uri(self): method netloc (line 125) | def netloc(self): method url (line 132) | def url(self): method __str__ (line 171) | def __str__(self): function split_first (line 175) | def split_first(s, delims): function _encode_invalid_chars (line 210) | def _encode_invalid_chars(component, allowed_chars, encoding="utf-8"): function _remove_path_dot_segments (line 244) | def _remove_path_dot_segments(path): function _normalize_host (line 274) | def _normalize_host(host, scheme): function _idna_encode (line 302) | def _idna_encode(name): function _encode_target (line 320) | def _encode_target(target): function parse_url (line 330) | def parse_url(url): function get_host (line 427) | def get_host(url): FILE: openpype/vendor/python/python_2/urllib3/util/wait.py class NoWayToWaitForSocketError (line 14) | class NoWayToWaitForSocketError(Exception): function _retry_on_intr (line 42) | def _retry_on_intr(fn, timeout): function _retry_on_intr (line 48) | def _retry_on_intr(fn, timeout): function select_wait_for_socket (line 71) | def select_wait_for_socket(sock, read=False, write=False, timeout=None): function poll_wait_for_socket (line 90) | def poll_wait_for_socket(sock, read=False, write=False, timeout=None): function null_wait_for_socket (line 110) | def null_wait_for_socket(*args, **kwargs): function _have_working_poll (line 114) | def _have_working_poll(): function wait_for_socket (line 127) | def wait_for_socket(*args, **kwargs): function wait_for_read (line 142) | def wait_for_read(sock, timeout=None): function wait_for_write (line 149) | def wait_for_write(sock, timeout=None): FILE: openpype/vendor/python/python_2/websocket/_abnf.py function _mask (line 48) | def _mask(_m, _d): function _mask (line 52) | def _mask(_m, _d): class ABNF (line 108) | class ABNF(object): method __init__ (line 142) | def __init__(self, fin=0, rsv1=0, rsv2=0, rsv3=0, method validate (line 158) | def validate(self, skip_utf8_validation=False): method _is_valid_close_status (line 190) | def _is_valid_close_status(code): method __str__ (line 193) | def __str__(self): method create_frame (line 199) | def create_frame(data, opcode, fin=1): method format (line 219) | def format(self): method _get_masked (line 252) | def _get_masked(self, mask_key): method mask (line 261) | def mask(mask_key, data): class frame_buffer (line 298) | class frame_buffer(object): method __init__ (line 302) | def __init__(self, recv_fn, skip_utf8_validation): method clear (line 311) | def clear(self): method has_received_header (line 316) | def has_received_header(self): method recv_header (line 319) | def recv_header(self): method has_mask (line 341) | def has_mask(self): method has_received_length (line 346) | def has_received_length(self): method recv_length (line 349) | def recv_length(self): method has_received_mask (line 361) | def has_received_mask(self): method recv_mask (line 364) | def recv_mask(self): method recv_frame (line 367) | def recv_frame(self): method recv_strict (line 398) | def recv_strict(self, bufsize): class continuous_frame (line 421) | class continuous_frame(object): method __init__ (line 423) | def __init__(self, fire_cont_frame, skip_utf8_validation): method validate (line 429) | def validate(self, frame): method add (line 436) | def add(self, frame): method is_fire (line 447) | def is_fire(self, frame): method extract (line 450) | def extract(self, frame): FILE: openpype/vendor/python/python_2/websocket/_app.py class Dispatcher (line 43) | class Dispatcher: method __init__ (line 47) | def __init__(self, app, ping_timeout): method read (line 51) | def read(self, sock, read_callback, check_callback): class SSLDispatcher (line 61) | class SSLDispatcher: method __init__ (line 65) | def __init__(self, app, ping_timeout): method read (line 69) | def read(self, sock, read_callback, check_callback): method select (line 77) | def select(self): class WebSocketApp (line 86) | class WebSocketApp(object): method __init__ (line 91) | def __init__(self, url, header=None, method send (line 169) | def send(self, data, opcode=ABNF.OPCODE_TEXT): method close (line 186) | def close(self, **kwargs): method _send_ping (line 195) | def _send_ping(self, interval, event, payload): method run_forever (line 205) | def run_forever(self, sockopt=None, sslopt=None, method create_dispatcher (line 363) | def create_dispatcher(self, ping_timeout): method _get_close_args (line 370) | def _get_close_args(self, data): method _callback (line 390) | def _callback(self, callback, *args): FILE: openpype/vendor/python/python_2/websocket/_cookiejar.py class SimpleCookieJar (line 31) | class SimpleCookieJar(object): method __init__ (line 32) | def __init__(self): method add (line 35) | def add(self, set_cookie): method set (line 51) | def set(self, set_cookie): method get (line 65) | def get(self, host): FILE: openpype/vendor/python/python_2/websocket/_core.py class WebSocket (line 48) | class WebSocket(object): method __init__ (line 83) | def __init__(self, get_mask_key=None, sockopt=None, sslopt=None, method __iter__ (line 111) | def __iter__(self): method __next__ (line 118) | def __next__(self): method next (line 121) | def next(self): method fileno (line 124) | def fileno(self): method set_mask_key (line 127) | def set_mask_key(self, func): method gettimeout (line 142) | def gettimeout(self): method settimeout (line 153) | def settimeout(self, timeout): method getsubprotocol (line 168) | def getsubprotocol(self): method getstatus (line 179) | def getstatus(self): method getheaders (line 190) | def getheaders(self): method is_ssl (line 199) | def is_ssl(self): method connect (line 204) | def connect(self, url, **options): method send (line 268) | def send(self, payload, opcode=ABNF.OPCODE_TEXT): method send_frame (line 285) | def send_frame(self, frame): method send_binary (line 316) | def send_binary(self, payload): method ping (line 319) | def ping(self, payload=""): method pong (line 332) | def pong(self, payload=""): method recv (line 345) | def recv(self): method recv_data (line 362) | def recv_data(self, control_frame=False): method recv_data_frame (line 380) | def recv_data_frame(self, control_frame=False): method recv_frame (line 424) | def recv_frame(self): method send_close (line 434) | def send_close(self, status=STATUS_NORMAL, reason=six.b("")): method close (line 450) | def close(self, status=STATUS_NORMAL, reason=six.b(""), timeout=3): method abort (line 495) | def abort(self): method shutdown (line 502) | def shutdown(self): method _send (line 511) | def _send(self, data): method _recv (line 514) | def _recv(self, bufsize): function create_connection (line 525) | def create_connection(url, timeout=None, class_=WebSocket, **options): FILE: openpype/vendor/python/python_2/websocket/_exceptions.py class WebSocketException (line 27) | class WebSocketException(Exception): class WebSocketProtocolException (line 34) | class WebSocketProtocolException(WebSocketException): class WebSocketPayloadException (line 41) | class WebSocketPayloadException(WebSocketException): class WebSocketConnectionClosedException (line 48) | class WebSocketConnectionClosedException(WebSocketException): class WebSocketTimeoutException (line 56) | class WebSocketTimeoutException(WebSocketException): class WebSocketProxyException (line 63) | class WebSocketProxyException(WebSocketException): class WebSocketBadStatusException (line 70) | class WebSocketBadStatusException(WebSocketException): method __init__ (line 75) | def __init__(self, message, status_code, status_message=None, resp_hea... class WebSocketAddressException (line 82) | class WebSocketAddressException(WebSocketException): FILE: openpype/vendor/python/python_2/websocket/_handshake.py function compare_digest (line 51) | def compare_digest(s1, s2): class handshake_response (line 63) | class handshake_response(object): method __init__ (line 65) | def __init__(self, status, headers, subprotocol): function handshake (line 72) | def handshake(sock, hostname, port, resource, **options): function _pack_hostname (line 89) | def _pack_hostname(hostname): function _get_handshake_headers (line 97) | def _get_handshake_headers(resource, host, port, options): function _get_resp_headers (line 162) | def _get_resp_headers(sock, success_statuses=SUCCESS_STATUSES): function _validate (line 175) | def _validate(headers, key, subprotocols): function _create_sec_websocket_key (line 210) | def _create_sec_websocket_key(): FILE: openpype/vendor/python/python_2/websocket/_http.py class ProxyConnectionError (line 46) | class ProxyConnectionError(BaseException): class proxy_info (line 51) | class proxy_info(object): method __init__ (line 53) | def __init__(self, **options): function _open_proxied_socket (line 68) | def _open_proxied_socket(url, options, proxy): function connect (line 104) | def connect(url, options, proxy, socket): function _get_addrinfo_list (line 138) | def _get_addrinfo_list(hostname, port, is_secure, proxy): function _open_socket (line 161) | def _open_socket(addrinfo_list, sockopt, timeout): function _can_use_sni (line 206) | def _can_use_sni(): function _wrap_sni_socket (line 210) | def _wrap_sni_socket(sock, sslopt, hostname, check_hostname): function _ssl_socket (line 247) | def _ssl_socket(sock, user_sslopt, hostname): function _tunnel (line 275) | def _tunnel(sock, host, port, auth): function read_headers (line 304) | def read_headers(sock): FILE: openpype/vendor/python/python_2/websocket/_logging.py class NullHandler (line 31) | class NullHandler(logging.Handler): method emit (line 32) | def emit(self, record): function enableTrace (line 43) | def enableTrace(traceable, handler=logging.StreamHandler()): function dump (line 59) | def dump(title, message): function error (line 66) | def error(msg): function warning (line 70) | def warning(msg): function debug (line 74) | def debug(msg): function trace (line 78) | def trace(msg): function isEnabledForError (line 83) | def isEnabledForError(): function isEnabledForDebug (line 87) | def isEnabledForDebug(): function isEnabledForTrace (line 91) | def isEnabledForTrace(): FILE: openpype/vendor/python/python_2/websocket/_socket.py class sock_opt (line 51) | class sock_opt(object): method __init__ (line 53) | def __init__(self, sockopt, sslopt): function setdefaulttimeout (line 63) | def setdefaulttimeout(timeout): function getdefaulttimeout (line 76) | def getdefaulttimeout(): function recv (line 88) | def recv(sock, bufsize): function recv_line (line 130) | def recv_line(sock): function send (line 140) | def send(sock, data): FILE: openpype/vendor/python/python_2/websocket/_ssl_compat.py class SSLError (line 42) | class SSLError(Exception): class SSLWantReadError (line 45) | class SSLWantReadError(Exception): class SSLWantWriteError (line 48) | class SSLWantWriteError(Exception): FILE: openpype/vendor/python/python_2/websocket/_url.py function parse_url (line 35) | def parse_url(url): function _is_ip_address (line 84) | def _is_ip_address(addr): function _is_subnet_address (line 93) | def _is_subnet_address(hostname): function _is_address_in_network (line 101) | def _is_address_in_network(ip, net): function _is_no_proxy_host (line 110) | def _is_no_proxy_host(hostname, no_proxy): function get_proxy_info (line 130) | def get_proxy_info( FILE: openpype/vendor/python/python_2/websocket/_utils.py class NoLock (line 26) | class NoLock(object): method __enter__ (line 28) | def __enter__(self): method __exit__ (line 31) | def __exit__(self, exc_type, exc_value, traceback): function _validate_utf8 (line 40) | def _validate_utf8(utfbytes): function _decode (line 70) | def _decode(state, codep, ch): function _validate_utf8 (line 79) | def _validate_utf8(utfbytes): function validate_utf8 (line 92) | def validate_utf8(utfbytes): function extract_err_message (line 101) | def extract_err_message(exception): function extract_error_code (line 108) | def extract_error_code(exception): FILE: openpype/vendor/python/python_2/websocket/tests/test_abnf.py class ABNFTest (line 36) | class ABNFTest(unittest.TestCase): method testInit (line 38) | def testInit(self): method testValidate (line 50) | def testValidate(self): method testFrameBuffer (line 65) | def testFrameBuffer(self): FILE: openpype/vendor/python/python_2/websocket/tests/test_app.py class WebSocketAppTest (line 45) | class WebSocketAppTest(unittest.TestCase): class NotSetYet (line 47) | class NotSetYet(object): method setUp (line 51) | def setUp(self): method tearDown (line 58) | def tearDown(self): method testKeepRunning (line 64) | def testKeepRunning(self): method testSockMaskKey (line 96) | def testSockMaskKey(self): method testPingInterval (line 119) | def testPingInterval(self): FILE: openpype/vendor/python/python_2/websocket/tests/test_cookiejar.py class CookieJarTest (line 30) | class CookieJarTest(unittest.TestCase): method testAdd (line 31) | def testAdd(self): method testSet (line 70) | def testSet(self): method testGet (line 105) | def testGet(self): FILE: openpype/vendor/python/python_2/websocket/tests/test_http.py class SockMock (line 37) | class SockMock(object): method __init__ (line 38) | def __init__(self): method add_packet (line 42) | def add_packet(self, data): method gettimeout (line 45) | def gettimeout(self): method recv (line 48) | def recv(self, bufsize): method send (line 57) | def send(self, data): method close (line 61) | def close(self): class HeaderSockMock (line 65) | class HeaderSockMock(SockMock): method __init__ (line 67) | def __init__(self, fname): class OptsList (line 74) | class OptsList(): method __init__ (line 76) | def __init__(self): class HttpTest (line 81) | class HttpTest(unittest.TestCase): method testReadHeader (line 83) | def testReadHeader(self): method testTunnel (line 90) | def testTunnel(self): method testConnect (line 94) | def testConnect(self): method testProxyInfo (line 100) | def testProxyInfo(self): FILE: openpype/vendor/python/python_2/websocket/tests/test_url.py class UrlTest (line 36) | class UrlTest(unittest.TestCase): method test_address_in_network (line 38) | def test_address_in_network(self): method testParseUrl (line 43) | def testParseUrl(self): class IsNoProxyHostTest (line 128) | class IsNoProxyHostTest(unittest.TestCase): method setUp (line 129) | def setUp(self): method tearDown (line 134) | def tearDown(self): method testMatchAll (line 140) | def testMatchAll(self): method testIpAddress (line 150) | def testIpAddress(self): method testIpAddressInRange (line 162) | def testIpAddressInRange(self): method testHostnameMatch (line 172) | def testHostnameMatch(self): method testHostnameMatchDomain (line 182) | def testHostnameMatchDomain(self): class ProxyInfoTest (line 195) | class ProxyInfoTest(unittest.TestCase): method setUp (line 196) | def setUp(self): method tearDown (line 207) | def tearDown(self): method testProxyFromArgs (line 223) | def testProxyFromArgs(self): method testProxyFromEnv (line 249) | def testProxyFromEnv(self): FILE: openpype/vendor/python/python_2/websocket/tests/test_websocket.py class SSLError (line 58) | class SSLError(Exception): function create_mask_key (line 66) | def create_mask_key(_): class SockMock (line 70) | class SockMock(object): method __init__ (line 71) | def __init__(self): method add_packet (line 75) | def add_packet(self, data): method gettimeout (line 78) | def gettimeout(self): method recv (line 81) | def recv(self, bufsize): method send (line 90) | def send(self, data): method close (line 94) | def close(self): class HeaderSockMock (line 98) | class HeaderSockMock(SockMock): method __init__ (line 100) | def __init__(self, fname): class WebSocketTest (line 107) | class WebSocketTest(unittest.TestCase): method setUp (line 108) | def setUp(self): method tearDown (line 111) | def tearDown(self): method testDefaultTimeout (line 114) | def testDefaultTimeout(self): method testWSKey (line 120) | def testWSKey(self): method testNonce (line 125) | def testNonce(self): method testWsUtils (line 132) | def testWsUtils(self): method testReadHeader (line 170) | def testReadHeader(self): method testSend (line 182) | def testSend(self): method testRecv (line 201) | def testRecv(self): method testIter (line 215) | def testIter(self): method testNext (line 223) | def testNext(self): method testInternalRecvStrict (line 227) | def testInternalRecvStrict(self): method testRecvTimeout (line 248) | def testRecvTimeout(self): method testRecvWithSimpleFragmentation (line 265) | def testRecvWithSimpleFragmentation(self): method testRecvWithFireEventOfFragmentation (line 277) | def testRecvWithFireEventOfFragmentation(self): method testClose (line 303) | def testClose(self): method testRecvContFragmentation (line 317) | def testRecvContFragmentation(self): method testRecvWithProlongedFragmentation (line 324) | def testRecvWithProlongedFragmentation(self): method testRecvWithFragmentationAndControlFrame (line 342) | def testRecvWithFragmentationAndControlFrame(self): method testWebSocket (line 362) | def testWebSocket(self): method testPingPong (line 376) | def testPingPong(self): method testSecureWebSocket (line 384) | def testSecureWebSocket(self): method testWebSocketWithCustomHeader (line 394) | def testWebSocketWithCustomHeader(self): method testAfterClose (line 405) | def testAfterClose(self): class SockOptTest (line 413) | class SockOptTest(unittest.TestCase): method testSockOpt (line 415) | def testSockOpt(self): class UtilsTest (line 422) | class UtilsTest(unittest.TestCase): method testUtf8Validator (line 423) | def testUtf8Validator(self): FILE: openpype/widgets/color_widgets/color_inputs.py class AlphaSlider (line 7) | class AlphaSlider(QtWidgets.QSlider): method __init__ (line 8) | def __init__(self, *args, **kwargs): method mousePressEvent (line 20) | def mousePressEvent(self, event): method mouseMoveEvent (line 27) | def mouseMoveEvent(self, event): method mouseReleaseEvent (line 33) | def mouseReleaseEvent(self, event): method _set_value_to_pos (line 37) | def _set_value_to_pos(self, pos): method _set_value_to_pos_x (line 43) | def _set_value_to_pos_x(self, pos_x): method _set_value_to_pos_y (line 52) | def _set_value_to_pos_y(self, pos_y): method paintEvent (line 61) | def paintEvent(self, event): class AlphaInputs (line 148) | class AlphaInputs(QtWidgets.QWidget): method __init__ (line 151) | def __init__(self, parent=None): method set_alpha (line 183) | def set_alpha(self, alpha): method _on_percent_change (line 190) | def _on_percent_change(self): method _on_int_change (line 197) | def _on_int_change(self): method update_alpha (line 205) | def update_alpha(self): class RGBInputs (line 217) | class RGBInputs(QtWidgets.QWidget): method __init__ (line 220) | def __init__(self, color, parent=None): method _on_red_change (line 257) | def _on_red_change(self, value): method _on_green_change (line 263) | def _on_green_change(self, value): method _on_blue_change (line 269) | def _on_blue_change(self, value): method _on_change (line 275) | def _on_change(self): method color_changed (line 278) | def color_changed(self): class CMYKInputs (line 295) | class CMYKInputs(QtWidgets.QWidget): method __init__ (line 298) | def __init__(self, color, parent=None): method _on_change (line 342) | def _on_change(self): method color_changed (line 353) | def color_changed(self): class HEXInputs (line 381) | class HEXInputs(QtWidgets.QWidget): method __init__ (line 385) | def __init__(self, color, parent=None): method _on_change (line 399) | def _on_change(self): method color_changed (line 408) | def color_changed(self): class HSVInputs (line 426) | class HSVInputs(QtWidgets.QWidget): method __init__ (line 429) | def __init__(self, color, parent=None): method _on_change (line 466) | def _on_change(self): method color_changed (line 476) | def color_changed(self): class HSLInputs (line 500) | class HSLInputs(QtWidgets.QWidget): method __init__ (line 503) | def __init__(self, color, parent=None): method _on_change (line 540) | def _on_change(self): method color_changed (line 550) | def color_changed(self): class ColorInputsWidget (line 574) | class ColorInputsWidget(QtWidgets.QWidget): method __init__ (line 577) | def __init__(self, parent=None, **kwargs): method set_color (line 616) | def set_color(self, color): method _on_value_change (line 628) | def _on_value_change(self): FILE: openpype/widgets/color_widgets/color_picker_widget.py class ColorPickerWidget (line 17) | class ColorPickerWidget(QtWidgets.QWidget): method __init__ (line 20) | def __init__(self, color=None, use_alpha=True, parent=None): method showEvent (line 136) | def showEvent(self, event): method color (line 146) | def color(self): method set_color (line 149) | def set_color(self, color): method pick_color (line 154) | def pick_color(self): method triangle_color_changed (line 157) | def triangle_color_changed(self, color): method on_color_change (line 166) | def on_color_change(self, color): method _on_color_input_value_change (line 176) | def _on_color_input_value_change(self): method alpha_changed (line 181) | def alpha_changed(self, value): method _on_alpha_inputs_changed (line 189) | def _on_alpha_inputs_changed(self, value): method _on_alpha_slider_change (line 192) | def _on_alpha_slider_change(self, value): FILE: openpype/widgets/color_widgets/color_screen_pick.py class PickScreenColorWidget (line 5) | class PickScreenColorWidget(QtWidgets.QWidget): method __init__ (line 8) | def __init__(self, parent=None): method add_magnification_delta (line 16) | def add_magnification_delta(self, delta): method pick_color (line 28) | def pick_color(self): method end_pick_session (line 41) | def end_pick_session(self): method on_color_select (line 46) | def on_color_select(self, color): class PickLabel (line 51) | class PickLabel(QtWidgets.QLabel): method __init__ (line 55) | def __init__(self, pick_widget): method magnification (line 70) | def magnification(self): method pick_color (line 73) | def pick_color(self, screen_obj): method wheelEvent (line 96) | def wheelEvent(self, event): method enterEvent (line 101) | def enterEvent(self, event): method leaveEvent (line 105) | def leaveEvent(self, event): method mouseMoveEvent (line 110) | def mouseMoveEvent(self, event): method paintEvent (line 113) | def paintEvent(self, event): method mouseReleaseEvent (line 242) | def mouseReleaseEvent(self, event): method keyPressEvent (line 246) | def keyPressEvent(self, event): FILE: openpype/widgets/color_widgets/color_triangle.py class TriangleState (line 8) | class TriangleState(Enum): class DoubleColor (line 14) | class DoubleColor: method __init__ (line 15) | def __init__(self, r, g=None, b=None): class Vertex (line 25) | class Vertex: method __init__ (line 26) | def __init__(self, color, point): class QtColorTriangle (line 39) | class QtColorTriangle(QtWidgets.QWidget): method __init__ (line 66) | def __init__(self, parent=None): method set_color (line 114) | def set_color(self, col): method heightForWidth (line 176) | def heightForWidth(self, width): method polish (line 179) | def polish(self): method paintEvent (line 228) | def paintEvent(self, event): method mouseMoveEvent (line 307) | def mouseMoveEvent(self, event): method mousePressEvent (line 387) | def mousePressEvent(self, event): method mouseReleaseEvent (line 475) | def mouseReleaseEvent(self, event): method keyPressEvent (line 479) | def keyPressEvent(self, event): method resizeEvent (line 534) | def resizeEvent(self, _event): method drawTrigon (line 583) | def drawTrigon(self, buf, pa, pb, pc, color): method _radius_at (line 775) | def _radius_at(self, pos, rect): method _angle_at (line 780) | def _angle_at(self, pos, rect): method _point_from_color (line 793) | def _point_from_color(self, col): method _color_from_point (line 844) | def _color_from_point(self, p): method paint_bg (line 1102) | def paint_bg(self): method vlen (line 1181) | def vlen(x, y): method vprod (line 1185) | def vprod(x1, y1, x2, y2): method _angle_between_angles (line 1189) | def _angle_between_angles(p, a1, a2): method _point_above_point (line 1198) | def _point_above_point(x, y, px, py, ax, ay, bx, by): method _point_in_line (line 1232) | def _point_in_line(x, y, ax, ay, bx, by): method _move_point_to_triangle (line 1300) | def _move_point_to_triangle(self, x, y, a, b, c): FILE: openpype/widgets/color_widgets/color_view.py function draw_checkerboard_tile (line 4) | def draw_checkerboard_tile(piece_size=None, color_1=None, color_2=None): class ColorViewer (line 34) | class ColorViewer(QtWidgets.QWidget): method __init__ (line 35) | def __init__(self, parent=None): method checkerboard (line 45) | def checkerboard(self): method color (line 50) | def color(self): method set_color (line 53) | def set_color(self, color): method set_alpha (line 64) | def set_alpha(self, alpha): method paintEvent (line 74) | def paintEvent(self, event): FILE: openpype/widgets/message_window.py class Window (line 8) | class Window(QtWidgets.QWidget): method __init__ (line 9) | def __init__(self, parent, title, message, level): method _info (line 23) | def _info(self): method _warning (line 30) | def _warning(self): method _critical (line 37) | def _critical(self): method exit (line 44) | def exit(self): function message (line 51) | def message(title=None, message=None, level="info", parent=None): class ScrollMessageBox (line 84) | class ScrollMessageBox(QtWidgets.QDialog): method __init__ (line 94) | def __init__(self, icon, title, messages, cancelable=False): FILE: openpype/widgets/nice_checkbox.py class NiceCheckbox (line 7) | class NiceCheckbox(QtWidgets.QFrame): method __init__ (line 16) | def __init__(self, checked=False, draw_icons=False, parent=None): method _load_colors (line 65) | def _load_colors(cls): method checked_bg_color (line 78) | def checked_bg_color(self): method unchecked_bg_color (line 82) | def unchecked_bg_color(self): method checker_color (line 86) | def checker_color(self): method checker_hover_color (line 90) | def checker_hover_color(self): method setTristate (line 93) | def setTristate(self, tristate=True): method set_draw_icons (line 97) | def set_draw_icons(self, draw_icons=None): method sizeHint (line 107) | def sizeHint(self): method get_width_hint_by_height (line 112) | def get_width_hint_by_height(self, height): method get_height_hint_by_width (line 117) | def get_height_hint_by_width(self, width): method setFixedHeight (line 122) | def setFixedHeight(self, *args, **kwargs): method setFixedWidth (line 129) | def setFixedWidth(self, *args, **kwargs): method setFixedSize (line 136) | def setFixedSize(self, *args, **kwargs): method steps (line 141) | def steps(self): method set_steps (line 144) | def set_steps(self, steps): method checkState (line 163) | def checkState(self): method isChecked (line 166) | def isChecked(self): method _checkstate_int_to_enum (line 169) | def _checkstate_int_to_enum(self, state): method _checkstate_enum_to_int (line 179) | def _checkstate_enum_to_int(self, state): method setCheckState (line 188) | def setCheckState(self, state): method setChecked (line 217) | def setChecked(self, checked): method nextCheckState (line 228) | def nextCheckState(self): method mousePressEvent (line 241) | def mousePressEvent(self, event): method mouseReleaseEvent (line 247) | def mouseReleaseEvent(self, event): method mouseMoveEvent (line 257) | def mouseMoveEvent(self, event): method enterEvent (line 266) | def enterEvent(self, event): method leaveEvent (line 272) | def leaveEvent(self, event): method _on_animation_timeout (line 278) | def _on_animation_timeout(self): method steped_color (line 304) | def steped_color(color1, color2, offset_ratio): method paintEvent (line 326) | def paintEvent(self, event): method _get_icon_path (line 423) | def _get_icon_path(self, painter, checker_rect): method _get_middle_circle_path (line 447) | def _get_middle_circle_path(self, painter, checker_rect): method _get_enabled_icon_path (line 454) | def _get_enabled_icon_path( method _get_disabled_icon_path (line 503) | def _get_disabled_icon_path( FILE: openpype/widgets/password_dialog.py class PressHoverButton (line 13) | class PressHoverButton(QtWidgets.QPushButton): method mousePressEvent (line 18) | def mousePressEvent(self, event): method mouseReleaseEvent (line 24) | def mouseReleaseEvent(self, event): method mouseMoveEvent (line 30) | def mouseMoveEvent(self, event): class PasswordDialog (line 40) | class PasswordDialog(QtWidgets.QDialog): method __init__ (line 44) | def __init__(self, parent=None, allow_remember=True): method remember_password (line 116) | def remember_password(self): method result (line 121) | def result(self): method keyPressEvent (line 126) | def keyPressEvent(self, event): method closeEvent (line 132) | def closeEvent(self, event): method _on_ok_click (line 136) | def _on_ok_click(self): method _on_show_password (line 155) | def _on_show_password(self, show_password): method _on_cancel_click (line 162) | def _on_cancel_click(self): FILE: openpype/widgets/popup.py class Popup (line 7) | class Popup(QtWidgets.QDialog): method __init__ (line 17) | def __init__(self, parent=None, *args, **kwargs): method setMessage (line 56) | def setMessage(self, message): method setButtonText (line 59) | def setButtonText(self, text): method _on_clicked (line 62) | def _on_clicked(self): method showEvent (line 78) | def showEvent(self, event): method calculate_window_geometry (line 86) | def calculate_window_geometry(self): class PopupUpdateKeys (line 129) | class PopupUpdateKeys(Popup): method __init__ (line 134) | def __init__(self, parent=None, *args, **kwargs): method emit_click_with_state (line 148) | def emit_click_with_state(self): function application (line 155) | def application(): FILE: openpype/widgets/sliders.py class NiceSlider (line 4) | class NiceSlider(QtWidgets.QSlider): method __init__ (line 5) | def __init__(self, *args, **kwargs): method mousePressEvent (line 13) | def mousePressEvent(self, event): method mouseMoveEvent (line 20) | def mouseMoveEvent(self, event): method mouseReleaseEvent (line 26) | def mouseReleaseEvent(self, event): method _set_value_to_pos (line 30) | def _set_value_to_pos(self, pos): method _set_value_to_pos_x (line 36) | def _set_value_to_pos_x(self, pos_x): method _set_value_to_pos_y (line 45) | def _set_value_to_pos_y(self, pos_y): method paintEvent (line 54) | def paintEvent(self, event): FILE: server_addon/aftereffects/server/__init__.py class AfterEffects (line 7) | class AfterEffects(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/aftereffects/server/settings/creator_plugins.py class CreateRenderPlugin (line 4) | class CreateRenderPlugin(BaseSettingsModel): class AfterEffectsCreatorPlugins (line 14) | class AfterEffectsCreatorPlugins(BaseSettingsModel): FILE: server_addon/aftereffects/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class AfterEffectsImageIOModel (line 37) | class AfterEffectsImageIOModel(BaseSettingsModel): FILE: server_addon/aftereffects/server/settings/main.py class AfterEffectsSettings (line 13) | class AfterEffectsSettings(BaseSettingsModel): FILE: server_addon/aftereffects/server/settings/publish_plugins.py class CollectReviewPluginModel (line 4) | class CollectReviewPluginModel(BaseSettingsModel): class ValidateSceneSettingsModel (line 8) | class ValidateSceneSettingsModel(BaseSettingsModel): class ValidateContainersModel (line 25) | class ValidateContainersModel(BaseSettingsModel): class AfterEffectsPublishPlugins (line 31) | class AfterEffectsPublishPlugins(BaseSettingsModel): FILE: server_addon/aftereffects/server/settings/templated_workfile_build.py class TemplatedWorkfileProfileModel (line 8) | class TemplatedWorkfileProfileModel(BaseSettingsModel): class TemplatedWorkfileBuildModel (line 30) | class TemplatedWorkfileBuildModel(BaseSettingsModel): FILE: server_addon/aftereffects/server/settings/workfile_builder.py class CustomBuilderTemplate (line 8) | class CustomBuilderTemplate(BaseSettingsModel): class WorkfileBuilderPlugin (line 18) | class WorkfileBuilderPlugin(BaseSettingsModel): FILE: server_addon/applications/server/__init__.py function sort_versions (line 17) | def sort_versions(addon_versions, reverse=False): function merge_groups (line 44) | def merge_groups(output, new_groups): function get_enum_items_from_groups (line 68) | def get_enum_items_from_groups(groups): class ApplicationsAddon (line 88) | class ApplicationsAddon(BaseServerAddon): method get_default_settings (line 94) | async def get_default_settings(self): method pre_setup (line 106) | async def pre_setup(self): method setup (line 119) | async def setup(self): method create_applications_attribute (line 124) | async def create_applications_attribute(self) -> bool: FILE: server_addon/applications/server/settings.py function validate_json_dict (line 12) | def validate_json_dict(value): class MultiplatformStrList (line 29) | class MultiplatformStrList(BaseSettingsModel): class AppVariant (line 35) | class AppVariant(BaseSettingsModel): method validate_json (line 49) | def validate_json(cls, value): class AppVariantWithPython (line 53) | class AppVariantWithPython(AppVariant): class AppGroup (line 57) | class AppGroup(BaseSettingsModel): method validate_unique_name (line 74) | def validate_unique_name(cls, value): class AppGroupWithPython (line 79) | class AppGroupWithPython(AppGroup): class AdditionalAppGroup (line 88) | class AdditionalAppGroup(BaseSettingsModel): method validate_unique_name (line 106) | def validate_unique_name(cls, value): class ToolVariantModel (line 111) | class ToolVariantModel(BaseSettingsModel): method validate_json (line 124) | def validate_json(cls, value): class ToolGroupModel (line 128) | class ToolGroupModel(BaseSettingsModel): method validate_json (line 137) | def validate_json(cls, value): method validate_unique_name (line 141) | def validate_unique_name(cls, value): class ApplicationsSettings (line 146) | class ApplicationsSettings(BaseSettingsModel): method validate_unique_name (line 195) | def validate_unique_name(cls, value): class ApplicationsAddonSettings (line 200) | class ApplicationsAddonSettings(BaseSettingsModel): method validate_unique_name (line 214) | def validate_unique_name(cls, value): FILE: server_addon/blender/server/__init__.py class BlenderAddon (line 9) | class BlenderAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/blender/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class BlenderImageIOModel (line 37) | class BlenderImageIOModel(BaseSettingsModel): FILE: server_addon/blender/server/settings/main.py class UnitScaleSettingsModel (line 18) | class UnitScaleSettingsModel(BaseSettingsModel): class BlenderSettings (line 27) | class BlenderSettings(BaseSettingsModel): FILE: server_addon/blender/server/settings/publish_plugins.py function validate_json_dict (line 7) | def validate_json_dict(value): class ValidatePluginModel (line 23) | class ValidatePluginModel(BaseSettingsModel): class ValidateFileSavedModel (line 29) | class ValidateFileSavedModel(BaseSettingsModel): class ExtractBlendModel (line 39) | class ExtractBlendModel(BaseSettingsModel): class ExtractPlayblastModel (line 49) | class ExtractPlayblastModel(BaseSettingsModel): method validate_json (line 56) | def validate_json(cls, value): class PublishPuginsModel (line 60) | class PublishPuginsModel(BaseSettingsModel): FILE: server_addon/blender/server/settings/render_settings.py function aov_separators_enum (line 5) | def aov_separators_enum(): function image_format_enum (line 13) | def image_format_enum(): function renderers_enum (line 26) | def renderers_enum(): function aov_list_enum (line 33) | def aov_list_enum(): function custom_passes_types_enum (line 89) | def custom_passes_types_enum(): class CustomPassesModel (line 96) | class CustomPassesModel(BaseSettingsModel): class RenderSettingsModel (line 108) | class RenderSettingsModel(BaseSettingsModel): FILE: server_addon/celaction/server/__init__.py class CelActionAddon (line 9) | class CelActionAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/celaction/server/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class CelActionImageIOModel (line 37) | class CelActionImageIOModel(BaseSettingsModel): FILE: server_addon/celaction/server/settings.py class CollectRenderPathModel (line 5) | class CollectRenderPathModel(BaseSettingsModel): function _workfile_submit_overrides (line 20) | def _workfile_submit_overrides(): class WorkfileModel (line 37) | class WorkfileModel(BaseSettingsModel): class PublishPuginsModel (line 45) | class PublishPuginsModel(BaseSettingsModel): class CelActionSettings (line 52) | class CelActionSettings(BaseSettingsModel): FILE: server_addon/clockify/server/__init__.py class ClockifyAddon (line 9) | class ClockifyAddon(BaseServerAddon): FILE: server_addon/clockify/server/settings.py class ClockifySettings (line 4) | class ClockifySettings(BaseSettingsModel): FILE: server_addon/core/server/__init__.py class CoreAddon (line 7) | class CoreAddon(BaseServerAddon): method get_default_settings (line 13) | async def get_default_settings(self): FILE: server_addon/core/server/settings/main.py class DiskMappingItemModel (line 16) | class DiskMappingItemModel(BaseSettingsModel): class DiskMappingModel (line 22) | class DiskMappingModel(BaseSettingsModel): class ImageIOFileRuleModel (line 37) | class ImageIOFileRuleModel(BaseSettingsModel): class CoreImageIOFileRulesModel (line 44) | class CoreImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 52) | def validate_unique_outputs(cls, value): class CoreImageIOConfigModel (line 57) | class CoreImageIOConfigModel(BaseSettingsModel): class CoreImageIOBaseModel (line 63) | class CoreImageIOBaseModel(BaseSettingsModel): class VersionStartCategoryProfileModel (line 78) | class VersionStartCategoryProfileModel(BaseSettingsModel): class VersionStartCategoryModel (line 108) | class VersionStartCategoryModel(BaseSettingsModel): class CoreSettings (line 115) | class CoreSettings(BaseSettingsModel): method validate_json (line 165) | def validate_json(cls, value): FILE: server_addon/core/server/settings/publish_plugins.py class ValidateBaseModel (line 15) | class ValidateBaseModel(BaseSettingsModel): class CollectAnatomyInstanceDataModel (line 22) | class CollectAnatomyInstanceDataModel(BaseSettingsModel): class CollectAudioModel (line 29) | class CollectAudioModel(BaseSettingsModel): class CollectSceneVersionModel (line 37) | class CollectSceneVersionModel(BaseSettingsModel): class CollectCommentPIModel (line 49) | class CollectCommentPIModel(BaseSettingsModel): class CollectFramesFixDefModel (line 54) | class CollectFramesFixDefModel(BaseSettingsModel): class ValidateIntentProfile (line 62) | class ValidateIntentProfile(BaseSettingsModel): class ValidateIntentModel (line 75) | class ValidateIntentModel(BaseSettingsModel): class ExtractThumbnailFFmpegModel (line 87) | class ExtractThumbnailFFmpegModel(BaseSettingsModel): class ResizeItemModel (line 98) | class ResizeItemModel(BaseSettingsModel): class ResizeModel (line 122) | class ResizeModel(BaseSettingsModel): class DisplayAndViewModel (line 145) | class DisplayAndViewModel(BaseSettingsModel): class ExtractThumbnailOIIODefaultsModel (line 157) | class ExtractThumbnailOIIODefaultsModel(BaseSettingsModel): class ExtractThumbnailModel (line 176) | class ExtractThumbnailModel(BaseSettingsModel): function _extract_oiio_transcoding_type (line 210) | def _extract_oiio_transcoding_type(): class OIIOToolArgumentsModel (line 217) | class OIIOToolArgumentsModel(BaseSettingsModel): class ExtractOIIOTranscodeOutputModel (line 222) | class ExtractOIIOTranscodeOutputModel(BaseSettingsModel): class ExtractOIIOTranscodeProfileModel (line 244) | class ExtractOIIOTranscodeProfileModel(BaseSettingsModel): method validate_unique_outputs (line 276) | def validate_unique_outputs(cls, value): class ExtractOIIOTranscodeModel (line 281) | class ExtractOIIOTranscodeModel(BaseSettingsModel): class ExtractReviewFFmpegModel (line 289) | class ExtractReviewFFmpegModel(BaseSettingsModel): function extract_review_filter_enum (line 308) | def extract_review_filter_enum(): class ExtractReviewFilterModel (line 325) | class ExtractReviewFilterModel(BaseSettingsModel): class ExtractReviewLetterBox (line 342) | class ExtractReviewLetterBox(BaseSettingsModel): class ExtractReviewOutputDefModel (line 366) | class ExtractReviewOutputDefModel(BaseSettingsModel): method validate_name (line 436) | def validate_name(cls, value): class ExtractReviewProfileModel (line 441) | class ExtractReviewProfileModel(BaseSettingsModel): method validate_unique_outputs (line 455) | def validate_unique_outputs(cls, value): class ExtractReviewModel (line 460) | class ExtractReviewModel(BaseSettingsModel): class ExtractBurninOptionsModel (line 471) | class ExtractBurninOptionsModel(BaseSettingsModel): class ExtractBurninDefFilter (line 490) | class ExtractBurninDefFilter(BaseSettingsModel): class ExtractBurninDef (line 501) | class ExtractBurninDef(BaseSettingsModel): method validate_name (line 517) | def validate_name(cls, value): class ExtractBurninProfile (line 522) | class ExtractBurninProfile(BaseSettingsModel): method validate_unique_outputs (line 551) | def validate_unique_outputs(cls, value): class ExtractBurninModel (line 557) | class ExtractBurninModel(BaseSettingsModel): class PreIntegrateThumbnailsProfile (line 571) | class PreIntegrateThumbnailsProfile(BaseSettingsModel): class PreIntegrateThumbnailsModel (line 593) | class PreIntegrateThumbnailsModel(BaseSettingsModel): class IntegrateProductGroupProfile (line 608) | class IntegrateProductGroupProfile(BaseSettingsModel): class IntegrateProductGroupModel (line 623) | class IntegrateProductGroupModel(BaseSettingsModel): class IntegrateANProductGroupProfileModel (line 642) | class IntegrateANProductGroupProfileModel(BaseSettingsModel): class IntegrateANTemplateNameProfileModel (line 663) | class IntegrateANTemplateNameProfileModel(BaseSettingsModel): class IntegrateHeroTemplateNameProfileModel (line 684) | class IntegrateHeroTemplateNameProfileModel(BaseSettingsModel): class IntegrateHeroVersionModel (line 705) | class IntegrateHeroVersionModel(BaseSettingsModel): class CleanUpModel (line 713) | class CleanUpModel(BaseSettingsModel): class CleanUpFarmModel (line 724) | class CleanUpFarmModel(BaseSettingsModel): class PublishPuginsModel (line 729) | class PublishPuginsModel(BaseSettingsModel): FILE: server_addon/core/server/settings/tools.py class ProductTypeSmartSelectModel (line 11) | class ProductTypeSmartSelectModel(BaseSettingsModel): method normalize_value (line 19) | def normalize_value(cls, value): class ProductNameProfile (line 23) | class ProductNameProfile(BaseSettingsModel): class CreatorToolModel (line 38) | class CreatorToolModel(BaseSettingsModel): method validate_unique_name (line 52) | def validate_unique_name(cls, value): class WorkfileTemplateProfile (line 57) | class WorkfileTemplateProfile(BaseSettingsModel): class LastWorkfileOnStartupProfile (line 70) | class LastWorkfileOnStartupProfile(BaseSettingsModel): class WorkfilesToolOnStartupProfile (line 86) | class WorkfilesToolOnStartupProfile(BaseSettingsModel): class ExtraWorkFoldersProfile (line 99) | class ExtraWorkFoldersProfile(BaseSettingsModel): class WorkfilesLockProfile (line 114) | class WorkfilesLockProfile(BaseSettingsModel): class WorkfilesToolModel (line 121) | class WorkfilesToolModel(BaseSettingsModel): function _product_types_enum (line 148) | def _product_types_enum(): class LoaderProductTypeFilterProfile (line 186) | class LoaderProductTypeFilterProfile(BaseSettingsModel): class LoaderToolModel (line 202) | class LoaderToolModel(BaseSettingsModel): class PublishTemplateNameProfile (line 208) | class PublishTemplateNameProfile(BaseSettingsModel): class CustomStagingDirProfileModel (line 227) | class CustomStagingDirProfileModel(BaseSettingsModel): class PublishToolModel (line 250) | class PublishToolModel(BaseSettingsModel): class GlobalToolsModel (line 269) | class GlobalToolsModel(BaseSettingsModel): FILE: server_addon/create_ayon_addons.py class ZipFileLongPaths (line 51) | class ZipFileLongPaths(zipfile.ZipFile): method _extract_member (line 61) | def _extract_member(self, member, tpath, pwd): function _value_match_regexes (line 74) | def _value_match_regexes(value: str, regexes: Iterable[Pattern]) -> bool: function find_files_in_subdir (line 81) | def find_files_in_subdir( function read_addon_version (line 138) | def read_addon_version(version_path: Path) -> str: function get_addon_version (line 146) | def get_addon_version(addon_dir: Path) -> str: function create_addon_zip (line 150) | def create_addon_zip( function create_openpype_package (line 186) | def create_openpype_package( function create_addon_package (line 246) | def create_addon_package( function main (line 280) | def main( FILE: server_addon/deadline/server/__init__.py class Deadline (line 9) | class Deadline(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/deadline/server/settings/main.py class ServerListSubmodel (line 15) | class ServerListSubmodel(BaseSettingsModel): function defined_deadline_ws_name_enum_resolver (line 21) | async def defined_deadline_ws_name_enum_resolver( class DeadlineSettings (line 39) | class DeadlineSettings(BaseSettingsModel): method validate_unique_names (line 57) | def validate_unique_names(cls, value): FILE: server_addon/deadline/server/settings/publish_plugins.py class CollectDeadlinePoolsModel (line 10) | class CollectDeadlinePoolsModel(BaseSettingsModel): class ValidateExpectedFilesModel (line 18) | class ValidateExpectedFilesModel(BaseSettingsModel): function tile_assembler_enum (line 32) | def tile_assembler_enum(): class ScenePatchesSubmodel (line 50) | class ScenePatchesSubmodel(BaseSettingsModel): class MayaSubmitDeadlineModel (line 57) | class MayaSubmitDeadlineModel(BaseSettingsModel): method validate_unique_names (line 97) | def validate_unique_names(cls, value): class MaxSubmitDeadlineModel (line 102) | class MaxSubmitDeadlineModel(BaseSettingsModel): class EnvSearchReplaceSubmodel (line 112) | class EnvSearchReplaceSubmodel(BaseSettingsModel): class LimitGroupsSubmodel (line 118) | class LimitGroupsSubmodel(BaseSettingsModel): function fusion_deadline_plugin_enum (line 127) | def fusion_deadline_plugin_enum(): class FusionSubmitDeadlineModel (line 145) | class FusionSubmitDeadlineModel(BaseSettingsModel): class NukeSubmitDeadlineModel (line 160) | class NukeSubmitDeadlineModel(BaseSettingsModel): method validate_unique_names (line 196) | def validate_unique_names(cls, value): class HarmonySubmitDeadlineModel (line 201) | class HarmonySubmitDeadlineModel(BaseSettingsModel): class HoudiniSubmitDeadlineModel (line 214) | class HoudiniSubmitDeadlineModel(BaseSettingsModel): class HoudiniCacheSubmitDeadlineModel (line 229) | class HoudiniCacheSubmitDeadlineModel(BaseSettingsModel): class AfterEffectsSubmitDeadlineModel (line 240) | class AfterEffectsSubmitDeadlineModel(BaseSettingsModel): class CelactionSubmitDeadlineModel (line 254) | class CelactionSubmitDeadlineModel(BaseSettingsModel): class BlenderSubmitDeadlineModel (line 269) | class BlenderSubmitDeadlineModel(BaseSettingsModel): class AOVFilterSubmodel (line 282) | class AOVFilterSubmodel(BaseSettingsModel): class ProcessCacheJobFarmModel (line 291) | class ProcessCacheJobFarmModel(BaseSettingsModel): class ProcessSubmittedJobOnFarmModel (line 302) | class ProcessSubmittedJobOnFarmModel(BaseSettingsModel): method validate_unique_names (line 322) | def validate_unique_names(cls, value): class PublishPluginsModel (line 327) | class PublishPluginsModel(BaseSettingsModel): FILE: server_addon/equalizer/server/__init__.py class Equalizer (line 7) | class Equalizer(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/equalizer/server/settings/creator_plugins.py class BasicCreatorModel (line 5) | class BasicCreatorModel(BaseSettingsModel): class EqualizerCreatorPlugins (line 13) | class EqualizerCreatorPlugins(BaseSettingsModel): FILE: server_addon/equalizer/server/settings/main.py class EqualizerSettings (line 14) | class EqualizerSettings(BaseSettingsModel): FILE: server_addon/flame/server/__init__.py class FlameAddon (line 9) | class FlameAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/flame/server/settings/create_plugins.py class CreateShotClipModel (line 4) | class CreateShotClipModel(BaseSettingsModel): class CreatePuginsModel (line 90) | class CreatePuginsModel(BaseSettingsModel): FILE: server_addon/flame/server/settings/imageio.py class ImageIOFileRuleModel (line 9) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 16) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 24) | def validate_unique_outputs(cls, value): class ImageIORemappingRulesModel (line 29) | class ImageIORemappingRulesModel(BaseSettingsModel): class ImageIORemappingModel (line 36) | class ImageIORemappingModel(BaseSettingsModel): class ImageIOConfigModel (line 42) | class ImageIOConfigModel(BaseSettingsModel): class ProfileNamesMappingInputsModel (line 53) | class ProfileNamesMappingInputsModel(BaseSettingsModel): class ProfileNamesMappingModel (line 60) | class ProfileNamesMappingModel(BaseSettingsModel): class ImageIOProjectModel (line 69) | class ImageIOProjectModel(BaseSettingsModel): class FlameImageIOModel (line 85) | class FlameImageIOModel(BaseSettingsModel): FILE: server_addon/flame/server/settings/loader_plugins.py class LoadClipModel (line 4) | class LoadClipModel(BaseSettingsModel): class LoadClipBatchModel (line 33) | class LoadClipBatchModel(BaseSettingsModel): class LoaderPluginsModel (line 56) | class LoaderPluginsModel(BaseSettingsModel): FILE: server_addon/flame/server/settings/main.py class FlameSettings (line 9) | class FlameSettings(BaseSettingsModel): FILE: server_addon/flame/server/settings/publish_plugins.py class XMLPresetAttrsFromCommentsModel (line 8) | class XMLPresetAttrsFromCommentsModel(BaseSettingsModel): class AddTasksModel (line 18) | class AddTasksModel(BaseSettingsModel): class CollectTimelineInstancesModel (line 32) | class CollectTimelineInstancesModel(BaseSettingsModel): class ExportPresetsMappingModel (line 47) | class ExportPresetsMappingModel(BaseSettingsModel): class ExtractProductResourcesModel (line 104) | class ExtractProductResourcesModel(BaseSettingsModel): class IntegrateBatchGroupModel (line 117) | class IntegrateBatchGroupModel(BaseSettingsModel): class PublishPuginsModel (line 124) | class PublishPuginsModel(BaseSettingsModel): FILE: server_addon/fusion/server/__init__.py class FusionAddon (line 9) | class FusionAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/fusion/server/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class FusionImageIOModel (line 37) | class FusionImageIOModel(BaseSettingsModel): FILE: server_addon/fusion/server/settings.py class CopyFusionSettingsModel (line 9) | class CopyFusionSettingsModel(BaseSettingsModel): function _create_saver_instance_attributes_enum (line 15) | def _create_saver_instance_attributes_enum(): function _image_format_enum (line 28) | def _image_format_enum(): function _frame_range_options_enum (line 38) | def _frame_range_options_enum(): class CreateSaverPluginModel (line 46) | class CreateSaverPluginModel(BaseSettingsModel): class HookOptionalModel (line 66) | class HookOptionalModel(BaseSettingsModel): class HooksModel (line 73) | class HooksModel(BaseSettingsModel): class CreateSaverModel (line 80) | class CreateSaverModel(CreateSaverPluginModel): class CreateImageSaverModel (line 88) | class CreateImageSaverModel(CreateSaverPluginModel): class CreatPluginsModel (line 95) | class CreatPluginsModel(BaseSettingsModel): class FusionSettings (line 108) | class FusionSettings(BaseSettingsModel): FILE: server_addon/harmony/server/__init__.py class Harmony (line 7) | class Harmony(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/harmony/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class ImageIORemappingRulesModel (line 37) | class ImageIORemappingRulesModel(BaseSettingsModel): class HarmonyImageIOModel (line 44) | class HarmonyImageIOModel(BaseSettingsModel): FILE: server_addon/harmony/server/settings/main.py class HarmonySettings (line 7) | class HarmonySettings(BaseSettingsModel): FILE: server_addon/harmony/server/settings/publish_plugins.py class CollectPalettesPlugin (line 4) | class CollectPalettesPlugin(BaseSettingsModel): class ValidateAudioPlugin (line 13) | class ValidateAudioPlugin(BaseSettingsModel): class ValidateContainersPlugin (line 21) | class ValidateContainersPlugin(BaseSettingsModel): class ValidateSceneSettingsPlugin (line 29) | class ValidateSceneSettingsPlugin(BaseSettingsModel): class HarmonyPublishPlugins (line 54) | class HarmonyPublishPlugins(BaseSettingsModel): FILE: server_addon/hiero/server/__init__.py class HieroAddon (line 9) | class HieroAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/hiero/server/settings/common.py class Vector2d (line 8) | class Vector2d(BaseSettingsModel): class Vector3d (line 15) | class Vector3d(BaseSettingsModel): function formatable_knob_type_enum (line 23) | def formatable_knob_type_enum(): class Formatable (line 33) | class Formatable(BaseSettingsModel): class KnobModel (line 61) | class KnobModel(BaseSettingsModel): FILE: server_addon/hiero/server/settings/create_plugins.py class CreateShotClipModels (line 4) | class CreateShotClipModels(BaseSettingsModel): class CreatorPluginsSettings (line 70) | class CreatorPluginsSettings(BaseSettingsModel): FILE: server_addon/hiero/server/settings/filters.py class PublishGUIFilterItemModel (line 9) | class PublishGUIFilterItemModel(BaseSettingsModel): class PublishGUIFiltersModel (line 15) | class PublishGUIFiltersModel(BaseSettingsModel): method validate_unique_outputs (line 23) | def validate_unique_outputs(cls, value): FILE: server_addon/hiero/server/settings/imageio.py function ocio_configs_switcher_enum (line 10) | def ocio_configs_switcher_enum(): class WorkfileColorspaceSettings (line 26) | class WorkfileColorspaceSettings(BaseSettingsModel): class ClipColorspaceRulesItems (line 75) | class ClipColorspaceRulesItems(BaseSettingsModel): class RegexInputsModel (line 82) | class RegexInputsModel(BaseSettingsModel): class ImageIOConfigModel (line 89) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 100) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 107) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 115) | def validate_unique_outputs(cls, value): class ImageIOSettings (line 120) | class ImageIOSettings(BaseSettingsModel): FILE: server_addon/hiero/server/settings/loader_plugins.py class LoadClipModel (line 4) | class LoadClipModel(BaseSettingsModel): class LoaderPuginsModel (line 18) | class LoaderPuginsModel(BaseSettingsModel): FILE: server_addon/hiero/server/settings/main.py class HieroSettings (line 26) | class HieroSettings(BaseSettingsModel): FILE: server_addon/hiero/server/settings/publish_plugins.py class CollectInstanceVersionModel (line 10) | class CollectInstanceVersionModel(BaseSettingsModel): class CollectClipEffectsDefModel (line 17) | class CollectClipEffectsDefModel(BaseSettingsModel): method validate_name (line 25) | def validate_name(cls, value): class CollectClipEffectsModel (line 30) | class CollectClipEffectsModel(BaseSettingsModel): method validate_unique_outputs (line 36) | def validate_unique_outputs(cls, value): class ExtractReviewCutUpVideoModel (line 41) | class ExtractReviewCutUpVideoModel(BaseSettingsModel): class PublishPuginsModel (line 52) | class PublishPuginsModel(BaseSettingsModel): FILE: server_addon/hiero/server/settings/scriptsmenu.py class ScriptsmenuSubmodel (line 4) | class ScriptsmenuSubmodel(BaseSettingsModel): class ScriptsmenuSettings (line 15) | class ScriptsmenuSettings(BaseSettingsModel): FILE: server_addon/houdini/server/__init__.py class Houdini (line 9) | class Houdini(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/houdini/server/settings/create.py class CreatorModel (line 5) | class CreatorModel(BaseSettingsModel): class CreateArnoldAssModel (line 13) | class CreateArnoldAssModel(BaseSettingsModel): class CreateStaticMeshModel (line 22) | class CreateStaticMeshModel(BaseSettingsModel): class CreatePluginsModel (line 35) | class CreatePluginsModel(BaseSettingsModel): FILE: server_addon/houdini/server/settings/general.py class HoudiniVarModel (line 4) | class HoudiniVarModel(BaseSettingsModel): class UpdateHoudiniVarcontextModel (line 11) | class UpdateHoudiniVarcontextModel(BaseSettingsModel): class GeneralSettingsModel (line 26) | class GeneralSettingsModel(BaseSettingsModel): FILE: server_addon/houdini/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class HoudiniImageIOModel (line 37) | class HoudiniImageIOModel(BaseSettingsModel): FILE: server_addon/houdini/server/settings/main.py class HoudiniSettings (line 18) | class HoudiniSettings(BaseSettingsModel): FILE: server_addon/houdini/server/settings/publish.py class CollectAssetHandlesModel (line 5) | class CollectAssetHandlesModel(BaseSettingsModel): class CollectChunkSizeModel (line 15) | class CollectChunkSizeModel(BaseSettingsModel): class ValidateWorkfilePathsModel (line 23) | class ValidateWorkfilePathsModel(BaseSettingsModel): class BasicValidateModel (line 36) | class BasicValidateModel(BaseSettingsModel): class PublishPluginsModel (line 42) | class PublishPluginsModel(BaseSettingsModel): FILE: server_addon/houdini/server/settings/shelves.py class ShelfToolsModel (line 8) | class ShelfToolsModel(BaseSettingsModel): class ShelfDefinitionModel (line 16) | class ShelfDefinitionModel(BaseSettingsModel): class AddShelfFileModel (line 25) | class AddShelfFileModel(BaseSettingsModel): class AddSetAndDefinitionsModel (line 32) | class AddSetAndDefinitionsModel(BaseSettingsModel): function shelves_enum_options (line 40) | def shelves_enum_options(): class ShelvesModel (line 53) | class ShelvesModel(BaseSettingsModel): FILE: server_addon/max/server/__init__.py class MaxAddon (line 9) | class MaxAddon(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/max/server/settings/create_review_settings.py function image_format_enum (line 4) | def image_format_enum(): function visual_style_enum (line 14) | def visual_style_enum(): function preview_preset_enum (line 36) | def preview_preset_enum(): function anti_aliasing_enum (line 47) | def anti_aliasing_enum(): class CreateReviewModel (line 57) | class CreateReviewModel(BaseSettingsModel): FILE: server_addon/max/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class ImageIOSettings (line 37) | class ImageIOSettings(BaseSettingsModel): FILE: server_addon/max/server/settings/main.py function unit_scale_enum (line 14) | def unit_scale_enum(): class UnitScaleSettings (line 24) | class UnitScaleSettings(BaseSettingsModel): class PRTAttributesModel (line 33) | class PRTAttributesModel(BaseSettingsModel): class PointCloudSettings (line 39) | class PointCloudSettings(BaseSettingsModel): class MaxSettings (line 44) | class MaxSettings(BaseSettingsModel): FILE: server_addon/max/server/settings/publishers.py class ValidateAttributesModel (line 8) | class ValidateAttributesModel(BaseSettingsModel): method validate_json (line 14) | def validate_json(cls, value): class ValidateCameraAttributesModel (line 30) | class ValidateCameraAttributesModel(BaseSettingsModel): class FamilyMappingItemModel (line 41) | class FamilyMappingItemModel(BaseSettingsModel): class ValidateLoadedPluginModel (line 52) | class ValidateLoadedPluginModel(BaseSettingsModel): class BasicValidateModel (line 61) | class BasicValidateModel(BaseSettingsModel): class PublishersModel (line 67) | class PublishersModel(BaseSettingsModel): FILE: server_addon/max/server/settings/render_settings.py function aov_separators_enum (line 4) | def aov_separators_enum(): function image_format_enum (line 12) | def image_format_enum(): class RenderSettingsModel (line 26) | class RenderSettingsModel(BaseSettingsModel): FILE: server_addon/maya/server/__init__.py class MayaAddon (line 8) | class MayaAddon(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/maya/server/settings/creators.py class CreateLookModel (line 8) | class CreateLookModel(BaseSettingsModel): class BasicCreatorModel (line 17) | class BasicCreatorModel(BaseSettingsModel): class CreateUnrealStaticMeshModel (line 25) | class CreateUnrealStaticMeshModel(BaseSettingsModel): class CreateUnrealSkeletalMeshModel (line 38) | class CreateUnrealSkeletalMeshModel(BaseSettingsModel): class CreateMultiverseLookModel (line 45) | class CreateMultiverseLookModel(BaseSettingsModel): class BasicExportMeshModel (line 50) | class BasicExportMeshModel(BaseSettingsModel): class CreateAnimationModel (line 60) | class CreateAnimationModel(BaseSettingsModel): class CreatePointCacheModel (line 73) | class CreatePointCacheModel(BaseSettingsModel): class CreateProxyAlembicModel (line 86) | class CreateProxyAlembicModel(BaseSettingsModel): class CreateAssModel (line 96) | class CreateAssModel(BasicCreatorModel): class CreateReviewModel (line 113) | class CreateReviewModel(BasicCreatorModel): class CreateVrayProxyModel (line 119) | class CreateVrayProxyModel(BaseSettingsModel): class CreateMultishotLayout (line 127) | class CreateMultishotLayout(BasicCreatorModel): class CreatorsModel (line 137) | class CreatorsModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/explicit_plugins_loading.py class PluginsModel (line 4) | class PluginsModel(BaseSettingsModel): class ExplicitPluginsLoadingModel (line 10) | class ExplicitPluginsLoadingModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/imageio.py class ImageIOConfigModel (line 14) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 25) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 32) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 40) | def validate_unique_outputs(cls, value): class ColorManagementPreferenceV2Model (line 45) | class ColorManagementPreferenceV2Model(BaseSettingsModel): class ColorManagementPreferenceModel (line 60) | class ColorManagementPreferenceModel(BaseSettingsModel): class WorkfileImageIOModel (line 67) | class WorkfileImageIOModel(BaseSettingsModel): class ImageIOSettings (line 74) | class ImageIOSettings(BaseSettingsModel): FILE: server_addon/maya/server/settings/include_handles.py class IncludeByTaskTypeModel (line 8) | class IncludeByTaskTypeModel(BaseSettingsModel): class IncludeHandlesModel (line 17) | class IncludeHandlesModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/loaders.py class ColorsSetting (line 5) | class ColorsSetting(BaseSettingsModel): class ReferenceLoaderModel (line 40) | class ReferenceLoaderModel(BaseSettingsModel): class ImportLoaderModel (line 48) | class ImportLoaderModel(BaseSettingsModel): class LoadersModel (line 53) | class LoadersModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/main.py class ExtMappingItemModel (line 24) | class ExtMappingItemModel(BaseSettingsModel): class MayaSettings (line 30) | class MayaSettings(BaseSettingsModel): method validate_unique_outputs (line 70) | def validate_unique_outputs(cls, value): FILE: server_addon/maya/server/settings/maya_dirmap.py class MayaDirmapPathsSubmodel (line 4) | class MayaDirmapPathsSubmodel(BaseSettingsModel): class MayaDirmapModel (line 14) | class MayaDirmapModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/publish_playblast.py function hardware_falloff_enum (line 12) | def hardware_falloff_enum(): function renderer_enum (line 20) | def renderer_enum(): function displayLights_enum (line 26) | def displayLights_enum(): function plugin_objects_default (line 36) | def plugin_objects_default(): class CodecSetting (line 45) | class CodecSetting(BaseSettingsModel): class DisplayOptionsSetting (line 52) | class DisplayOptionsSetting(BaseSettingsModel): class GenericSetting (line 71) | class GenericSetting(BaseSettingsModel): class RendererSetting (line 78) | class RendererSetting(BaseSettingsModel): class ResolutionSetting (line 87) | class ResolutionSetting(BaseSettingsModel): class PluginObjectsModel (line 93) | class PluginObjectsModel(BaseSettingsModel): class ViewportOptionsSetting (line 98) | class ViewportOptionsSetting(BaseSettingsModel): method validate_unique_plugin_objects (line 200) | def validate_unique_plugin_objects(cls, value): class CameraOptionsSetting (line 205) | class CameraOptionsSetting(BaseSettingsModel): class CapturePresetSetting (line 217) | class CapturePresetSetting(BaseSettingsModel): class ProfilesModel (line 246) | class ProfilesModel(BaseSettingsModel): class ExtractPlayblastSetting (line 265) | class ExtractPlayblastSetting(BaseSettingsModel): FILE: server_addon/maya/server/settings/publishers.py function linear_unit_enum (line 16) | def linear_unit_enum(): function angular_unit_enum (line 30) | def angular_unit_enum(): class BasicValidateModel (line 38) | class BasicValidateModel(BaseSettingsModel): class ValidateMeshUVSetMap1Model (line 44) | class ValidateMeshUVSetMap1Model(BasicValidateModel): class ValidateNoAnimationModel (line 49) | class ValidateNoAnimationModel(BasicValidateModel): class ValidateRigOutSetNodeIdsModel (line 54) | class ValidateRigOutSetNodeIdsModel(BaseSettingsModel): class ValidateModelNameModel (line 60) | class ValidateModelNameModel(BaseSettingsModel): class ValidateModelContentModel (line 90) | class ValidateModelContentModel(BaseSettingsModel): class ValidateTransformNamingSuffixModel (line 96) | class ValidateTransformNamingSuffixModel(BaseSettingsModel): method validate_json (line 110) | def validate_json(cls, value): class CollectMayaRenderModel (line 129) | class CollectMayaRenderModel(BaseSettingsModel): class CollectFbxAnimationModel (line 135) | class CollectFbxAnimationModel(BaseSettingsModel): class CollectFbxCameraModel (line 139) | class CollectFbxCameraModel(BaseSettingsModel): class CollectGLTFModel (line 143) | class CollectGLTFModel(BaseSettingsModel): class ValidateFrameRangeModel (line 147) | class ValidateFrameRangeModel(BaseSettingsModel): class ValidateShaderNameModel (line 157) | class ValidateShaderNameModel(BaseSettingsModel): class ValidateAttributesModel (line 170) | class ValidateAttributesModel(BaseSettingsModel): method validate_json (line 176) | def validate_json(cls, value): class ValidateLoadedPluginModel (line 192) | class ValidateLoadedPluginModel(BaseSettingsModel): class ValidateMayaUnitsModel (line 203) | class ValidateMayaUnitsModel(BaseSettingsModel): class ValidateUnrealStaticMeshNameModel (line 219) | class ValidateUnrealStaticMeshNameModel(BaseSettingsModel): class ValidateCycleErrorModel (line 226) | class ValidateCycleErrorModel(BaseSettingsModel): class ValidatePluginPathAttributesAttrModel (line 234) | class ValidatePluginPathAttributesAttrModel(BaseSettingsModel): class ValidatePluginPathAttributesModel (line 239) | class ValidatePluginPathAttributesModel(BaseSettingsModel): method validate_unique_outputs (line 255) | def validate_unique_outputs(cls, value): class RendererAttributesModel (line 261) | class RendererAttributesModel(BaseSettingsModel): class ValidateRenderSettingsModel (line 267) | class ValidateRenderSettingsModel(BaseSettingsModel): class BasicValidateModel (line 278) | class BasicValidateModel(BaseSettingsModel): class ValidateCameraContentsModel (line 284) | class ValidateCameraContentsModel(BaseSettingsModel): class ExtractProxyAlembicModel (line 290) | class ExtractProxyAlembicModel(BaseSettingsModel): class ExtractAlembicModel (line 297) | class ExtractAlembicModel(BaseSettingsModel): class ExtractObjModel (line 304) | class ExtractObjModel(BaseSettingsModel): class ExtractMayaSceneRawModel (line 309) | class ExtractMayaSceneRawModel(BaseSettingsModel): class ExtractCameraAlembicModel (line 317) | class ExtractCameraAlembicModel(BaseSettingsModel): method validate_json_list (line 329) | def validate_json_list(cls, value): class ExtractGLBModel (line 345) | class ExtractGLBModel(BaseSettingsModel): class ExtractLookArgsModel (line 351) | class ExtractLookArgsModel(BaseSettingsModel): class ExtractLookModel (line 358) | class ExtractLookModel(BaseSettingsModel): class ExtractGPUCacheModel (line 365) | class ExtractGPUCacheModel(BaseSettingsModel): class PublishersModel (line 381) | class PublishersModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/render_settings.py function aov_separators_enum (line 5) | def aov_separators_enum(): function arnold_image_format_enum (line 13) | def arnold_image_format_enum(): function arnold_aov_list_enum (line 26) | def arnold_aov_list_enum(): function vray_image_output_enum (line 91) | def vray_image_output_enum(): function vray_aov_list_enum (line 107) | def vray_aov_list_enum(): function redshift_engine_enum (line 196) | def redshift_engine_enum(): function redshift_image_output_enum (line 206) | def redshift_image_output_enum(): function redshift_aov_list_enum (line 218) | def redshift_aov_list_enum(): class AdditionalOptionsModel (line 275) | class AdditionalOptionsModel(BaseSettingsModel): class ArnoldSettingsModel (line 283) | class ArnoldSettingsModel(BaseSettingsModel): class VraySettingsModel (line 304) | class VraySettingsModel(BaseSettingsModel): class RedshiftSettingsModel (line 333) | class RedshiftSettingsModel(BaseSettingsModel): function renderman_display_filters (line 366) | def renderman_display_filters(): function renderman_sample_filters_enum (line 384) | def renderman_sample_filters_enum(): class RendermanSettingsModel (line 397) | class RendermanSettingsModel(BaseSettingsModel): class RenderSettingsModel (line 424) | class RenderSettingsModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/scriptsmenu.py class ScriptsmenuSubmodel (line 4) | class ScriptsmenuSubmodel(BaseSettingsModel): class ScriptsmenuModel (line 17) | class ScriptsmenuModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/templated_workfile_settings.py class WorkfileBuildProfilesModel (line 8) | class WorkfileBuildProfilesModel(BaseSettingsModel): class TemplatedProfilesModel (line 21) | class TemplatedProfilesModel(BaseSettingsModel): FILE: server_addon/maya/server/settings/workfile_build_settings.py class ContextItemModel (line 8) | class ContextItemModel(BaseSettingsModel): class WorkfileSettingModel (line 20) | class WorkfileSettingModel(BaseSettingsModel): class ProfilesModel (line 37) | class ProfilesModel(BaseSettingsModel): FILE: server_addon/nuke/server/__init__.py class NukeAddon (line 9) | class NukeAddon(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/nuke/server/settings/common.py function validate_json_dict (line 10) | def validate_json_dict(value): class Vector2d (line 26) | class Vector2d(BaseSettingsModel): class Vector3d (line 33) | class Vector3d(BaseSettingsModel): class Box (line 41) | class Box(BaseSettingsModel): function formatable_knob_type_enum (line 50) | def formatable_knob_type_enum(): class Formatable (line 60) | class Formatable(BaseSettingsModel): class KnobModel (line 90) | class KnobModel(BaseSettingsModel): FILE: server_addon/nuke/server/settings/create_plugins.py function instance_attributes_enum (line 10) | def instance_attributes_enum(): class PrenodeModel (line 19) | class PrenodeModel(BaseSettingsModel): method ensure_unique_names (line 39) | def ensure_unique_names(cls, value): class CreateWriteRenderModel (line 45) | class CreateWriteRenderModel(BaseSettingsModel): method ensure_unique_names (line 68) | def ensure_unique_names(cls, value): class CreateWritePrerenderModel (line 74) | class CreateWritePrerenderModel(BaseSettingsModel): method ensure_unique_names (line 97) | def ensure_unique_names(cls, value): class CreateWriteImageModel (line 103) | class CreateWriteImageModel(BaseSettingsModel): method ensure_unique_names (line 126) | def ensure_unique_names(cls, value): class CreatorPluginsSettings (line 132) | class CreatorPluginsSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/dirmap.py class DirmapPathsSubmodel (line 4) | class DirmapPathsSubmodel(BaseSettingsModel): class DirmapSettings (line 16) | class DirmapSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/general.py class MenuShortcut (line 4) | class MenuShortcut(BaseSettingsModel): class GeneralSettings (line 24) | class GeneralSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/gizmo.py class SubGizmoItem (line 9) | class SubGizmoItem(BaseSettingsModel): class GizmoDefinitionItem (line 27) | class GizmoDefinitionItem(BaseSettingsModel): class GizmoItem (line 35) | class GizmoItem(BaseSettingsModel): FILE: server_addon/nuke/server/settings/imageio.py class NodesModel (line 12) | class NodesModel(BaseSettingsModel): class RequiredNodesModel (line 23) | class RequiredNodesModel(NodesModel): method ensure_unique_names (line 30) | def ensure_unique_names(cls, value): class OverrideNodesModel (line 36) | class OverrideNodesModel(NodesModel): method ensure_unique_names (line 48) | def ensure_unique_names(cls, value): class NodesSetting (line 54) | class NodesSetting(BaseSettingsModel): function ocio_configs_switcher_enum (line 65) | def ocio_configs_switcher_enum(): class WorkfileColorspaceSettings (line 83) | class WorkfileColorspaceSettings(BaseSettingsModel): class ReadColorspaceRulesItems (line 105) | class ReadColorspaceRulesItems(BaseSettingsModel): class RegexInputsModel (line 112) | class RegexInputsModel(BaseSettingsModel): class ViewProcessModel (line 119) | class ViewProcessModel(BaseSettingsModel): class ImageIOConfigModel (line 125) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 136) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 143) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 151) | def validate_unique_outputs(cls, value): class ImageIOSettings (line 156) | class ImageIOSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/loader_plugins.py class LoadImageModel (line 4) | class LoadImageModel(BaseSettingsModel): class LoadClipOptionsModel (line 18) | class LoadClipOptionsModel(BaseSettingsModel): class LoadClipModel (line 27) | class LoadClipModel(BaseSettingsModel): class LoaderPuginsModel (line 45) | class LoaderPuginsModel(BaseSettingsModel): FILE: server_addon/nuke/server/settings/main.py class NukeSettings (line 48) | class NukeSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/publish_plugins.py function nuke_render_publish_types_enum (line 11) | def nuke_render_publish_types_enum(): function nuke_product_types_enum (line 20) | def nuke_product_types_enum(): class NodeModel (line 31) | class NodeModel(BaseSettingsModel): method ensure_unique_names (line 49) | def ensure_unique_names(cls, value): class CollectInstanceDataModel (line 55) | class CollectInstanceDataModel(BaseSettingsModel): class OptionalPluginModel (line 63) | class OptionalPluginModel(BaseSettingsModel): class ValidateKnobsModel (line 69) | class ValidateKnobsModel(BaseSettingsModel): method validate_json (line 78) | def validate_json(cls, value): class ExtractReviewDataModel (line 82) | class ExtractReviewDataModel(BaseSettingsModel): class ExtractReviewDataLutModel (line 86) | class ExtractReviewDataLutModel(BaseSettingsModel): class BakingStreamFilterModel (line 90) | class BakingStreamFilterModel(BaseSettingsModel): class ReformatNodesRepositionNodes (line 105) | class ReformatNodesRepositionNodes(BaseSettingsModel): class ReformatNodesConfigModel (line 112) | class ReformatNodesConfigModel(BaseSettingsModel): class IntermediateOutputModel (line 126) | class IntermediateOutputModel(BaseSettingsModel): class ExtractReviewDataMovModel (line 157) | class ExtractReviewDataMovModel(BaseSettingsModel): class ExtractReviewIntermediatesModel (line 169) | class ExtractReviewIntermediatesModel(BaseSettingsModel): class FSubmissionNoteModel (line 178) | class FSubmissionNoteModel(BaseSettingsModel): class FSubmistingForModel (line 183) | class FSubmistingForModel(BaseSettingsModel): class FVFXScopeOfWorkModel (line 188) | class FVFXScopeOfWorkModel(BaseSettingsModel): class ExctractSlateFrameParamModel (line 193) | class ExctractSlateFrameParamModel(BaseSettingsModel): class ExtractSlateFrameModel (line 208) | class ExtractSlateFrameModel(BaseSettingsModel): class IncrementScriptVersionModel (line 216) | class IncrementScriptVersionModel(BaseSettingsModel): class PublishPuginsModel (line 222) | class PublishPuginsModel(BaseSettingsModel): FILE: server_addon/nuke/server/settings/scriptsmenu.py class ScriptsmenuSubmodel (line 4) | class ScriptsmenuSubmodel(BaseSettingsModel): class ScriptsmenuSettings (line 15) | class ScriptsmenuSettings(BaseSettingsModel): FILE: server_addon/nuke/server/settings/templated_workfile_build.py class TemplatedWorkfileProfileModel (line 8) | class TemplatedWorkfileProfileModel(BaseSettingsModel): class TemplatedWorkfileBuildModel (line 30) | class TemplatedWorkfileBuildModel(BaseSettingsModel): FILE: server_addon/nuke/server/settings/workfile_builder.py class CustomTemplateModel (line 9) | class CustomTemplateModel(BaseSettingsModel): class BuilderProfileItemModel (line 21) | class BuilderProfileItemModel(BaseSettingsModel): class BuilderProfileModel (line 40) | class BuilderProfileModel(BaseSettingsModel): class WorkfileBuilderModel (line 60) | class WorkfileBuilderModel(BaseSettingsModel): FILE: server_addon/openpype/server/__init__.py class OpenPypeAddon (line 6) | class OpenPypeAddon(BaseServerAddon): FILE: server_addon/photoshop/server/__init__.py class Photoshop (line 7) | class Photoshop(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/photoshop/server/settings/creator_plugins.py class CreateImagePluginModel (line 4) | class CreateImagePluginModel(BaseSettingsModel): class AutoImageCreatorPluginModel (line 14) | class AutoImageCreatorPluginModel(BaseSettingsModel): class CreateReviewPlugin (line 21) | class CreateReviewPlugin(BaseSettingsModel): class CreateWorkfilelugin (line 27) | class CreateWorkfilelugin(BaseSettingsModel): class PhotoshopCreatorPlugins (line 33) | class PhotoshopCreatorPlugins(BaseSettingsModel): FILE: server_addon/photoshop/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class ImageIORemappingRulesModel (line 37) | class ImageIORemappingRulesModel(BaseSettingsModel): class ImageIORemappingModel (line 44) | class ImageIORemappingModel(BaseSettingsModel): class PhotoshopImageIOModel (line 49) | class PhotoshopImageIOModel(BaseSettingsModel): FILE: server_addon/photoshop/server/settings/main.py class PhotoshopSettings (line 9) | class PhotoshopSettings(BaseSettingsModel): FILE: server_addon/photoshop/server/settings/publish_plugins.py class ColorCodeMappings (line 22) | class ColorCodeMappings(BaseSettingsModel): class ExtractedOptions (line 45) | class ExtractedOptions(BaseSettingsModel): class CollectColorCodedInstancesPlugin (line 52) | class CollectColorCodedInstancesPlugin(BaseSettingsModel): class CollectReviewPlugin (line 76) | class CollectReviewPlugin(BaseSettingsModel): class CollectVersionPlugin (line 81) | class CollectVersionPlugin(BaseSettingsModel): class ValidateContainersPlugin (line 86) | class ValidateContainersPlugin(BaseSettingsModel): class ValidateNamingPlugin (line 94) | class ValidateNamingPlugin(BaseSettingsModel): class ExtractImagePlugin (line 107) | class ExtractImagePlugin(BaseSettingsModel): class ExtractReviewPlugin (line 115) | class ExtractReviewPlugin(BaseSettingsModel): class PhotoshopPublishPlugins (line 140) | class PhotoshopPublishPlugins(BaseSettingsModel): FILE: server_addon/photoshop/server/settings/workfile_builder.py class CustomBuilderTemplate (line 8) | class CustomBuilderTemplate(BaseSettingsModel): class WorkfileBuilderPlugin (line 21) | class WorkfileBuilderPlugin(BaseSettingsModel): FILE: server_addon/resolve/server/__init__.py class ResolveAddon (line 9) | class ResolveAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/resolve/server/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class ImageIORemappingRulesModel (line 37) | class ImageIORemappingRulesModel(BaseSettingsModel): class ImageIORemappingModel (line 44) | class ImageIORemappingModel(BaseSettingsModel): class ResolveImageIOModel (line 49) | class ResolveImageIOModel(BaseSettingsModel): FILE: server_addon/resolve/server/settings.py class CreateShotClipModels (line 6) | class CreateShotClipModels(BaseSettingsModel): class CreatorPuginsModel (line 72) | class CreatorPuginsModel(BaseSettingsModel): class ResolveSettings (line 79) | class ResolveSettings(BaseSettingsModel): FILE: server_addon/royal_render/server/__init__.py class RoyalRenderAddon (line 9) | class RoyalRenderAddon(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/royal_render/server/settings.py class CustomPath (line 8) | class CustomPath(MultiplatformPathModel): class ServerListSubmodel (line 12) | class ServerListSubmodel(BaseSettingsModel): class CollectSequencesFromJobModel (line 20) | class CollectSequencesFromJobModel(BaseSettingsModel): class PublishPluginsModel (line 26) | class PublishPluginsModel(BaseSettingsModel): class RoyalRenderSettings (line 33) | class RoyalRenderSettings(BaseSettingsModel): FILE: server_addon/substancepainter/server/__init__.py class SubstancePainterAddon (line 9) | class SubstancePainterAddon(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/substancepainter/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class ImageIOSettings (line 37) | class ImageIOSettings(BaseSettingsModel): FILE: server_addon/substancepainter/server/settings/load_plugins.py function normal_map_format_enum (line 4) | def normal_map_format_enum(): function tangent_space_enum (line 11) | def tangent_space_enum(): function uv_workflow_enum (line 18) | def uv_workflow_enum(): function document_resolution_enum (line 27) | def document_resolution_enum(): class ProjectTemplatesModel (line 38) | class ProjectTemplatesModel(BaseSettingsModel): class ProjectTemplateSettingModel (line 76) | class ProjectTemplateSettingModel(BaseSettingsModel): class LoadersModel (line 83) | class LoadersModel(BaseSettingsModel): FILE: server_addon/substancepainter/server/settings/main.py class ShelvesSettingsModel (line 6) | class ShelvesSettingsModel(BaseSettingsModel): class SubstancePainterSettings (line 12) | class SubstancePainterSettings(BaseSettingsModel): FILE: server_addon/timers_manager/server/__init__.py class TimersManagerAddon (line 9) | class TimersManagerAddon(BaseServerAddon): FILE: server_addon/timers_manager/server/settings.py class TimersManagerSettings (line 4) | class TimersManagerSettings(BaseSettingsModel): FILE: server_addon/traypublisher/server/__init__.py class Traypublisher (line 7) | class Traypublisher(BaseServerAddon): method get_default_settings (line 14) | async def get_default_settings(self): FILE: server_addon/traypublisher/server/settings/creator_plugins.py class BatchMovieCreatorPlugin (line 4) | class BatchMovieCreatorPlugin(BaseSettingsModel): class TrayPublisherCreatePluginsModel (line 25) | class TrayPublisherCreatePluginsModel(BaseSettingsModel): FILE: server_addon/traypublisher/server/settings/editorial_creators.py class ClipNameTokenizerItem (line 8) | class ClipNameTokenizerItem(BaseSettingsModel): class ShotAddTasksItem (line 14) | class ShotAddTasksItem(BaseSettingsModel): class ShotRenameSubmodel (line 23) | class ShotRenameSubmodel(BaseSettingsModel): class TokenToParentConvertorItem (line 39) | class TokenToParentConvertorItem(BaseSettingsModel): class ShotHierarchySubmodel (line 57) | class ShotHierarchySubmodel(BaseSettingsModel): class ProductTypePresetItem (line 77) | class ProductTypePresetItem(BaseSettingsModel): class EditorialSimpleCreatorPlugin (line 88) | class EditorialSimpleCreatorPlugin(BaseSettingsModel): class TraypublisherEditorialCreatorPlugins (line 118) | class TraypublisherEditorialCreatorPlugins(BaseSettingsModel): FILE: server_addon/traypublisher/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class TrayPublisherImageIOModel (line 37) | class TrayPublisherImageIOModel(BaseSettingsModel): FILE: server_addon/traypublisher/server/settings/main.py class TraypublisherSettings (line 22) | class TraypublisherSettings(BaseSettingsModel): FILE: server_addon/traypublisher/server/settings/publish_plugins.py class ValidatePluginModel (line 4) | class ValidatePluginModel(BaseSettingsModel): class ValidateFrameRangeModel (line 11) | class ValidateFrameRangeModel(ValidatePluginModel): class TrayPublisherPublishPlugins (line 17) | class TrayPublisherPublishPlugins(BaseSettingsModel): FILE: server_addon/traypublisher/server/settings/simple_creators.py class SimpleCreatorPlugin (line 4) | class SimpleCreatorPlugin(BaseSettingsModel): FILE: server_addon/tvpaint/server/__init__.py class TvpaintAddon (line 9) | class TvpaintAddon(BaseServerAddon): method get_default_settings (line 15) | async def get_default_settings(self): FILE: server_addon/tvpaint/server/settings/create_plugins.py class CreateWorkfileModel (line 4) | class CreateWorkfileModel(BaseSettingsModel): class CreateReviewModel (line 11) | class CreateReviewModel(BaseSettingsModel): class CreateRenderSceneModel (line 19) | class CreateRenderSceneModel(BaseSettingsModel): class CreateRenderLayerModel (line 29) | class CreateRenderLayerModel(BaseSettingsModel): class CreateRenderPassModel (line 37) | class CreateRenderPassModel(BaseSettingsModel): class AutoDetectCreateRenderModel (line 44) | class AutoDetectCreateRenderModel(BaseSettingsModel): class CreatePluginsModel (line 71) | class CreatePluginsModel(BaseSettingsModel): FILE: server_addon/tvpaint/server/settings/filters.py class FiltersSubmodel (line 4) | class FiltersSubmodel(BaseSettingsModel): class PublishFiltersModel (line 14) | class PublishFiltersModel(BaseSettingsModel): FILE: server_addon/tvpaint/server/settings/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class TVPaintImageIOModel (line 37) | class TVPaintImageIOModel(BaseSettingsModel): FILE: server_addon/tvpaint/server/settings/main.py class TvpaintSettings (line 17) | class TvpaintSettings(BaseSettingsModel): FILE: server_addon/tvpaint/server/settings/publish_plugins.py class CollectRenderInstancesModel (line 5) | class CollectRenderInstancesModel(BaseSettingsModel): class ExtractSequenceModel (line 11) | class ExtractSequenceModel(BaseSettingsModel): class ValidatePluginModel (line 19) | class ValidatePluginModel(BaseSettingsModel): function compression_enum (line 25) | def compression_enum(): class ExtractConvertToEXRModel (line 40) | class ExtractConvertToEXRModel(BaseSettingsModel): class LoadImageDefaultModel (line 52) | class LoadImageDefaultModel(BaseSettingsModel): class LoadImageModel (line 59) | class LoadImageModel(BaseSettingsModel): class PublishPluginsModel (line 65) | class PublishPluginsModel(BaseSettingsModel): class LoadPluginsModel (line 89) | class LoadPluginsModel(BaseSettingsModel): FILE: server_addon/tvpaint/server/settings/workfile_builder.py class CustomBuilderTemplate (line 9) | class CustomBuilderTemplate(BaseSettingsModel): class WorkfileBuilderPlugin (line 20) | class WorkfileBuilderPlugin(BaseSettingsModel): FILE: server_addon/unreal/server/__init__.py class UnrealAddon (line 9) | class UnrealAddon(BaseServerAddon): method get_default_settings (line 17) | async def get_default_settings(self): FILE: server_addon/unreal/server/imageio.py class ImageIOConfigModel (line 6) | class ImageIOConfigModel(BaseSettingsModel): class ImageIOFileRuleModel (line 17) | class ImageIOFileRuleModel(BaseSettingsModel): class ImageIOFileRulesModel (line 24) | class ImageIOFileRulesModel(BaseSettingsModel): method validate_unique_outputs (line 32) | def validate_unique_outputs(cls, value): class UnrealImageIOModel (line 37) | class UnrealImageIOModel(BaseSettingsModel): FILE: server_addon/unreal/server/settings.py class ProjectSetup (line 6) | class ProjectSetup(BaseSettingsModel): function _render_format_enum (line 13) | def _render_format_enum(): class UnrealSettings (line 22) | class UnrealSettings(BaseSettingsModel): FILE: setup.py function validate_thirdparty_binaries (line 15) | def validate_thirdparty_binaries(): FILE: start.py function _print (line 147) | def _print(message: str, force=False): function _print (line 183) | def _print(message: str): function list_versions (line 283) | def list_versions(openpype_versions: list, local_version=None) -> None: function set_openpype_global_environments (line 294) | def set_openpype_global_environments() -> None: function run (line 323) | def run(arguments: list, env: dict = None) -> int: function run_disk_mapping_commands (line 352) | def run_disk_mapping_commands(settings): function set_avalon_environments (line 398) | def set_avalon_environments(): function set_modules_environments (line 415) | def set_modules_environments(): function _startup_validations (line 436) | def _startup_validations(): function _validate_thirdparty_binaries (line 461) | def _validate_thirdparty_binaries(): function _process_arguments (line 506) | def _process_arguments() -> tuple: function _determine_mongodb (line 597) | def _determine_mongodb() -> str: function _initialize_environment (line 651) | def _initialize_environment(openpype_version: OpenPypeVersion) -> None: function _find_frozen_openpype (line 691) | def _find_frozen_openpype(use_version: str = None, function _bootstrap_from_code (line 819) | def _bootstrap_from_code(use_version): function _boot_validate_versions (line 917) | def _boot_validate_versions(use_version, local_version): function _boot_print_versions (line 936) | def _boot_print_versions(openpype_root): function _boot_handle_missing_version (line 959) | def _boot_handle_missing_version(local_version, message): function boot (line 969) | def boot(): function get_info (line 1160) | def get_info(use_staging=None) -> list: FILE: tests/conftest.py function pytest_addoption (line 6) | def pytest_addoption(parser): function test_data_folder (line 49) | def test_data_folder(request): function persist (line 54) | def persist(request): function app_group (line 59) | def app_group(request): function app_variant (line 64) | def app_variant(request): function timeout (line 69) | def timeout(request): function setup_only (line 74) | def setup_only(request): function mongo_url (line 79) | def mongo_url(request): function dump_databases (line 84) | def dump_databases(request): function pytest_runtest_makereport (line 89) | def pytest_runtest_makereport(item, call): FILE: tests/integration/hosts/aftereffects/lib.py class AEHostFixtures (line 13) | class AEHostFixtures(HostFixtures): method last_workfile_path (line 15) | def last_workfile_path(self, download_test_data, output_folder_url): method startup_scripts (line 37) | def startup_scripts(self, monkeypatch_session, download_test_data): method skip_compare_folders (line 42) | def skip_compare_folders(self): class AELocalPublishTestClass (line 47) | class AELocalPublishTestClass(AEHostFixtures, PublishTest): class AEDeadlinePublishTestClass (line 51) | class AEDeadlinePublishTestClass(AEHostFixtures, DeadlinePublishTest): FILE: tests/integration/hosts/aftereffects/test_deadline_publish_in_aftereffects.py class TestDeadlinePublishInAfterEffects (line 9) | class TestDeadlinePublishInAfterEffects(AEDeadlinePublishTestClass): method test_db_asserts (line 44) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/aftereffects/test_deadline_publish_in_aftereffects_multicomposition.py class TestDeadlinePublishInAfterEffectsMultiComposition (line 9) | class TestDeadlinePublishInAfterEffectsMultiComposition(AEDeadlinePublis... method test_db_asserts (line 48) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/aftereffects/test_publish_in_aftereffects.py class TestPublishInAfterEffects (line 9) | class TestPublishInAfterEffects(AELocalPublishTestClass): method test_db_asserts (line 42) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/aftereffects/test_publish_in_aftereffects_legacy.py class TestPublishInAfterEffects (line 9) | class TestPublishInAfterEffects(AELocalPublishTestClass): method test_db_asserts (line 44) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/aftereffects/test_publish_in_aftereffects_multiframe.py class TestPublishInAfterEffects (line 9) | class TestPublishInAfterEffects(AELocalPublishTestClass): method test_db_asserts (line 29) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/maya/lib.py class MayaHostFixtures (line 12) | class MayaHostFixtures(HostFixtures): method last_workfile_path (line 14) | def last_workfile_path(self, download_test_data, output_folder_url): method startup_scripts (line 43) | def startup_scripts(self, monkeypatch_session, download_test_data): method skip_compare_folders (line 60) | def skip_compare_folders(self): class MayaLocalPublishTestClass (line 64) | class MayaLocalPublishTestClass(MayaHostFixtures, PublishTest): class MayaDeadlinePublishTestClass (line 68) | class MayaDeadlinePublishTestClass(MayaHostFixtures, DeadlinePublishTest): FILE: tests/integration/hosts/maya/test_deadline_publish_in_maya.py class TestDeadlinePublishInMaya (line 5) | class TestDeadlinePublishInMaya(MayaDeadlinePublishTestClass): method test_db_asserts (line 36) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/maya/test_publish_in_maya.py class TestPublishInMaya (line 8) | class TestPublishInMaya(MayaLocalPublishTestClass): method test_publish (line 41) | def test_publish( method test_db_asserts (line 67) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/maya/test_publish_in_maya/input/startup/userSetup.py function setup_pyblish_logging (line 9) | def setup_pyblish_logging(): function _run_publish_test_deferred (line 20) | def _run_publish_test_deferred(): FILE: tests/integration/hosts/nuke/lib.py class NukeHostFixtures (line 12) | class NukeHostFixtures(HostFixtures): method last_workfile_path (line 14) | def last_workfile_path(self, download_test_data, output_folder_url): method startup_scripts (line 48) | def startup_scripts(self, monkeypatch_session, download_test_data): method skip_compare_folders (line 60) | def skip_compare_folders(self): class NukeLocalPublishTestClass (line 63) | class NukeLocalPublishTestClass(NukeHostFixtures, PublishTest): class NukeDeadlinePublishTestClass (line 67) | class NukeDeadlinePublishTestClass(NukeHostFixtures, DeadlinePublishTest): FILE: tests/integration/hosts/nuke/test_deadline_publish_in_nuke.py class TestDeadlinePublishInNuke (line 9) | class TestDeadlinePublishInNuke(NukeDeadlinePublishTestClass): method test_db_asserts (line 53) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/nuke/test_deadline_publish_in_nuke_prerender.py class TestDeadlinePublishInNukePrerender (line 9) | class TestDeadlinePublishInNukePrerender(NukeDeadlinePublishTestClass): method test_db_asserts (line 54) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/nuke/test_publish_in_nuke.py class TestPublishInNuke (line 9) | class TestPublishInNuke(NukeLocalPublishTestClass): method test_db_asserts (line 52) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/photoshop/lib.py class PhotoshopTestClass (line 11) | class PhotoshopTestClass(HostFixtures, PublishTest): method last_workfile_path (line 13) | def last_workfile_path(self, download_test_data, output_folder_url): method startup_scripts (line 35) | def startup_scripts(self, monkeypatch_session, download_test_data): method skip_compare_folders (line 40) | def skip_compare_folders(self): FILE: tests/integration/hosts/photoshop/test_publish_in_photoshop.py class TestPublishInPhotoshop (line 9) | class TestPublishInPhotoshop(PhotoshopTestClass): method test_db_asserts (line 52) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/photoshop/test_publish_in_photoshop_auto_image.py class TestPublishInPhotoshopAutoImage (line 9) | class TestPublishInPhotoshopAutoImage(PhotoshopTestClass): method test_db_asserts (line 32) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/integration/hosts/photoshop/test_publish_in_photoshop_review.py class TestPublishInPhotoshopImageReviews (line 9) | class TestPublishInPhotoshopImageReviews(PhotoshopTestClass): method test_db_asserts (line 39) | def test_db_asserts(self, dbcon, publish_finished): FILE: tests/lib/assert_classes.py class DBAssert (line 4) | class DBAssert: method count_of_types (line 7) | def count_of_types(cls, dbcon, queried_type, expected, **kwargs): FILE: tests/lib/db_handler.py class DBHandler (line 12) | class DBHandler: method __init__ (line 14) | def __init__(self, uri=None, host=None, port=None, method setup_empty (line 28) | def setup_empty(self, name): method setup_from_sql (line 32) | def setup_from_sql(self, db_name, sql_dir, collection=None, method setup_from_sql_file (line 67) | def setup_from_sql_file(self, db_name, sql_url, method setup_from_dump (line 99) | def setup_from_dump(self, db_name, dump_dir, overwrite=False, method teardown (line 141) | def teardown(self, db_name): method backup_to_dump (line 150) | def backup_to_dump(self, db_name, dump_dir, overwrite=False, method _db_exists (line 175) | def _db_exists(self, db_name): method _dump_query (line 178) | def _dump_query( method _restore_query (line 206) | def _restore_query(self, uri, dump_dir, method _import_query (line 232) | def _import_query(self, uri, sql_url, FILE: tests/lib/file_handler.py class BaseFileHandler (line 20) | class BaseFileHandler: method calculate_md5 (line 26) | def calculate_md5(fpath, chunk_size=10000): method check_md5 (line 34) | def check_md5(fpath, md5, **kwargs): method calculate_sha256 (line 39) | def calculate_sha256(fpath): method check_sha256 (line 58) | def check_sha256(fpath, sha256, **kwargs): method check_integrity (line 62) | def check_integrity(fpath, hash_value=None, hash_type=None): method unzip (line 75) | def unzip(path, destination_path=None): method download_test_source_files (line 111) | def download_test_source_files(file_id, root, filename=None): class LocalFileHandler (line 122) | class LocalFileHandler(BaseFileHandler): method download_test_source_files (line 125) | def download_test_source_files(source_path, tmp_dir, filename=None): class RemoteFileHandler (line 135) | class RemoteFileHandler(BaseFileHandler): method download_test_source_files (line 139) | def download_test_source_files(file_id, tmp_dir, filename=None): method download_url (line 144) | def download_url( method download_file_from_google_drive (line 197) | def download_file_from_google_drive( method _urlretrieve (line 250) | def _urlretrieve(url, filename, chunk_size=None, headers=None): method _get_redirect_url (line 266) | def _get_redirect_url(url, max_hops, headers=None): method _get_confirm_token (line 286) | def _get_confirm_token(response): method _save_response_content (line 299) | def _save_response_content( method _quota_exceeded (line 308) | def _quota_exceeded(first_chunk): method _get_google_drive_file_id (line 315) | def _get_google_drive_file_id(url): FILE: tests/lib/testing_classes.py class BaseTest (line 22) | class BaseTest: class ModuleUnitTest (line 26) | class ModuleUnitTest(BaseTest): method monkeypatch_session (line 59) | def monkeypatch_session(self): method project_settings (line 67) | def project_settings(self): method download_test_data (line 73) | def download_test_data( method output_folder_url (line 114) | def output_folder_url(self, download_test_data): method env_var (line 123) | def env_var(self, monkeypatch_session, download_test_data, mongo_url): method db_setup (line 167) | def db_setup(self, download_test_data, env_var, monkeypatch_session, method dbcon (line 199) | def dbcon(self, db_setup, output_folder_url): method dbcon_openpype (line 223) | def dbcon_openpype(self, db_setup): method is_test_failed (line 232) | def is_test_failed(self, request): class PublishTest (line 236) | class PublishTest(ModuleUnitTest): method app_name (line 272) | def app_name(self, app_variant, app_group): method app_args (line 290) | def app_args(self, download_test_data): method launched_app (line 316) | def launched_app(self, dbcon, download_test_data, last_workfile_path, method publish_finished (line 351) | def publish_finished(self, dbcon, launched_app, download_test_data, method test_folder_structure_same (line 372) | def test_folder_structure_same(self, dbcon, publish_finished, method _filter_files (line 425) | def _filter_files(self, source_files, skip_compare_folders): class DeadlinePublishTest (line 439) | class DeadlinePublishTest(PublishTest): method publish_finished (line 441) | def publish_finished(self, dbcon, launched_app, download_test_data, class HostFixtures (line 557) | class HostFixtures(): method last_workfile_path (line 560) | def last_workfile_path(self, download_test_data, output_folder_url): method startup_scripts (line 565) | def startup_scripts(self, monkeypatch_session, download_test_data): method skip_compare_folders (line 570) | def skip_compare_folders(self): FILE: tests/unit/igniter/test_bootstrap_repos.py function fix_bootstrap (line 19) | def fix_bootstrap(tmp_path, pytestconfig): function test_openpype_version (line 27) | def test_openpype_version(printer): function test_get_main_version (line 114) | def test_get_main_version(): function test_get_version_path_from_list (line 119) | def test_get_version_path_from_list(): function test_search_string_for_openpype_version (line 131) | def test_search_string_for_openpype_version(printer): function test_install_live_repos (line 148) | def test_install_live_repos(fix_bootstrap, printer, monkeypatch, pytestc... function test_find_openpype (line 176) | def test_find_openpype(fix_bootstrap, tmp_path_factory, monkeypatch, pri... FILE: tests/unit/igniter/test_tools.py function test_validate_path_string (line 6) | def test_validate_path_string(tmp_path): FILE: tests/unit/openpype/hosts/photoshop/test_lib.py function test_no_layer_placeholder (line 13) | def test_no_layer_placeholder(): function test_not_used_layer_placeholder (line 23) | def test_not_used_layer_placeholder(subset_name): FILE: tests/unit/openpype/hosts/unreal/plugins/publish/test_validate_sequence_frames.py class TestValidateSequenceFrames (line 29) | class TestValidateSequenceFrames(BaseTest): method instance (line 35) | def instance(self): method plugin (line 52) | def plugin(self): method test_validate_sequence_frames_single_frame (line 58) | def test_validate_sequence_frames_single_frame(self, instance, plugin): method test_validate_sequence_frames_name (line 81) | def test_validate_sequence_frames_name(self, instance, method test_validate_sequence_frames__correct_ext (line 97) | def test_validate_sequence_frames__correct_ext( method test_validate_sequence_frames_multi_frame (line 109) | def test_validate_sequence_frames_multi_frame(self, instance, plugin): method test_validate_sequence_frames_multi_frame_missing (line 123) | def test_validate_sequence_frames_multi_frame_missing(self, instance, method test_validate_sequence_frames_multi_frame_hole (line 140) | def test_validate_sequence_frames_multi_frame_hole(self, instance, plu... method test_validate_sequence_frames_slate (line 155) | def test_validate_sequence_frames_slate(self, instance, plugin): FILE: tests/unit/openpype/lib/test_delivery.py function test_collect_frames_multi_sequence (line 6) | def test_collect_frames_multi_sequence(): function test_collect_frames_multi_sequence_different_format (line 22) | def test_collect_frames_multi_sequence_different_format(): function test_collect_frames_single_sequence (line 38) | def test_collect_frames_single_sequence(): function test_collect_frames_single_sequence_negative (line 50) | def test_collect_frames_single_sequence_negative(): function test_collect_frames_single_sequence_shot (line 62) | def test_collect_frames_single_sequence_shot(): function test_collect_frames_single_sequence_numbers (line 74) | def test_collect_frames_single_sequence_numbers(): function test_collect_frames_single_sequence_shot_with_frame (line 86) | def test_collect_frames_single_sequence_shot_with_frame(): function test_collect_frames_single_sequence_full_path (line 98) | def test_collect_frames_single_sequence_full_path(): function test_collect_frames_single_sequence_different_format (line 110) | def test_collect_frames_single_sequence_different_format(): function test_collect_frames_single_sequence_withhout_version (line 122) | def test_collect_frames_single_sequence_withhout_version(): function test_collect_frames_single_sequence_as_dict (line 134) | def test_collect_frames_single_sequence_as_dict(): function test_collect_frames_single_file (line 146) | def test_collect_frames_single_file(): FILE: tests/unit/openpype/lib/test_event_system.py function test_default_event_system (line 9) | def test_default_event_system(): function test_base_event_system_queue (line 35) | def test_base_event_system_queue(): function test_manual_event_system_queue (line 61) | def test_manual_event_system_queue(): function test_unordered_events (line 91) | def test_unordered_events(): function test_ordered_events (line 117) | def test_ordered_events(): function test_events_partial_callbacks (line 155) | def test_events_partial_callbacks(): FILE: tests/unit/openpype/lib/test_user_settings.py function secure_registry (line 14) | def secure_registry(): function json_registry (line 21) | def json_registry(tmpdir): function ini_registry (line 28) | def ini_registry(tmpdir): function test_keyring (line 34) | def test_keyring(secure_registry): function test_ini_registry (line 51) | def test_ini_registry(ini_registry): function test_json_registry (line 101) | def test_json_registry(json_registry): FILE: tests/unit/openpype/modules/sync_server/test_module_api.py class TestModuleApi (line 19) | class TestModuleApi(ModuleUnitTest): method setup_sync_server_module (line 27) | def setup_sync_server_module(self, dbcon): method test_get_alt_site_pairs (line 35) | def test_get_alt_site_pairs(self, setup_sync_server_module): method test_get_alt_site_pairs_deep (line 45) | def test_get_alt_site_pairs_deep(self, setup_sync_server_module): FILE: tests/unit/openpype/modules/sync_server/test_site_operations.py class TestSiteOperation (line 23) | class TestSiteOperation(ModuleUnitTest): method setup_sync_server_module (line 31) | def setup_sync_server_module(self, dbcon): method test_project_created (line 40) | def test_project_created(self, dbcon): method test_objects_imported (line 44) | def test_objects_imported(self, dbcon): method test_add_site (line 49) | def test_add_site(self, dbcon, setup_sync_server_module): method test_add_site_again (line 75) | def test_add_site_again(self, dbcon, setup_sync_server_module): method test_add_site_again_force (line 83) | def test_add_site_again_force(self, dbcon, setup_sync_server_module): method test_remove_site (line 99) | def test_remove_site(self, dbcon, setup_sync_server_module): method test_remove_site_again (line 120) | def test_remove_site_again(self, dbcon, setup_sync_server_module): FILE: tests/unit/openpype/pipeline/lib.py class TestPipeline (line 6) | class TestPipeline(ModuleUnitTest): method legacy_io (line 11) | def legacy_io(self, dbcon): FILE: tests/unit/openpype/pipeline/publish/test_publish_plugins.py class TestPipelinePublishPlugins (line 28) | class TestPipelinePublishPlugins(TestPipeline): method context (line 51) | def context(self, legacy_io, project_settings): method config_path_project (line 63) | def config_path_project( method config_path_asset (line 93) | def config_path_asset( method test_get_colorspace_settings (line 124) | def test_get_colorspace_settings(self, context, config_path_asset): method test_set_representation_colorspace (line 150) | def test_set_representation_colorspace( FILE: tests/unit/openpype/pipeline/test_colorspace.py class TestPipelineColorspace (line 24) | class TestPipelineColorspace(TestPipeline): method config_path_project (line 45) | def config_path_project( method config_path_asset (line 75) | def config_path_asset( method test_config_file_project (line 105) | def test_config_file_project( method test_parse_colorspace_from_filepath (line 126) | def test_parse_colorspace_from_filepath( method test_get_ocio_config_views_asset (line 146) | def test_get_ocio_config_views_asset(self, config_path_asset): method test_get_ocio_config_views_project (line 154) | def test_get_ocio_config_views_project(self, config_path_project): method test_file_rules (line 162) | def test_file_rules(self, project_settings): method test_get_imageio_colorspace_from_filepath_p3 (line 188) | def test_get_imageio_colorspace_from_filepath_p3(self, project_settings): method test_get_imageio_colorspace_from_filepath_python2mode (line 217) | def test_get_imageio_colorspace_from_filepath_python2mode( FILE: tests/unit/openpype/pipeline/test_colorspace_convert_colorspace_enumerator_item.py class TestConvertColorspaceEnumeratorItem (line 5) | class TestConvertColorspaceEnumeratorItem(unittest.TestCase): method setUp (line 6) | def setUp(self): method test_valid_item (line 41) | def test_valid_item(self): method test_invalid_item (line 101) | def test_invalid_item(self): method test_missing_config_data (line 111) | def test_missing_config_data(self): FILE: tests/unit/openpype/pipeline/test_colorspace_get_colorspaces_enumerator_items.py class TestGetColorspacesEnumeratorItems (line 6) | class TestGetColorspacesEnumeratorItems(unittest.TestCase): method setUp (line 7) | def setUp(self): method test_colorspaces (line 39) | def test_colorspaces(self): method test_aliases (line 47) | def test_aliases(self): method test_looks (line 59) | def test_looks(self): method test_display_views (line 69) | def test_display_views(self): method test_roles (line 81) | def test_roles(self): method test_all (line 91) | def test_all(self): FILE: tests/unit/openpype/plugins/publish/test_extract_review.py function test_fix_ffmpeg_full_args_filters (line 4) | def test_fix_ffmpeg_full_args_filters(): FILE: tools/build_dependencies.py function _print (line 39) | def _print(msg: str, type: int = 0) -> None: function count_folders (line 59) | def count_folders(path: Path) -> int: function _progress (line 124) | def _progress(_base, _names): FILE: tools/ci_tools.py function get_release_type_github (line 9) | def get_release_type_github(Log, github_token): function remove_prefix (line 39) | def remove_prefix(text, prefix): function get_last_version (line 43) | def get_last_version(match): function get_log_since_tag (line 62) | def get_log_since_tag(version): function release_type (line 68) | def release_type(log): function file_regex_replace (line 80) | def file_regex_replace(filename, regex, version): function bump_file_versions (line 90) | def bump_file_versions(version, nightly=False): function calculate_next_nightly (line 107) | def calculate_next_nightly(type="nightly", github_token=None): function finalize_latest_nightly (line 133) | def finalize_latest_nightly(): function finalize_prerelease (line 141) | def finalize_prerelease(prerelease): function main (line 152) | def main(): FILE: tools/create_zip.py function main (line 19) | def main(path): function _print (line 47) | def _print(msg: str, message_type: int = 0) -> None: FILE: tools/fetch_thirdparty_libs.py function sha256_sum (line 31) | def sha256_sum(filename: Path): function _print (line 50) | def _print(msg: str, message_type: int = 0) -> None: function _pip_install (line 70) | def _pip_install(openpype_root, package, version=None): function install_qtbinding (line 100) | def install_qtbinding(pyproject, openpype_root, platform_name): function install_runtime_dependencies (line 120) | def install_runtime_dependencies(pyproject, openpype_root): function install_thirdparty (line 127) | def install_thirdparty(pyproject, openpype_root, platform_name): function main (line 230) | def main(): FILE: tools/parse_pyproject.py function main (line 15) | def main(keys): FILE: website/src/components/BadgesSection/index.js function BadgesSection (line 13) | function BadgesSection() { FILE: website/src/components/GithubButton/index.js function StarButton (line 4) | function StarButton() { function SponsorButton (line 21) | function SponsorButton() { FILE: website/src/pages/features.js method render (line 462) | render() { FILE: website/src/pages/index.js function Service (line 188) | function Service({imageUrl, title, description}) { function Studio (line 198) | function Studio({title, image, infoLink}) { function Collaborator (line 207) | function Collaborator({title, image, infoLink}) { function Home (line 216) | function Home() {