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-03-17Fix T74838: fix dereferencing of NULL in sculpt_no_multires_poll when no acti...Robert Guetzkow
2020-03-16Update viewport rotation origin when changing Face Set visibilityPablo Dobarro
2020-03-12Fix boundary edges detection ignoring Face Set visibilityPablo Dobarro
2020-03-12Fix flood fill operation not taking into account hidden verticesPablo Dobarro
2020-03-12Use golden ratio conjugate for Face Sets hue generationPablo Dobarro
2020-03-12Fix Face Set operators not modifying sigle poly Face SetsPablo Dobarro
2020-03-12Fix T74646: Pick a random face set to be rendered white when randomizing the ...Pablo Dobarro
2020-03-12Fix T74648: Do not relax with 0 neighbors or no vertex normalPablo Dobarro
2020-03-12Fix mesh shrinking when using the relax mesh filter.Pablo Dobarro
2020-03-11Fix T74315: Cloth brush breaks orbit around selectionJacques Lucke
2020-03-10Fix rendering artifacts when changing Face Sets visibilityPablo Dobarro
2020-03-09Fix T74354: Avoid division by 0 when calculating hardnessPablo Dobarro
2020-03-09Sculpt: Edge AutomaskingPablo Dobarro
2020-03-09Face Sets: Use white color for a default Face Set to enable the overlayPablo Dobarro
2020-03-09Face Sets: Add relax support to Mesh Filter and Draw Face SetsPablo Dobarro
2020-03-09Fix Cloth Brush not working with automaskingPablo Dobarro
2020-03-09Fix T74499: Add visibility checks to Face Sets creation operationsPablo Dobarro
2020-03-09Sculpt: Remove hardcoded hardness from Clay brushPablo Dobarro
2020-03-09Fix T74492: Reset Face Set data when cancelling the expand operatorPablo Dobarro
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-07Fix T74513: Wrong naming in some Face Set comments and operatorsPablo Dobarro
2020-03-07Fix T74501: Wrong initial iteration when using mask expandPablo Dobarro
2020-03-07Fix T74498: Do not iterate over hidden vertices when using the transform toolPablo Dobarro
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Move Multiplane Scrape brush to its own filePablo Dobarro
2020-03-06Sculpt: Cleanup, remove macro re-definitionSergey Sharybin
2020-03-06Cleanup: Use the SCULPT_ prefix in all sculpt_intern functionsPablo Dobarro
2020-03-05Sculpt Face SetsPablo Dobarro
2020-03-04Cleanup: spellingCampbell Barton
2020-03-03Fix Snake Hook rake on rotated objectsPablo Dobarro
2020-03-02Clay Thumb: Remove hardcoded hardness valuePablo Dobarro
2020-03-01Sculpt: Hardness brush propertyPablo Dobarro
2020-03-01Cleanup: Move pose brush to its own filePablo Dobarro
2020-03-01Fix T73947: Support radial symmetry in Multiplane ScrapePablo Dobarro
2020-02-28Sculpt: Cloth brushPablo Dobarro
2020-02-28Fix wrong coordinates being read when using the sculpt APIPablo Dobarro
2020-02-19Sculpt: Pinch only in the direction perpendicular to the strokePablo Dobarro
2020-02-19Fix T73859: Support executing sculpt.set_pivot_position without invokeJacques Lucke
2020-02-17Cleanup: compiler warningBrecht Van Lommel
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-15Cleanup: spellingCampbell Barton
2020-02-13Cleanup: pass const variablesCampbell Barton
2020-02-11Sculpt: Split normal radius and area radiusPablo Dobarro
2020-02-11Sculpt: Clay Strips Tip Roundness propertyPablo Dobarro
2020-02-11Pose Brush: Option to disable the IK anchor pointPablo Dobarro
2020-02-11Sculpt: Clay Thumb BrushPablo Dobarro
2020-02-11Cleanup: Sculpt/Paint, use correct types and iterator variable declarationPablo Dobarro
2020-02-11Cleanup: Sculpt, Comment formattingPablo Dobarro
2020-02-10Revert "Sculpt: Remove partial viewport updates from sculpt stroke code"Pablo Dobarro
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne