Package bpy :: Module types :: Class Space3DView
[hide private]
[frames] | no frames]

Class Space3DView


The 3D View Space Object

3D View space data

References

Instance Variables [hide private]
boolean all_object_origins
Show the object origin center dot for all (selected and unselected) objects.
BackgroundImage (readonly) background_image
Image and settings to display in the 3D View background
boolean box_clip
Clip
boolean box_preview
Box
Object camera
Active camera used in this view (when unlocked from the scene's active camera).
float in [1, inf] clip_end
3D View far clipping distance.
float in [0, inf] clip_start
3D View near clipping distance.
TransformOrientation (readonly) current_orientation
Current Transformation orientation.
boolean display_background_image
Display a reference image behind objects in the 3D View
boolean display_floor
Show the ground plane grid in perspective view.
boolean display_x_axis
Show the X axis line in perspective view.
boolean display_y_axis
Show the Y axis line in perspective view.
boolean display_z_axis
Show the Z axis line in perspective view.
int in [0, 1024] grid_lines
The number of grid lines to display in perspective view.
float in [0, inf] grid_spacing
The distance between 3D View grid lines.
int in [1, 1024] grid_subdivisions
The number of subdivisions between grid lines.
float in [1, 250] lens
Lens angle (mm) in perspective view.
Space3DView (readonly) local_view
Display an isolated sub-set of objects, apart from the scene visibility.
string lock_bone
3D View center is locked to this bone's position (maximum length of 32)
boolean lock_camera_and_layers
Use the scene's active camera and layers in this view, rather than local layers.
Object lock_object
3D View center is locked to this object's position
boolean lock_rotation
Lock View Rotation
boolean manipulator
Use a 3D manipulator widget for controlling transforms.
boolean manipulator_rotate
Use the manipulator for rotation transformations.
boolean manipulator_scale
Use the manipulator for scale transformations.
boolean manipulator_translate
Use the manipulator for movement transformations.
boolean occlude_geometry
Limit selection to visible (clipped with depth buffer)
boolean outline_selected
Show an outline highlight around selected objects in non-wireframe views.
enum pivot_point
Pivot center for rotation/scaling.
boolean pivot_point_align
Manipulate object centers only.
boolean relationship_lines
Show dashed lines indicating parent or constraint relationships.
boolean textured_solid
Display face-assigned textures in solid view
enum transform_orientation
Transformation orientation.
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
boolean array of 20 items (readonly) used_layers
Layers that contain something.
enum viewport_shading
Method to display/shade objects in the 3D View.
boolean array of 20 items visible_layers
Layers visible in this 3D View.
Instance Variable Details [hide private]

pivot_point

Pivot center for rotation/scaling. in...
  • BOUNDING_BOX_CENTER
  • CURSOR
  • INDIVIDUAL_ORIGINS
  • MEDIAN_POINT
  • ACTIVE_ELEMENT
Type:
enum

transform_orientation

Transformation orientation. in...
  • GLOBAL
  • LOCAL
  • GIMBAL
  • NORMAL
  • VIEW
  • CUSTOM
Type:
enum

viewport_shading

Method to display/shade objects in the 3D View. in...
  • BOUNDBOX
  • WIREFRAME
  • SOLID
  • TEXTURED
Type:
enum