Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_paint.h
| Context not available. | |||||
| /* TODO: identify sculpt-only fields */ | /* TODO: identify sculpt-only fields */ | ||||
| // struct { ... } sculpt; | // struct { ... } sculpt; | ||||
| } mode; | } mode; | ||||
| int mode_type; | eObjectMode mode_type; | ||||
| /* This flag prevents PBVH from being freed when creating the vp_handle for texture paint. */ | /* This flag prevents PBVH from being freed when creating the vp_handle for texture paint. */ | ||||
| bool building_vp_handle; | bool building_vp_handle; | ||||
| Context not available. | |||||