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-09poll() as a python '@staticmethod' was too limiting and didnt allow useful ba...Campbell Barton
2010-08-08display addons sorted by category then name (remove old commented code which ...Campbell Barton
2010-08-07Experemental XML UI, define panels/menus/headers which load at startup like p...Campbell Barton
2010-08-06remove narrow ui featureCampbell Barton
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-04Fix hang on opening addons tab, having a .py file without bl_addon_infoBrecht Van Lommel
2010-08-03forgot to update addons with recent update to bpy.typesCampbell Barton
2010-08-02py addons: much faster scanning of addons by only parsing the dictionary rath...Campbell Barton
2010-08-02fix for parsing scriptsCampbell Barton
2010-08-02update userpref's addon code to support new register/unregister, now the modu...Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-08-02== addons ==Luca Bonavita
2010-07-28* moved Threaded Sculpt, Fast Navigate, and Show Brush back to Sculpt Options...Jason Wilkins
2010-07-27Jason, from your merge 30325.Campbell Barton
2010-07-26in debug mode report the time to load addon modules.Campbell Barton
2010-07-232.5: change a user preferences settings from .enabled to .active, it's nicerBrecht Van Lommel
2010-07-20Bugfix #22872: invert zoom direction doesn't workJoshua Leung
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-122.5: remove user preferences to always snap for translate/rotate/scale,Brecht Van Lommel
2010-07-122.5: remove pin floating panels settings, there are no floating panelsBrecht Van Lommel
2010-07-09== user preferences ==Luca Bonavita
2010-07-06pedantic pep8 warnings, mostly white space.Campbell Barton
2010-06-27use expanded enum for addons to give faster access (matches theme layout)Campbell Barton
2010-06-27remove filename and directory from python operators that dont need themCampbell Barton
2010-06-27more generic sorting of theme items by type (was adding all non color items l...Campbell Barton
2010-06-27- changed recent commit from William to have enum in user preferences as an e...Campbell Barton
2010-06-26minor changes to Williams commit to be a bit less verbose.Campbell Barton
2010-06-26Updated Themes user preference pane. William Reynish
2010-06-17== addons ==Luca Bonavita
2010-06-14naming changesCampbell Barton
2010-06-09pep8, whitespace editsCampbell Barton
2010-05-31Python Open Link operator.Thomas Dinges
2010-05-31* Tooltip fix for Addon links.Thomas Dinges
2010-05-312.5 Addons:Thomas Dinges
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-05-16Properties Window:Thomas Dinges
2010-05-10Themes "3D View":Thomas Dinges
2010-04-30Highlight last selected point in curve/surface edit mode.Sergey Sharybin
2010-04-21filter 'Enable' wasnt working.Campbell Barton
2010-04-17- for BGE mouse and keyboard events use tuples rather then listsCampbell Barton
2010-04-14* Interaction PresetsMatt Ebb
2010-04-06Fix [#21678] Crease color cannot be adjustedMatt Ebb
2010-04-04pep8 cleanupCampbell Barton
2010-04-04keymap.add_item, add_modal_items --> keymap.items.add()/add_modal()Campbell Barton
2010-04-02Keyframe Defaults and Cleanups: Joshua Leung
2010-04-02rna naming, *_frame --> frame_*Campbell Barton
2010-04-01[#21835] Improved Addons in User Prefs by Keith Boshoff (wahooney) Thomas Dinges
2010-04-01Fix [#20711] Loop selection not working with Emulate MMB + Left mouse selectMatt Ebb
2010-03-30Fix [#20115] Some theme settings are not savedMatt Ebb