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
AgeCommit message (Expand)Author
2011-03-14add dir() function for library objects, also was missing call to clear temp f...Campbell Barton
2011-03-13py/library api: raise an error if a requested member isn't found.Campbell Barton
2011-03-13SVN maintenance.Guillermo S. Romero
2011-03-12library loading api.Campbell Barton
2011-03-12py/rna: BPy_reports_to_error() now takes the exception type as an argument an...Campbell Barton
2011-03-12py/rna, ability to have python static methods in collections.Campbell Barton
2011-03-11bugfix [#26454] WITH_PYTHON_SAFETY crash.Campbell Barton
2011-03-09update for blender as a py module & python 3.2Campbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-08py-api utf8/filepaths:Campbell Barton
2011-03-08patch [#26404] UnicodeDecodeErrorCampbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-05fix [#26323] Crash when adding to a vertex group with a raw inCampbell Barton
2011-03-04Py_hash_t is new typedef in Python 3.2, typedeffing Py_ssize_t. Changing to t...Nathan Letwory
2011-03-04long hash caused stack corruption in _PySet_NextEntry. This wanted a Py_hash_...Nathan Letwory
2011-03-03fix crash from own recent changes [#26271] Crash when accessing bpy.data.node...Campbell Barton
2011-03-03Py/RNA API: WITH_PYTHON_SAFETYCampbell Barton
2011-03-03Py/RNA api:Campbell Barton
2011-03-03fix for own error made r35267.Campbell Barton
2011-03-03Py/RNA api - real collection iterator Campbell Barton
2011-03-03further reading, need to untrack tracked PyObjects before clearing their trac...Campbell Barton
2011-03-03support for mathutils GC wasn't complete since PyObject_GC_Track is supposed ...Campbell Barton
2011-03-03formatting edits. (no functional changes)Campbell Barton
2011-03-02Change RNA weakref code to use a ghash rather then a PyList, removing items f...Campbell Barton
2011-03-02simplify rna internal weakref use.Campbell Barton
2011-03-02align weakref list for rna (properties were using wrong pointer)Campbell Barton
2011-03-02minor fixes to weakref validation before making bigger changesCampbell Barton
2011-03-02fixed compile problem intruduced in r35295M.G. Kishalmi
2011-03-02SVN maintenance.Guillermo S. Romero
2011-03-02move anim functions out of bpy_rna.c, its getting too big.Campbell Barton
2011-03-01Py/RNA Stability: don't allow python to reference freed ID's and crash.Campbell Barton
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-03-01bpy/rna support for invalidating objects.Campbell Barton
2011-03-01missed these last commit.Campbell Barton
2011-02-28change return values from mathutils callbacks to match pythons (-1 is error),...Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26fix for 'live edit', running python scripts as you typeCampbell Barton
2011-02-26fix [#26227] "Sequence must have 2 items total, not -2"Campbell Barton
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24found moving verts in pythons 2.5 api is approx 10x slower because the multi-...Campbell Barton
2011-02-24remove 2 unnecessary checks for array type before assignment. Campbell Barton
2011-02-24revert part of own commit r35117 which modified mathutils initialization func...Campbell Barton
2011-02-24support pythons cyclic garbage collector for mathutils types.Campbell Barton
2011-02-24doxygen: some more license block fixes.Nathan Letwory
2011-02-23py/rna api:Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-23remove unused functions,Campbell Barton
2011-02-22SVN maintenance.Guillermo S. Romero
2011-02-22blender as module - workaround for not knowing __file__ when the module is in...Campbell Barton