Page 2 of 2

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Tue May 28, 2024 6:37 am
by linograndiotoy
Hi,

This can be done in Octane Blender using some workarounds.

Please check the attached sample. To utilize the scatter attribute, we need to use the instance color/range nodes because the float/color vertex attribute nodes do not work in these cases. Additionally, Octane supports only one type of scatter attribute - the scatter ID.

Here's the workflow:

Use "GeoNode Attribute" for the source as Scatter IDs.
Set the attribute name according to what it's called in the GeoNodes.
Use Octane's instance nodes as workarounds to achieve the desired output.

Please note that this applies only to the custom-built version, as the Addon's Python APIs do not support fetching the GeoNode attributes.

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Thu May 30, 2024 2:11 am
by opstyix
I'll see what I can cook up with this method, cheers Lino!

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Mon Jun 03, 2024 8:42 am
by linograndiotoy
Sure!

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Sat Nov 02, 2024 1:41 pm
by crossstar
Hey Lino,

Just checking in any updates on adding support for Geometry Nodes’ “Instance Domain” attributes in Octane? This feature is crucial for my workflow, and its absence has been a significant limitation. Could you please provide any information on the current status or expected timeline for this implementation?

Thanks!

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Mon Nov 04, 2024 9:18 am
by linograndiotoy
We need changes to the Octane engine to be able to support what you're asking for, so defining a timeline for the implementation is not possible for me at the moment. I can ask if that's something planned for future versions.

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Thu Nov 07, 2024 1:45 pm
by crossstar
Is there any way to use more than one color instance attribute? The method shared above works well but only supports a single object instance attribute

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Fri Nov 29, 2024 8:27 am
by jimho
should we expect the new version like octane 2025 or 2026 may support this issue?

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Fri Nov 29, 2024 9:34 am
by interelectronix
I can only second that It would be really great to have that asap

Re: Geo Nodes - Support for Instance Domain Attributes

Posted: Wed Dec 04, 2024 12:34 pm
by linograndiotoy
We're doing our best to support this kind of setup in Geonodes, but that's not trivial at all.