3__ Posted March 7, 2008 Share Posted March 7, 2008 having trouble with this callback on a digital asset parameter: opparm -C `oppwf()`/cache1/reload execute I'd like the cache sop to reload whenever I adjust a slider. what's the correct way to go about this? Quote Link to comment Share on other sites More sharing options...
SpencerL Posted March 7, 2008 Share Posted March 7, 2008 I think you want opparm -C `opfullpath("../cache")` reload; Quote Link to comment Share on other sites More sharing options...
3__ Posted March 7, 2008 Author Share Posted March 7, 2008 my bad. forgot to separate the path from the parameter. this works: opparm -C `oppwf()`/cache1 reload execute; thanks. 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.