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-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-17GPencil: Fix Parent layer not workingAntonio Vazquez
2020-03-17Add accumulated recalc flags to IDs.Bastien Montagne
2020-03-17Depsgraph: Adds helpers to extract/restore despgraphs in a given Main.Bastien Montagne
2020-03-14Cleanup: spellingCampbell Barton
2020-03-11Depsgraph: Fix crash deleting Viewer image from OutlinerSergey Sharybin
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-09Depsgraph: fix crash caused by removing too many NO-OP nodesSybren A. Stüvel
2020-03-06Depsgraph: remove unused no-op nodes after buildingSybren A. Stüvel
2020-03-06Fix T73254: Drivers with the object.dimension variable are not updatedSybren A. Stüvel
2020-03-05Cleanup: Move std::deque to depsgraph_type.hSybren A. Stüvel
2020-03-05Cleanup: material API namingCampbell Barton
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-26Cleanup: spellingCampbell Barton
2020-02-21Fix T73593: Drivers on hide_viewport and hide_render are unreliableSybren A. Stüvel
2020-02-21Fix: Drivers on hide_viewport and hide_render throw warningsSybren A. Stüvel
2020-02-19Fix T73932: modifying keyframes in nodes fails when there is an image sequenceBrecht Van Lommel
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Cleanup: sort file, struct listsCampbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-30Merge remote-tracking branch 'origin/blender-v2.82-release'Sybren A. Stüvel
2020-01-30Fix T73051: Multiple IK chains influencing the same bone don't workSybren A. Stüvel
2020-01-28Merge remote-tracking branch 'origin/blender-v2.82-release'Sybren A. Stüvel
2020-01-28Alembic depsgraph: explicitly add ANIMATION -> CACHE dependencySybren A. Stüvel
2020-01-28Fix T72143: editing image frame start/offset does not update in EeveeBrecht Van Lommel
2020-01-28Merge remote-tracking branch 'origin/blender-v2.82-release'Sybren A. Stüvel
2020-01-28Fix T72660: Alembic caches are not properly updated by driversSybren A. Stüvel
2020-01-28Cleanup: reformatted after NULL -> nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2020-01-27Cleanup: fix compiler warningBrecht Van Lommel
2020-01-25Cleanup: spellingCampbell Barton
2020-01-24Merge branch 'blender-v2.82-release'Alexander Gavrilov
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-24Depsgraph: Correct FPS debug printSergey Sharybin
2020-01-24Depsgraph: Report FPS when running with --debug-depsgraph-timeSergey Sharybin
2020-01-24Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-24Depsgraph: Refactor, move debug struct to own fileSergey Sharybin
2020-01-24Depsgrapg: Refactor, move Relation to own fileSergey Sharybin
2020-01-24Depsgraph: Refactor, wrap debug fields into own structureSergey Sharybin
2020-01-24Fix T73001: Shader Node with driver not updating when animatedSybren A. Stüvel
2020-01-21Merge remote-tracking branch 'origin/blender-v2.82-release'Sybren A. Stüvel
2020-01-21Fix T72213: F-Curve animation does not update FreeStyle propertiesSybren A. Stüvel
2020-01-13Fix T73029: Crash transforming objectSergey Sharybin
2020-01-13Depsgraph: Guarantee order of backup of action and ID using itSergey Sharybin
2020-01-13Depsgraph: Fix wrong access to animated propertiesSergey Sharybin