base classes — bpy_struct, Space
3D View space data
List of background images
Type : | BackgroundImages bpy_prop_collection of BackgroundImage, (readonly) |
---|
3D View far clipping distance
Type : | float in [1, inf], default 1000.0 |
---|
3D View near clipping distance (perspective view only)
Type : | float in [0.001, inf], default 0.1 |
---|
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) |
---|
Number of grid lines to display in perspective view
Type : | int in [0, 1024], default 16 |
---|
Distance between 3D View grid lines
Type : | float in [0, inf], default 1.0 |
---|
Grid cell size scaled by scene unit system settings
Type : | float in [-inf, inf], default 0.0, (readonly) |
---|
Number of subdivisions between grid lines
Type : | int in [1, 1024], default 10 |
---|
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) |
---|
Local view layers visible in this 3D View
Type : | boolean array of 8 items, default (False, False, False, False, False, False, False, False), (readonly) |
---|
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) |
---|
Viewport lens angle (mm)
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 “”, (never None) |
---|
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) |
---|
Maximum X value for the render border
Type : | float in [0, 1], default 0.0 |
---|
Maximum Y value for the render border
Type : | float in [0, 1], default 0.0 |
---|
Minimum X value to for the render border
Type : | float in [0, 1], default 0.0 |
---|
Minimum Y value for the render border
Type : | float in [0, 1], default 0.0 |
---|
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 |
---|
Use back face culling to hide the back side of faces
Type : | boolean, default False |
---|
Display reference images behind objects in the 3D View
Type : | boolean, default False |
---|
Show names for reconstructed tracks objects
Type : | boolean, default False |
---|
Show reconstructed camera path
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 |
---|
Display reconstruction data from active movie clip
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 |
---|
Display size of tracks from reconstructed data
Type : | float in [0, inf], default 0.0 |
---|
Viewport display style for tracks
Type : | enum in [‘PLAIN_AXES’, ‘ARROWS’, ‘SINGLE_ARROW’, ‘CIRCLE’, ‘CUBE’, ‘SPHERE’, ‘CONE’], default ‘PLAIN_AXES’ |
---|
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 center points (object and pose mode only)
Type : | boolean, default False |
---|
Use a user-defined border region within the frame size for rendered viewport
Type : | boolean, default False |
---|
Method to display/shade objects in the 3D View
Type : | enum in [‘BOUNDBOX’, ‘WIREFRAME’, ‘SOLID’, ‘TEXTURED’, ‘MATERIAL’, ‘RENDERED’], default ‘BOUNDBOX’ |
---|
Inherited Properties
Inherited Functions
|
References