in MODO the variation texture can be set up so that individual meshes in the same item can be varied - so e.g. if i have a tree with leaves, i can vary the colour of each leaf.
is there an equivalent Octane node or does the existing Octane variation node support multiple meshes in the same way?
AFAICT the Octane node only supports variation if the meshes are in separate items - is that the case?
Variation texture @ component level
Moderator: face_off
Hi
For Replicators (and potentially Instances), the plugin will assign an "Id" to each transform, so you should be able to use the Octane textures "Instance Color" and "Instance Range" to vary the texture of each instance/replication. You need to set the . I don't think these nodes will work with single Modo Mesh items.
3.07.0.125
- Added Instance Color and Instance Range textures
- Added an instance id to each Scatter transform (ie. each Replicator particle source will have a unqiue instance id). The Instance ID is sourced from the Modo Replicator source IDs. The new Texture node types Instance Range and Instance Color can be used with these id's. Refer to viewtopic.php?f=33&t=62395 for for details.
Paul
For Replicators (and potentially Instances), the plugin will assign an "Id" to each transform, so you should be able to use the Octane textures "Instance Color" and "Instance Range" to vary the texture of each instance/replication. You need to set the . I don't think these nodes will work with single Modo Mesh items.
3.07.0.125
- Added Instance Color and Instance Range textures
- Added an instance id to each Scatter transform (ie. each Replicator particle source will have a unqiue instance id). The Instance ID is sourced from the Modo Replicator source IDs. The new Texture node types Instance Range and Instance Color can be used with these id's. Refer to viewtopic.php?f=33&t=62395 for for details.
Paul
Win7/Win10/Mavericks/Mint 17 - GTX550Ti/GT640M
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
Octane Plugin Support : Poser, ArchiCAD, Revit, Inventor, AutoCAD, Rhino, Modo, Nuke
Pls read before submitting a support question
The Octane core doesnt support anything like this (yet), so you have to use workarounds.
One way could be to use weight maps, and manually/procedurally/script the assignment of different weights per mesh "island". Then use the "greyscale vertex attribute" node as an input to a gradient for your colors.
One way could be to use weight maps, and manually/procedurally/script the assignment of different weights per mesh "island". Then use the "greyscale vertex attribute" node as an input to a gradient for your colors.
Win10 Pro / Ryzen 5950X / 128GB / RTX 4090 / MODO
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
I have attached an example scene of 1 possible way to assign the random weight map values with meshops. It uses a "falloff operator" which has a confusingly named "Polygon Parts" output, which is actually MESH ISLANDS!
I then used Octanes greyscale vertex attribute node to get the weight map values and input to a gradient for the colors.
EDIT: If this is slow on heavy meshes like trees, you could just FREEZE the meshop, which will apply the weights to the mesh permanently.
I then used Octanes greyscale vertex attribute node to get the weight map values and input to a gradient for the colors.
EDIT: If this is slow on heavy meshes like trees, you could just FREEZE the meshop, which will apply the weights to the mesh permanently.
- Attachments
-
- funk_random_colors_per_mesh_island.zip
- (17.67 KiB) Downloaded 169 times
Win10 Pro / Ryzen 5950X / 128GB / RTX 4090 / MODO
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
Someone posted some questions about this setup on the modo forums:
https://community.foundry.com/discuss/t ... nent-level
Regarding the falloff operator:
Its just a single falloff split into 2 to make the schematic more readable.
In modo, you can add the "Polygon Part" channel by right clicking the falloff operator > add channel > Polygon Part.
You can then right click the Polygon part channel on the node > separate channel
https://community.foundry.com/discuss/t ... nent-level
Regarding the falloff operator:
Its just a single falloff split into 2 to make the schematic more readable.
In modo, you can add the "Polygon Part" channel by right clicking the falloff operator > add channel > Polygon Part.
You can then right click the Polygon part channel on the node > separate channel
Win10 Pro / Ryzen 5950X / 128GB / RTX 4090 / MODO
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
You could do a separate render, plugging the greyscale vertex attribute node into the diffuse channel of a material, then enable render passes > info passes > material diffuse filter.
Win10 Pro / Ryzen 5950X / 128GB / RTX 4090 / MODO
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
"I am the resurrection, and the life: he that believeth in me, though he were dead, yet shall he live" - Jesus Christ
thanks - did something similar and it seems to work really well.
it also works on multiple items using the same name for the weight map so only needs one additional render with all the items plugged into the variation set up. easy enough to just unplug them when done.
it also works on multiple items using the same name for the weight map so only needs one additional render with all the items plugged into the variation set up. easy enough to just unplug them when done.