Search found 1 match

by nob
Wed Mar 05, 2014 4:34 pm
Forum: Maxon Cinema 4D
Topic: Python replace octane shader
Replies: 0
Views: 1268

Python replace octane shader

I want to replace ocane shader. Even if I investigated, only the standard shader conversion method was found.
Is lower python improvable to octane?
>>>>>>>>>>>>>>>>>>>>>>>>>>>
import c4d

gra = c4d.Gradient()
gra.InsertKnot(c4d.Vector(1.0), 1.0, 0.0)
gra.InsertKnot(c4d.Vector(1.0, 0.0, 0.0), 1.0 ...

Go to advanced search