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

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

Issue 6220055: Skin modifier (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Updated with suggested changes Created 11 years, 10 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_object.h
===================================================================
--- source/blender/blenkernel/BKE_object.h (revision 46855)
+++ source/blender/blenkernel/BKE_object.h (working copy)
@@ -53,6 +53,7 @@ struct MovieClip;
void BKE_object_workob_clear(struct Object *workob);
void BKE_object_workob_calc_parent(struct Scene *scene, struct Object *ob, struct Object *workob);
+void BKE_object_transform_copy(struct Object *ob_tar, const struct Object *ob_src);
struct SoftBody *copy_softbody(struct SoftBody *sb);
struct BulletSoftBody *copy_bulletsoftbody(struct BulletSoftBody *sb);
void BKE_object_copy_particlesystems(struct Object *obn, struct Object *ob);

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