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
2011-03-29use 'is None' rather then '== None' as suggested by python docs & mis-spelling.Campbell Barton
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...Campbell Barton
2011-03-23missed committing this beforeCampbell Barton
2011-03-22py/api registration:Campbell Barton
2011-03-22fix for error printing class register error, remove an unneeded check.Campbell Barton
2011-03-21move script directories for internal blender scripts.Campbell Barton
2011-03-21patch from Martin, call classes register/unregister functions.Campbell Barton
2011-03-18hide addon_utils in bpy.utils & tag/remove unused vars in recent commits.Campbell Barton
2011-02-28build system now exclude config-*, turtledemo when copying system python.Campbell Barton
2011-02-28complete lazy loading of py modules to use to a reduced set of pythons module...Campbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-27lazy load pydoc module. move help() replacement into console code rather then...Campbell Barton
2011-02-25pep8 cleanupCampbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-14py rna api: turn class.is_register into a class property rather then a class ...Campbell Barton
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-11bpy.utils.register_module() generator could go into eternal loop.Campbell Barton
2011-02-11UI functions added to existing UI classes (operators adding their own menus f...Campbell Barton
2011-02-11use weak references for the internal metaclass typemap,Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-15py api: bpy.path.abspath(), option to return relative to a path other then th...Campbell Barton
2011-01-15misc edits, no functional changesCampbell Barton
2011-01-03recent change to keyframe menu broke BVH import, now don't use the operator a...Campbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-12-23remove reload() from builtins since python3 no longer uses this.Campbell Barton
2010-12-19bugfix [#25290] Align on text gives a tracebackCampbell Barton
2010-12-18fix [#25262] Keyboard shortcut presets can't be made because of wrong folderCampbell Barton
2010-12-11allow addons/modules path so extension authors can develop their own shared m...Campbell Barton
2010-11-23error in own recent commitCampbell Barton
2010-11-22bugfix [#24805] bpy operator runs in wrong order or is ignored at allCampbell Barton
2010-11-20reloading addons wasn't working.Campbell Barton
2010-11-20- use relative imports for packagesCampbell Barton
2010-11-19fix for error in recent commit.Campbell Barton
2010-11-18bugfix [#22615] Opening a blend file in python (bpy.ops.wm.open_mainfile() (r...Campbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-10-24== addons ==Luca Bonavita
2010-10-07bugfix [#24155] Operator Cheat Sheet doesn't work properlyCampbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03bugfix [#24116] UV layout exporting doesnt workCampbell Barton
2010-10-01bugfix [#24065] obj export (mtl image path)Campbell Barton
2010-09-25bugfix [#23978] Error installing addonCampbell Barton
2010-09-16Fix #23865: F8 reload scripts doesn't work with an addon enabled,Brecht Van Lommel
2010-09-15bugfix [#23833] Console Errors (Keymaps)Campbell Barton
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-14button to remove presets.Campbell Barton
2010-09-13bugfix [#23001] Addons do not unregister properly in Blender 2.5.3Campbell Barton
2010-09-08addon improvements/fixesCampbell Barton