Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto pushed to web-development at dfelinto/blender 2023-05-11 17:26:33 +02:00
b2d97b7711 Introduce utm_source=blender to urls pointing to blender.org
Dalai Felinto created pull request blender/blender#107849 2023-05-11 17:16:42 +02:00
Use utm_source=blender to urls pointing to blender.org
Dalai Felinto pushed to main at dfelinto/blender 2023-05-11 17:14:35 +02:00
061712fcc6 Add ORIENTATION_PARENT icon
39ba60e88d Math: add unit test for mat3_normalized_to_quat_fast
b029db5461 Vulkan: AMD Swapchain
809a5aa418 Vulkan: Initial Graphics Pipeline
6a20b0022c Vulkan: Swap Chain
Compare 472 commits »
Dalai Felinto pushed to web-development at dfelinto/blender 2023-05-11 17:14:23 +02:00
50eda5d669 Introduce utm_source=blender to urls pointing to blender.org
f051745bb6 Cleanup: Unify operators to use wm.url_open
061712fcc6 Add ORIENTATION_PARENT icon
39ba60e88d Math: add unit test for mat3_normalized_to_quat_fast
b029db5461 Vulkan: AMD Swapchain
Compare 10 commits »
Dalai Felinto created branch web-development in dfelinto/blender 2023-05-11 17:14:23 +02:00
Dalai Felinto opened issue blender/blender#107837 2023-05-11 11:41:24 +02:00
UI: Change "Separate Components" node output order to match Spreadsheet
Dalai Felinto opened issue blender/blender#107836 2023-05-11 11:35:20 +02:00
UI: Add "Simulation Nodes" cache visibility option in the Timeline view
Dalai Felinto commented on issue blender/blender#107785 2023-05-09 17:02:02 +02:00
Shortcut to toggle the asset shelf region

But Ctrl Spacebar is already used to maximize the editor.

Dalai Felinto commented on pull request blender/blender#107738 2023-05-09 16:48:04 +02:00
Geometry Nodes: add theme option for simulated frames in timeline

@JacquesLucke I checked this with @pablovazquez.

We propose to use: [0.450786, 0.116971, 0.396755, 1.000000]

That is basically the same color we use for Simulation Zone but with a higher…

Dalai Felinto opened issue blender/blender#107786 2023-05-09 15:54:37 +02:00
Support dragging to apply blend poses via the Asset Shelf
Dalai Felinto opened issue blender/blender#107785 2023-05-09 15:48:12 +02:00
N-Pie Menu for the property/tools/asset shelf regions
Dalai Felinto opened issue blender/blender#107784 2023-05-09 15:47:07 +02:00
Name filtering for Asset Shelf assets
Dalai Felinto commented on issue blender/blender#107715 2023-05-08 09:39:29 +02:00
Issues in built-in asset library file

@SimonThommes do you want to tackle this? Otherwise assign it back to me.

I believe it is just a matter of deleting the library and node groups. But would still need to double-check if any of…

Dalai Felinto pushed to main at infrastructure/blender-metrics 2023-05-05 16:59:48 +02:00
8cecb9f5fc Fix oscillations due to no --first-parent
Dalai Felinto pushed to main at infrastructure/blender-metrics 2023-05-05 16:22:53 +02:00
31e7064b5e Fix git query
Dalai Felinto pushed to main at infrastructure/blender-metrics 2023-05-05 15:47:05 +02:00
28f3519c3e Keep tracking of c files
Dalai Felinto commented on issue blender/blender#107637 2023-05-05 11:07:09 +02:00
Regression: Hair sculpt crash on an empty hair object with "Density" brush

Bisected to dcb3b1c1f9cb3d5b5e1827a7378b909745c55d64

Dalai Felinto commented on issue blender/blender#107637 2023-05-05 10:16:16 +02:00
Regression: Hair sculpt crash on an empty hair object with "Density" brush

The backtrace:

#0  0x0000000001dc7da5 in blender::geometry::add_curves_on_mesh(blender::bke::CurvesGeometry&, blender::geometry::AddCurvesOnMeshInputs const&) ()
#1  0x0000000001c692d7 in…
Dalai Felinto commented on issue blender/blender#107637 2023-05-05 10:15:07 +02:00
Regression: Hair sculpt crash on an empty hair object with "Density" brush

Confirmed indeed (and yes for the crash the cursor has to start outside the cube)

Dalai Felinto commented on pull request blender/blender#107054 2023-05-01 11:13:55 +02:00
WIP: Visualize snapping type by showing different symbols

Instead of symbols, wouldn't it be nice to highlight the vertex, edge or polygon being snapped? I think it would be even more descriptive than symbols. But we would need to be careful not to…