pymel.core.general.spaceLocator

spaceLocator(*args, **kwargs)

The command creates a locator at the specified position in space. By default it is created at (0,0,0).

Flags:
  • absolute : a (bool) [create,edit]

    If set, the locator’s position is in world space. Flag can have multiple arguments, passed either as a tuple or a list.

  • name : n (unicode) [create,edit]

    Name for the locator.

  • position : p (float, float, float) [create,query,edit]

    Location in 3-dimensional space where locator is to be created.

  • relative : r (bool) [create,edit]

    If set, the locator’s position is relative to its local space. The locator is created in relative mode by default.

Derived from mel command maya.cmds.spaceLocator

Previous topic

pymel.core.general.softSelect

Next topic

pymel.core.general.stringArrayIntersector

Core

Core Modules

Other Modules

This Page