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-04-07Fix T96888: data transfer operator crash in certain situationPhilipp Oeser
2022-04-07BLI: add missing materialize methods for virtual arraysJacques Lucke
2022-04-07Functions: parallelize materializing arrays after field evaluationJacques Lucke
2022-04-07Geometry Nodes: avoid data copy in store named attribute nodeJacques Lucke
2022-04-07BLI: add CPPType utility to copy elements to a shorter arrayJacques Lucke
2022-04-07Cleanup: pass the buffer length into `txt_insert_buf`Campbell Barton
2022-04-07Text Editor: Get/Set region text APIMatheus Santos
2022-04-07Cleanup: spelling in comments, minor reformatting changesCampbell Barton
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-07Geometry Nodes: Add "Connected" mode to Merge by Distance nodeAleksi Juvani
2022-04-07Fix T91541: Naming of Freestyle Curvature 3D modifierUjwal Kundur
2022-04-07Fix: Division by zero in UV packing functionAleksi Juvani
2022-04-07Fix: Copy resolution when creating CurveEval from CurvesMattias Fredriksson
2022-04-07Cleanup: Incorrect comment in IndexRange headerMattias Fredriksson
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-07Curves: Hair to Curves rename in Cycles/EEVEE UIHans Goudey
2022-04-07Fix: Curve parameter node broken for Bezier curves after refactorHans Goudey
2022-04-06BVH Utils: use fall-through in 'BKE_bvhtree_from_mesh_get'Germano Cavalcante
2022-04-06Cleanup: remove workaround to set treedata membersGermano Cavalcante
2022-04-06Fix: Missing virtual destructor on virtual classHans Goudey
2022-04-06Fix F-Curve visibility toggle disabled for library overridden rigJulian Eisel
2022-04-06Fix T96595: Animation not duplicated for meta childrenRichard Antalik
2022-04-06Fix badly broken caches handling during undo/redo.Bastien Montagne
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-04-06Fix off by one error placing the text cursor from a Python exceptionCampbell Barton
2022-04-06Fix accessing an empty context succeeding when it shouldn'tCampbell Barton
2022-04-06Cleanup: zero initialize VColRef before setting membersCampbell Barton
2022-04-06Cleanup: quiet compiler warningsCampbell Barton
2022-04-06BVH Utils: remove 'isolate' parameterGermano Cavalcante
2022-04-06BVH Utils: Remove '_allocated' members from 'BVHTreeFromMesh'Germano Cavalcante
2022-04-06Refactor: remove cache parameters from `bvhtree_from_` functionsGermano Cavalcante
2022-04-06Cleanup: Simplify if statements, clang tidyHans Goudey
2022-04-06Refactor: Deduplicate and simplify BVH Utils codeGermano Cavalcante
2022-04-06Fix: Pass const arguments to object snappingHans Goudey
2022-04-05GPencil: Fix buiding with GTESTClément Foucault
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-04-05Fix T96904: texture paint sample tool not working with closest interpolationBrecht Van Lommel
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-04-05Curves: fix missing updates switching to sculpt modeKévin Dietrich
2022-04-05Curves: fix edit mode detectionKévin Dietrich
2022-04-05Overlay: Fix edit mode shader compilation after recent commitClément Foucault
2022-04-05Curves: Port legacy curve viewport drawing to the new data-blockHans Goudey
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-05Curves: new Grow/Shrink brushJacques Lucke
2022-04-05Preferences: enable Duplicate Data for curves and point cloud objectsJacques Lucke
2022-04-05Fix T97010 GPencil: Artifacts on Grease PencilClément Foucault
2022-04-05Fix T97071: Duplicating strip in locked channel creates overlapping stripsRichard Antalik
2022-04-05Cleanup: Change globalBlock members to snake caseClément Foucault
2022-04-05Cleanup: Overlays: Remove unused facefill shaderClément Foucault