Code Monkey home page Code Monkey logo

charlesangus / labelmaker Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 0.0 112 KB

Labelmaker is a wholesale replacement for Foundry Nuke's autolabel.py, offering much more information at a glance in the node graph. Try it - after using it for a while, you'll feel blind without it. No more opening the properties panel to see what a node is doing - Labelmaker shows you this info right in the DAG.

Python 100.00%
compositing foundry foundry-nuke nuke

labelmaker's People

Contributors

charlesangus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

labelmaker's Issues

How to get the same result

How to get the same result

[python -exec {
#ID:claystudiofx
frame_mode=nuke.thisNode().knob('frame_mode').value()
frameval=nuke.thisNode().knob('frame').value()
first=nuke.thisNode().knob('first').value()
last=nuke.thisNode().knob('last').value()
dur= last-first+1
if frameval '' :
if frame_mode == 'start at' :
msg=frame_mode+ ' '+frameval.spli t('.',1)[0]
first2=int(floa t(frameval))
last2=first2+du r-1
elif frame_mode =='offset' :
if frame_mode=='of fset' :
msg=frame_mode+ ' : '+str((int(fram eval.split('.', 1)[0])))
offset=-int(flo at(frameval))
else :
offset=0
first2=first+of fset
last2=last+offs et
else:
msg='expr = '+frameval
first2=first
last2=last
else :
msg=''
offset=0
first2=first+of fset
last2=last+offs et}
][value width] x [value height]
Range:[python first2]-[python last2]
Frame long:[ python dur]
[python msg]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.