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-11-09Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-09Fix T82495: assert with cast modifier in edit-modeCampbell Barton
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-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Render Module: move header files to main directoryAaron Carlisle
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-04Modifiers: Fix wrong object when setting error in modifierJacques Lucke
2020-11-04Merge branch 'blender-v2.91-release' into masterJacques Lucke
2020-11-04Modifiers: return empty mesh in case of error in Volume to Mesh modifierJacques Lucke
2020-11-04Fix T82393: Volume to Mesh modifier with sequence fails during renderingJacques Lucke
2020-11-03Merge branch 'blender-v2.91-release'Antonio Vazquez
2020-11-03Docs: add comments to some surface deform internal structuresCampbell Barton
2020-11-03Fix T82074: Volume to Mesh normals are invertedJacques Lucke
2020-11-03Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-03Fix T81988: Surface Deform "Bind" causes vertices to spikeCampbell Barton
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-30Cleanup: Use an enum to set instanced panel expansionHans Goudey
2020-10-27Multires: Remove simple subdivision typeSergey Sharybin
2020-10-26Merge branch 'blender-v2.91-release'Philipp Oeser
2020-10-26UI: Datatransfer modifier: set mix factor inactive when not in usePhilipp Oeser
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-22Fix T81909: Translation missing for some labels in modifier panelsHans Goudey
2020-10-21Preferences: separate feature flags for geometry nodes and point cloud typeJacques Lucke
2020-10-20Cleanup: warning on windowsJacques Lucke
2020-10-20Simulation: remove particle nodes with outdated designJacques Lucke
2020-10-20Volumes: simplify volumes in modifiers or on loadJacques Lucke
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Cleanup: Use BLI string functionsHans Goudey
2020-10-19Volumes: new Volume to Mesh modifierJacques Lucke
2020-10-17UI: Tweak decimate modifier layoutHans Goudey
2020-10-14Cleanup: spellingCampbell Barton
2020-10-13Fix T81467: Crash with KD-Tree Weld ModifierGermano Cavalcante
2020-10-12Cleanup: use openvdb matrices properlyJacques Lucke
2020-10-12Volumes: reduce step and default of strength in Volume Displace modifierJacques Lucke
2020-10-12Volumes: use bounding box diagonal to compute adaptive voxel sizeJacques Lucke
2020-10-10Exact Boolean: let Collection be empty.Howard Trickey
2020-10-10Cleanup: remove unnecessary commentsCampbell Barton
2020-10-09Volumes: lower minimal voxel size in Mesh to Volume modifierJacques Lucke
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Volumes: new Volume Displace modifierJacques Lucke
2020-10-05Fix T80897: Complex solidify crash when special ngons are mergedHenrik Dick
2020-10-05Fix T80893: Complex solidify special case with singularityHenrik Dick
2020-10-05Fix T80895: Complex solidify compare edges by contentHenrik Dick
2020-10-05Modifiers: Use vertex group options for complex solidify flat facesHenrik Dick
2020-10-05Fix T80269: Match material offset in solidify modesHenrik Dick
2020-10-05Revert "Volumes: make Mesh to Volume modifier independent of object transforms"Brecht Van Lommel