Murphyspublic
11-17-2011, 02:03 AM
Hi there everyone!
I hope this isn't too silly of a question, but I'm working with Python, and shaders, and I'm wondering what the following means:
After creating or querying a shader, and printing the result, I get something similar to the following:
>>> shdr, sg = createSurfaceShader( 'blinn' )
>>> shdr
nt.Blinn(u'blinn1')
Why is the result:
u'blinn1'
instead of just:
blinn1
What does it mean?
Thanks in advance,
M :bounce:
I hope this isn't too silly of a question, but I'm working with Python, and shaders, and I'm wondering what the following means:
After creating or querying a shader, and printing the result, I get something similar to the following:
>>> shdr, sg = createSurfaceShader( 'blinn' )
>>> shdr
nt.Blinn(u'blinn1')
Why is the result:
u'blinn1'
instead of just:
blinn1
What does it mean?
Thanks in advance,
M :bounce:
