This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/api2_2x
Campbell Barton efb7dd86ff Fix for own recent reference count error.
- The armature weakref list was  being incref'd twice then decrefed twice (incref and decref were used incorrectly), now only once. My 'fix' broke this.
- In bpy_pydriver_create_dict the 2 refs added from running PyDict_SetItemString twice were undone when clearing the dictionary (added comment)
- changed Py_XDECREF to Py_DECREF int BPY_pyconstraint_update and BPY_pyconstraint_target, Py_XDECREF checs for NULL value which would have crashed blender before it got to Py_XDECREF anyway.
- after every error is reported (PyErr_Print), remove sys.last_traceback and clear the error, I found this fixed certain crashes (usually when starting the game engine or exiting blender), so best do this all the time.

- header_text.c, CcdPhysicsEnvironment.cpp, KX_CameraActuator.cpp - remove some warnings.
2009-04-15 04:34:27 +00:00
..
2009-04-09 01:52:29 +00:00
2009-04-07 18:55:35 +00:00
2009-04-13 19:33:22 +00:00
2008-09-20 10:30:10 +00:00
2008-04-28 00:40:38 +00:00
2007-08-29 03:09:22 +00:00
2008-10-11 12:17:16 +00:00
2008-09-19 12:33:17 +00:00
2008-09-20 10:30:10 +00:00
2008-07-26 10:45:11 +00:00
2009-02-25 06:43:03 +00:00
2008-09-05 02:53:12 +00:00
2009-04-07 18:55:35 +00:00
2008-09-12 02:23:52 +00:00
2008-09-08 23:39:32 +00:00
2008-06-09 14:04:19 +00:00
2008-09-20 10:30:10 +00:00
2009-02-17 14:41:36 +00:00
2008-08-30 14:32:16 +00:00
2008-09-20 04:37:10 +00:00
2008-10-21 10:38:24 +00:00
2008-08-30 14:32:16 +00:00
2008-08-30 14:32:16 +00:00
2008-09-20 10:30:10 +00:00