forked from shotgunsoftware/tk-multi-breakdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aab2c88
commit 05c8caf
Showing
1 changed file
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,33 @@ | ||
 | ||
[](https://github.com/nfa-vfxim/tk-multi-breakdown) | ||
[](https://github.com/nfa-vfxim/tk-multi-breakdown/issues) | ||
|
||
# tk-multi-breakdown | ||
|
||
>Dutch | ||
# Scene Breakdown <img src="icon_256.png" alt="Icon" height="24"/> | ||
|
||
Dit is een fork van de originele [tk-multi-breakdown](https://github.com/shotgunsoftware/tk-multi-breakdown) app. Deze app implementeert de mogelijkheid om publishes in je scène te updaten bij een nieuwe versie op Shotgun. | ||
Tools to see what in the scene is out of date. | ||
|
||
## Requirements | ||
|
||
| ShotGrid version | Core version | Engine version | | ||
|------------------|--------------|----------------| | ||
| - | v0.14.48 | - | | ||
|
||
**Frameworks:** | ||
|
||
| Name | Version | Minimum version | | ||
|---------------------------|---------|-----------------| | ||
| tk-framework-widget | v1.x.x | | | ||
| tk-framework-shotgunutils | v5.x.x | v5.2.1 | | ||
|
||
|
||
|
||
## Configuration | ||
|
||
### Hooks | ||
|
||
| Name | Description | Default value | | ||
|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------| | ||
| `hook_scene_operations` | Scan the scene for input files. Returns A list of nodes and file names. Each item in the list returned should be a dictionary containing a node, type and a path key. The node key should be a maya node name, the type key is a reference type and the path key is a full path to the file currently being referenced. | {self}/{engine_name}_scene_operations.py | | ||
| `hook_get_version_number` | Perform a scan on disk to determine the highest version. Given a template and some fields, return the highest version number found on disk. The template key containing the version number is assumed to be named {version}. | {self}/get_version_number.py | | ||
|
||
>English | ||
|
||
This is a fork of the original [tk-multi-breakdown](https://github.com/shotgunsoftware/tk-multi-breakdown) app. This app implements the possibility to update publishes in your current work file from Shotgun. |