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-12correct fsf addressCampbell Barton
2010-02-11bpy.utils.home_paths, use this to get script paths for the user/local/system ...Campbell Barton
2010-02-11More tooltip editingDaniel Salazar
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-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-01Mathutils doc improvements + other small thingsCampbell 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-27slice assignment wasnt running the properties update function (setting object...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-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-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-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-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-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-02fix for mistake in last commit. also forgot to call RNA_parameter_list_end()...Campbell Barton
2010-01-02PyRna float/bool/int slicing.Campbell Barton