Annon Posted November 23, 2010 Share Posted November 23, 2010 Hey all, I haven't really messed with DOPs that much and can't figure this out. When I create a POPNet I have 4 inputs and from within the POPnet if I lay down a source node, I can link to those inputs useing "Use N Context Geometry" to bring the geo in as a source. If I create a DOPNet I have 4 inputs, but for the life of me can't find something similar to "Use N Context Geometry". I can reference a node directly "/obj/geometry/node" etc, but then whats the point of the inputs if you can't use them? Any info on this would be much appreciated. Christian Quote Link to comment Share on other sites More sharing options...
old school Posted November 29, 2010 Share Posted November 29, 2010 With the DOP Network SOP, those four inputs are just for convenience. You can reference the input operators with opinput() and opinputpath() expressions. Quote Link to comment Share on other sites More sharing options...
Annon Posted November 29, 2010 Author Share Posted November 29, 2010 Ok thanks. So this would only be for top node stuff? Or From within the DOPSOP would I do something like: opinputpath("../../", 0) Which would grab the first input of the current nodes parent node? Cheers Christian Quote Link to comment Share on other sites More sharing options...
old school Posted December 1, 2010 Share Posted December 1, 2010 Yep to be used inside the VOP network. 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.