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-09-07Apply patch [#28415] 3d mouse orbit mode individual axes enhancementNathan Letwory
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-09fix [#28191] Exception when enabling a script for a newer Blender buildCampbell Barton
2011-08-07fix [#28172] Cannot restore Add-ons tab in user preferences after a failed at...Campbell Barton
2011-08-05move the ndof menu into the userpref's since it adjusts preferences, also ren...Campbell Barton
2011-08-02fix [#28148] User Preferences Scripts Path not workingCampbell Barton
2011-07-29svn merge -r38753:38813 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-22Show NDOF sensitivity field in userprefsNathan Letwory
2011-07-18fix [#28005] Python Add-Ons are constantly reloaded if twice in the pathCampbell Barton
2011-07-11make python3.3 compatible, __class__ is no longer in the class methods namesp...Campbell Barton
2011-07-10fix for various python bugs and remove unused var.Campbell Barton
2011-07-01minor pep8 editsCampbell Barton
2011-06-29Addon UI: button for removing addons which are installed to user/home paths, ...Campbell Barton
2011-06-23Fix typo in addon user preferences menu.Brecht Van Lommel
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-06-13Fix/Workaround for [#27643] drawing glitch:Thomas Dinges
2011-06-02addons now show expanded list again (since Brecht's commit now makes it fast)Campbell Barton
2011-05-26use a dynamic enum for addons, annoyingly the enum was being generated from p...Campbell Barton
2011-05-23fix [#27459] Flymode moves parentCampbell Barton
2011-05-19py/ui edit: change InputKeyMapPanel to be a mix-in class only (not a subclass...Campbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04fix 2 bugs with addon installationCampbell Barton
2011-05-03=trunk=Joseph Eagar
2011-04-22zoom operator.Campbell Barton
2011-04-05add support for installing addons to custom script path [#26751] installing a...Campbell Barton
2011-04-04fix [#26754] Live Edit and Editing UI scripts don't workCampbell Barton
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in mesh_u...Campbell Barton
2011-03-28Crouch on IRC noticed inconsistency between name COLOR_SETS & attribute bone_...Campbell Barton
2011-03-28[#24658] Switching to "maya" via interaction preset breaks when switching backMartin Poirier
2011-03-26Fix for Mac addon install, unzipping could create __MACOSX folder whichBrecht Van Lommel
2011-03-21move script directories for internal blender scripts.Campbell Barton