Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-08-11 03:12:08 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-08-12 19:02:47 +0300
commit010911d7226894455023f0f1051a0d5fd2b8bb56 (patch)
treeab81dd86e1161926188fe0ed5522e6348582bd8e /source/blender/editors/sculpt_paint/sculpt_intern.h
parent9f288490d5cc341c256aa9b80474aac4bd5f2d49 (diff)
Clenaup: Rename random_access_init to random_access_ensure
Reviewed By: sergey Differential Revision: https://developer.blender.org/D8529
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 79b1a5bde7b..caa858a5372 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -89,7 +89,7 @@ float SCULPT_raycast_init(struct ViewContext *vc,
bool original);
/* Sculpt PBVH abstraction API */
-void SCULPT_vertex_random_access_init(struct SculptSession *ss);
+void SCULPT_vertex_random_access_ensure(struct SculptSession *ss);
int SCULPT_vertex_count_get(struct SculptSession *ss);
const float *SCULPT_vertex_co_get(struct SculptSession *ss, int index);