Ondrej Samohel
8c848f6e55
Merge remote-tracking branch 'origin/develop' into maya_new_publisher
2023-06-16 16:29:54 +02:00
Milan Kolar
7747f88078
Merge pull request #5079 from Sponge96/3dsmax_load_plugins_refactor
2023-06-02 22:17:39 +02:00
Milan Kolar
c3cfe1f4ce
Merge branch 'develop' into maya_new_publisher
2023-06-02 18:40:41 +02:00
Ondřej Samohel
826fcf07cb
Merge branch 'develop' into feature/OP-4247_Data-Exchange-proxies
2023-06-01 13:10:25 +02:00
JackP
3fdbcd3247
fix: incorrect var name
2023-06-01 10:31:50 +01:00
JackP
31b331811c
refactor: use proper pymxs
2023-06-01 10:15:05 +01:00
JackP
e51967a659
refactor: use correct pymxs
2023-06-01 10:09:50 +01:00
JackP
eeaa79125c
refactor: use actual pymxs implementation
2023-06-01 10:06:08 +01:00
Ondrej Samohel
04e6f5f4bb
🐛 fix support for separate AOVs and some style issues
2023-05-30 17:16:18 +02:00
Milan Kolar
fd07632068
Merge branch 'develop' into feature/OP-4247_Data-Exchange-proxies
2023-05-29 23:26:20 +02:00
Milan Kolar
a4e9eaf3c3
Update openpype/hosts/max/plugins/load/load_redshift_proxy.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-05-29 23:24:48 +02:00
Kayla Man
bafc085ec1
updating validator's comment
2023-05-29 22:56:47 +08:00
Kayla Man
982186ffa0
remove unused import
2023-05-29 20:38:17 +08:00
Kayla Man
5f763a4e8e
dont add separate aov as instance data
2023-05-29 20:36:38 +08:00
Kayla Man
e506d88ed3
style fix
2023-05-29 20:33:40 +08:00
Kayla Man
dbb175204a
hound
2023-05-29 19:29:35 +08:00
Kayla Man
9d9eebfe09
using current file to render and add validator for deadline publish in max hosts
2023-05-29 19:25:49 +08:00
Kayla Man
f85051863c
hound fix
2023-05-29 12:44:22 +08:00
Kayla Man
56642ac175
getting the filename from render settings and add save_scene before all the extractors running
2023-05-29 12:37:25 +08:00
Kayla Man
32562e0b39
give beauty name to RGB
2023-05-27 00:53:40 +08:00
Kayla Man
c14525f371
fix the wrong directory for rendering
2023-05-26 23:13:17 +08:00
Roy Nieterau
c7883f4672
Tweak logging
2023-05-26 15:54:33 +02:00
Kayla Man
4303b281aa
hound fix
2023-05-26 19:38:05 +08:00
Kayla Man
2d3ba2af05
add _beauty to subset name
2023-05-26 19:36:14 +08:00
Kayla Man
e633cc7dec
expected file can get the aov path
2023-05-26 18:19:50 +08:00
Kayla Man
bb16fbdb79
refactor the collect render in 3dsmax
2023-05-26 17:32:56 +08:00
Sponge96
8de85e94a7
3dsmax: Refactored publish plugins to use proper implementation of pymxs ( #4988 )
...
* refactor: rt.execute(saveNodes) replaces with pymxs function
- changed the function to no longer use the selection and instead feed it the nodes directly from get_all_children function.
- removed maintained_seclection() as we're no longer overriding the selection of the Max scene.
- black also used to format.
* refactor: replaced rt.export string with proper pymxs implementation
- black used for formatting
- moved the general flow around as each function call is now seperate instead of large string
* refactor: replaced rt.execute with pymxs implementation
* refactor: replaced rt.execute with proper pymxs
* refactor: replaced rt.execute where possible
* fix: pymxs terrible argument handling
- noPrompt doesn't seem to work unless you call rt.name and is also positional
- using doesn't work as a string you need to feed it the actual rt object
* fix: exportFile to use correct arguments
* fix: rt.exportfile args
* fix: exportfile args
* refactor: replaced rt.execute with proper function
* refactor: removed use of rt.execute and replaced with pymxs
* refactor: removed configs from maintained_selection() block
* refactor: updated black to be 79 charlines
2023-05-19 17:15:09 +02:00
Kayla Man
6fd4cbf299
fix the axis conversion issue
2023-05-18 16:47:58 +08:00
Kayla Man
9ea2bb0c4d
use pymxs instead of maxscript for fbx loader
2023-05-18 15:24:19 +08:00
Kayla Man
16f24c2538
fix the bug of fbx loaders
2023-05-16 22:48:02 +08:00
Ondřej Samohel
f90dea5e26
Merge branch 'develop' into enhancement/OP-5808_Enhancement-3dsmax-rendering-time-data-from-instance
2023-05-15 18:22:30 +02:00
Kayla Man
9a6ae240e2
using currentfile for redshift renderer
2023-05-11 17:00:29 +08:00
Kayla Man
210ed4d41f
hound fix
2023-05-10 23:17:58 +08:00
Kayla Man
e69e1f76c8
use ranges
2023-05-10 23:16:39 +08:00
Kayla Man
da7d8ac091
hound fix
2023-05-10 22:53:02 +08:00
Kayla Man
4095c7bd00
use rt.rendpickupframe and ondrej's comment
2023-05-10 22:51:52 +08:00
Kayla Man
8a602b51c7
Merge branch 'develop' into enhancement/OP-5808_Enhancement-3dsmax-rendering-time-data-from-instance
2023-05-08 17:33:16 +08:00
Kayla Man
e45098c284
hound fix
2023-05-08 15:21:27 +08:00
Kayla Man
86fcab6f8d
refractor the creator for custom modifiers
2023-05-08 15:20:25 +08:00
Kayla Man
421e29d49b
Merge branch 'develop' into enhancement/OP-5468_3dsMax-render-dialogue-needs-to-be-closed
2023-05-03 22:33:45 +08:00
Kayla Man
d8e62093ac
hound fix
2023-05-03 22:33:13 +08:00
Kayla Man
9d3e15378b
repharse the actual msg for the artists
2023-05-03 22:31:43 +08:00
Kayla Man
7c2a154214
add settings to switch on/off the frame range validator
2023-05-03 15:32:22 +08:00
Kayla Man
88e7b3386b
cosmetic fix
2023-05-02 11:22:10 +08:00
Kayla Man
f3b1002f26
style fix
2023-04-28 19:02:17 +08:00
Kayla Man
13264ea11c
roy's comment
2023-04-28 18:41:05 +08:00
Kayla Man
d4422d7ec5
cosmetic fix
2023-04-28 18:00:12 +08:00
Kayla Man
c544473723
set frame range validator to switch off by default
2023-04-28 17:59:36 +08:00
Kayla Man
eb78b8359b
add validators and change to take the frame range from the render setting
2023-04-28 17:47:09 +08:00
Kayla Man
edec4a2b19
roy's comment
2023-04-26 20:17:36 +08:00