Blender V4.3
bPoseChannel_BBoneSegmentBoundary Struct Reference

#include <DNA_action_types.h>

Public Attributes

float point [3]
 
float plane_normal [3]
 
float plane_offset
 
float depth_scale
 

Detailed Description

Definition at line 230 of file DNA_action_types.h.

Member Data Documentation

◆ depth_scale

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.

◆ plane_normal

float bPoseChannel_BBoneSegmentBoundary::plane_normal[3]

Definition at line 233 of file DNA_action_types.h.

◆ plane_offset

float bPoseChannel_BBoneSegmentBoundary::plane_offset

Definition at line 235 of file DNA_action_types.h.

◆ point

float bPoseChannel_BBoneSegmentBoundary::point[3]

Definition at line 232 of file DNA_action_types.h.


The documentation for this struct was generated from the following file: