jaydru
10-16-2011, 10:36 PM
ok i'm not even totaly sure how to word this question properly
but how do i make this work correctly?
for node in self.baseCurve.inScene.get().split('+'):
self.node = PyNode(node)
inScene is a string attr that has a bunch of node names sepereated but '+'
i want the for loop to assign the objects like this
'self.nodeName' bassed of the string thats in the var 'node'
but all the objects are currently geting assigned to 'self.node'
how do i fix this?
i would try googleing the question but like i said, i'm not even sure how to word it :(
but how do i make this work correctly?
for node in self.baseCurve.inScene.get().split('+'):
self.node = PyNode(node)
inScene is a string attr that has a bunch of node names sepereated but '+'
i want the for loop to assign the objects like this
'self.nodeName' bassed of the string thats in the var 'node'
but all the objects are currently geting assigned to 'self.node'
how do i fix this?
i would try googleing the question but like i said, i'm not even sure how to word it :(
