THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/03/2011 at 07:25, xxxxxxxx wrote:
My script have error in R12 how i fix it
problem with Symbols
import c4d
import os
from c4d import documents,storage
from c4d import symbols as sy
#get Variable
doc = documents.GetActiveDocument()
rd = doc.GetActiveRenderData()
sf = (rd[sy.RDATA_FRAMEFROM])
ef = (rd[sy.RDATA_FRAMETO])
i want get frame start and end frame with Int