Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/brush.c
| Context not available. | |||||
| #include "RE_render_ext.h" /* externtex */ | #include "RE_render_ext.h" /* externtex */ | ||||
| #include "CLG_log.h" | |||||
| static CLG_LogRef LOG = { "bke.brush" }; | |||||
| static RNG *brush_rng; | static RNG *brush_rng; | ||||
| void BKE_brush_system_init(void) | void BKE_brush_system_init(void) | ||||
| Context not available. | |||||
| BLI_rng_free(brush_rng); | BLI_rng_free(brush_rng); | ||||
| } | } | ||||
| static void brush_defaults(Brush *brush) | static void brush_defaults(Brush *brush) | ||||
| { | { | ||||
| brush->blend = 0; | brush->blend = 0; | ||||
| Context not available. | |||||