-
- Downloads
BPython, two bug fixes:
- #1911: http://projects.blender.org/tracker/?func=detail&atid=125&aid=1911&group_id=9 BOOL properties were returning True always, small mistake in logic.c's getData method. - #1944: http://projects.blender.org/tracker/?func=detail&atid=125&aid=1944&group_id=9 G.vd was not being checked against NULL in Window.ViewLayer, causing a crash when this function was called from a command line script. Now it returns an error in such cases. - small doc updates, tiny minor change in Object.c.
Showing
- source/blender/python/api2_2x/Object.c 3 additions, 2 deletionssource/blender/python/api2_2x/Object.c
- source/blender/python/api2_2x/Window.c 8 additions, 3 deletionssource/blender/python/api2_2x/Window.c
- source/blender/python/api2_2x/doc/API_intro.py 7 additions, 2 deletionssource/blender/python/api2_2x/doc/API_intro.py
- source/blender/python/api2_2x/doc/epy_docgen.sh 1 addition, 1 deletionsource/blender/python/api2_2x/doc/epy_docgen.sh
- source/blender/python/api2_2x/logic.c 1 addition, 1 deletionsource/blender/python/api2_2x/logic.c
Loading
Please register or sign in to comment