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
2020-09-11Fix T79464: Crash adding objects without an active screenCampbell Barton
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-08-28Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-28Fix T80135: Duplicate doesn't preserve active splineCampbell Barton
2020-08-25Fix T80077: Objects disappear when joining with a zero scaled axisCampbell Barton
2020-08-21Fix T79987: Crash when joining objectsJulian Eisel
2020-08-20GPUState: Use explicit depth test enumClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-18Fix incorrect pixelsize use where DPI scale was intendedCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-23Cleanup: replace wchar_t with char32_t 3D text accent inputCampbell Barton
2020-07-23Cleanup: rename Curve.len_wchar to len_char32Campbell Barton
2020-07-20UI: use "Recalculate" instead of "Recalc"Yevgeny Makarov
2020-07-14Fix T78883: New bezier curve points to uninitialized memoryCampbell Barton
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-22Fix error using 'char32_t' as 'wchar_t' on windowsHarley Acheson
2020-06-17Doc: minor change to curve select more/lessCampbell Barton
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-03Object: refactor mode switchingCampbell Barton
2020-05-28Object: add scale argument to creation operatorsCampbell Barton
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-05-26Cleanup: Quiet unused variable warning in non-debug buildsHans Goudey
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-02Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-02Revert "Outliner: Fix selection sync for various operators"Nathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-05-02Fix T76062: Interpolate Radius in Curve Subdivide Special CaseHans Goudey
2020-04-14Fix T75733: Curve extrusion does not include endpointsGermano Cavalcante
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-04-03Cleanup: replace static list with argument for curve mergingCampbell Barton
2020-04-03Cleanup: move curve picking functions into 'editcurve_query.c'Campbell Barton
2020-04-01Fix curve shortest path picking with right-click selectCampbell Barton
2020-04-01Fix problem extruding curve segments with selected handlesCampbell Barton
2020-04-01Cleanup: use doxy sectionsCampbell Barton