Skip to content

Commit

Permalink
Update configuration for different plottwist otols
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Apr 15, 2020
1 parent 95b31c8 commit 9fc886a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plottwist/config/development/artellapipe-libs-naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ templates:
- _Serializable_classname: Template
_Serializable_version: '1.0'
name: project_path
pattern: /Artella/_art/production/{project_id_number}/{project_id}
pattern: $PLOTTWIST_PROJECT
tokens:
- _Serializable_classname: Token
_Serializable_version: '1.0'
Expand Down
1 change: 0 additions & 1 deletion plottwist/config/development/artellapipe-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ libs:

# Defines available tools
tools:
- welcome
- changelog
- bugtracker
- artellamanager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ pyblish_plugins:
optional: True
ValidateCleanGarbageNodes:
optional: True
ValidateHardEdges:
optional: True
ValidateLamina:
optional: True
ValidateNGons:
Expand All @@ -36,8 +34,6 @@ pyblish_plugins:
optional: True
ValidateOpenEdges:
optional: True
ValidatePoles:
optional: True
ValidateStarLike:
optional: True
ValidateTriangles:
Expand Down
11 changes: 11 additions & 0 deletions plottwist/config/development/maya/artellapipe-menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,15 @@ menus:
icon: 'unlock_file'
is_checkable: False
is_checked: False
load_on_startup: False
- id: plottwist-commands-uploadversion
command: "import artellapipe; artellapipe.FilesMgr().upload_working_version(notify=True)"
type: command
language: python
tags: ['solstice', 'upload', 'version', 'file']
ui:
label: "Upload File"
icon: 'upload'
is_checkable: False
is_checked: False
load_on_startup: False
2 changes: 1 addition & 1 deletion plottwist/config/production/artellapipe-libs-naming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ templates:
- _Serializable_classname: Template
_Serializable_version: '1.0'
name: project_path
pattern: /Artella/_art/production/{project_id_number}/{project_id}
pattern: $PLOTTWIST_PROJECT
tokens:
- _Serializable_classname: Token
_Serializable_version: '1.0'
Expand Down
4 changes: 3 additions & 1 deletion plottwist/config/production/artellapipe-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ libs:
- kitsu
- pyblish
- alembic
- usd

# Defines available tools
tools:
Expand All @@ -59,4 +60,5 @@ tools:
- namemanager
- modelchecker
- dependenciesmanager
- renamer
- renamer
- customtool
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ pyblish_plugins:
optional: True
ValidateCleanGarbageNodes:
optional: True
ValidateHardEdges:
optional: True
ValidateLamina:
optional: True
ValidateNGons:
Expand All @@ -36,8 +34,6 @@ pyblish_plugins:
optional: True
ValidateOpenEdges:
optional: True
ValidatePoles:
optional: True
ValidateStarLike:
optional: True
ValidateTriangles:
Expand Down
11 changes: 11 additions & 0 deletions plottwist/config/production/maya/artellapipe-menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,15 @@ menus:
icon: 'unlock_file'
is_checkable: False
is_checked: False
load_on_startup: False
- id: plottwist-commands-uploadversion
command: "import artellapipe; artellapipe.FilesMgr().upload_working_version(notify=True)"
type: command
language: python
tags: ['solstice', 'upload', 'version', 'file']
ui:
label: "Upload File"
icon: 'upload'
is_checkable: False
is_checked: False
load_on_startup: False

0 comments on commit 9fc886a

Please sign in to comment.