Jakub Trllo
dae4094d8a
change how instance frames are calculated
2023-02-15 10:44:50 +01:00
Jakub Trllo
8bad64e59f
change lael of workfile creator
2023-02-15 10:43:48 +01:00
Jakub Trllo
319c9c60ea
added autocreator for scene review
2023-02-15 10:43:39 +01:00
Jakub Trllo
d26d9083ce
fix how context information is returned
2023-02-15 10:43:20 +01:00
Jakub Trllo
bd8f68c6e9
changed collect workfile to instance plugin
2023-02-15 10:37:10 +01:00
Jakub Trllo
db77489956
added labels to render pass instances
2023-02-13 17:24:56 +01:00
Jakub Trllo
21b2cbe348
better methods propagation
2023-02-13 15:59:22 +01:00
Jakub Trllo
2c2dd3d92e
Merge branch 'develop' into feature/OP-4710_TVP-publishing-update
2023-02-10 18:37:01 +01:00
Jakub Trllo
4a53dce92f
render layer creator changes group ids of render pass layers on save
2023-02-10 18:32:59 +01:00
Jakub Trllo
e426c2c4f0
added option to mark render instance for review
2023-02-10 18:32:34 +01:00
Jakub Trllo
3fb87723a0
added basic docstring for render creators
2023-02-10 18:29:54 +01:00
Jakub Trllo
385f86326d
Merge pull request #4405 from Tilix4/fx_import_workfile_all_families
...
Blender: fix import workfile all families
2023-02-10 17:52:14 +01:00
Jakub Trllo
0ab0f323f8
use new option of family filter in TVPaint creators
2023-02-10 17:34:03 +01:00
Jakub Trllo
bd538e7e70
use publisher instead of pyblish pype
2023-02-10 14:30:08 +01:00
Jakub Trllo
2a137622fb
base of render layer/pass creators
2023-02-10 14:29:37 +01:00
Jakub Trllo
f984dd8fc5
implemented workfile autocreator
2023-02-10 14:29:15 +01:00
Jakub Trllo
1cb7c37b9e
implemented base creators for tvpaint
2023-02-10 14:29:02 +01:00
Jakub Trllo
b9f22cf2be
removed unused method
2023-02-10 14:28:45 +01:00
Jakub Trllo
65e7717b6c
use 'get_global_context' on workfile save
2023-02-10 14:28:25 +01:00
Jakub Trllo
a17f464864
implement custom context methods
2023-02-10 14:28:13 +01:00
Jakub Trllo
85afe4f53b
cleanup of methods
2023-02-10 14:27:22 +01:00
Jakub Trllo
2c0f057a91
implemented methods for context data
2023-02-10 14:25:59 +01:00
Jakub Trllo
88bda4e1f6
TVPaint host inherit from IPublishHost
2023-02-10 14:24:28 +01:00
Jakub Trllo
f1b5c1f1f0
Merge pull request #4446 from ynput/bugfix/OP-4928_Issue-with-extract-review-on-Web-Publisher-for-specific-MP4s
...
General: Ignore decode error of stdout/stderr in run_subprocess
2023-02-10 12:07:36 +01:00
Milan Kolar
f6224cc679
Merge pull request #4448 from tokejepsen/enhancement/validate_ass_relative_paths
2023-02-10 11:45:07 +01:00
Jakub Trllo
c5c91183c3
fix other places where decoding of ffmpeg happens
2023-02-10 11:35:01 +01:00
Jakub Ježek
4f1aef92b9
Merge pull request #4280 from quadproduction/254-fix-gizmo-menu-functionality
2023-02-10 10:16:19 +01:00
Toke Stuart Jepsen
561cebc51c
Fix assertion
2023-02-10 08:14:30 +00:00
Toke Stuart Jepsen
10c4305542
Create Arnold options on repair.
2023-02-10 08:06:47 +00:00
Jakub Trllo
10112d1438
Merge pull request #4413 from ynput/chore/remove_api
...
General: Remove 'openpype.api'
2023-02-09 14:28:55 +01:00
Petr Kalis
1495ba9c08
Merge branch 'develop' into bugfix/OP-4653_Photoshop-bug---instance-creator-not-taking-layer-name-for-subset
2023-02-09 11:16:58 +01:00
Jakub Trllo
ffc3b8581a
Merge pull request #4433 from ynput/feature/creator_sorting
...
Publisher: Creators sorting
2023-02-08 18:06:44 +01:00
Petr Kalis
6d67532a4b
Merge pull request #4420 from ynput/feature/OP-4822_Deadline-strict-error-check-option
...
Deadline: Allow disabling strict error check in Maya submissions
2023-02-08 17:37:49 +01:00
Petr Kalis
f346ace6a1
OP-4653 - removed obsolete import
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 17:36:51 +01:00
Petr Kalis
2b78c9404c
OP-4822 - push property to render instance
...
render instance is created from collected instance explicitly.
2023-02-08 15:01:02 +01:00
Petr Kalis
3156cc5425
OP-4653 - added missed import for CreatorError
2023-02-08 12:39:28 +01:00
Petr Kalis
1a7f7d310e
OP-4653 - changed exception
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 12:21:55 +01:00
Jakub Trllo
cd1b02c595
move batch creator after simple creators
2023-02-07 19:14:53 +01:00
Jakub Trllo
9110f70554
use safe access to "subset" in AE
2023-02-07 19:02:09 +01:00
Jakub Trllo
6120f218b4
Merge branch 'develop' into feature/better_instance_changes
2023-02-07 18:23:31 +01:00
Petr Kalis
214ef5104d
OP-4822 - changed strict error checking to boolean flag
...
Added boolean flag to render instance to allow artist to change it.
2023-02-03 18:33:40 +01:00
Jakub Trllo
0b7ca434a3
Merge pull request #4428 from ynput/bugfix/OP-4355_Houdini-Shelves-Tools-code-broken
...
Houdini: Houdini shelf tools fixes
2023-02-03 18:11:32 +01:00
Ondřej Samohel
13e0a0427e
Merge pull request #4422 from tokejepsen/enhancement/OP-2008_vray_proxy
2023-02-03 18:01:43 +01:00
Petr Kalis
0dd1a376b0
OP-4653 - refactor - move most important method higher
2023-02-03 17:19:52 +01:00
Petr Kalis
59010eb9a6
OP-4653 - refactor - move most important method higher
2023-02-03 17:19:02 +01:00
Petr Kalis
31b137fa1d
OP-4653 - Hound
2023-02-03 17:17:27 +01:00
Petr Kalis
993145e6f8
OP-4653 - fix wrong name
2023-02-03 17:16:55 +01:00
Petr Kalis
f2930ed156
OP-4653 - updated description in AE creator
2023-02-03 17:04:06 +01:00
Petr Kalis
53c1c842f5
OP-4653 - standardize use_composition_name
...
Follow more closely login in PS, eg. if {composition} placeholder not present in subset template and should be used, add capitalized.
Clean composition name
2023-02-03 17:02:33 +01:00
Petr Kalis
f0310e99f1
OP-4653 - updated description, fixed typos
2023-02-03 16:41:57 +01:00