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-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
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton
2011-02-22last commit used py3.2 function, inline for py3.1Campbell Barton
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-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21Missed this in battle against BLO vs MEM storm.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-18- clear some warningsCampbell 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-16rename IDPropertyGroup to PropertyGroupCampbell Barton
2011-02-16fix [#26098] python API: quaternion.rotate never seems to work.Campbell Barton
2011-02-16Ugly hack to get PoseLib UI working ok (problem mentioned in log forJoshua Leung
2011-02-15corrention for bpy.props docstrings.Campbell Barton
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-15fix warnings.Campbell Barton
2011-02-14more vars made staticCampbell Barton
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-14SVN maintenance.Guillermo S. Romero
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-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton