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:
authorGermano <germano.costa@ig.com.br>2018-05-03 03:26:43 +0300
committerGermano <germano.costa@ig.com.br>2018-05-03 03:26:43 +0300
commite4774c0b2d02d3231c1bdc0097d879b77daa5651 (patch)
treeecd8b972fcca0f954b5ad9c4d0127910a35a3d11 /source/blender/blenkernel/BKE_mball.h
parent36bbf8092903f55a317db94c4f7ca48c216b1a89 (diff)
Metaball: pointers used in `DRW_shgroup_call_dynamic_add` don't need to hold the reference.
Diffstat (limited to 'source/blender/blenkernel/BKE_mball.h')
-rw-r--r--source/blender/blenkernel/BKE_mball.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenkernel/BKE_mball.h b/source/blender/blenkernel/BKE_mball.h
index b05a35e614f..a486e8319c6 100644
--- a/source/blender/blenkernel/BKE_mball.h
+++ b/source/blender/blenkernel/BKE_mball.h
@@ -78,10 +78,6 @@ void BKE_mball_eval_geometry(struct Depsgraph *depsgraph,
struct MetaBall *mball);
/* Draw Cache */
-void BKE_mball_element_calc_scale_xform(float r_scale_xform[3][4],
- const float obmat[4][4],
- const float local_pos[3]);
-
enum {
BKE_MBALL_BATCH_DIRTY_ALL = 0,
};