Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto opened issue infrastructure/blender-projects-platform#118 2024-08-13 14:58:09 +02:00
New Triaging Process
Dalai Felinto commented on issue infrastructure/extensions-website#234 2024-08-13 14:39:26 +02:00
Team Management Request - Create SideQuest Team

@mikesq I created. But why do you want a team that only has one member?

Dalai Felinto opened issue blender/blender#126277 2024-08-13 12:59:06 +02:00
EEVEE: Bring back the Bloom panel
Dalai Felinto commented on pull request blender/blender#125389 2024-08-12 22:20:09 +02:00
WIP: Core: asset embedding experiment

@blender-bot package

Dalai Felinto commented on pull request blender/blender#125389 2024-08-12 17:59:01 +02:00
WIP: Core: asset embedding experiment

Hi @JacquesLucke could you articulate a bit on why do you think this approach is better than the original one?

I'm a bit wary of going a different direction than one already discussed at length…

Dalai Felinto deleted branch outliner-geometry-nodes from dfelinto/blender 2024-08-12 15:59:36 +02:00
Dalai Felinto merged pull request blender/blender#126103 2024-08-12 15:59:33 +02:00
Outliner: Expand Geometry Nodes Modifier to show the data-block
Dalai Felinto pushed to main at blender/blender 2024-08-12 15:59:33 +02:00
4b726b41b9 Outliner: Expand Geometry Nodes Modifier to show the data-block
Dalai Felinto pushed to outliner-geometry-nodes at dfelinto/blender 2024-08-12 15:57:04 +02:00
a74e747b32 From review: remove tree_element_node_tree_activate
Dalai Felinto pushed to outliner-geometry-nodes at dfelinto/blender 2024-08-09 14:59:03 +02:00
9a515be25c From review: support rename
Dalai Felinto pushed to outliner-geometry-nodes at dfelinto/blender 2024-08-08 19:55:53 +02:00
300478945b Remove code which is not required
Dalai Felinto created pull request blender/blender#126103 2024-08-08 19:53:53 +02:00
Outliner: Expand Geometry Nodes Modifier to show the data-block
Dalai Felinto created branch outliner-geometry-nodes in dfelinto/blender 2024-08-08 19:49:41 +02:00
Dalai Felinto pushed to outliner-geometry-nodes at dfelinto/blender 2024-08-08 19:49:41 +02:00
81c8a7bbdb Add more code for completion
5107ad2d41 Outliner: Make Geometry Nodes assetable: Advanced approach
5d42dfe649 Outliner: Expand Geometry Nodes Modifier to show the data-block
3f5d380365 Fix #125897: Use cyclic when handling curves selection
5ee7d02840 Fix #91369: Remove physics constraint references to avoid crash on undo
Compare 10 commits »
Dalai Felinto commented on pull request blender/blender#124093 2024-08-08 12:58:27 +02:00
WIP: Geometry Nodes for Rigid Body Simulation

@blender-bot package

Dalai Felinto approved blender/blender#125960 2024-08-08 12:27:43 +02:00
Compositor: Add experimental option for new CPU compositor

Approving. See my suggestion about the name and USER_EXPERIMENTAL_TEST.

Dalai Felinto commented on pull request blender/blender#125960 2024-08-08 12:26:51 +02:00
Compositor: Add experimental option for new CPU compositor

+1 then, I have nothing further to add

Dalai Felinto commented on pull request blender/blender#125960 2024-08-08 12:07:26 +02:00
Compositor: Add experimental option for new CPU compositor

@OmarEmaraDev you can just assign a shortcut to toggle the experimental feature. Would that make things slower for you?

For example: <img width="907" alt="image" src="attachments/4e873eea-3209-…

Dalai Felinto commented on pull request blender/blender#125960 2024-08-08 11:58:30 +02:00
Compositor: Add experimental option for new CPU compositor

@OmarEmaraDev I think it is simpler without:

  • Simpler for anyone to test in the future.
  • Keep the code closer to a release state.
  • Make sure the UI is final, while you can work on the…
Dalai Felinto suggested changes for blender/blender#125960 2024-08-08 11:48:24 +02:00
Compositor: Add experimental option for new CPU compositor
  • Never check for U.experimental directly, use USER_EXPERIMENTAL_TEST instead.