for some reason I am getting a return of 0 in my function. Here is a code
snippet.
<SNIP>
def align_prevcopy_node(new_copy_node, prev_copy_node):
width = prev_copy_node.screenWidth()
height = prev_copy_node.screenHeight()
print ("prev copy node height : " + str(height) + " prev copy node width :
" + str(width))
<SNIP>
returns >>
>> prev copy node height : 0 prev copy node width : 0
How can a node have a value of zero for either of these properties ??
Thanks
M
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python