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

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

Issue 5021044: Weight Paint (Radish Branch 2011) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 12 years, 6 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
Index: source/blender/blenkernel/BKE_armature.h
===================================================================
--- source/blender/blenkernel/BKE_armature.h (revision 40192)
+++ source/blender/blenkernel/BKE_armature.h (working copy)
@@ -100,6 +100,8 @@
void vec_roll_to_mat3(float *vec, float roll, float mat[][3]);
void mat3_to_vec_roll(float mat[][3], float *vec, float *roll);
+int get_selected_defgroups(struct Object *ob, char *defbase_sel, int defbase_len);
+
/* Common Conversions Between Co-ordinate Spaces */
void armature_mat_world_to_pose(struct Object *ob, float inmat[][4], float outmat[][4]);
void armature_loc_world_to_pose(struct Object *ob, float *inloc, float *outloc);

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