Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Gr4ph0s 05/10/2017
- # More informations read https://pastebin.com/edit/R5Pvac6C
- import c4d
- def main():
- mat = doc.GetFirstMaterial()
- bc = c4d.BaseContainer()
- mat.Message(c4d.MSG_BASECONTAINER, bc)
- print bc[0]
- if __name__=='__main__':
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement