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:
authorCampbell Barton <ideasman42@gmail.com>2008-02-16 22:13:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-16 22:13:40 +0300
commit54fd70a8bbcee7bea1c1dea7ede7689f4d783a62 (patch)
tree850a5b3330ce9e733b42dcfcad8dca60bbdf645f /source/blender/makesdna
parent2c11523b39b8a47ce7bd2e7df9287cc7748d0745 (diff)
sculptmode mtex texture pointers are now duplicated too, should resolve scene copy errors.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index a87722c42df..b9d061b6a96 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -450,6 +450,8 @@ typedef struct BrushData
struct SculptSession;
typedef struct SculptData
{
+ /* Note! all pointers in this struct must be duplicated header_info.c's copy_scene function */
+
/* Data stored only from entering sculptmode until exiting sculptmode */
struct SculptSession *session;