Adverti horiz upsell

RangeToListSimple 0.0.1 for Nuke

convert a range into a tcl list

License
Button download
233 Downloads

Compatibility

History

Created:07/17/2006
Last Modified:02/06/2007
File Size: 595 Bytes
Install this into Nuke's plugin path in order to make the Projector.gizmo and it's required proc work.

Returns a list based on a range input such as:
1-10 (numbers one to ten)
1-10x2 (skip every second number)

multiple entries can be seperated by comma.

syntax:
rangeToListSimple

example:
nuke> rangeToListSimple 1-10
1 2 3 4 5 6 7 8 9 10
nuke>
nuke> rangeToListSimple 1-10x2
1 3 5 7 9
nuke>
nuke> rangeToListSimple 1-10x2,22,30-35
1 3 5 7 9 22 30 31 32 33 34 35




Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.

People who favorited this item:

  • fx_super
    fx_super