Commit graph

25499 commits

Author SHA1 Message Date
Roy Nieterau
65c2638f3d Fusion: Implement backwards compatibility (pre Fusion 17.4) 2022-10-11 09:43:18 +02:00
Milan Kolar
1255f1b57d
Merge pull request #3927 from BigRoy/fusion_fbx_alembic_loaders 2022-10-10 22:54:32 +02:00
Milan Kolar
b84d684433
Merge pull request #3942 from BigRoy/maya_yeti_fix_load_cache_frame 2022-10-10 22:14:06 +02:00
Milan Kolar
5a83c02f44
Merge pull request #3928 from BigRoy/fusion_event_system_thread 2022-10-10 22:13:40 +02:00
Milan Kolar
7fa659790c
Merge pull request #3950 from pypeclub/bugfix/renderman-output-dir-regression 2022-10-10 22:13:09 +02:00
Jakub Trllo
5f1bfe2790 use 'get_subset_name' on controller instead of calling directly creator 2022-10-10 19:24:01 +02:00
Jakub Trllo
d46ca7ed50 cache assets hierarchy and stringify object ids 2022-10-10 19:23:29 +02:00
Jakub Trllo
4d40024bdb added double click for asset dialog 2022-10-10 18:35:32 +02:00
Jakub Trllo
3f4652911c Merge branch 'feature/OP-4158_Creation-UI-is-part-of-main-window' into feature/OP-4194_Remote-publisher-controller 2022-10-10 17:12:46 +02:00
Jakub Trllo
2baa3a5b54 fix typo 2022-10-10 17:08:40 +02:00
Jakub Trllo
e02b686afe still support get current context 2022-10-10 17:07:50 +02:00
Milan Kolar
5045a10a46
Merge pull request #3683 from moonyuet/bugfix/OP-3601_version_string_in_subset_name_break_file_sequence_collection_in_review 2022-10-10 15:44:05 +02:00
Jakub Trllo
52c5d6bd4b Merge branch 'develop' into feature/OP-4158_Creation-UI-is-part-of-main-window 2022-10-10 15:29:31 +02:00
Jakub Trllo
f9155bd642 implemented base controller 2022-10-10 15:28:45 +02:00
Jakub Trllo
16aff5224f fix attribute changes 2022-10-10 15:24:40 +02:00
Jakub Trllo
187411ef8b added BaseController to handle base attributes 2022-10-10 15:10:18 +02:00
Jakub Trllo
ac3326d296 fix import 2022-10-10 15:08:43 +02:00
Jakub Trllo
91b66812db added some basic implementation of client event handling 2022-10-10 14:45:16 +02:00
Jakub Trllo
8ffdbf0dcf instances are removed by ids 2022-10-10 14:44:51 +02:00
Jakub Trllo
ebb6a17d97 trigger event on finished attribute change 2022-10-10 14:43:57 +02:00
Jakub Trllo
0f514aa552 mark methods that should be abstract in remote controller 2022-10-10 14:38:52 +02:00
Jakub Trllo
c907383f88 use events to handle controller changes 2022-10-10 14:34:23 +02:00
Jakub Trllo
d1f3c8e18e added properties with getters and setters 2022-10-10 14:33:11 +02:00
Jakub Trllo
811e7853e5 added ability to serailize and deserialize event to data 2022-10-10 14:16:53 +02:00
Milan Kolar
c24d9b4918
Merge pull request #3948 from BigRoy/houdini_fix_validate_workfile_paths 2022-10-10 13:51:00 +02:00
Jakub Trllo
1b6ea62cac
Merge pull request #3938 from pypeclub/bugfix/set_high_dpi_before_app_init
Tray: Change order of attribute changes
2022-10-10 11:32:30 +02:00
Jakub Trllo
1421b7891f
Merge pull request #3900 from pypeclub/bugfix/fix_links_query_on_hero_version
General: Fix links query on hero version
2022-10-10 11:32:07 +02:00
Petr Kalis
745ac4a2d2
OP-3939 - updated loop through representations
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-10-10 11:06:41 +02:00
Petr Kalis
f7fdb10f6b OP-3939 - updated key for Settings 2022-10-10 10:54:06 +02:00
pypebot
92cc179f52
[Automated] Merged main into develop 2022-10-08 05:56:17 +02:00
OpenPype
2826310f17 [Automated] Bump version 2022-10-08 03:56:07 +00:00
pypebot
725349318b
[Automated] Merged develop into main 2022-10-08 05:47:41 +02:00
Roy Nieterau
ea4ede05a8 Hotfix for Maya + Deadline + Redshift renders without merge AOVs Fix #3953 2022-10-07 20:31:46 +02:00
Jakub Trllo
7e53b0354a prepared base class of remote qt controller 2022-10-07 18:44:51 +02:00
Jakub Trllo
098bcce751 added some helper functions for easy overriding to avoid duplicity 2022-10-07 18:44:31 +02:00
Jakub Trllo
ae717d4151 use creator item to get attribute definitions instead of instance 2022-10-07 18:43:45 +02:00
Jakub Trllo
92f28271c5 mimic creator methods 2022-10-07 18:43:15 +02:00
Jakub Trllo
05344514d3 reset assets cache on controller reset 2022-10-07 18:42:45 +02:00
Jakub Trllo
d71f201f65 removed 'reset_project_data_cache' used in traypublisher 2022-10-07 18:42:26 +02:00
Jakub Trllo
56cea034ab don't call same property more then once 2022-10-07 18:41:46 +02:00
Jakub Trllo
b5a4420f0a instances returns instances by id 2022-10-07 18:41:31 +02:00
Jakub Trllo
8f83ff878f prepared some methods for instance remote processing 2022-10-07 18:40:41 +02:00
Jakub Trllo
12fee4ec4f create context provides instances by id 2022-10-07 18:40:23 +02:00
Ondrej Samohel
53487001c5
♻️ flipping default value and changing settings access 2022-10-07 18:31:13 +02:00
Ondřej Samohel
95b5f72852
Merge pull request #3846 from pypeclub/feature/OP-3884_Publisher-newly-created-instances-and-changed-data
Publisher: Instances can be marked as stored
2022-10-07 18:11:19 +02:00
Ondřej Samohel
8a6f9c663d
Merge pull request #3939 from pypeclub/feature/move_maya_plugin_to_maya
Maya: Moved plugin from global to maya
2022-10-07 17:59:19 +02:00
Ondrej Samohel
32768187f2
🚨 cosmetic fixes 2022-10-07 17:59:13 +02:00
Jakub Trllo
409ec10405 added serialization and deserialization of CreatorItem 2022-10-07 16:47:13 +02:00
Jakub Trllo
ac40610630 added helper functions to serialize and deserialize attribute definitions 2022-10-07 16:35:07 +02:00
Jakub Trllo
bc39b99270 attribute definitions can be serialized and deserialized 2022-10-07 16:34:50 +02:00