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-10-16Fix T99450: Animated Holdout not updating on frame changeLukas Stockner
2022-09-20ViewLayer: fix missing sync in object APIs (fixes T101128, T101204)Aras Pranckevicius
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-28Cleanup: spelling in commentsCampbell Barton
2022-01-25Python: Expose crazyspace correction functionality via RNASergey Sharybin
2022-01-19BMesh: add mesh debug information printingCampbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2021-10-06Cleanup: rename BKE_font.h -> BKE_vfont.hCampbell Barton
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-02-20Python: Add to_curve method to the object APIOmar Emara
2020-12-03Add Custom Object Space to ConstraintsHenrik Dick
2020-09-15Fix T80794: assert naming a new shape key from PythonCampbell Barton
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-05-27Merge branch 'blender-v2.83-release'Nathan Craddock
2020-05-27Fix: A few missing outliner selection sync tagsNathan Craddock
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-06GPencil: Split Curve geometry functions to new fileAntonio Vazquez
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
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-09Revert "Constraints: remove special meaning of Local Space for parentless Obj...Sybren A. Stüvel
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-18Cleanup: compiler warningsBrecht Van Lommel
2020-02-17MSVC: Fix obscure RNA related build errorRay Molenkamp
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2019-11-06Constraints: remove special meaning of Local Space for parentless Objects.Alexander Gavrilov
2019-10-15Fix T70670: Hidden collections are still rendered by Cycles in the ViewportDalai Felinto
2019-09-12Cycles: Fix Show Instanced Local View ObjectsJeroen Bakker
2019-09-12Cycles: Initial Support For Local ViewJeroen Bakker
2019-08-31Fix T66452: Convert Curve to Grease Pencil StrokesAntonio Vazquez
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-22fix unreported: typo in python documentationGaia Clary
2019-07-17Fix T67075: make object.visible_get() and similar APIs more forgivingBrecht Van Lommel
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-27Python API: Tag for update on object.update_from_editmode()Sergey Sharybin