Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/sculpt_intern.h
| Show First 20 Lines • Show All 606 Lines • ▼ Show 20 Lines | typedef struct SculptThreadedTaskData { | ||||
| float *pose_initial_co; | float *pose_initial_co; | ||||
| int pose_chain_segment; | int pose_chain_segment; | ||||
| float multiplane_scrape_angle; | float multiplane_scrape_angle; | ||||
| float multiplane_scrape_planes[2][4]; | float multiplane_scrape_planes[2][4]; | ||||
| float max_distance_squared; | float max_distance_squared; | ||||
| float nearest_vertex_search_co[3]; | float nearest_vertex_search_co[3]; | ||||
| int nearest_vertex_search_index; | |||||
| /* Stabilized strength for the Clay Thumb brush. */ | /* Stabilized strength for the Clay Thumb brush. */ | ||||
| float clay_strength; | float clay_strength; | ||||
| int mask_expand_update_it; | int mask_expand_update_it; | ||||
| bool mask_expand_invert_mask; | bool mask_expand_invert_mask; | ||||
| bool mask_expand_use_normals; | bool mask_expand_use_normals; | ||||
| bool mask_expand_keep_prev_mask; | bool mask_expand_keep_prev_mask; | ||||
| ▲ Show 20 Lines • Show All 349 Lines • Show Last 20 Lines | |||||