Page 1 of 1

Material input of Proxy doesn't work for Animation

Posted: Thu Feb 04, 2021 10:49 am
by Hesekiel2517
Hey there,

i have a Proxy and want to animate the material in the plugin. This works great for scrubbing the timeline, but as soon as i hit render animation the material disappears. I will add a sample scene later.

Re: Material input of Proxy doesn't work for Animation

Posted: Sun Feb 14, 2021 11:20 am
by face_off
I don't think you can edit the Octane material for an ORBX proxy in the plugin (this can only be done in the ORBX itself), so animating materials in this fashion is not going to be easy. You would need to have the material animation inside the ORBX used as the proxy.

Paul

Re: Material input of Proxy doesn't work for Animation

Posted: Sun Feb 14, 2021 11:29 am
by funk
face_off wrote:I don't think you can edit the Octane material for an ORBX proxy in the plugin (this can only be done in the ORBX itself)
That's not true actually. I guess you've forgotten about this :)

You added a feature to the plugin a while ago (Mesh > "Add Material Pins" button).

That will add any "material in" nodes from the ORBX to the Modo mesh, allowing you to connect materials from Modo's schematic.

Re: Material input of Proxy doesn't work for Animation

Posted: Sun Feb 14, 2021 11:35 am
by face_off
funk wrote:
face_off wrote:I don't think you can edit the Octane material for an ORBX proxy in the plugin (this can only be done in the ORBX itself)
That's not true actually. I guess you've forgotten about this :)

You added a feature to the plugin a while ago (Mesh > "Add Material Pins" button).

That will add any "material in" nodes from the ORBX to the Modo mesh, allowing you to connect materials from Modo's schematic.
Yes - you are right!

Code: Select all

2019.1.4.155
- Added the Add Material Pins button to the Octane Mesh properties.  This adds any Material In pins from the ORBX file to the Proxy Mesh schematic node, so you can specify the Octane material in the Schematic.  This Mesh item must be on a Schematic Workspace, and that Workspace must be selected and visible.
Paul

Re: Material input of Proxy doesn't work for Animation

Posted: Sun Feb 14, 2021 7:23 pm
by Hesekiel2517
Sometimes i wonder, if my english is so bad that i don't get my point across :)

Yes, i used this feature and it works great for stills, but in my case i want to render an animation. So as soon as i hit render animation the material disappears.

Re: Material input of Proxy doesn't work for Animation

Posted: Sun Feb 14, 2021 7:26 pm
by Hesekiel2517
By the way the "Material In" Nodes always need to get the " " between Material and In removed, because the Plugin does not allow spaces in the Nodes name

Re: Material input of Proxy doesn't work for Animation

Posted: Mon Feb 15, 2021 11:21 am
by face_off
Hesekiel2517 wrote:Sometimes i wonder, if my english is so bad that i don't get my point across :)

Yes, i used this feature and it works great for stills, but in my case i want to render an animation. So as soon as i hit render animation the material disappears.
This sounds like a bug in the plugin. I will try to resolve it in the next release.

Paul