Re: Cycles to Octane material converter add-on
Posted: Thu Jul 09, 2020 2:24 pm
It looks like the main conversion functions of the code work fine. I think the updates that need to be run are just to bring the user interface code up to date with the 2.8x changes. Once Octane X comes out, I might take a look at updating it myself (although, I'm no Blender Python dev—basically, I've just watched a couple Youtube videos). But in the meantime, it seems you can run the individual functions like by just passing them an object, like And everything works pretty decently.
Code: Select all
diffuse_convert()
Code: Select all
bpy.data.objects['Cube']