Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(511)

Unified Diff: source/blender/blenkernel/BKE_brush.h

Issue 4280080: Radial control RNA update (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Removed brush image RNA function Created 12 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | source/blender/blenkernel/intern/brush.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/blender/blenkernel/BKE_brush.h
===================================================================
--- source/blender/blenkernel/BKE_brush.h (revision 35974)
+++ source/blender/blenkernel/BKE_brush.h (working copy)
@@ -90,8 +90,7 @@
unsigned int *brush_gen_texture_cache(struct Brush *br, int half_side);
/* radial control */
-void brush_radial_control_invoke(struct wmOperator *op, struct Brush *br, float size_weight);
-int brush_radial_control_exec(struct wmOperator *op, struct Brush *br, float size_weight);
+struct ImBuf *brush_gen_radial_control_imbuf(struct Brush *br);
/* unified strength and size */
« no previous file with comments | « no previous file | source/blender/blenkernel/intern/brush.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b