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>2009-10-19 18:03:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-19 18:03:02 +0400
commitdd96bf6168b60639701dd0ff512806e3fe1b65d0 (patch)
tree3873125b4f2d05eddfd25cc9e954c6a53149a60b /source/blender/blenkernel/BKE_material.h
parent51f11abe45097cbba59626ede06c3832bcc522e2 (diff)
- added xmirror to the weightpaint options
- made texture_slot return the texture slot for the node texture
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 85316dddedf..3ea7cae2c86 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -47,6 +47,7 @@ void test_object_materials(struct ID *id);
void init_material(struct Material *ma);
struct Material *add_material(char *name);
struct Material *copy_material(struct Material *ma);
+struct Material *give_node_material(struct Material *ma); /* returns node material or self */
void make_local_material(struct Material *ma);
void automatname(struct Material *);