Page 1 of 1

python bug ??

Posted: Sat Jul 11, 2009 11:30 pm
by tb_101
hello all,

i am trying to get the following parameter from a Layer:
'direct_layer_scale_x'

theScaleX = modul8.getValue( 'direct_layer_scale_x', 1 )
theScaleX is always None !
i want to save that property to a file ....
it seems that all propertys starting with:
"direct_layer_" can not not be read :-(

setting the property works
modul8.setValue('direct_layer_scale_y', theVal , whichLayer)

perhaps someone has a hint for me !

t.

Posted: Sun Jul 26, 2009 12:15 am
by Vincent-Pimousse
I test:
time = modul8.getValue ('direct_layer_movie_timePosition',0)
print time

And it works.

I test with 'direct_layer_scale_x' and it doesn't work.

Strange