Hi All,
I'm trying to write a maximum element filename. I'm really struggling with the greater than. I'm sure its something simple I'm missing. Anyone got any ideas?
r = maxOps.GetCurRenderElementMgr()
r.GetRenderElement 1
elementlength = r.GetRenderElementFilename 1
print elementlength.count
if elementlength as integer > 256 then (
print "fred"
)
else
(
print "geon"
)
By johncrawshaw · 2014-10-09
barigazy · 2014-10-09