|
Blender V4.3
|
#include <DNA_action_types.h>
Public Attributes | |
| float | point [3] |
| float | plane_normal [3] |
| float | plane_offset |
| float | depth_scale |
Definition at line 230 of file DNA_action_types.h.
| float bPoseChannel_BBoneSegmentBoundary::depth_scale |
Inverse width of the smoothing at this level in head-tail space. Optimization: this value is actually indexed by BSP depth (0 to bsp_depth - 1), not joint index. It's put here to avoid allocating a separate array by utilizing the padding space.
Definition at line 242 of file DNA_action_types.h.
| float bPoseChannel_BBoneSegmentBoundary::plane_normal[3] |
Definition at line 233 of file DNA_action_types.h.
| float bPoseChannel_BBoneSegmentBoundary::plane_offset |
Definition at line 235 of file DNA_action_types.h.
| float bPoseChannel_BBoneSegmentBoundary::point[3] |
Definition at line 232 of file DNA_action_types.h.