Blender Git Loki

Git Commits -> Revision 1652884

Revision 1652884 by Willian Padovani Germano (master)
January 21, 2004, 04:38 (GMT)
BPython:
-- removed struct Script (DNA_script_types.h) from makesdna to blender/include/BPI_script.h
(BPI meaning Blender Python-related external Include file).
Had agreed with Ton that makesdna was not the proper place for it.
-- fixed two small warnings in Ipo.c (variables might be used uninitialized)
-- fixed a bug reported on blender.org's python forum by Wim Van Hoydonck (aka tuinbels):
Blender would hang if a script failed. My fault, accidentally put a node=node->next type call outside the while loop check, so it never ended.

With makesdna/DNA_script_types.h removed and include/BPI_script.h added, msvc projectfiles will need to be updated. Sorry to do it now, but I promissed I'd fix this before next release.

Commit Details:

Full Hash: 1652884463afa64ec000462e7a23d3267f980b25
SVN Revision: 1971
Parent Commit: 24bb131
Lines Changed: +105, -97

1 Added Path:

/source/blender/include/BPI_script.h (+70, -0) (View)

1 Deleted Path:

/source/blender/makesdna/DNA_script_types.h (+0, -69)

14 Modified Paths:

/source/blender/blenkernel/bad_level_call_stubs/stubs.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/script.c (+6, -5) (Diff)
/source/blender/python/api2_2x/Draw.c (+5, -3) (Diff)
/source/blender/python/api2_2x/Draw.h (+2, -1) (Diff)
/source/blender/python/api2_2x/EXPP_interface.c (+2, -1) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Ipo.c (+2, -2) (Diff)
/source/blender/python/BPY_extern.h (+1, -1) (Diff)
/source/blender/python/BPY_interface.c (+2, -6) (Diff)
/source/blender/src/drawscript.c (+6, -2) (Diff)
/source/blender/src/filesel.c (+1, -1) (Diff)
/source/blender/src/headerbuttons.c (+2, -1) (Diff)
/source/blender/src/header_script.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021