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
path: root/source
AgeCommit message (Expand)Author
2021-05-27Fix own crash in today's rBf68288a8746f.Bastien Montagne
2021-05-27LibOverride: refactor recursive resync.Bastien Montagne
2021-05-27Fix T88625: Multiobject UV hiding/unhiding does not work with UV_SYNC_SELECTIONPhilipp Oeser
2021-05-27Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-27Revert "EEVEE: Ensure Reflection: Use new implementation"Clément Foucault
2021-05-27Geometry Nodes: Expose texture and material inputs to modifierHans Goudey
2021-05-27Cleanup: Fix forward declaring class with "struct"Hans Goudey
2021-05-27Fix build error: Make CurveEval a structHans Goudey
2021-05-27Cleanup: rename blender-launcher source file.Ray Molenkamp
2021-05-27Geometry Nodes: Draw curve data in the viewportHans Goudey
2021-05-27Fix T88452: Point Separate crash on curve componentHans Goudey
2021-05-27Cleanup: Use consistent variable namesHans Goudey
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-05-27LineArt: List Optimization for tile linked data.YimingWu
2021-05-27Cleanup: Line art variable naming.YimingWu
2021-05-27LibOverride: Add heuristic protection against infinite loop due to libraries ...Bastien Montagne
2021-05-27Fix (studio-reported) infinite loop in resync code.Bastien Montagne
2021-05-27Cleanup: inconsistent parameter nameJacques Lucke
2021-05-27Cleanup: inconsistent parameter nameJacques Lucke
2021-05-27Cleanup: simplify logic for copying vector button as textCampbell Barton
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: specify array sizes, remove warnings in commentsCampbell Barton
2021-05-27Cleanup: spellingCampbell Barton
2021-05-27Nodes: fix material node copied over when socket is copiedJacques Lucke
2021-05-27Geometry Nodes: disable multi-threading in evaluator for nowJacques Lucke
2021-05-27Cleanup: use UndoMesh as links instead of allocating LinkDataCampbell Barton
2021-05-27Undo: resolve inefficient edit-mesh memory use with multiple objectsCampbell Barton
2021-05-27Cleanup: Remove completed "TODO" commentHans Goudey
2021-05-27Cleanup: Simplify spline point attribute materialize functionsHans Goudey
2021-05-27Geometry Nodes: Support interpolation between curve domainsHans Goudey
2021-05-27Win: Add launcher to hide the console window flashRay Molenkamp
2021-05-27Cleanup: Specify amount of buffers through preprocessor directivesGermano Cavalcante
2021-05-27Fix T88603: Crash with spline attributes after curve resampleHans Goudey
2021-05-26Revert "DrawManager: Use Compute Shader to Update Hair."Jeroen Bakker
2021-05-26Cleanup: array-parameter warning with GCC 11Campbell Barton
2021-05-26GPencil: Cleanup - Conform with RNA naming schemeFalk David
2021-05-26Fix T88111: Skin modifier assets within invalid face normalsCampbell Barton
2021-05-26Cleanup: shadow warningCampbell Barton
2021-05-26LibOverride: add recursive resync.Bastien Montagne
2021-05-26LibOverride: add helper to retrieve override data from an ID.Bastien Montagne
2021-05-26IDManagement: Shapekey: add a `owner_get` callback.Bastien Montagne
2021-05-26LibOverride: Do not try to generate override data of linked data.Bastien Montagne
2021-05-26ID management: remapping: add flag to enforce refcounting handling.Bastien Montagne
2021-05-26ID management: Do not assume that `NO_MAIN` means `NO_USER_REFCOUNT`Bastien Montagne
2021-05-26DrawManager: Use Compute Shader to Update Hair.Jeroen Bakker
2021-05-26GPU: Compute Pipeline.Jeroen Bakker
2021-05-26GPencil: Add option to disable masks in view layerFalk David
2021-05-26Merge branch 'blender-v2.93-release'Falk David
2021-05-26Fix: GPencil mask shows in view layer renderFalk David