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
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28Correction to recent commmit related on splitting audio channels: description...Sergey Sharybin
2012-04-28Audio:Joerg Mueller
2012-04-28code cleanup: remove editmesh code left hanging around thats already been por...Campbell Barton
2012-04-28code cleanup: replace some long ELEM7 checks with macro OB_TYPE_SUPPORT_EDITM...Campbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-04-28Fix #31117: Segfault when removing Meshdeform ModifierSergey Sharybin
2012-04-28Fix: #31095: Incorrect clamping of labels for multibyte languagesSergey Sharybin
2012-04-28code cleanup: Campbell Barton
2012-04-28Plugin system:Thomas Dinges
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-28add back lasso tool in the UV editor (Ctrl+LMB / Ctrl+Shift+LMB)Campbell Barton
2012-04-27fix for select flushing in UV-sync-selection mode (regression from 2.62), bot...Campbell Barton
2012-04-27code cleanup:Campbell Barton
2012-04-26rename WholeCharacter in C too, add pthreads include back for msvc which need...v2.63Campbell Barton
2012-04-26Release commit, 2.63!Sergey Sharybin
2012-04-26Fix for undefined reference to abort() in outliner selection moduleSergey Sharybin
2012-04-26fix memory leak in validating mesh and remove unneeded knife operator setting...Campbell Barton
2012-04-26Fix #31066: cycles keeps rendering in viewport after window closed.Brecht Van Lommel
2012-04-26* Compile fix for recent Outliner header cleanup. Thomas Dinges
2012-04-26outliner header cleanup (copy pasted headers when split up Im guessing)Campbell Barton
2012-04-26fix for memory leak in the knife toolCampbell Barton
2012-04-26removed unneeded fnmatch include from outliner, comment files as needing head...Campbell Barton
2012-04-25fix for border de-selecting with sync selectionCampbell Barton
2012-04-25disable bevel for release after discussion with brecht and sergey, this works...Campbell Barton
2012-04-25Update for startup.blend: remove vertex color layer from default cubeSergey Sharybin
2012-04-25code cleanup: typos and set gcc attributes for string formatting.Campbell Barton
2012-04-25fix [#31080], edge slide UV correction wasnt working for UVs surrounding the ...Campbell Barton
2012-04-25code cleanup: edge slide code had oddly named variables, added some comments ...Campbell Barton
2012-04-25now vertex paint uses the same overrides as weight paint - so wire draw mode ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-25code cleanup: dont use bmesh operator flags outside a bmesh operator, use hfl...Campbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-24bmesh: fix selection flushing when editing UV's and sync selection is enabled...Campbell Barton
2012-04-24bmesh/uv editorCampbell Barton
2012-04-24Prevent adding objects to be added to a group which is used as dupli-group fo...Sergey Sharybin
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24crash fix for brush select when no object is activeCampbell Barton
2012-04-24- remove unneeded len_v3v3 in bevel codeCampbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-24Update knife tool header to reflect that spacebar can be used for confirm too.Antony Riakiotakis
2012-04-23corrected more issues from [#31069] Analyzing the Blender project with PVS-St...Campbell Barton
2012-04-23corrections from an article about using PVS-Studio static checker with blende...Campbell Barton
2012-04-23Fix #31072: Making texture single user was modifying textures of original mat...Sergey Sharybin
2012-04-23rip tool again (this in infact an old bug), when selecting an edge to extend ...Campbell Barton
2012-04-23fix memory leak in rip tool (again own fault).Campbell Barton