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-08-25Fix T80077: Objects disappear when joining with a zero scaled axisCampbell Barton
2020-08-20Outliner: Avoid rebuilding tree on selection/active changesJulian Eisel
2020-08-13GPencil: Remove unused parameter and fix warningAntonio Vazquez
2020-08-12GPencil: Remove unused parameter in convert curveAntonio Vazquez
2020-08-12GPencil: Add Sample parameter to Convert curveAntonio Vazquez
2020-08-12GPencil: Add parameters to scale thickness when convert CurvesAntonio Vazquez
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: make formatJacques Lucke
2020-08-06UI: Name force fields using the type of force by defaultMatias Herrero
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-07-21UI: Use consistent layout for custom operator UIHans Goudey
2020-07-20Fix T78960: 2.83.2 not opening a 2.82a project correctly.Bastien Montagne
2020-07-15GPencil: Fix unreported error baking mesh animationAntonio Vazquez
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Fix T78330: Duplicating parented objects does not preserve relationships.Bastien Montagne
2020-06-30LibOverride: Fix lots of poll functions for Object operators.Bastien Montagne
2020-06-23Preferences: New experimental settings for particle system and hairJacques Lucke
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-17Fix T63411: Crash adding meta-ball with a small radiusCampbell Barton
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-06-17Cleanup: warningCampbell Barton
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-16GPencil: Convert and Bake mesh animation to grease pencil strokesAntonio Vazquez
2020-05-28Object: add scale argument to creation operatorsCampbell Barton
2020-05-27Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-27Fix: A few missing outliner selection sync tagsNathan Craddock
2020-05-21Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-21Fix T76922: Meta-balls created twice the specified sizeCampbell Barton
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
2020-05-13Fix missing ID tag when converting objectsSergey Sharybin
2020-05-12Preferences: Customize default empty size for collection instancesJacques Lucke
2020-05-06GPencil: Split Curve geometry functions to new fileAntonio Vazquez
2020-05-02Outliner: Fix selection sync for various operatorsNathan Craddock
2020-04-27Fix T74700: "Convert Text to Curve" disregards "Text on Curve"Philipp Oeser
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19GPencil: Cleanup - Split BKE_gpencil.h geometry functions into BKE_gpencil_ge...Antonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-27Fix T69576, T74059: issues with rotation when adding objectsPhilipp Oeser
2020-02-19Cleanup: assign Main, use existing assignmentsCampbell Barton
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-27Merge branch 'blender-v2.82-release'Campbell Barton