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
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-10Work around for bug [#37376] wrong tooltips on few minus buttons Bastien Montagne
2013-11-07Fix #37348, Different behaviour in Node editor. Adding nodes from the search ...Lukas Toenne
2013-11-05Code cleanup:Thomas Dinges
2013-11-01* Extrude options where available in object mode (search menu), resulting in ...Thomas Dinges
2013-10-29Project Pampa fix: animplayer will use preview range if preview is enabledSergey Sharybin
2013-10-16BGE: Fix to allow render options such display framerate and profile to workMitchell Stokes
2013-10-15add 'Extrude Region, Vertex Normal' to the extrude menu, equivalent of 'Extru...Campbell Barton
2013-10-06Check the node Add operator's type property before attempting to create a new...Lukas Toenne
2013-09-30Usual UI messages fixes...Bastien Montagne
2013-09-30fix [#36835] Removing an addon has strange behaviorCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-18style cleanupCampbell Barton
2013-09-17Fix for #36739: Delete new nodes added via the Add menu or toolbar if the sub...Lukas Toenne
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-11fix [#36081] ngones causes problems with lightmap packingCampbell Barton
2013-09-11fix [#36020] SmartUV Project is messy on a cubeCampbell Barton
2013-09-06starting blenderplater wasnt flipping use_deprecation_warnings when it should...Campbell Barton
2013-09-06BGE Fix: [#32360] Standalone Player switches not workingDaniel Stokes
2013-09-05Bugfix #35920Ton Roosendaal
2013-08-29use os.remove rather then unlink (the same but all other areas use 'remove')Campbell Barton
2013-08-29BGE: The WM_OT_blenderplayer_start addon now saves a copy of the current blen...Mitchell Stokes
2013-08-28Fix for #36387, User Preferences "Addons" panel bogs down the whole interface.Lukas Toenne
2013-08-27Mask primitivesSergey Sharybin
2013-08-24Followup to r59434 : py UI scripts edits.Bastien Montagne
2013-08-20quiet error installing an addon when the directory already exists (would happ...Campbell Barton
2013-08-13Typo (dimention instead of dimension).Bastien Montagne
2013-08-10Add better UI for "Add Torus" functionSv. Lockal
2013-07-17re-commit temp workaround [#35920], this still fails for OSX retina display,Campbell Barton
2013-07-06remove dummy menu which WM_OT_context_menu_enum needed, use popup menu direct...Campbell Barton
2013-07-05fix [#35977] Bake Action doesn't work properlyCampbell Barton
2013-07-03reduce imports on startupCampbell Barton
2013-06-30revert own fix for adding nodes with (DPI != 72), the fix doesn't work for OS...Campbell Barton
2013-06-27fix for adding nodes with a DPI besides 72 causing offset.Campbell Barton
2013-06-27pep8 cleanupCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
2013-06-14Change edgeloop delete to use dissolve, fixes bug [#35738].Campbell Barton
2013-06-11fix [#35574] Export Key Map issueCampbell Barton
2013-06-10Correction to previous maya keymap commitSergey Sharybin
2013-06-10Fix #35661: Maya key config - select operations are skipped by "undo"Sergey Sharybin
2013-06-08Fix for node search operator, this was not taking into account possible NodeI...Lukas Toenne
2013-06-05Fix #35640, part 2. Check id.lib in poll functions for operators which do cri...Lukas Toenne
2013-06-05fix [#35453] "copy mirrored uv coords" doesn't workCampbell Barton
2013-06-02Better API design for making text datablocks after loading.Tamito Kajiyama
2013-06-02Added a short-cut button in the Freestyle Python Scripting mode for loadingTamito Kajiyama
2013-05-31Follow up to previous commitSergey Sharybin
2013-05-29workaround for search menu enum using freed python scripts (py api limitation).Campbell Barton
2013-05-29fix [#34851] "UnitSettings.scale_length" not beeing calculated the same way f...Campbell Barton
2013-05-24disable auto indent when pasting text into the python console.Campbell Barton
2013-05-23fix/workaround for problem with osx permissions.Campbell Barton