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-06-03== python api docs ==Luca Bonavita
2010-06-02error in last commitCampbell Barton
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-02include the blendfile name when executing python scripts, so when using libra...Campbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-30optional fallback argument for vector angle function.Campbell Barton
2010-05-30== Sphinx Doc Gen ==Alex Sytnik
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-18bpy.app.background - so a python script can check if blender is running witho...Campbell Barton
2010-05-18dont use a thread for baking in background mode, its not really any advantage...Campbell Barton
2010-05-18include game engine docs in sphinx doc generation:Campbell Barton
2010-05-17blf docstring fix from MoguriCampbell Barton
2010-05-16no functional changesCampbell Barton
2010-05-14Sphinx theme from Alex Sytnik (smerch) for API DocsCampbell Barton
2010-05-11 bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)Campbell Barton
2010-05-10make python keyframe insert and delete functions use keyword argumentsCampbell Barton
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