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
2022-08-03Fix T100168: Sculpt positions undo not working after recent commitHans Goudey
2022-08-02Cleanup: Remove unused sculpt and vertex color operatorsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey
2022-08-01Cleanup: missing braces warningCampbell Barton
2022-07-30Cleanup: Clang tidyHans Goudey
2022-07-30Cleanup: Move five interface files to C++Hans Goudey
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-07-30Sculpt: fix name collision in DynTopo temp attributesJoseph Eagar
2022-07-28Merge branch 'blender-v3.3-release'Jacques Lucke
2022-07-28Curves: improve handling of empty surface meshesJacques Lucke
2022-07-27Curves: Avoid virtual function overhead when finding selected curvesHans Goudey
2022-07-27Sculpt: Remove debug printfJun Mizutani
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-25Curves: Unify poll functions, add message with no surfaceHans Goudey
2022-07-25Curves: add warning when invalid uv map is used when adding curvesJacques Lucke
2022-07-25Undo: Improve image undo performanceAlex Parker
2022-07-24Cleanup: Simplify uv sculpt toolChris Blackbourn
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-22Fix crash loading factory settings in image paint modeCampbell Barton
2022-07-21Spreadsheet: Implement selection filter for curves sculpt modeHans Goudey
2022-07-21Cleanup: Rename length parameterization interpolation functionHans Goudey
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-21Fix T99687: Cloth filter crashJoseph Eagar
2022-07-20Curves: Remove use of CurveEval in sculpt brushesHans Goudey
2022-07-19Cleanup: quiet compiler warningsCampbell Barton
2022-07-17Fix T99644: Anchored brush mode fails for negative brushesJoseph Eagar
2022-07-17Sculpt: Fix scene spacing mode (phase 1)Joseph Eagar
2022-07-13Fix T99659: Improve UV Island calculation with hidden faces.Chris Blackbourn
2022-07-11Fix T99383: Wrong origdata type in color filterJoseph Eagar
2022-07-11Fix T94633: Sculpt mode missing check for hidden active objectJoseph Eagar
2022-07-09Weight & Vertex Paint: always respect edit mode hiding on faces.Alexander Gavrilov
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-06Fix T99464: Curves sculpt add 3D brush symmetry brokenHans Goudey
2022-07-05Curves: move curves surface transforms to blenkernelJacques Lucke
2022-07-04Fix curves sculpting Selection Paint missing refreshDalai Felinto
2022-07-04Cleanup: use local variable in smear code instead of ss->cache->bstrengthJoseph Eagar
2022-07-04Fix T98698: Division by zero in smear code when strength is zeroJoseph Eagar
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-07-01Cleanup: remove unused variableJacques Lucke
2022-06-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-30Curves: New tools for curves sculpt mode.Jacques Lucke
2022-06-30Fix T99196: sculpt_update_object calls paint updates for nonpaint toolsJoseph Eagar
2022-06-30Sculpt: Fix a few bugs revealed by SCULPT_TOOL_NEEDS_COLOR name changeJoseph Eagar
2022-06-30Cleanup: Renamed SCULPT_TOOL_NEEDS_COLOR to SCULPT_tool_is_paintJoseph Eagar
2022-06-29Fix T99231: Wrong anchored mode test for smear brushJoseph Eagar
2022-06-28Fix: Flush mode to evaluated object when exiting curves sculpt modeHans Goudey