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-23- py-drivers were not using the name lookup cache.Campbell Barton
2010-02-23allow python api to set values of library liked data (still checks editable f...Campbell Barton
2010-02-23matrix functions, to_3x3, to_4x4Campbell 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-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-21python rna api now clamps values, (was fun to see the spot_size go backwards)Campbell Barton
2010-02-21py api: bpy.propsCampbell Barton
2010-02-21move include where it's needed and won't break other things.Martin Poirier
2010-02-21typo in to_euler()Campbell Barton
2010-02-21Fix compiling error on windows for mathutils commitJoshua Leung
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-18mostly fixed [#21172] Reloading scripts leaks memory (F8)Campbell Barton
2010-02-17py/rna api property api functions crashed with empty args.Campbell Barton
2010-02-16pyrna, adding back foreach functions from collections. they are needed!Campbell Barton
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton
2010-02-16update for missing docs & dont include operator classes in sphinx docs.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-13strip quotes from Buildinfo for bpy.app.build_*Campbell Barton
2010-02-13Calling operators from Python with non-default context was broken (need to as...Martin Poirier
2010-02-13Python deprcated PyCObject, use PyCapsule instead.Campbell Barton
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-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