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-04-02Cleanup: Remove unecessary C API for direct mesh booleanHans Goudey
2021-04-02Cleanup: Remove unused code in boolean modifierHans Goudey
2021-04-01Geometry Nodes: Improve speed of boolean node, use multi-input socketHans Goudey
2021-03-31Fix T86879 Boolean exact crash with dependency loop.Howard Trickey
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-14Fix T86427 Exact solver does not apply target material.Howard Trickey
2021-03-09UI: Clean up sub-panel for new boolean modifier optionsHans Goudey
2021-03-08Cleanup: add use prefix for booleanCampbell Barton
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-02-22Change Exact Boolean modifier to skip round trip through BMesh.Howard Trickey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-11-18Merge branch 'blender-v2.91-release'Nathan Craddock
2020-11-18Fix exact boolean coplanar problem due to inexact transform.Howard Trickey
2020-11-16Merge branch 'blender-v2.91-release'Howard Trickey
2020-11-16Fix T82736, Exact Boolean fail with repeated subtraction of same object.Howard Trickey
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-08Fix T81651, exact boolean modifier incorrect if operand hidden.Howard Trickey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-11-01Fix T82089 Boolean on empty mesh with collection fails.Howard Trickey
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-10Exact Boolean: let Collection be empty.Howard Trickey
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-03Modifiers: default to exact boolean method ignoring build optionsCampbell Barton
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-31New Boolean: Always expose solver propery, add warningHans Goudey
2020-08-29Boolean Modifier: Reorder propertiesHans Goudey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-07Fix previous commit, we first need to be sure we actually get a mesh...Bastien Montagne
2020-08-07Fix T79604: Switching to edit mode on boolean object runs out of memory.Bastien Montagne
2020-07-02UI: Small Tweaks to Modifier Layouts for ConsistencyHans Goudey
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-24Fix T64573: RNA_path_from_ID_to_property fails for pointcachesPhilipp Oeser
2020-03-05Cleanup: material API namingCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-08-30Cleanup: spellingCampbell Barton
2019-08-23Fix potential issues when loading files with missing librariesSebastian Parborg