Commit graph

31737 commits

Author SHA1 Message Date
Laroustine
8b102f7dc1
Merge branch 'develop' into feature/blender_handle_QApplication 2023-07-10 10:19:45 +02:00
Laroustine
bc0175c849 [REVERT] Remove adding of os at line 664 2023-07-10 10:18:56 +02:00
Milan Kolar
7ed6119473
Merge pull request #5250 from ynput/enhancement/houdini_pointcache_creation 2023-07-10 08:05:04 +02:00
github-actions[bot]
680ea6d0d7 chore(): update bug report / version 2023-07-08 03:32:33 +00:00
ynbot
02dce23f38
[Automated] Merged main into develop 2023-07-08 05:32:02 +02:00
Ynbot
0611163c1f [Automated] Bump version 2023-07-08 03:31:49 +00:00
ynbot
d46ecd84f1
[Automated] Merged develop into main 2023-07-08 05:30:38 +02:00
Laroustine
c46a0843a1 Merge branch 'feature/blender_handle_QApplication' of https://github.com/LoopsCreativeStudio/OpenPype into feature/blender_handle_QApplication 2023-07-07 16:49:41 +02:00
Laroustine
c9dec84c37 [ADD] Load QApplication on register for Blender 2023-07-07 16:49:21 +02:00
Laroustine
41533f28b7 [FIX] OS import added in pipeline creator plugins 2023-07-07 16:49:21 +02:00
Laroustine
fd6ce1b4c2 [ADD] Load QApplication on register for Blender 2023-07-07 16:41:27 +02:00
Laroustine
1771e4cc57 [FIX] OS import added in pipeline creator plugins 2023-07-07 16:31:42 +02:00
Milan Kolar
57bc75f2bd
Merge pull request #5051 from Zipodod/bugfix/napi_use_inpanel 2023-07-07 15:11:35 +02:00
Roy Nieterau
ed91fdde03
Update scene inventory even if any errors occurred during update (#5252)
* Update scene inventory even if any errors occurred during update + re-use logic

* Fix code
2023-07-07 13:51:35 +02:00
Alexey Bogomolov
99efc0e735
rstrip the template string (#5235) 2023-07-07 13:38:35 +02:00
Milan Kolar
789f2105e1
Merge pull request #5261 from tokejepsen/bugfix/maya_set_enum_attributes 2023-07-07 09:12:11 +02:00
Toke Stuart Jepsen
4d87046f6a Fix set_attribute for enum attributes 2023-07-06 16:42:05 +01:00
Mustafa-Zarkash
6b1707d51f make it less restrictive 2023-07-06 17:37:21 +03:00
Mustafa-Zarkash
d58ef791f8 make hound happy 2023-07-06 13:47:52 +03:00
Mustafa-Zarkash
44571c1f06 delete unnecessary function call 2023-07-06 13:42:50 +03:00
Mustafa-Zarkash
ac517edf55 resolve conversation 2023-07-06 13:35:13 +03:00
Milan Kolar
b538efdcdd
Merge pull request #5243 from tokejepsen/bugfix/maya_arnold_prefix_none 2023-07-06 12:01:54 +02:00
Mustafa-Zarkash
fdf35e115b fix lint problems 2023-07-06 12:39:13 +03:00
Mustafa-Zarkash
fa57cc4bdc fix lint problems 2023-07-06 11:27:29 +03:00
Mustafa-Zarkash
10dcc4440c fix lint problems 2023-07-06 11:24:39 +03:00
Milan Kolar
5f17223c27
Merge pull request #5202 from ynput/bugfix/OP-6245_Bug-3dsmax--Publisher-Instances-dont-hold-its-EnabledDisabled-states-when-Publisher-reopened-again 2023-07-06 09:50:51 +02:00
Milan Kolar
0dad4da591
Merge pull request #5231 from ynput/enhancement/houdini_add_action_for_validate_output 2023-07-06 09:38:30 +02:00
Mustafa-Zarkash
5009df0f28 up date get_obj_output 2023-07-05 20:02:33 +03:00
Mustafa-Zarkash
e710f5f70e add subnet to allowed 2023-07-05 18:48:12 +03:00
Mustafa-Zarkash
66832f3c32 add better selection 2023-07-05 18:21:40 +03:00
Kayla Man
587b98d65e
General: add the os library before os.environ.get (#5249)
* add the os library before os.environ.get

* move os import into the top
2023-07-05 17:14:58 +02:00
Roy Nieterau
2b23b42da6
RepairAction and SelectInvalidAction actually filter to instances that failed on the exact plugin - not on "any failure" (#5240) 2023-07-05 14:11:20 +02:00
Toke Stuart Jepsen
558cd4fe68 Use BigRoy soluiton 2023-07-05 12:42:16 +01:00
Toke Stuart Jepsen
974d708693 Revert "Fix collecting arnold prefix when none"
This reverts commit ba877956b9.
2023-07-05 12:41:26 +01:00
Mustafa-Zarkash
9dbba9394b update action with roy's PR 2023-07-05 14:06:58 +03:00
Milan Kolar
25bc9be95a
Merge pull request #5248 from BigRoy/bugfix/substancepainter_open_file_prompt_save 2023-07-05 12:11:10 +02:00
Milan Kolar
0fa7a27569
Merge pull request #5246 from BigRoy/bugfix/houdini_open_file_prompt_save 2023-07-05 12:10:35 +02:00
Roy Nieterau
bc87b34f66 Fix unsaved changes save prompt on open file with workfiles in Substance Painter 2023-07-05 12:02:36 +02:00
Roy Nieterau
3016680678 Refactor has_unsaved_changes -> workfile_has_unsaved_changes in Houdini SaveCurrentScene plugin 2023-07-05 12:00:23 +02:00
Milan Kolar
726b9a4aaf
Merge pull request #5228 from movalex/bugfix/validate-delivery-action-status 2023-07-05 11:55:22 +02:00
Jakub Trllo
e64328b346
CreatePlugin: Get next version helper (#5242)
* prepared helper functions to find latest and next versions for instances

* added helper method to creator

* added new functions to create api

* typo fixes

* added missing condition

* fix dosctring

* better cascade of logic
2023-07-05 11:54:51 +02:00
Roy Nieterau
0d8a42588a Fix no prompt for "unsaved changes" showing when opening workfile in Houdini 2023-07-05 11:52:32 +02:00
Milan Kolar
d6d2c4f125
Merge pull request #5226 from BigRoy/chore/maya_minor_refactor 2023-07-05 11:48:15 +02:00
Milan Kolar
664419272c
Merge pull request #5217 from BigRoy/bugfix/houdini_get_color_management_preferences 2023-07-05 11:37:01 +02:00
Milan Kolar
2f606930d3
Merge pull request #5244 from tokejepsen/bugfix/deadline_only_version_from_build 2023-07-05 11:33:33 +02:00
Toke Stuart Jepsen
cc7a1c0e72 OPENPYPE_VERSION should only be added when running from build 2023-07-05 09:21:12 +01:00
Toke Stuart Jepsen
ba877956b9 Fix collecting arnold prefix when none 2023-07-05 09:17:53 +01:00
Milan Kolar
1aff00fe9c
Merge pull request #5192 from ynput/enhancement/OP-6225_3dsMax-node-references-to-check-for-duplicates 2023-07-05 10:16:33 +02:00
Milan Kolar
6280dd1e16
Merge pull request #5001 from ynput/feature/OP-5871_Max-Review-feature 2023-07-05 10:15:41 +02:00
Milan Kolar
64d455c010
Merge pull request #5234 from ynput/bugfix/OP-6232_Bug-Substance-Painter-When-creating-TextureSet-in-Publisher-its-params-arent-propagated-to-the-Instance 2023-07-05 10:10:43 +02:00