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-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Fix weight paint smoothing with vertex selection.Alexander Gavrilov
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: Move select all nodes code to operatorHans Goudey
2022-09-06Cleanup: Use more specific function for deselecting all nodesHans Goudey
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Cleanup: Remove unnecessary node sorting, rename variablesHans Goudey
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Cleanup: Remove use of designated initializers in C++ codeChris Blackbourn
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06Cleanup: Move uvedit_islands to c++Chris Blackbourn
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-06GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_SMOOTH_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05UI: Corrected Scaling of AREAMINXHarley Acheson
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Cleanup: Remove unused code for VSE waveform drawingRichard Antalik
2022-09-05Fix VSE: accidentally commented out codeRichard Antalik
2022-09-05Cleanup: make formatBrecht Van Lommel
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-09-05I18n: translate untitled file namesDamien Picard
2022-09-05I18n: fix translation of status barDamien Picard
2022-09-05GPencil: New BKE function to set stroke start pointAntonio Vazquez
2022-09-04Cleanup: Clarify multi-socket input sortingHans Goudey
2022-09-04Cleanup: Replace recursive quadratic node link mute operationHans Goudey
2022-09-03Cleanup: Deduplicate node link intersection testHans Goudey
2022-09-03Cleanup: Refactor node add reroute operatorHans Goudey
2022-09-03Merge branch 'blender-v3.3-release'Philipp Oeser
2022-09-03Fix T100731: Keymap Editor context menu crashPhilipp Oeser
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-03Cleanup: use more standard variable name for node socketsHans Goudey
2022-09-03Cleanup: Use separate variables for node socket locationsHans Goudey
2022-09-03Cleanup: Avoid using node socket locationHans Goudey
2022-09-03Cleanup: Use references and const in node editorHans Goudey
2022-09-03Cleanup: Use new node topology cache for sorting multi input socketsHans Goudey
2022-09-03Cleanup: Return earlyHans Goudey
2022-09-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-09-02Fix T100767: Geometry nodes viewer node placed incorrectlyHans Goudey
2022-09-02Cleanup: Deduplicate node link points evaluation functionsHans Goudey
2022-09-02Cleanup: Further split of node link Bezier calculation functionHans Goudey
2022-09-02Fix: Ensure topology cache exists when drawing nodesHans Goudey
2022-09-02Cleanup: Split node link draw culling to separate functionHans Goudey
2022-09-02Cleanup: Return earlyHans Goudey
2022-09-02Cleanup: Remove unnecessary struct keyword usage in node editorHans Goudey