hi
some body can help me
i use karakatoa mx2 .
i cant find GeoQuery node in magamaFlow ?
it used to generate texturecoord in hair tutorial part3.
tks
Hi!
It was simply renamed to FaceQuery.
Those videos were from Siggraph, using a very early Beta version of Krakatoa MX 2.
A few operators have been added or renamed since then.
Sorry for the inconveniences!
FaceQuery has no output channel to provide texturecoord !?
FaceQuery has no output channel to provide texturecoord !?
Just type in TextureCoord in the text field and press enter to add it to the list.
This will add a new Output socket and get to the TextureCoord channel.
Or type in Mapping2, Mapping3 etc. up to Mapping99 to get the other map channels.
We have fixed the list internally to show all supported channels in the future.
Sorry again for the inconveniences
thanks man
The error associated with the highlighted node is at the bottom: “Magma expected a InputGeometry node: | ID: 12 | InputIndex: 1 | Connected to ID: 14”.
This particular error is saying it wanted an InputGeometry node which is different from an InputObject node. I think its slightly confusing, but InputGeometry is meant to hold references to objects with meshes, while InputObject is for more general scene objects like helpers, cameras, etc. Just change that node to an InputGeometry and you’ll be fine.
and what i do to solve that ?
Replace the InputObject node with an InputGeometry node.
i’m looking for this nodes
out selection and out PRTviewportColor
this nodes had used in realflow & frost tutorial . i cant find them in new version!?
You just create another Output node and select the channel from the list.
You can have any number of Output nodes - just press Ctrl+O or right-click and select from the menu, or drag an Output node from the System category of the Depot.
That’s because the “Channel List Sorting” (which should probably be renamed to “Channel Sorting and Filtering”) is set to “PRT Maker Only”. The “Only” part shows that this is a filter that removed ALL channels not available in a PRT Maker, which includes the ones you are looking for. So switch that list to “Factory Default Order” or “Alphabetical” and you will see ALL channels.
Hope this helps.