Blender  V3.3
Public Attributes | List of all members
blender::ed::sculpt_paint::SlideCurveInfo Struct Reference

Public Attributes

int curve_i
 
float radius_falloff
 
float3 initial_normal_cu
 

Detailed Description

Definition at line 55 of file curves_sculpt_slide.cc.

Member Data Documentation

◆ curve_i

int blender::ed::sculpt_paint::SlideCurveInfo::curve_i

Index of the curve to slide.

Definition at line 57 of file curves_sculpt_slide.cc.

◆ initial_normal_cu

float3 blender::ed::sculpt_paint::SlideCurveInfo::initial_normal_cu

Normal of the surface where the curve was attached. This is used to rotate the curve if it is moved to a place with a different normal.

Definition at line 64 of file curves_sculpt_slide.cc.

◆ radius_falloff

float blender::ed::sculpt_paint::SlideCurveInfo::radius_falloff

A weight based on the initial distance to the brush.

Definition at line 59 of file curves_sculpt_slide.cc.


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