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
2022-07-14I18N: Allow translating newly added GP data names, and a missing Surface one.Damien Picard
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-22Curves: Improve accuracy and clarity of NURBS knots calculationLaurynas Duburas
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-09-13Fix T84638: Wrong scale for primitives with radiusFalk David
2021-09-11Geometry Nodes: Support modifier on curve objectsHans Goudey
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-11Fix T79464: Crash adding objects without an active screenCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-05-28Object: add scale argument to creation operatorsCampbell Barton
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/curveCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix adding objects in local viewCampbell Barton
2018-11-15UI: 'Add Object' rename dimensionsCampbell Barton
2018-11-13Merge branch 'master' into blender2.8Campbell Barton
2018-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-09-26Edit Curves: Fix warnings due to recent changesClément Foucault
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2016-04-04Fix curve editmode adding 3D primitives w/ 2D curvesCampbell Barton
2015-11-18Cleanup: editor api namingCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-02-09more direct fix for last commitCampbell Barton
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-28Cleanup: use SELECT flagCampbell Barton