SpencerL Posted August 21, 2006 Share Posted August 21, 2006 Hey, Im having an issue doing a simple point cloud. I have created a VOP SOP. Inside I have "P" going into pcopen. I am using "op:../../GET_ME" to bring in my points. the handle of the pcopen is going straight into a pcfilter. The channel I am filtering is "Cd" from there the pcfilter is wired into the "Cd" output. After doing this the Cd attribute value returns "0". Im not really sure what I could be doing wrong, so any help would be great. Thanks! Quote Link to comment Share on other sites More sharing options...
SpencerL Posted August 21, 2006 Author Share Posted August 21, 2006 Hey,Im having an issue doing a simple point cloud. I have created a VOP SOP. Inside I have "P" going into pcopen. I am using "op:../../GET_ME" to bring in my points. the handle of the pcopen is going straight into a pcfilter. The channel I am filtering is "Cd" from there the pcfilter is wired into the "Cd" output. After doing this the Cd attribute value returns "0". Im not really sure what I could be doing wrong, so any help would be great. Thanks! Ah! Nevermind, you have to use an absolute path vs a relative path for the op: to work Quote Link to comment Share on other sites More sharing options...
edward Posted August 22, 2006 Share Posted August 22, 2006 Hmm ... I vaguely recall that relative op: must start with op:/./ ... so maybe op:/./../etc ? Quote Link to comment Share on other sites More sharing options...
Jason Posted August 22, 2006 Share Posted August 22, 2006 Hmm ... I vaguely recall that relative op: must start with op:/./ ... so maybe op:/./../etc ? Yeah, its the absolute path thing. op:`opfullpath("../THE_SOP")` ... is the relative path workaround. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.