From 044b78c83b0f9e0503d8077edc4d235ffcb97e85 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Nov 2007 19:23:26 +0000 Subject: new function object_is_libdata - checks ob->id.lib but also accounts for proxy's. Object panels were using object_data_is_libdata, which meant linked obdata could not have object settings changed. curve2tree - option to face leaves up or down - random pitch and roll options - place 2 leaves on a point for denser leaves - random seed entry so you can get reproducible results --- source/blender/include/BDR_editobject.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BDR_editobject.h') diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h index 2fb0ad5aa88..51638b258b3 100644 --- a/source/blender/include/BDR_editobject.h +++ b/source/blender/include/BDR_editobject.h @@ -119,6 +119,7 @@ void add_hook(void); void hook_select(struct HookModifierData *hmd); int hook_getIndexArray(int *tot, int **indexar, char *name, float *cent_r); +int object_is_libdata(struct Object *ob); int object_data_is_libdata(struct Object *ob); void hide_objects(int select); void show_objects(void); -- cgit v1.2.3