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-11-12Cleanup: Rename curves sculpt selection variableHans Goudey
2022-11-11Cleanup: Improve curves sculpt code section namesHans Goudey
2022-11-01Fix T101062: sculpt curves crash using a paintcurve brushPhilipp Oeser
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-25Curves: Unify poll functions, add message with no surfaceHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-17Fix T99644: Anchored brush mode fails for negative brushesJoseph Eagar
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-28Fix: Flush mode to evaluated object when exiting curves sculpt modeHans Goudey
2022-06-24Cleanup: Remove unnecessary includesHans Goudey
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Paint: Fix Image Editor Cursor Disappearing (T90120)Joseph Eagar
2022-06-02Cleanup: Use const pointersHans Goudey
2022-05-31Curves: Add soft selection in sculpt modeHans Goudey
2022-05-23Fix: Sample pressure properly for 3D curves sculpt brushesHans Goudey
2022-05-20Curves: Support pressure in sculpt brushesHans Goudey
2022-05-17Cleanup: Use const in curves sculpt codeHans Goudey
2022-05-05Fix T97774: don't crash when no brush is selectedJacques Lucke
2022-05-05Curves: show warning when using Add brush without surfaceJacques Lucke
2022-04-13Curves: remove Test1 brushJacques Lucke
2022-04-07Curves: Name mutable data retrieval functions explicitlyHans Goudey
2022-04-05Curves: fix missing updates switching to sculpt modeKévin Dietrich
2022-04-05Curves: new Grow/Shrink brushJacques Lucke
2022-04-05Fix: wrong operator return valueJacques Lucke
2022-04-03Fix T96957: creating paint curve crashesJacques Lucke
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-21Curves: new Add brushJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-17BLI: add probabilistic rounding utilityJacques Lucke
2022-03-17Curves: separate sculpt brushes into separate filesJacques Lucke
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke
2022-03-09Curves: rename initial brushesJacques Lucke
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-08Curves: add initial comb, grow and shrink brushJacques Lucke
2022-03-02Curves: add brush to add curves on surfaceJacques Lucke
2022-02-23Curves: initial brush implementations for curves sculpt modeJacques Lucke
2022-02-22Cleanup: use doxygen sectionsCampbell Barton
2022-02-21Paint: pass operator to stroke update functionJacques Lucke
2022-02-21Curves: use paint cursor in curves sculpt modeJacques Lucke
2022-02-21Cleanup: use namespace and code sectionsJacques Lucke
2022-02-21Cleanup: move curves sculpt mode toggle operator to sculpt/paint moduleJacques Lucke