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-27speedup for pyrna boolean checking.Campbell Barton
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-27rna api changesCampbell Barton
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-25renaming recast_type to type_recast so people don't miss this.Dalai Felinto
2010-08-25update to pyrna so deleting an attribute only fails if that attribute resolve...Campbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-24remove recently added rna function uilayout.prop_search_self() and instead al...Campbell Barton
2010-08-24- pythons 'del somevalue.attr' could crash when used with the rna api (report...Campbell Barton
2010-08-24bugfix [#23454] vector*matrix not the same as vector*=matrixCampbell Barton
2010-08-23collection attributes can now be resolved with by rnaCampbell Barton
2010-08-22- rna py-api bug fix, a NULL item in a collection was raising an errorCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
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