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:
authorDalai Felinto <dfelinto@gmail.com>2017-03-02 18:58:32 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-03-02 19:14:59 +0300
commit146a88dd60aa20b526ecae2f3f4c2512e1f4d4f0 (patch)
treeb9be64247f1016196c8f530ae4386ebf7bc9e45d /source/blender/makesdna
parent209021a7031f830e8fd490f9f9698cfabc8db729 (diff)
Remove all instance of OBACT from particle_edit.c and related changes
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index c8cbb17d054..661e6f7d98a 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1115,6 +1115,7 @@ typedef struct ParticleEditSettings {
int draw_step, fade_frames;
struct Scene *scene;
+ struct SceneLayer *scene_layer;
struct Object *object;
struct Object *shape_object;
} ParticleEditSettings;