| .. |
|
help
|
Update openpype/plugins/publish/help/validate_containers.xml
|
2022-08-12 13:34:37 +02:00 |
|
cleanup.py
|
added hosts filter for old cleanup plugin
|
2021-12-13 20:16:48 +01:00 |
|
cleanup_explicit.py
|
added new plugin that will cleanup paths defined in context
|
2021-12-13 20:10:36 +01:00 |
|
cleanup_farm.py
|
replace avalon imports in global plugins
|
2022-04-14 12:34:03 +02:00 |
|
collect_anatomy_context_data.py
|
simplified collect anatomy context data
|
2022-07-26 17:36:45 +02:00 |
|
collect_anatomy_instance_data.py
|
instance data is filled with instance asset specific values if are not already available on instance
|
2022-07-14 12:17:43 +02:00 |
|
collect_anatomy_object.py
|
raise KnownPublishError instead of AssertionError
|
2022-07-25 19:21:09 +02:00 |
|
collect_audio.py
|
Update openpype/plugins/publish/collect_audio.py
|
2022-08-24 14:14:58 +02:00 |
|
collect_avalon_entities.py
|
raise KnownPublishError instead of AssertionError
|
2022-07-25 19:21:09 +02:00 |
|
collect_cleanup_keys.py
|
moved collect cleanup keys earlier
|
2022-07-14 12:17:19 +02:00 |
|
collect_comment.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
collect_context_label.py
|
Change the check of "label" key
|
2022-08-17 18:07:30 +02:00 |
|
collect_current_context.py
|
make sure legacy io is installed
|
2022-07-25 18:57:23 +02:00 |
|
collect_current_pype_user.py
|
remove unused imports
|
2022-06-17 14:37:38 +02:00 |
|
collect_current_shell_file.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
collect_datetime_data.py
|
Merge branch 'develop' into feature/OP-2840_Missing-context-on-publish-instances
|
2022-07-28 10:24:29 +02:00 |
|
collect_from_create_context.py
|
renamed 'lifetime_data' to 'transient_data'
|
2022-09-23 17:11:40 +02:00 |
|
collect_hierarchy.py
|
get project name from 'context.data["projectName"]' or 'anatomy.project_name' at obvious places
|
2022-07-25 19:20:03 +02:00 |
|
collect_host_name.py
|
added more information abou app - name and label
|
2022-04-06 16:13:50 +02:00 |
|
collect_input_representations_to_versions.py
|
Remove blank line
|
2022-08-09 11:40:28 +02:00 |
|
collect_machine_name.py
|
change order of some collectors
|
2022-07-25 18:30:23 +02:00 |
|
collect_modules.py
|
changed order of collect modules manager
|
2022-08-09 18:05:17 +02:00 |
|
collect_otio_frame_ranges.py
|
global: improving code readibility
|
2022-09-15 13:12:23 +02:00 |
|
collect_otio_review.py
|
global: track name was failing if duplicated root word in name
|
2022-01-20 17:50:54 +01:00 |
|
collect_otio_subset_resources.py
|
improving code readability
|
2022-08-19 16:14:41 +02:00 |
|
collect_rendered_files.py
|
raise KnownPublishError instead of AssertionError
|
2022-07-25 19:21:09 +02:00 |
|
collect_resources_path.py
|
get project name from 'context.data["projectName"]' or 'anatomy.project_name' at obvious places
|
2022-07-25 19:20:03 +02:00 |
|
collect_scene_loaded_versions.py
|
global plugins are using query functions
|
2022-07-01 11:47:01 +02:00 |
|
collect_scene_version.py
|
Update openpype/plugins/publish/collect_scene_version.py
|
2022-01-31 10:48:11 +01:00 |
|
collect_settings.py
|
import setting functions from 'openpype.settings'
|
2022-10-04 11:51:52 +02:00 |
|
collect_shell_workspace.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
collect_time.py
|
replaced usage of avalon.lib.time with new function get_formatted_current_time
|
2022-03-11 16:40:41 +01:00 |
|
extract_burnin.py
|
Merge pull request #3774 from pypeclub/bugfix/user_username_keys
|
2022-09-08 10:30:27 +02:00 |
|
extract_hierarchy_avalon.py
|
fixing problem with more function argumets
|
2022-07-27 13:14:35 +02:00 |
|
extract_otio_audio_tracks.py
|
mix audio using side file for filters
|
2022-08-08 17:29:02 +02:00 |
|
extract_otio_file.py
|
🐛 skip plugin if otioTimeline is missing
|
2022-09-15 11:00:20 +02:00 |
|
extract_otio_review.py
|
use new Extractor in global plugins
|
2022-09-01 11:40:33 +02:00 |
|
extract_otio_trimming_video.py
|
use new Extractor in global plugins
|
2022-09-01 11:40:33 +02:00 |
|
extract_review.py
|
♻️ handle host name that is not set
|
2022-08-19 12:09:52 +02:00 |
|
extract_review_slate.py
|
fix 'path_to_subprocess_arg' usage
|
2022-09-01 11:42:20 +02:00 |
|
extract_scanline_exr.py
|
replaced usage of OPENPYPE_OIIO_PATH env with get_oiio_tools_path function
|
2021-04-14 15:14:50 +02:00 |
|
extract_thumbnail.py
|
Merge branch 'develop' into feature/OP-3445_tray-publisher-editorial
|
2022-07-28 17:39:56 +02:00 |
|
extract_trim_video_audio.py
|
use new Extractor in global plugins
|
2022-09-01 11:40:33 +02:00 |
|
integrate.py
|
Preserve existing subset group if instance does not set it for new version
|
2022-10-12 20:30:56 +02:00 |
|
integrate_hero_version.py
|
OP-4181 - removed unneeded line
|
2022-10-07 12:20:09 +02:00 |
|
integrate_inputlinks.py
|
replace avalon imports in global plugins
|
2022-04-14 12:34:03 +02:00 |
|
integrate_legacy.py
|
Merge branch 'develop' into feature/OP-3842_Change-publish-template-settings-location
|
2022-09-12 11:24:52 +02:00 |
|
integrate_resources_path.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
integrate_subset_group.py
|
🐛 use the right key
|
2022-08-19 13:07:52 +02:00 |
|
integrate_thumbnail.py
|
OP-3939 - added bit of documentation
|
2022-10-07 12:30:38 +02:00 |
|
preintegrate_thumbnail_representation.py
|
OP-3939 - changed label of plugin
|
2022-10-12 18:22:57 +02:00 |
|
repair_unicode_strings.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
validate_asset_docs.py
|
global, flame, hiero, resolve, sp: implementing newAssetPublishing
|
2022-07-27 11:21:20 +02:00 |
|
validate_containers.py
|
OP-3704 - translated validate_containers.py into New publisher style
|
2022-08-03 16:57:56 +02:00 |
|
validate_editorial_asset_name.py
|
global: adding trayp families to plugins
|
2022-07-21 09:12:52 +02:00 |
|
validate_file_saved.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
validate_filesequences.py
|
changed "filesequence" target to "farm"
|
2021-12-10 14:31:56 +01:00 |
|
validate_intent.py
|
validate intent has settings and can work on more hosts
|
2021-09-27 15:47:17 +02:00 |
|
validate_resources.py
|
use new source of order variables
|
2022-08-26 14:51:22 +02:00 |
|
validate_sequence_frames.py
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|
validate_version.py
|
Added photoshop and aftereffects into ValidateVersion
|
2022-10-11 18:38:43 +02:00 |