Advertisement
nux95

Py4D Tutorials Pt. 2.1 - 02

Sep 5th, 2011
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import c4d
  2. name = c4d.GetObjectName(c4d.Osphere)
  3. c4d.gui.MessageDialog("The name of a sphere object in your language is: " + name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement