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>2011-06-11 14:09:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-11 14:09:56 +0400
commit81946b9138201800e495eb28addf254958feb1a4 (patch)
treea35fdd8058c53e0cfa3267cb3ab0a306ac07841d
parenta3101de7be2820bd19fd6aec25c63ccb449a8675 (diff)
fix for recent commit, this stops makesdna from working right:
/* ... // ... */
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index b9830138150..c6fa07482c5 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -338,7 +338,7 @@ typedef struct RenderData {
short bake_normal_space, bake_quad_split;
float bake_maxdist, bake_biasdist, bake_pad;
- /* path to render output, can contain // suffix and #'s for current frame */
+ /* path to render output */
char pic[240];
/* stamps flags. */