Hi
here are many lights, and the primvar in layer stack is time dependent, I need change back to "Default value".
how to do it in python or wrangle?
I just need as long as it is time independent.
thank you!
how to batch modify layer stack value ?
2031 6 1- luoqiulin
- Member
- 306 posts
- Joined: May 2007
- Offline
- goldleaf
- Staff
- 4200 posts
- Joined: Sept. 2007
- Online
- ysysimon
- Member
- 75 posts
- Joined: Dec. 2017
- Offline
Didn't find a good way to batch execute it in VEX.
But you can use timeshift LOP to remove timesample.
The TimeShift LOP extract the attribute at the specified time code and generate the attribute with the same name(with specify 'Over'). In this way, USD can overwrite the original attribute with timesample when compositing layers.
I think you can use python script to automate this process, just select flatten layer on final output. Then timesample will disappear.
goldleafAs goldleaf said, it will be more elegant if you directly output the layer without timesample when authoring the layer.
The Timeshift LOP may be the best bet; but if you can prevent it from being time-sampled in the first place, that's usually better in the long run.
- tamte
- Member
- 8832 posts
- Joined: July 2007
- Offline
Just out of curiosity as I'm still trying to understand USD
what are the downsides of having 1 timesample as in the screenshot?
1 timesample doesn't sound to me like anything time dependent, is it causing performance issues in USD or how does it differ from a single constant value?
Since from a smart system I'd expect it to recognize such case as constant
what are the downsides of having 1 timesample as in the screenshot?
1 timesample doesn't sound to me like anything time dependent, is it causing performance issues in USD or how does it differ from a single constant value?
Since from a smart system I'd expect it to recognize such case as constant
Edited by tamte - Sept. 16, 2022 00:49:55
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
- mtucker
- Staff
- 4525 posts
- Joined: July 2005
- Offline
I don't think there is much (if any) difference in terms of performance. But I suspect having a single time sample (at what time?) would be more confusing and less immediately obvious as a non-animated value than using a default (which shows up as a different color in the scene graph details, for example).
- luoqiulin
- Member
- 306 posts
- Joined: May 2007
- Offline
- luoqiulin
- Member
- 306 posts
- Joined: May 2007
- Offline
tamte
Just out of curiosity as I'm still trying to understand USD
what are the downsides of having 1 timesample as in the screenshot?
1 timesample doesn't sound to me like anything time dependent, is it causing performance issues in USD or how does it differ from a single constant value?
Since from a smart system I'd expect it to recognize such case as constant
when I export lights to other dcc, such as katana. the string parameter with timesample can't be renconsized.
-
- Quick Links