On 18/07/2014 at 06:59, xxxxxxxx wrote:
Hello!
I'm trying to write a script which can change some view settings automatically.
What I need: I need to change projection settings to "Front view" and make it "used as render view".
I was able to make the first part work:
data = doc.GetActiveBaseDraw()
data[c4d.BASEDRAW_DATA_PROJECTION] = 4
But I've got no idea how to make the second part work. Please Help ME! =)