self.addKnob(k)
>>self.boolKnobs.append(k)
>>print 'knob creation:', time.time() - mark2
>>
>>
>> -Nathan
>>
>>
>>
>> From: michael vorberg
>> Sent: Tuesday, February 17, 2015 4:31 AM
>> To: Nuke Pyth
self.addKnob(k)
>self.boolKnobs.append(k)
>print 'knob creation:', time.time() - mark2
>
>
> -Nathan
>
>
>
> From: michael vorberg
> Sent: Tuesday, February 17, 2015 4:31 AM
> To: Nuke Python discussion
> Subject: [Nuke-pyt
February 17, 2015 4:31 AM
To: Nuke Python discussion
Subject: [Nuke-python] nukescript panel add button
hi,
i create a nukescript panel which creates a some (boolean) buttons for nodes
in my script. i filter these nodes in the panel via a user text input.
if i start my panel it set a defa
hi,
i create a nukescript panel which creates a some (boolean) buttons for
nodes in my script. i filter these nodes in the panel via a user text input.
if i start my panel it set a default filter and everything is fine and
fast. when i hit my update button, i execute a callback function
(knobChan