Hi I'm working on some Houdini/Max interop contraption and ran into a few issues regarding the V-Ray Proxy object that I'm using to load Alembic data.
I can get Houdini's point color (Cd) into a mapchannel, but in houdini I have to promote the color attribute for 'Point' to the vertices first, would be nice if the proxy loader could handle that by itself. (A 'point' in houdini is a collection of vertices from a mesh where multiple polygons meet). Not a big problem but took me a while to figure out.
And I can get any data into a mapchannel just fine only not directly into the vertexcolor channel. I can copy the mapchannel data into the VC-channel using maxscript but that is a bit awkward with baked animated meshes and such.
Second, max becomes unstable when you repetitively update/change the filename property of a vrayproxy object using maxscript while it's selected (in up to data max2017, latest public V-Ray, haven't tried any other), it's fine when it's non selected.
And last I came across some info about remapping channels from a proxy using the 'user defined properties' of a node with entries like 'mapchannel:1=uv' etc.. I seems to do something but not sure if/how that is working..
I can get Houdini's point color (Cd) into a mapchannel, but in houdini I have to promote the color attribute for 'Point' to the vertices first, would be nice if the proxy loader could handle that by itself. (A 'point' in houdini is a collection of vertices from a mesh where multiple polygons meet). Not a big problem but took me a while to figure out.
And I can get any data into a mapchannel just fine only not directly into the vertexcolor channel. I can copy the mapchannel data into the VC-channel using maxscript but that is a bit awkward with baked animated meshes and such.
Second, max becomes unstable when you repetitively update/change the filename property of a vrayproxy object using maxscript while it's selected (in up to data max2017, latest public V-Ray, haven't tried any other), it's fine when it's non selected.
And last I came across some info about remapping channels from a proxy using the 'user defined properties' of a node with entries like 'mapchannel:1=uv' etc.. I seems to do something but not sure if/how that is working..
Comment