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-06-17UI: Solve crash with move to index in modifier menuHans Goudey
2020-06-17UI: Improve Modifier Panel Header MenuHans Goudey
2020-06-17UI: Modifier Panel Header ImprovementsHans Goudey
2020-06-16Refactor: move .blend read/write of mesh deform modifier to MOD_meshdeform.cJacques Lucke
2020-06-16CMake: Fix compilation errors related on missing dna_type_offsets.hSergey Sharybin
2020-06-15Refactor: use new blenloader api for laplacian deform modifierJacques Lucke
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-15Fix T77596: UI: Correct "offset even" location in solidify modifierHans Goudey
2020-06-13Cleanup: naming for lattice deform functionsCampbell Barton
2020-06-13Modifier: skip edit-mesh conversion for armature, curve & latticeCampbell Barton
2020-06-12Cleanup: split object data deform functions into their own filesCampbell Barton
2020-06-12Cleanup: minor changes to deform functionsCampbell Barton
2020-06-12Cleanup: split deform functions that take target object-dataCampbell Barton
2020-06-12Cleanup: use BKE_ prefix for deform functionsCampbell Barton
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-10Cleanup: move BKE_mesh_wrapper functions into own headerCampbell Barton
2020-06-10Fix T77632: Deform modifier auto-binding not workingCampbell Barton
2020-06-09Fix missing animation decorators for pointer buttonsJulian Eisel
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-06-08Revert "UI: Bevel: Show Offset type before offset amount"Aaron Carlisle
2020-06-08Modifiers: fix copy paste mistake in recent refactorJacques Lucke
2020-06-08UI: Fix Wrong UI Label after recent modifier changesAaron Carlisle
2020-06-08UI: Bevel: Show Offset type before offset amountAaron Carlisle
2020-06-08UI: Modifiers: Use Falloff subpanel for Weight ProximityAaron Carlisle
2020-06-08UI: Use Proper Title CaseAaron Carlisle
2020-06-07Fix T77487: Only disable Multires Buttons in Edit ModeHans Goudey
2020-06-05UI: Apply Latest Changes to Multires ModifierHans Goudey
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-06-02Fix T66967: skin modifier crash scaling skin radius to zeroCampbell Barton
2020-06-02BVHCache: PerformanceJeroen Bakker
2020-05-29Modifiers: add invert vgroup weights options to operands of Mix modifier.D. O
2020-05-26Modifiers: Add normalize weights option to vertex weight modifiersCody Winchester
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-25Cleanup: typoJacques Lucke
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix T72729: Mask Modifier Loose Edges Not ShownJeroen Bakker
2020-05-14Fix T76553: Blender Freezes When Playing Back AnimationJeroen Bakker
2020-05-14Fluid: Rename smoke flow forces to fluid flow forcesSebastián Barschkis
2020-05-13Simulation: Add modifier to access simulation dataJacques Lucke
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Cleanup: clang-formatCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-01Merge branch 'blender-v2.83-release'Bastien Montagne
2020-05-01Cleanup: Solidify modifier: Remove unneccessary error message.Demeter Dzadik
2020-04-28UI: Improve DataTransfer Modifier Error MessageHans Goudey
2020-04-23Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-23Array modifier: limit maximum amount of generated geometry.Bastien Montagne
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel