Commit graph

979 commits

Author SHA1 Message Date
wijnand
88fe63fe57 Renamed action, add fallback color for start color of picker 2018-05-03 16:57:09 +02:00
wijnand
74efe81d6e Removed query for color, added refresh of inventory after action 2018-05-03 14:33:09 +02:00
wijnand
481ffb6e13 Return QColor instead of hex string 2018-05-03 13:48:23 +02:00
wijnand
a43d0f06b5 Added select_loader_color action 2018-05-03 12:41:59 +02:00
wijnand
af734f9c56 added get_additional_data for inventory 2018-05-03 10:56:28 +02:00
wijnand
9cb06bc23f retrieve name of host 2018-05-03 10:55:56 +02:00
wijnand
b507e8d7b8 fixed minor bug 2018-05-02 11:23:40 +02:00
Wijnand Koreman
7644b397db
Merge pull request #111 from aardschok/PLN55
Re-initialize Maya after context changed
2018-05-02 10:56:24 +02:00
wijnand
77072482ab fixed order issue 2018-04-25 12:18:42 +02:00
Wijnand Koreman
6786f50f14
Merge pull request #112 from aardschok/scriptmenu
Updated script menu entries
2018-04-25 12:11:52 +02:00
wijnand
a29f5f177a Addedd VRay Displacement Viewer 2018-04-25 12:03:48 +02:00
wijnand
a74601a5ae Revert VRay Displacement Viewer 2018-04-25 12:02:59 +02:00
wijnand
438b15715b Added VRay Displacement Viewer 2018-04-25 11:59:34 +02:00
wijnand
3eb853dec7 Removed unused import, added override_event and on_task_changed 2018-04-24 12:22:04 +02:00
wijnand
afaf4a6194 Remove unneeded module 2018-04-24 12:11:31 +02:00
wijnand
57270edb74 Update to latest from colorbleed/master 2018-04-24 11:52:33 +02:00
Roy Nieterau
bf3b613c6d Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2018-04-16 20:42:34 +02:00
Roy Nieterau
6ead34aa6f Allow loading the .ma export of the camera - to support Orthographic cameras 2018-04-16 20:41:47 +02:00
Roy Nieterau
716e518515
Merge pull request #109 from BigRoy/master
Fix renderlayer family name in validator + minor docstring improvement
2018-04-16 10:39:14 +02:00
Roy Nieterau
342a0aab8e Fix name of colorbleed.renderlayer family 2018-04-16 10:36:52 +02:00
Roy Nieterau
46f94ade8f Improve docstring 2018-04-15 17:10:40 +02:00
Roy Nieterau
40891122cd
Merge pull request #108 from BigRoy/master
Fix LKD-20: Don't ignore initialShadingGroup in collection, instead validate it to avoid confusion.
2018-04-15 17:06:57 +02:00
Roy Nieterau
f0794b19bb Don't ignore default set "initialShadingGroup" in get_related_sets
This allows to collect the default shader too - it's up to the validator to decide whether it's valid to have it, which is a validator we have in place.
2018-04-15 17:02:15 +02:00
Roy Nieterau
5a04ab770a Fix error on conflicting node names - force dagPath for returned nodes 2018-04-13 18:38:34 +02:00
Roy Nieterau
0c74a2eec2
Merge pull request #107 from BigRoy/master
Fix PLN-108 & PLN-109
2018-04-13 18:14:54 +02:00
Roy Nieterau
555b64085c Raise logging level for ignore read errors to warning 2018-04-13 17:42:51 +02:00
Roy Nieterau
11a8b952d7 Assert file exists on load in ReferenceLoader to avoid empty reference 2018-04-13 17:30:32 +02:00
Roy Nieterau
c077d946f6 Fix PLN-109: Files with read errors (e.g. on missing arnold plug-in) fail to update container correctly 2018-04-13 17:29:04 +02:00
Roy Nieterau
4fe9ac3d52 Fix PLN-108: Always operate on highest reference (top) reference node. 2018-04-13 15:43:49 +02:00
Roy Nieterau
dca444676c
Merge pull request #106 from BigRoy/master
Fix REN-39: Preserve color space values on Look publish
2018-04-10 18:17:27 +02:00
Roy Nieterau
2ec53af9fd Remove look ignore color space validator
- it's fixed in a different way (previous commit) and validator wasn't working anyway because of missings "tags" on resources
2018-04-10 15:36:16 +02:00
Roy Nieterau
fec1e4a4f1 Fix REN-39: Preserve color space values when altered from default value for image 2018-04-10 15:34:17 +02:00
Roy Nieterau
7121d5616a
Merge pull request #105 from BigRoy/master
Implement draft for REN-22: Adding V-Ray render slave to Launcher
2018-04-09 17:29:47 +02:00
Roy Nieterau
978b0dff2e Add VrayRenderSlave to Launcher actions 2018-04-09 17:21:04 +02:00
Roy Nieterau
fa01128de5 Merge in the Application's environment correctly 2018-04-09 17:19:38 +02:00
Roy Nieterau
483f8adbfe Fix typo 2018-04-09 17:17:55 +02:00
Roy Nieterau
147fc33634
Merge pull request #104 from BigRoy/master
Implement FUS-37: Use default "fusion" pool for Deadline submissions
2018-04-09 13:59:26 +02:00
Roy Nieterau
5f6ce9060d Implement FUS-37: Use default "fusion" pool for Deadline submissions 2018-04-09 13:56:18 +02:00
Roy Nieterau
1c7ad61428
Merge pull request #103 from BigRoy/PLN-0085
Refactor global plug-ins to their own folder and implement two global plugins
2018-04-05 16:43:46 +02:00
Roy Nieterau
cdfe8401dc Add CopyToClipboard global action 2018-04-05 16:32:33 +02:00
Roy Nieterau
e06d2fe8f5 Refactor OpenImageSequence to PlayImageSequence to describe the intent of playing it and not opening it to alter the files. 2018-04-05 16:32:13 +02:00
Roy Nieterau
c4a289692f Implement PLN-85: Refactor global plug-ins to its own folder
- Also move OpenImageSequence to global loaders
2018-04-05 15:40:04 +02:00
Roy Nieterau
03b4bcd493
Merge pull request #102 from BigRoy/PLN-103
Implement PLN-103: Refactor ImportModelLoader to more generic ImportMayaLoader
2018-04-04 22:07:26 +02:00
Roy Nieterau
475837a38b Implement generic ImportMayaLoader action that does not containerize 2018-04-04 22:03:20 +02:00
Roy Nieterau
2ac6235bbb Remove ImportModelLoader 2018-04-04 17:18:04 +02:00
Roy Nieterau
8562f84a3f
Merge pull request #101 from BigRoy/FUS25
Fix FUS-25
2018-03-30 18:10:13 +02:00
Roy Nieterau
c8e0ca500e Fix FUS-25: Also check unchecked instances that their Saver state is correct in Comp 2018-03-30 18:09:01 +02:00
Wijnand Koreman
6c37ba4d55
Merge pull request #100 from aardschok/FUS4
Add FusionRenderNode action
2018-03-30 17:44:57 +02:00
Roy Nieterau
2f3f40065e Merge branch 'master' of https://github.com/Colorbleed/colorbleed-config 2018-03-30 13:39:27 +02:00
Roy Nieterau
eca945dee4 Remove force_load_deferred of Arnold at startup since it just introduced more .ai attributes in scenes and didn't fix the render issue 2018-03-30 13:38:46 +02:00