Compile fix for r29954. He probably missed a file in the commit.
This commit is contained in:
@@ -58,7 +58,7 @@ struct Scene *add_scene(char *name);
|
||||
struct Base *object_in_scene(struct Object *ob, struct Scene *sce);
|
||||
|
||||
void set_scene_bg(struct Scene *sce);
|
||||
void set_scene_name(char *name);
|
||||
struct Scene *set_scene_name(char *name);
|
||||
|
||||
struct Scene *copy_scene(struct Main *bmain, struct Scene *sce, int type);
|
||||
void unlink_scene(struct Main *bmain, struct Scene *sce, struct Scene *newsce);
|
||||
|
||||
Reference in New Issue
Block a user