Go to: Synopsis. Return value. Flags. MEL examples.
renderManip [-camera boolean boolean boolean boolean boolean] [-light boolean boolean boolean] [-spotLight boolean boolean boolean boolean boolean boolean boolean] [-state boolean]
object
renderManip is undoable, queryable, and editable.
This command creates manipulators for cameras or lights.None
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-camera(-cam)
|
boolean boolean boolean boolean boolean
|
|
||
|
||||
-light(-lt)
|
boolean boolean boolean
|
|
||
|
||||
-spotLight(-slt)
|
boolean boolean boolean boolean boolean boolean boolean
|
|
||
|
||||
-state(-st)
|
boolean
|
|
||
|
||||
camera; renderManip cameraShape1; renderManip -e -st on cameraShape1; renderManip -q -st cameraShape1;