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
2021-05-27Fix own crash in today's rBf68288a8746f.Bastien Montagne
2021-05-27LibOverride: refactor recursive resync.Bastien Montagne
2021-05-27Cleanup: Fix forward declaring class with "struct"Hans Goudey
2021-05-27Fix build error: Make CurveEval a structHans Goudey
2021-05-27Geometry Nodes: Draw curve data in the viewportHans 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-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-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-05-27Cleanup: spellingCampbell Barton
2021-05-27Cleanup: Simplify spline point attribute materialize functionsHans Goudey
2021-05-27Geometry Nodes: Support interpolation between curve domainsHans Goudey
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-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
2021-05-26Nodes: fix threading issues with node ui storageJacques Lucke
2021-05-26Fix particlesystem not duplicating their pointcache in NO_MAIN case.Bastien Montagne
2021-05-26Fix T88531: Mantaflow problem with geometry nodesPhilipp Oeser
2021-05-26Fix T88566: Mantaflow inflow with shapekeys is not working anymorePhilipp Oeser
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Geometry Nodes: Add Shader Curve NodesCharlie Jolly
2021-05-25Cleanup: Convert to static type directly from CPPTypeHans Goudey
2021-05-25Fix T88549: ID sorting tests.Bastien Montagne
2021-05-25Cleanup: spellingCampbell Barton
2021-05-21Fix T88375: Bone Size Small After V3D.View_AllWayde Moss
2021-05-21Fix particle ID init not creating particle deflect data.Bastien Montagne
2021-05-21Cleanup: spellingLeon Zandman
2021-05-21Geometry Nodes: new Material Replace nodeJacques Lucke
2021-05-20Merge branch 'blender-v2.93-release'Sebastian Parborg
2021-05-20Fix T87854: Add clamp option to Path AnimationSebastian Parborg
2021-05-20GPencil: Adding length modifier.YimingWu
2021-05-20Geometry Nodes: new Material input nodeJacques Lucke
2021-05-20Geometry Nodes: new Material Assign nodeJacques Lucke
2021-05-20Materials: support materials when applying modifierJacques Lucke
2021-05-20Geometry Nodes: new geometry nodes evaluatorJacques Lucke
2021-05-20Cleanup: spellingCampbell Barton
2021-05-20Splines: Optimize interpolation in special case virtual arrayHans Goudey
2021-05-19Geometry Nodes: Support for dynamic attributes on curve splinesHans Goudey
2021-05-19Cleanup: Use copy constructor for CurveEvalHans Goudey
2021-05-19IDManagement: Enable ID sorting test for linked IDs.Bastien Montagne