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-01-26Typo in error stringMartin Poirier
2010-01-25make exception a bit nicer (since wiki docs dont make much sense how it was b...Campbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-24remove deprecated functionsCampbell Barton
2010-01-24copy of docs from 2.4x for python modules that have been keptCampbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-23when python calls an operator, return a set from the operator flag, this matc...Campbell Barton
2010-01-22use string/int/length lookup functions for bpy.types, gives 20-30% overall st...Campbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22error message errorCampbell Barton
2010-01-22initial sphinx doc generation support for python and C modules.Campbell Barton
2010-01-20BPY: fixed iteration over and slicing of multidim. arrays.Arystanbek Dyussenov
2010-01-19pep8 compliance for Randomize objects loc/rot/scale.Campbell Barton
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2010-01-18reference docs: include type info with function return valuesCampbell Barton
2010-01-17fixed sphinx doc generatorCampbell Barton
2010-01-17bugfix [#20639] BF25_SVN_25888 and below - OBJ and 3DS import failsCampbell Barton
2010-01-16Workaround to fix #20645. Iteration over multidim arrays and slicing of them ...Arystanbek Dyussenov
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-16remove duplicate code from operator/macro initializationCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-11Fix for cmake + windows debug build crash on startup, PYTHONPATH needs to be ...Brecht Van Lommel
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2010-01-10RNA/Py APICampbell Barton
2010-01-08- RNA support for returning copied strings from functions, flagging strings a...Campbell Barton
2010-01-07fix for own but in recent driver optimization [#20580] Driver Crasher rev [25...Campbell Barton
2010-01-06write our to a shorter path, was failing unless you made the path manually si...Campbell Barton
2010-01-05Python descriptions were not getting used in tooltips.Campbell Barton
2010-01-05fix for bpyob.foreach_set(), when the list is emptyCampbell Barton
2010-01-05speedup for driver execution, use PyUnicode_InternFromString() for variable n...Campbell Barton
2010-01-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-04pyrna array slice assignmentCampbell Barton
2010-01-04support for rna functions returning mathutils types - so object.rat_cast() re...Campbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2010-01-02fix for mistake in last commit. also forgot to call RNA_parameter_list_end()...Campbell Barton
2010-01-02sphinx support for documenting multiple return valuesCampbell Barton
2010-01-02PyRna float/bool/int slicing.Campbell Barton
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-30python macro operators didnt have a compatible draw function assigned. also r...Campbell Barton
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-29Python attribute lookup. Don't use RNA functions that don't have defined call...Martin Poirier
2009-12-28new python module constantsCampbell Barton
2009-12-27barycentric transform utility geometry function.Campbell Barton
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-12-26classmethods were excluded from docs, hide self & cls arguments for functions...Campbell Barton