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-21move script directories for internal blender scripts.Campbell Barton
2011-03-15pep8 edits and remove commented code from last commit.Campbell Barton
2011-03-15fix/disallow [#26502] segmentationfault on pressing button to browse existing...Campbell Barton
2011-03-07use set's, since pythons 3.2's optimizer converts these to frozensets, lookup...Campbell Barton
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-01fix [#26252] Py error when installing addon through UICampbell Barton
2011-02-27lazy load modules for more scripts.Campbell Barton
2011-02-21fix [#26093] Install Add-On Fails and deletes scriptCampbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-18patch [#26056] fix for ValueError when no addons are presentCampbell Barton
2011-02-17pep8 cleanup and remove unused vars/importsCampbell Barton
2011-02-16bugfix [#26094] Going to Bone Roll menu brings up python errorCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14Bone Colour Sets (theme ones) can now be edited from the UserJoshua Leung
2011-02-11patch [#25809] Auto-Registration as utility function.Campbell Barton
2011-02-10fix for crash with GLSL material when image couldn't be loaded.Campbell Barton
2011-02-09Bugfix: When removing the "only insert for active keyingset" optionJoshua Leung
2011-02-01bugfix [#25767] Addons cannot be upgraded through the UICampbell Barton
2011-01-14add icons to show community vs official scripts as well as buttons to filter ...Campbell Barton
2011-01-14rename bl_addon_info --> bl_info, because this isnt necessarily used for addons.Campbell Barton
2011-01-08fix for drawing addons when one of them had a syntax error or would not draw ...Campbell Barton
2011-01-03User pref button for 'drag threshold'Ton Roosendaal
2011-01-01pep8 cleanupCampbell Barton
2010-12-18fix [#25262] Keyboard shortcut presets can't be made because of wrong folderCampbell Barton
2010-12-12Ui: User Preferences "Editing":Thomas Dinges
2010-12-09User prefs: label "Auto Save" was on wrong position.Ton Roosendaal
2010-12-08pedantic word ordering change.Campbell Barton
2010-11-28== addons ==Luca Bonavita
2010-11-27added option to turn off Text anti-aliasing in the UIMichael Fox
2010-11-24close addon files, Py3.2 now complains when files are left open.Campbell Barton
2010-11-22rename hide_tooltips_python to show_ ..., tag unused variable with recent seq...Campbell Barton
2010-11-22User preference to hide Python references in Tooltips.Elia Sarti
2010-11-06== filebrowser ==Andrea Weikert
2010-10-24== addons ==Luca Bonavita
2010-10-07bugfix [#23988] The Maya preset as defaultCampbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-25bugfix [#23978] Error installing addonCampbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-19remove redundant []'s for list comprehension's, py2.4+ supports this.Campbell Barton
2010-09-15bugfix [#23802] addons panel emptyCampbell Barton
2010-09-14keyconfig updates/changesCampbell Barton
2010-09-14button to remove presets.Campbell Barton
2010-09-13avoid re-creating and assigning addon UI properties for every redrawCampbell Barton
2010-09-13bugfix [#23001] Addons do not unregister properly in Blender 2.5.3Campbell Barton
2010-09-09replace self.properties.foo --> self.fooCampbell Barton
2010-09-09fix for addons UI with recent rna changes,Campbell Barton
2010-09-08addon improvements/fixesCampbell Barton
2010-09-08new bpy function bpy.path.module_names(path, recursive=False)Campbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-09-02rna context renameCampbell Barton