The name of a Gizmo becomes it's class. If you save a gizmo named "deBlur"
you get a Class "deBlur".

So nuke.allNodes("deBlur") would return all of the deBlur nodes/gizmos
present on that script.


On Wed, Jul 10, 2013 at 7:35 AM, Vincent Langer <
[email protected]> wrote:

> Yeah a bit - but I want:
> nuke.selectedNode().Class()
> to give me a specific node type.
>
> I want to in search large scripts for my own nodes
>
> nuke.allNodes('"myClass"')
>
> or is there another way to tag certain nodes exept for the node naming?
>
> cheers,
> Vincent
>
>
> _____________________________
> You mean like a gizmo?
>
>
> On Wed, Jul 10, 2013 at 6:03 AM, Vincent Langer <
> vincent.langer at filmakademie.de> wrote:
>
>  Hi there,
>> is it possible to create your own node Class-type with python?
>>
>> cheers,
>> Vincent
>>
>> ------------------------------****----------------------------**--**----
>> This message was sent using IMP, the Internet Messaging Program.
>>
>> ______________________________****_________________
>> Nuke-python mailing list
>> Nuke-python at support.**thefoundry.co.uk<**Nuke-python at
>> support.thefoundry.co.uk>,
>> http://forums.thefoundry.co.****uk/ 
>> <http://forums.thefoundry.co.**uk/<http://forums.thefoundry.co.uk/>
>> >
>> http://support.thefoundry.co.****uk/cgi-bin/mailman/listinfo/***
>> *nuke-python<http://support.**thefoundry.co.uk/cgi-bin/**
>> mailman/listinfo/nuke-python<http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python>
>> >
>>
>>  -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://support.thefoundry.co.**uk/cgi-bin/mailman/private/**
> nuke-python/attachments/**20130710/5e3e78c7/attachment.**htm<http://support.thefoundry.co.uk/cgi-bin/mailman/private/nuke-python/attachments/20130710/5e3e78c7/attachment.htm>
>
>
> ------------------------------**------------------------------**----
> This message was sent using IMP, the Internet Messaging Program.
>
> ______________________________**_________________
> Nuke-python mailing list
> Nuke-python@support.**thefoundry.co.uk<[email protected]>,
> http://forums.thefoundry.co.**uk/ <http://forums.thefoundry.co.uk/>
> http://support.thefoundry.co.**uk/cgi-bin/mailman/listinfo/**nuke-python<http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python>
>
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to