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:
authorCampbell Barton <ideasman42@gmail.com>2019-12-17 06:00:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 06:00:19 +0300
commitca277d7d6073b0ead3c38c028ab74b05d5728fea (patch)
treed4b18fef25b64787e5cc41717872e09969d0eed0 /source/blender/editors/physics/physics_intern.h
parent79e51d9e5fba95fc9569e75412b27b08bef7a7d5 (diff)
Cleanup: renaming guiding -> guide
The term guide makes sense on it's own in this context.
Diffstat (limited to 'source/blender/editors/physics/physics_intern.h')
-rw-r--r--source/blender/editors/physics/physics_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/physics/physics_intern.h b/source/blender/editors/physics/physics_intern.h
index 1c091fc18da..3af818b3a9d 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -113,8 +113,8 @@ void FLUID_OT_bake_mesh(struct wmOperatorType *ot);
void FLUID_OT_free_mesh(struct wmOperatorType *ot);
void FLUID_OT_bake_particles(struct wmOperatorType *ot);
void FLUID_OT_free_particles(struct wmOperatorType *ot);
-void FLUID_OT_bake_guiding(struct wmOperatorType *ot);
-void FLUID_OT_free_guiding(struct wmOperatorType *ot);
+void FLUID_OT_bake_guides(struct wmOperatorType *ot);
+void FLUID_OT_free_guides(struct wmOperatorType *ot);
void FLUID_OT_pause_bake(struct wmOperatorType *ot);
/* dynamicpaint.c */