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
path: root/source
AgeCommit message (Collapse)Author
2022-10-14Researching bottlenecks.temp-texture-painting-gpuJeroen Bakker
2022-10-14Fix texturepainting on AMD/VEGA.Jeroen Bakker
2022-10-12Fix some issues where painting on the incorrect layer happened.Jeroen Bakker
2022-10-12Fixed some issues when removing unused tiles.Jeroen Bakker
2022-10-11Paint Tile streaming.Jeroen Bakker
2022-10-04Use 16FJeroen Bakker
2022-10-04Remove falloffshape variations. Making space for masking.Jeroen Bakker
2022-10-04Initial blending mode.Jeroen Bakker
2022-10-04Fix hardness.Jeroen Bakker
2022-10-04Falloff curve. (WIP)Jeroen Bakker
2022-10-04Select the correct shader variation for circle falloff.Jeroen Bakker
2022-10-04Add support for projected falloff.Jeroen Bakker
2022-10-04Improve performance by making buffers persistent.Jeroen Bakker
2022-10-03Reverted change that disabled the logic.Jeroen Bakker
2022-10-03Removed debug code.Jeroen Bakker
2022-10-03Only draw nodes that are used during in current paint frame.Jeroen Bakker
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-10-03CMake: add missing headersCampbell Barton
2022-10-03Cleanup: add license headerCampbell Barton
2022-10-03DNA: reduce size of Base structCampbell Barton
Re-order members and remove pad members, reducing it's size by 24 bytes on 64 bit systems.
2022-10-03Cleanup: remove 2D region-relative coordinates from BaseCampbell Barton
Historically, caching these values may have had some advantages, simplifying drawing object centers and selecting by object center. Now the only uses of these values would calculate the projection before use, so there is no reason to store run-time projection in DNA. This also quiets a `-Wstring-overflow` warning.
2022-10-03Cleanup: spelling in commentsCampbell Barton
Also replace "dm" for evaluated mesh in some comments.
2022-10-03Cleanup: use function style casts for C++Campbell Barton
2022-10-03Cleanup: quiet undeclared function warningCampbell Barton
2022-10-03Cleanup: Move three modifier files to C++Hans Goudey
2022-10-03Fix: build issue with MSVCRay Molenkamp
Issue introduced by rB208b3a0472b3 which fixed a build issue on linux. This fix is a band-aid at best but reverting rB208b3a0472b3 is not really an option since that would break linux again.
2022-10-03GPUTexture: Add GPU_texture_create_single_layer_viewClément Foucault
This allows the creation of texture arrays from 1D/2D/Cube texture. This is useful when the shader expect a texture array but the original texture isn't.
2022-10-03Fix build error on Linux after font thumbnail changesBrecht Van Lommel
2022-10-03Cleanup: Rename function `gpencil_point_to_parent_space`Antonio Vazquez
gpencil_point_to_parent_space -> gpencil_point_to_world_space The old name was not clear because it looked it was moving into the object space, but really is doing the opposite.
2022-10-03Cleanup: Rename functionsAntonio Vazquez
gpencil_apply_parent->gpencil_world_to_object_space gpencil_apply_parent_point->gpencil_world_to_object_space_point The old name was not descriptive enough.
2022-10-03Cleanup: Move more files using mesh runtime data to C++Hans Goudey
In preparation for moving mesh runtime data out of DNA.
2022-10-03Fix: Mix node did not set clamp result correctly in versioning codeCharlie Jolly
Files were incorrectly loaded without the Clamp Result option set. Reported in BA by CarlG
2022-10-03GPU: Fix issue with GPU render boundaries being opened while a GPUBackend ↵Jason Fielder
does not exist. Fixes regression introduced by rBe8bcca4bdc94 (D15900) Ref T96261 Reviewed By: fclem Maniphest Tasks: T96261 Differential Revision: https://developer.blender.org/D16085
2022-10-03Fix T101504: Crash when repeat value is zeroPratik Borhade
Crash triggers due to division by zero fix is to increase minimum limit for `seg_repeat` to 1 Reviewed By: antoniov, frogstomp Maniphest Tasks: T101504 Differential Revision: https://developer.blender.org/D16120
2022-10-03Cleanup: simplify uv packing for non-square materialsChris Blackbourn
2022-10-03Sculpt: Fix T101467: Improper vertex count in pbvh drawJoseph Eagar
2022-10-03Sculpt: Fix sculpt face set undo creating duplicate face set layersJoseph Eagar
2022-10-03Sculpt: fix crash in relax face sets brushJoseph Eagar
2022-10-03Sculpt: Fix T101430: Dyntopo undo crashJoseph Eagar
2022-10-03Sculpt: Upload white for color attributes in multires in sculptJoseph Eagar
Even if multires in sculpt mode doesn't yet support color attributes, we should at least upload white color to avoid making everything black. Also fixed a bug where multires PBVHs didn't have access to their CustomData attribute layout, which PBVH draw needs.
2022-10-03Sculpt: Fix T101503: Memory corruption in multires faceset drawingJoseph Eagar
2022-10-03Sculpt: Fix T101430: Curve shown improperly in mask from cavity redoJoseph Eagar
2022-10-03Attribute Node: refactor lookup to remove duplication between engines.Alexander Gavrilov
Currently lookup of Object and Instancer attributes is completely duplicated between Cycles, Eevee and Eevee Next. This is bad design, so this patch aims to deduplicate it by introducing a common API in blenkernel. In case of Cycles this requires certain hacks, but according to Brecht it is planned to be rewritten later for more direct access to internal Blender data anyway. Differential Revision: https://developer.blender.org/D16117
2022-10-03Cleanup: Move draw_manager_data.cc to C++Hans Goudey
This will help with moving mesh runtime data to C++
2022-10-03Fix missing Outliner updates when adding nodetreesPhilipp Oeser
When e.g. grouping nodes into nodegroups, these would not show up immediately in the Outliner (Blender File / Data API view). Now send (unique combination, not used elsewhere) notifiers (and listen for these in the Outliner). Differential Revision: https://developer.blender.org/D16093
2022-10-03Fix T101347: Curve draw fails to project to cursor depth in ortho viewsCampbell Barton
ED_view3d_win_to_3d_on_plane with do_clip enabled wasn't working in non-camera orthographic views as it didn't take into account the ray origin being centered to the view. Resolve by testing viewport clipping after the ray has been projected.
2022-10-03Cleanup: quiet unused parameter warning in lambda functionPhilipp Oeser
Copy-paste error in rB039429faeb41.
2022-10-03Fix error in blf_get_sample_text returning a pointer to stack memoryCampbell Barton
Copy-by-value was used when iterating over unicode_samples which then referenced an array from the value. Resolve by referencing a const pointer to the unicode_sample array.
2022-10-03Cleanup: use function style casts for C++Campbell Barton
2022-10-03Cleanup: Move files that use mesh runtime data to C++Hans Goudey
In preparation for moving the mesh runtime struct out of DNA.