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-23rna/py-api fix.Brecht Van Lommel
2010-03-23report an error parsing args, will try fix properly but this involves many ch...Brecht Van Lommel
2010-03-23fix for parsing python args to rna functions, was using allocated size as arg...Brecht Van Lommel
2010-03-23getting an item from a collection wasnt being checked correctly.Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-03-16made argument conversion for much more verbose, wasnt giving enough info with...Brecht Van Lommel
2010-03-14remove unused includesCampbell Barton
2010-03-14PyAPI Bugfix - Fix for crash on struct.path_to_id()Joshua Leung
2010-03-10Python/RNA: added collection.move(from, to) for python definedBrecht Van Lommel
2010-03-06python api function for rna objects: object.as_pointer()Campbell Barton
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