Advertisement
nux95

Py4D Tutorials Pt. 2.1 - 03

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