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-04-02Fix register method order. Was broken when Campbell moved it to the C impleme...Martin Poirier
2011-03-31fix for crash when running blender with define WITH_PYTHON_SAFETY & no startu...Campbell Barton
2011-03-28color gamma (such as theme colors), were not being wrapped by python as 'math...Campbell Barton
2011-03-27fix [#26616] Line of code make Blender crashCampbell Barton
2011-03-23allow unregistered rna classes to have rna properties assigned before registr...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-03-17fix own error - missing NULL check [#26523] Crash when load factory settings ...Campbell Barton
2011-03-17fix own error [#26522] Api autocomplete return many errorsCampbell Barton
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-14fix [#26489] Auto completion in console brokenCampbell 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-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:Campbell Barton
2011-03-03Py/RNA api - real collection iterator 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-02minor fixes to weakref validation before making bigger changesCampbell Barton
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-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-23py/rna api:Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22pyapi, use direct access to the frame rather then python attributes.Campbell Barton
2011-02-22make doc generation close files (py3.2 complains about this),Campbell Barton
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-17Change to how python classes are initialized when blender calls them.Campbell Barton
2011-02-17error case not being handled when calling python classes from RNACampbell Barton
2011-02-16Ugly hack to get PoseLib UI working ok (problem mentioned in log forJoshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14comments for how py-rna calls api new classes. small speedup for StructRNA.__...Campbell Barton
2011-02-14improve py/rna exception messages.Campbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-11cls.is_registered() class method for python subclasses of internal types.Campbell Barton
2011-02-11minor python register changes.Campbell Barton