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-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-02-09[#21039] OBJ import Clamp Scale limited to .01 as lowest Value. Used to be ZeroCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-03patch [#20889] Support "unit"s for FloatPropertyCampbell Barton
2010-02-02errors in arg parsing from yesterdays commitCampbell Barton
2010-02-02PROP_ANIMATEABLE -> PROP_ANIMATABLE (more common spelling)Campbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01bugfix for reading invalid id prop lengths from python.Campbell Barton
2010-02-01bpy.props.IntVectorProperty & BoolVectorPropertyCampbell Barton
2010-02-01SVN maintenance.Guillermo S. Romero
2010-02-01Fixed a few lingering compiler warnings with the bpy_app stuffJoshua Leung
2010-02-01ugh!, missed this file tooCampbell Barton
2010-02-01missed this fileCampbell Barton
2010-02-01setting invalid vector swizzle attributes (from blender2.4x docs for instance...Campbell Barton
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-30bugfix [#20417] <memory> shouldn't be stored in recent item listCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-29Fix the underlying problem from the last commit, which was workedBrecht Van Lommel
2010-01-29BugfixTon Roosendaal
2010-01-28minor changes needed for PDF generationCampbell Barton
2010-01-28nicer start page for sphinx docsCampbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27slice assignment wasnt running the properties update function (setting object...Campbell Barton
2010-01-27py api - utility function for vectors.Campbell Barton
2010-01-27crash fix from own recent updates to Mathutils.RotationMatrix()Campbell Barton
2010-01-27fix for crash when using a NULL context from pythonCampbell Barton
2010-01-26Properties for macro operator call in python.Martin Poirier
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