base classes — bpy_struct, Space
3D View space data
List of background images
| Type : | bpy_prop_collection of BackgroundImage, (readonly) |
|---|
3D View far clipping distance
| Type : | float in [1, inf], default 0.0 |
|---|
3D View near clipping distance
| Type : | float in [0.001, inf], default 0.0 |
|---|
Current Transformation orientation
| Type : | TransformOrientation, (readonly) |
|---|
3D cursor location for this view (dependent on local view setting)
| Type : | float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0) |
|---|
The number of grid lines to display in perspective view
| Type : | int in [0, 1024], default 0 |
|---|
The distance between 3D View grid lines
| Type : | float in [0, inf], default 0.0 |
|---|
The number of subdivisions between grid lines
| Type : | int in [1, 1024], default 0 |
|---|
Layers visible in this 3D View
| Type : | boolean array of 20 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False) |
|---|
Layers that contain something
| Type : | boolean array of 20 items, default (False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False), (readonly) |
|---|
Lens angle (mm) in perspective view
| Type : | float in [1, 250], default 0.0 |
|---|
Display an isolated sub-set of objects, apart from the scene visibility
| Type : | SpaceView3D, (readonly) |
|---|
3D View center is locked to this bone’s position
| Type : | string, default “” |
|---|
Enable view navigation within the camera view
| Type : | boolean, default False |
|---|
Use the scene’s active camera and layers in this view, rather than local layers
| Type : | boolean, default False |
|---|
3D View center is locked to the cursor’s position
| Type : | boolean, default False |
|---|
Pivot center for rotation/scaling
| Type : | enum in [‘BOUNDING_BOX_CENTER’, ‘CURSOR’, ‘INDIVIDUAL_ORIGINS’, ‘MEDIAN_POINT’, ‘ACTIVE_ELEMENT’], default ‘BOUNDING_BOX_CENTER’ |
|---|
3D region in this space, in case of quad view the camera region
| Type : | RegionView3D, (readonly) |
|---|
3D region that defines the quad view settings
| Type : | RegionView3D, (readonly) |
|---|
Show the object origin center dot for all (selected and unselected) objects
| Type : | boolean, default False |
|---|
Show the X axis line in perspective view
| Type : | boolean, default False |
|---|
Show the Y axis line in perspective view
| Type : | boolean, default False |
|---|
Show the Z axis line in perspective view
| Type : | boolean, default False |
|---|
Display reference images behind objects in the 3D View
| Type : | boolean, default False |
|---|
Show the ground plane grid in perspective view
| Type : | boolean, default False |
|---|
Use a 3D manipulator widget for controlling transforms
| Type : | boolean, default False |
|---|
Display only objects which will be rendered
| Type : | boolean, default False |
|---|
Show an outline highlight around selected objects in non-wireframe views
| Type : | boolean, default False |
|---|
Show dashed lines indicating parent or constraint relationships
| Type : | boolean, default False |
|---|
Display face-assigned textures in solid view
| Type : | boolean, default False |
|---|
Transformation orientation
| Type : | enum in [‘GLOBAL’, ‘LOCAL’, ‘GIMBAL’, ‘NORMAL’, ‘VIEW’, ‘CUSTOM’], default ‘GLOBAL’ |
|---|
Use the manipulator for rotation transformations
| Type : | boolean, default False |
|---|
Use the manipulator for scale transformations
| Type : | boolean, default False |
|---|
Use the manipulator for movement transformations
| Type : | boolean, default False |
|---|
Limit selection to visible (clipped with depth buffer)
| Type : | boolean, default False |
|---|
Manipulate object centers only
| Type : | boolean, default False |
|---|
Method to display/shade objects in the 3D View
| Type : | enum in [‘BOUNDBOX’, ‘WIREFRAME’, ‘SOLID’, ‘TEXTURED’], default ‘BOUNDBOX’ |
|---|
Inherited Properties
Inherited Functions
|
References