magneto Posted March 7, 2015 Share Posted March 7, 2015 (edited) Hi, I am loading a single image using File COP and then adding VOPCOP Filter or any other COP for that matter, and when I MMB, I get a sequence which is time dependent. I wouldn't mind this but I want to use Switch COP to switch between the File COP and the other branch which has other COPs. When I do this, Houdini errors out showing this: I am using $FF in an expression for the Switch input if that makes any difference? Any idea on how to fix this? Thanks Edited March 7, 2015 by magneto Quote Link to comment Share on other sites More sharing options...
pbarua Posted March 8, 2015 Share Posted March 8, 2015 Switch COP expects all the inputs to have same frame range, resolution and imageplanes. Make sure your File COP and other branch fulfil this requirement. If not, use Blend COP with same expression (like $FF>12). Quote Link to comment Share on other sites More sharing options...
magneto Posted March 8, 2015 Author Share Posted March 8, 2015 Thanks but why are other COPs create a sequence out of a single image? It should respect the input. In my case I want my single image to stay a single image unless I specify a frame range for the other COPs, but I didn't. I couldn't find any option to limit the frame range or force the COP to be a single static time-independent operation. Quote Link to comment Share on other sites More sharing options...
pezetko Posted March 8, 2015 Share Posted March 8, 2015 Are you sure that you didn't kept any time dependent expression in your File COP? You can check it by MMB click on the File COP, it should be time-independent. If you didn't set up time dependency in your VOPCOP the result also should be time-independent as long as the input is. 1 Quote Link to comment Share on other sites More sharing options...
magneto Posted March 8, 2015 Author Share Posted March 8, 2015 Thanks pezetko, yeah I didn't use an expressions in the File COP and it shows as time independent. I see the issue now though. I am using a SOP node reference to get attributes from it which is time dependent. I now put the same node in the other branch while ignoring its output so now they both work. 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.