frogspasm
04-12-2005, 03:24 PM
I'm pulling my hair out over this one. It worked yesterday at work, but when I tried it at home I get an error:
AssignVertexColors.ApplyNodes $ VertexPaint:VertexPaint
--This should assign vertex colors to the selected object that has a
--Vertex Paint modifier on it.
Does anyone have any suggestions over the correct usage?
AssignVertexColors.ApplyNodes $
-- if you don't specify a vertex paint modifier this will add a new one.
At least I had it working yesterday.
Most of the interface names I type in will come back with some information like
walkThroughOps --will return: <Interface:walkThroughOps>
ChannelInfo --returns <Interface:ChannelInfo>
AssignVertexColors --just returns: undefined
~Mike D.
AssignVertexColors.ApplyNodes $ VertexPaint:VertexPaint
--This should assign vertex colors to the selected object that has a
--Vertex Paint modifier on it.
Does anyone have any suggestions over the correct usage?
AssignVertexColors.ApplyNodes $
-- if you don't specify a vertex paint modifier this will add a new one.
At least I had it working yesterday.
Most of the interface names I type in will come back with some information like
walkThroughOps --will return: <Interface:walkThroughOps>
ChannelInfo --returns <Interface:ChannelInfo>
AssignVertexColors --just returns: undefined
~Mike D.
