mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
* OP-5656 - added auto creator for review in PS Review instance should be togglable. Review instance needs to be created for non publisher based workflows. * OP-5656 - refactored names * OP-5656 - refactored names * OP-5656 - new auto creator for flat image In old version flat image was created if no instances were created. Explicit auto creator added for clarity. Standardization of state of plugins * OP-5656 - updated according to auto image creator Subset template should be used from autocreator and not be separate. * OP-5656 - fix proper creator name * OP-5656 - fix log message * OP-5656 - fix use enable state * OP-5656 - fix formatting * OP-5656 - add review toggle to image instance For special cases where each image should have separate review. * OP-5656 - fix description * OP-5656 - fix not present asset and task in instance context * OP-5656 - refactor - both auto creators should use same class Provided separate description. * OP-5656 - fix - propagate review to families Image and auto image could have now review flag. Bottom logic is only for Webpublisher. * OP-5656 - fix - rename review files to avaid collision Image family produces jpg and png, jpg review would clash with name. It should be replaced by 'jpg_jpg'. * OP-5656 - fix - limit additional auto created only on WP In artist based publishing auto image would be created by auto creator (if enabled). Artist might want to disable image creation. * OP-5656 - added mark_for_review flag to Publish tab * OP-5656 - fixes for auto creator * OP-5656 - fixe - outputDef not needed outputDef should contain dict of output definition. In PS it doesn't make sense as it has separate extract_review without output definitions. * OP-5656 - added persistency of changes to auto creators Changes as enabling/disabling, changing review flag should persist. * OP-5656 - added documentation for admins * OP-5656 - added link to new documentation for admins * OP-5656 - Hound * OP-5656 - Hound * OP-5656 - fix shared families list * OP-5656 - added default variant for review and workfile creator For workfile Main was default variant, "" was for review. * OP-5656 - fix - use values from Settings * OP-5656 - fix - use original name of review for main review family outputName cannot be in repre or file would have ..._jpg.jpg * OP-5656 - refactor - standardized settings Active by default denotes if created instance is active (eg. publishable) when created. * OP-5656 - fixes for skipping collecting auto_image data["ids"] are necessary for extracting. Members are physical layers in image, ids are "virtual" items, won't get grouped into real image instance. * OP-5656 - reworked auto collectors This allows to use automatic test for proper testing. * OP-5656 - added automatic tests * OP-5656 - fixes for auto collectors * OP-5656 - removed unnecessary collector Logic moved to auto collectors. * OP-5656 - Hound
185 lines
5.8 KiB
JavaScript
185 lines
5.8 KiB
JavaScript
module.exports = {
|
|
artist: [
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "General",
|
|
items: [
|
|
"artist_getting_started",
|
|
"artist_concepts",
|
|
"artist_publish",
|
|
{
|
|
type: "category",
|
|
collapsed: true,
|
|
label: "Tools",
|
|
link: {type: 'doc', id: 'artist_tools'},
|
|
items: [
|
|
"artist_tools_context_manager",
|
|
"artist_tools_creator",
|
|
"artist_tools_loader",
|
|
"artist_tools_library_loader",
|
|
"artist_tools_publisher",
|
|
"artist_tools_inventory",
|
|
"artist_tools_workfiles",
|
|
"artist_tools_look_assigner",
|
|
"artist_tools_subset_manager",
|
|
"artist_tools_sync_queue"
|
|
],
|
|
},
|
|
"artist_install"
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "Integrations",
|
|
items: [
|
|
"artist_hosts_hiero",
|
|
"artist_hosts_nuke_tut",
|
|
{
|
|
type: "category",
|
|
label: "Maya",
|
|
items: [
|
|
"artist_hosts_maya",
|
|
"artist_hosts_maya_multiverse",
|
|
"artist_hosts_maya_yeti",
|
|
"artist_hosts_maya_xgen",
|
|
"artist_hosts_maya_arnold",
|
|
"artist_hosts_maya_vray",
|
|
"artist_hosts_maya_redshift",
|
|
],
|
|
},
|
|
"artist_hosts_blender",
|
|
"artist_hosts_3dsmax",
|
|
"artist_hosts_harmony",
|
|
"artist_hosts_houdini",
|
|
"artist_hosts_aftereffects",
|
|
"artist_hosts_resolve",
|
|
"artist_hosts_photoshop",
|
|
"artist_hosts_tvpaint",
|
|
"artist_hosts_unreal",
|
|
"artist_kitsu",
|
|
{
|
|
type: "category",
|
|
label: "Ftrack",
|
|
items: [
|
|
"artist_ftrack",
|
|
"manager_ftrack",
|
|
"manager_ftrack_actions",
|
|
],
|
|
}
|
|
],
|
|
},
|
|
],
|
|
Admin: [
|
|
"system_introduction",
|
|
{
|
|
type: "category",
|
|
label: "Getting Started",
|
|
items: [
|
|
"admin_builds",
|
|
"admin_distribute",
|
|
"admin_use",
|
|
"admin_openpype_commands",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Configuration",
|
|
items: [
|
|
"admin_environment",
|
|
"admin_settings",
|
|
"admin_settings_system",
|
|
"admin_settings_project_anatomy",
|
|
{
|
|
type: "category",
|
|
label: "Project Settings",
|
|
items: [
|
|
"project_settings/settings_project_global",
|
|
"project_settings/settings_project_nuke",
|
|
"project_settings/settings_project_standalone"
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Modules",
|
|
items: [
|
|
"module_ftrack",
|
|
"module_kitsu",
|
|
"module_site_sync",
|
|
"module_deadline",
|
|
"module_muster",
|
|
"module_clockify",
|
|
"module_slack"
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Integrations",
|
|
items: [
|
|
"admin_hosts_blender",
|
|
"admin_hosts_hiero",
|
|
"admin_hosts_houdini",
|
|
"admin_hosts_maya",
|
|
"admin_hosts_nuke",
|
|
"admin_hosts_resolve",
|
|
"admin_hosts_harmony",
|
|
"admin_hosts_photoshop",
|
|
"admin_hosts_aftereffects",
|
|
"admin_hosts_tvpaint"
|
|
],
|
|
},
|
|
"admin_releases",
|
|
{
|
|
type: "category",
|
|
collapsed: false,
|
|
label: "2.0 legacy docs",
|
|
items: [
|
|
{
|
|
type: "category",
|
|
label: "Deployment",
|
|
items: [
|
|
"pype2/admin_getting_started",
|
|
"pype2/admin_install",
|
|
"pype2/admin_config",
|
|
"pype2/admin_ftrack",
|
|
"pype2/admin_hosts",
|
|
"pype2/admin_pype_commands",
|
|
"pype2/admin_setup_troubleshooting",
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
label: "Configuration",
|
|
items: [
|
|
"pype2/admin_presets_nukestudio",
|
|
"pype2/admin_presets_ftrack",
|
|
"pype2/admin_presets_maya",
|
|
"pype2/admin_presets_plugins",
|
|
"pype2/admin_presets_tools",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
Dev: [
|
|
"dev_introduction",
|
|
"dev_requirements",
|
|
"dev_build",
|
|
"dev_testing",
|
|
"dev_contribute",
|
|
"dev_settings",
|
|
{
|
|
type: "category",
|
|
label: "Hosts integrations",
|
|
items: [
|
|
"dev_host_implementation",
|
|
"dev_publishing"
|
|
]
|
|
},
|
|
"dev_deadline",
|
|
"dev_colorspace"
|
|
]
|
|
};
|