Message 1 of 6
C4DtoA : Get diffuse color of standard_surface with python
Not applicable
08-03-2018
06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Is there a way to get the diffuse color of standard_surface with python ?
I have tried in a python node :
matlist = doc.GetMaterials()
mat = doc.SearchMaterial("AR Tire Sculpture (Ford A)")
print mat[c4d.MATERIAL_COLOR_COLOR]But I get none, I think it's only for c4d basematerial
Thanks you