hellothisistim / tb.nuke

Portable custom ~/.nuke folder. Doesn't pollute a studio's in-house ~/.nuke things. For Nuke from The Foundry.
9 stars 1 forks source link

Frame hold to current frame #51

Closed hellothisistim closed 6 months ago

hellothisistim commented 7 months ago

https://discord.com/channels/1207369533254406247/1227617297280008323/1227769316024258671

Geneviève Trottier — Yesterday at 7:56 PM @Tim Bowman do you have something that'll set your framehold to current frame?

#Framehold to current frame
nuke.addOnUserCreate(lambda:nuke.thisNode()['first_frame'].setValue(nuke.frame()), nodeClass='FrameHold')
hellothisistim commented 6 months ago

This seems to be default in Nuke (v14+) now.