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-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-16Added missing include for audio stuff.Kent Mein
2010-08-16Py API Docs (GSoC): Third merging commitJoerg Mueller
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-16Audaspace (GSoC): First merging commitJoerg Mueller
2010-08-16svn merge -r 31314:31370 https://svn.blender.org/svnroot/bf-blender/trunk/ble...soc-2010-nexyonJoerg Mueller
2010-08-15remove foreach_get/set for rna arrays, was crashing and are only valid for co...Campbell Barton
2010-08-15[#23266] bpy.ops.poselib.browse_interactive - blend_factor argument does nothingCampbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-08-11add support for documenting class methodsCampbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10repr() functions for the python api, this means it can print 'bpy.data.object...Campbell Barton
2010-08-10svn merge -r 31145:31210 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-09python draw callbackCampbell Barton
2010-08-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-09remove py2.x compat check for class registration.Campbell Barton
2010-08-08== docs ==Luca Bonavita
2010-08-07== docs ==Luca Bonavita
2010-08-07svn merge -r 31060:31144 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-06Py API: Renaming _owner attribute of mathutils classes to owner.Joerg Mueller
2010-08-06Py API Documentation:Joerg Mueller
2010-08-06bugfix [#23194] export UVs miss the extension fileCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-05svn merge -r 30954:31059 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-08-04Add BF_BUILDINFO support to Python API too.Nathan Letwory
2010-08-03py/rna update, reload works again.Campbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-08-02python mathutils changeCampbell Barton
2010-08-02svn merge -r 30913:30953 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-01set blender binary name for pythonCampbell Barton
2010-08-01- new __main__ module wasnt de-referenced after adding into sys.modulesCampbell Barton
2010-08-01bugfix [#23129] alt-p in the texteditor doesn't work anymoreCampbell Barton
2010-08-01mistake in recent commit allowd bpy.types.Scene() which would then crash blen...Campbell Barton
2010-07-31svn merge -r 30718:30912 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-07-30bugfix [#22660] Text Boxes properties are not animateable.Campbell Barton
2010-07-29minor changes to r30843Campbell Barton
2010-07-28bugfix [#23065] Pickle can not dump instances of user defined classesCampbell Barton
2010-07-28fix for running rna subclasses own __init__ functions.Campbell Barton
2010-07-27bugfix [#22027] Group disappears in render after adding a group instanceCampbell Barton
2010-07-27* Partially revert r30763, where PROP_IMAGEPATH was added.Nicholas Bishop
2010-07-26* Added a new RNA subtype, PROP_IMAGEPATH. It's the same as PROP_FILEPATH, bu...Nicholas Bishop
2010-07-26[#22617] Using register/unregister alone crashes blenderCampbell Barton
2010-07-26bugfix [#23018] Can't run 2.53 buildCampbell Barton