Commit graph

145 commits

Author SHA1 Message Date
Allan I. A
41ac0d65c4
Fix bug in default.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-08-17 11:35:10 +03:00
Allan I. A
8d65c65fc9
Remove unused attribute.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-08-17 11:34:00 +03:00
Allan Ihsan
5322527226 add flag attribute to render creator 2022-08-15 01:59:56 +03:00
Ondřej Samohel
e7c7390211
Merge pull request #3097 from pypeclub/enhancement/OP-2040_Maya_Render_creator-should-have-configurable-options
Maya: Render Creator has configurable options.
2022-08-01 18:15:59 +02:00
Allan Ihsan
487830fbbb Style fix 2022-07-29 21:08:11 +03:00
Allan Ihsan
9967cd0d0a Append settings propagation to render instance creator. 2022-07-29 20:20:43 +03:00
Kayla Man
71a927d06f add write color sets to Settings and rename Create Cache to Create Point Cache in Settings 2022-07-27 22:08:04 +08:00
Kayla Man
6568e9cc60 fix the name of Point Cache in Settings 2022-07-27 22:03:41 +08:00
Kayla Man
968151f343 fix the name of Point Cache in the Project Setting 2022-07-27 21:56:36 +08:00
Kayla Man
b057115378 add write-color-sets option in point cache 2022-07-27 20:01:36 +08:00
Allan Ihsan
c53b7bba77 Remove unnecessary unused function. 2022-07-26 21:09:54 +03:00
Kayla Man
c44ec02d5e update the setting which allows switching on/off write color sets in animation publish 2022-07-26 23:36:17 +08:00
Kayla Man
5e9799ee16 Enable write color sets on animation publish automatically 2022-07-26 20:04:08 +08:00
Allan Ihsan
af5a27d4b1 Merge branch 'develop' into enhancement/OP-2040_Maya_Render_creator-should-have-configurable-options 2022-07-25 18:29:09 +03:00
Jakub Trllo
ad8a7c86e4 use 'get_current_project_asset' in hosts 2022-07-15 15:57:01 +02:00
Allan Ihsan
ad9b01c0c7 Alter final logic and change attribute naming to more pythonic convention. 2022-07-04 02:45:58 +03:00
Allan Ihsan
4514ed8e18 Change naming in interface. 2022-06-28 19:04:26 +03:00
Allan Ihsan
c67308d032 Variable rename. 2022-06-28 18:48:59 +03:00
Allan Ihsan
409bf1b6e5 Rename attr into instance refactor. 2022-06-28 05:24:42 +03:00
Allan Ihsan
46bfbd2850 Make appropriate feature fixes. 2022-06-27 06:13:35 +03:00
Allan Ihsan
384a44c2f1 Merge branch 'develop' into OP-3088_Ability-to-sync-asset-resolution-playblast-and-review-resolution 2022-06-26 05:39:15 +03:00
Ondřej Samohel
f7ca9876d1
Merge pull request #3350 from j-cube/feature/multiverse
Feature/multiverse
2022-06-20 18:57:42 +02:00
Allan Ihsan
d1b0c37c93 Add resolution overrides to creator. 2022-06-17 18:48:08 +03:00
Jakub Trllo
8909bd8901
Merge pull request #3198 from BigRoy/maya_yeti_fix_errors
Maya: Fix Yeti errors on Create, Publish and Load
2022-06-16 11:10:30 +02:00
DMO
d5bd1a17eb Setting defaults of CreateMultiverseUsd to reasonable values.
Creating a schema entry for multiverse creators and setting defaults.
2022-06-16 16:36:17 +09:00
DMO
180fd1f843 We want to strip namespaces by default for mvUsd. 2022-06-15 13:40:57 +09:00
Milan Kolar
c7d2354f19
Merge pull request #3178 from j-cube/feature/multiverse 2022-06-08 16:33:36 +01:00
DMO
016baf166b Renaming usdX families to mvUsdX, that is usd->mvUsd,
`usdComposition`->`mvUsdComposition`, `usdOverride`->`usdOverride`,
specifically within multiverse files. I have left the `usd` family in
`integrate_new.py` because that is being used in a bunch of different
places (eg: houdini's host integration), and have just added `mvUsd` as
a new family.
2022-06-08 18:45:31 +09:00
DMO
7d3b76cc0a Removed lib for hound. 2022-06-02 09:50:53 +09:00
DMO
46ab3b8e3a Addressed a concern raised for how file_formats are extracted from instance.
Renamed `expectMipMap` to `publishMipMap` to make it more clear.
Added `linear` & `auto` to possible color spaces.
2022-05-30 20:20:40 +09:00
DMO
eff55dfce4 Expanding the scope of mvLook to publish mipmapped textures too, like TDL's
generated by 3delight. During collection, we check to see if the TDL's exist
beside the original texture, and if they do they get added to the collection.

Validation of these will depend on the publish intent and whether
`expectMipMap` is True in the publish set.

If mipmaps are expected and the intent is correct, the mipmaps will be
published along with the original file, which will accelerate rendering,
since 3dl will find that TDL and use it instead of having to generate it.
2022-05-27 17:52:33 +09:00
Petr Kalis
13b4b18d16 OP-2787 - WIP implementation 2022-05-19 17:05:55 +02:00
DMO
229852dfb5 Adding new asset/composition options to the creators. 2022-05-18 18:27:21 +09:00
DMO
b62627bf55 Change the default of composition/override to usda. 2022-05-18 17:08:17 +09:00
DMO
8e1cc8cef6 Added mvLook publish.
This extracts the look information from the UsdCompoundShape - it generates
"OP look" compatible data structures and lets the rest of the OP publish
as normal. It also generates a .usda file with the overrides containing
material assignments as needed.
2022-05-18 16:58:59 +09:00
Roy Nieterau
606ef6415d Fix popping of handles 2022-05-17 17:42:55 +02:00
Allan Ihsan
a06bfc1648 Style fix 2022-05-13 14:02:26 +03:00
Allan Ihsan
201aa692bf Fix missing deadline import/logic 2022-05-13 14:00:36 +03:00
Allan Ihsan
dc95b5ac0e Import missing library 2022-05-13 12:20:27 +03:00
DMO
7ecc235a2a Merge branch 'documentation/multiverse' into feature/multiverse 2022-05-10 13:54:44 +09:00
pberto
686d52316e Merge remote-tracking branch 'origin' into documentation/multiverse 2022-05-10 13:48:20 +09:00
DMO
7cf7f5ee74 Adding support for choosing .usd/.usda/.usdz.
Fix a bug in extract override where it was selecting a locator that
shouldn't be selected.
2022-05-10 12:18:52 +09:00
Ondřej Samohel
7226d82c8f
add support for hw prefixes 2022-05-09 15:10:20 +02:00
Allan Ihsan
2cdea369dc Remove avalon import. 2022-05-02 13:35:40 +03:00
Allan Ihsan
6645be26ef minor style/import fixes 2022-05-02 13:34:49 +03:00
Allan Ihsan
190c499648 Merge branch 'develop' into enhancement/OP-2040_Maya_Render_creator-should-have-configurable-options 2022-05-02 13:19:16 +03:00
Ondřej Samohel
6cdfb2e574
Merge pull request #3006 from pypeclub/bugfix/OP-3010_fix-renderman-support
Fix support for Renderman in Maya
2022-04-26 15:59:36 +02:00
Ondřej Samohel
1bfe423285
fix proper output directory 2022-04-26 12:11:36 +02:00
Allan Ihsan
b5004aeaa5 Add comment about pool_names source 2022-04-22 00:13:23 +03:00
Allan Ihsan
c853e8440f Add comment about pools 2022-04-22 00:11:23 +03:00