Bifrost Color to Maya ColorSet

Bifrost Color to Maya ColorSet

Anonymous
Not applicable
1,899 Views
3 Replies
Message 1 of 4

Bifrost Color to Maya ColorSet

Anonymous
Not applicable

I generated a simple ramp map from point position using Bifrost. I was hoping to bake this down to a colorSet. I don't need to keep it "live". It doesn't look like bifrostGeoToMaya is passing this data. Is there a way to do it? 

jpasserin_1-1607473712014.png

I tried connecting the color set, but that doesn't seem to work

jpasserin_2-1607473820225.png

 

 

 

Accepted solutions (1)
1,900 Views
3 Replies
Replies (3)
Message 2 of 4

Grahame_Fuller
Autodesk
Autodesk

Hi,

 

Edit > Delete by Type > History should work on the Maya mesh.

 

Cheers,

gray


Grahame Fuller
Learning Content Developer
Message 3 of 4

jonah.friedman
Community Manager
Community Manager
Accepted solution

It's slightly finicky, but it is possible to get Bifrost data into a colorset. There is one finicky step - the data needs to be in a property called "point_color" of type float4 (to encode RGBA). 

 

Otherwise you can use bifrostGeoToMaya as usual, and it will create that colorset for you. That is documented here: https://help.autodesk.com/view/BIFROST/ENU/?guid=Bifrost_MayaPlugin_output_objects_to_the_scene_conv...

 

Example scene is included. 

 

maya_data_to_colorset.png

 

Jonah Friedman
Bifrost Product Manager
Message 4 of 4

Anonymous
Not applicable

Thank you Jonah, I was able to use your trick, thank you 

0 Likes