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
2010-05-09building docs failed when the output directory didnt alredy exist.Campbell Barton
2010-05-09missing arg from docstringCampbell Barton
2010-05-09py/rna: defining new properties now replaces the old onces and raises an erro...Campbell Barton
2010-05-09function to remove propertyCampbell Barton
2010-05-07Warning cleanupMatt Ebb
2010-05-05[#22177] Adding BLF to the BGE and exposing BLF_load as blf.loadCampbell Barton
2010-05-04clear warningCampbell Barton
2010-05-03sphinx doc generationCampbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27oversight in recent mathutils update. obj.matrix = obj.matrix would call its ...Campbell Barton
2010-04-27fixes for euler order setting when the rotation mode is not euler.Campbell Barton
2010-04-27bugfix [#22163] Add->mesh->torus is brokenCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-26rna/python mathutils moduleCampbell Barton
2010-04-26hash function for property-rna. eg. hash(bpy.context.object.modifiers)Campbell Barton
2010-04-25[#22151] Modifier UI crashCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-25minor mathutils updateCampbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-22BugFix:Diego Borghetti
2010-04-20change mathutils 'repr' functions to closer match inputCampbell Barton
2010-04-19setting array slices wasnt running rna updateCampbell Barton
2010-04-18possible fix for [#22057] Autoname L/R in bones names center bones as .RCampbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-04-16-->Fix for compile on MSVCGeoffrey Bantle
2010-04-16[#22045] Memory leak in Mathutils.MatrixCampbell Barton
2010-04-11SVN maintenance.Guillermo S. Romero
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton
2010-04-11python function to remove drivers.Campbell Barton
2010-04-10bpy.app was writing members more then once.Campbell Barton
2010-04-10rna/py/reference doc improvements..Campbell Barton
2010-04-10rna reference docs, list inherited properties and functions at the bottom of ...Campbell Barton
2010-04-06Fix, python changes to array properties were not yet calling updateBrecht Van Lommel
2010-04-06- new docstrings for bpy.type.Struct methods & some corrections.Campbell Barton
2010-04-06Bugfix #21916: Baking NLA strips doesn't group transformsJoshua Leung
2010-04-06document bpy.types.Struct methods C methods, currently only keyframe_delete()...Campbell Barton
2010-04-04[#21867] Add rotate option to blf moduleCampbell Barton
2010-03-28bgl/BGE: glCopyTexImage2D + bgl.buffer creation error more verbose + dome pos...Dalai Felinto
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23report an error parsing args, will try fix properly but this involves many ch...Brecht Van Lommel
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
2010-03-23getting an item from a collection wasnt being checked correctly.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-21SVN maintenance.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-03-16made argument conversion for much more verbose, wasnt giving enough info with...Brecht Van Lommel