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-09-02rna context renameCampbell Barton
2010-08-31== userprefs: addons ==Luca Bonavita
2010-08-26Patch [#23390] Addition of Author field to user preferencesNathan Letwory
2010-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-18fix errors with recent commits.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-17apply UserPrefs and Theme rna naming changes.Campbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
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