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-03-01Delete keyframe API method now takes array_index = -1 to delete keyframes fro...Joshua Leung
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton
2010-02-27hold the python operator instance in the operator, otherwise the handelers ne...Campbell Barton
2010-02-27python support for defining region drawing callbacks, while not directly rela...Campbell Barton
2010-02-26rna/py apiCampbell Barton
2010-02-23allow python api to set values of library liked data (still checks editable f...Campbell Barton
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22exclude self references from the ID search list when PROP_ID_SELF_CHECK is se...Campbell Barton
2010-02-21python rna api now clamps values, (was fun to see the spot_size go backwards)Campbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-16pyrna, adding back foreach functions from collections. they are needed!Campbell Barton
2010-02-16bugfix [#21173] Autocompleate raises an errorCampbell Barton
2010-02-15classes were having their dictionary cleared when the blender extension data ...Campbell Barton
2010-02-15initial support for extensions in the user preferencesCampbell Barton
2010-02-14change python scripts so modules which register with blender have a register(...Campbell Barton
2010-02-13Python deprcated PyCObject, use PyCapsule instead.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
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-03patch [#20889] Support "unit"s for FloatPropertyCampbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-02-01bpy.props.IntVectorProperty & BoolVectorPropertyCampbell 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-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-20BPY: fixed iteration over and slicing of multidim. arrays.Arystanbek Dyussenov
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-16generic operator menu was searching for "type" and using the first enum prope...Campbell 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-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-05patch from Benoit Bolsee (ben2610) for 4 bugs in report [#20527] Several bugs...Campbell Barton
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-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
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
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-24* register operators like other classesCampbell Barton