forked from bartvdbraak/blender
fix for recent commit, this stops makesdna from working right:
/* ... // ... */
This commit is contained in:
parent
a3101de7be
commit
81946b9138
@ -338,7 +338,7 @@ typedef struct RenderData {
|
|||||||
short bake_normal_space, bake_quad_split;
|
short bake_normal_space, bake_quad_split;
|
||||||
float bake_maxdist, bake_biasdist, bake_pad;
|
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];
|
char pic[240];
|
||||||
|
|
||||||
/* stamps flags. */
|
/* stamps flags. */
|
||||||
|
Loading…
Reference in New Issue
Block a user