This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Publish: register publishes without copying them #4157
Merged
kalisp
merged 43 commits into
develop
from
feature/OP-4504_Publishing-Register-publishes-without-copying-them
Jan 9, 2023
+246
−33
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
59b4f58
OP-4504 - added originalBasename and originalDirname to instance
kalisp 5aed3f9
OP-4504 - added originalDirname to data filling template
kalisp 07ee68e
OP-4504 - added checks for not overwriting same file
kalisp 3eb9672
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/O…
kalisp 0aa0080
OP-4504 - fixed check file in project folder
kalisp 2327438
OP-4504 - moved path parsing to global plugin
kalisp 499c321
OP-4504 - revert of unwanted change
kalisp 9c381b4
OP-4504 - added logic for originalDirname into integrate
kalisp 1106f8c
OP-4504 - check for None
kalisp b67c8e2
OP-4504 - cleanup of logic
kalisp ddfaae8
OP-4504 - added source template to defaults
kalisp af3ebeb
OP-4504 - Hound
kalisp d971f9e
OP-4504 - merge develop
kalisp d1ee451
OP-4504 - update logging
kalisp ea27412
Merge remote-tracking branch 'origin/bugfix/integrate_thumbnail_sourc…
kalisp c208a82
Merge remote-tracking branch 'origin/bugfix/integrate_thumbnail_sourc…
kalisp c9496bc
OP-4504 - change boolean test to validation with exception
kalisp 3fabd51
OP-4504 - weird unpacking not necessary
kalisp 0a12a42
OP-4504 - use existing method to check if path in project
kalisp cccd9c6
OP-4504 - logging message is wrong as it is called on instances also
kalisp 30eca6f
OP-4504 - fix default source template
kalisp 4c53a77
OP-4504 - make root comparison case insensitive for windows
kalisp 726c8f2
OP-4504 - fix resolving of originalDirname
kalisp a1f85d3
OP-4504 - use always stagingDir from instance instead of repre
kalisp d8ed899
OP-4504 - removed unwanted lower
kalisp 98f45c2
OP-4504 - Hound
kalisp f3481dd
Merge branch 'develop' into feature/OP-4504_Publishing-Register-publi…
kalisp 663538c
Merge develop
kalisp fe0336c
OP-4504 - removed path comparison function
kalisp a1a50a6
OP-4504 conflict resolution
kalisp d18fc94
OP-4504 - fix for deadline publishing
kalisp 8a267f6
OP-4504 - handle originalDirname only if in template
kalisp 9bf00f9
OP-4504 - added collector for originalDirname
kalisp 3cf3fd6
OP-4504 - added validator for source template
kalisp d9a7d5c
OP-4504 - Hound
kalisp 51c7925
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/O…
kalisp a3969f8
Update openpype/plugins/publish/validate_publish_dir.py
kalisp ee58c0c
OP-4504 - changed to XMLPublishError
kalisp da274a7
OP-4504 - safer comparison of two paths
kalisp b6873a0
OP-4504 - added '_thumb' suffix to thumbnail
kalisp e3866df
OP-4504 - remove check for existence
kalisp 3c09dfc
OP-4504 - remove extension from originalBasename
kalisp 5d8ddb6
OP-4504 - added explicit check
kalisp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
OP-4504 - handle originalDirname only if in template
- Loading branch information
commit 8a267f6c340bc31d4c15dd5d90bc7c534d1a03af
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continuation line over-indented for hanging indent