mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into extract_burnin_fix_env_pythonhome
This commit is contained in:
commit
ca92f15042
159 changed files with 1048 additions and 746 deletions
|
|
@ -414,7 +414,6 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
})
|
||||
|
||||
# Force to pop these key if are in new repre
|
||||
new_repre.pop("preview", None)
|
||||
new_repre.pop("thumbnail", None)
|
||||
if "clean_name" in new_repre.get("tags", []):
|
||||
new_repre.pop("outputName")
|
||||
|
|
@ -1700,9 +1699,9 @@ class PercentValueRelativeSource(_OverscanValue):
|
|||
class OverscanCrop:
|
||||
"""Helper class to read overscan string and calculate output resolution.
|
||||
|
||||
It is possible to enter single value for both width and heigh or two values
|
||||
for width and height. Overscan string may have a few variants. Each variant
|
||||
define output size for input size.
|
||||
It is possible to enter single value for both width and height, or
|
||||
two values for width and height. Overscan string may have a few variants.
|
||||
Each variant define output size for input size.
|
||||
|
||||
### Example
|
||||
For input size: 2200px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue