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-30Cleanup: spellingCampbell Barton
2020-06-29UI: Don't show modifier operation reports on button pressHans Goudey
2020-06-29UI: Add shortcuts for modifier panelsHans Goudey
2020-06-29Fix T78444: Duplicate "From Radius" in Cast Modifier UIHans Goudey
2020-06-28UI: Remove duplicate modifier error messageHans Goudey
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-26Fix T78269: Mirror modifier lost UV offset onlyHans Goudey
2020-06-25Fix: Displace Modifier UV Layer UI not a pointerCody Winchester
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Refactor: move more modifier specific code out of readfile.cJacques Lucke
2020-06-23Refactor: move blenloader code of bevel modifierJacques Lucke
2020-06-23Refactor: move blenloader code of surface deform modifierJacques Lucke
2020-06-23Refactor: move more blenloader code into modifier filesJacques Lucke
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-22Fix (unreported) broken UI of modifiers for liboverrides.Bastien Montagne
2020-06-22UI: Fix untranslated layout headingsJulian Eisel
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2020-06-19Cleanup: SpellingHans Goudey
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