Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto deleted branch gitea-inactive from blender/blender 2023-04-13 17:02:55 +02:00
Dalai Felinto pushed to gitea-inactive at blender/blender 2023-04-13 17:02:30 +02:00
833ab2ee4a Tools: util to get inactive member of teams from gitea
Dalai Felinto created branch gitea-inactive in blender/blender 2023-04-13 17:02:29 +02:00
Dalai Felinto opened issue blender/blender#106898 2023-04-13 12:34:18 +02:00
Create final mockup for the Draft operators
Dalai Felinto commented on issue blender/blender#106810 2023-04-11 18:11:11 +02:00
Simulation Nodes: Color for the simulation zone background

Task updated with the proposed color by @pablovazquez and me.

On a related note, the lines of the zone itself should match the thickness of the nodes. At the moment it is a bit thinner:

![ima…

Dalai Felinto opened issue blender/blender#106810 2023-04-11 15:32:24 +02:00
Simulation Nodes: Color for the simulation zone background
Dalai Felinto opened issue blender/blender#106809 2023-04-11 15:27:51 +02:00
Geometry Nodes: Dynamic population of operator menus for node-based assets
Dalai Felinto opened issue blender/blender#106804 2023-04-11 14:12:07 +02:00
Geometry Nodes: Hide modifier sub-panels when they are empty
Dalai Felinto commented on issue blender/blender#106790 2023-04-11 12:44:20 +02:00
Simulation Nodes: Store baked geometries in .blend file

I believe the option D (external) is a good start point since this is required for production files.

Dalai Felinto commented on pull request blender/blender#105841 2023-04-11 10:56:34 +02:00
Assets: Implement Traits

@JulianEisel @Harley what is the status of this patch?

Dalai Felinto commented on issue blender/blender#106497 2023-04-07 18:34:32 +02:00
Geometry Nodes: Freeze Node

I've been thinking about an alternative. Basically to embrace the concept of checkpoints a bit more.

What is a check-point? Any point in the node-tree that you can bake and use the baked result…

Dalai Felinto commented on issue blender/blender#106008 2023-04-06 12:17:41 +02:00
Design: Support navigation for transform operators

Not sure if related but ... one idea we have for the future is to support multi-touch devices. Imagine someone using 2-fingers to rotate the scene, while using the pen to sculpt (or to transform). …

Dalai Felinto commented on pull request blender/blender#106557 2023-04-04 18:22:30 +02:00
Add simulation input and output node as a pair

Does that also work if I add the pair via the Python API without using an operator? e.g., by using: my_node_group.nodes.add.new("GeometryNodeSimulation")

Dalai Felinto commented on issue blender/blender#106497 2023-04-04 18:11:34 +02:00
Geometry Nodes: Freeze Node
Dalai Felinto commented on issue blender/blender#105250 2023-03-17 14:43:20 +01:00
Define author of bundle essential assets

For the records, this is the conclusion of the discussions we had at the Blender HQ. Eventually this should be moved to the wiki, to a page explaning the bundled assets.

  • License: CC0 *…
Dalai Felinto commented on issue blender/blender#105786 2023-03-17 14:26:30 +01:00
How to handle linked data with 'fake user' set

There is no ideal solution (other than reverting the behavour back to 3.4 days). So I'm okay with the proposed patch.

Dalai Felinto pushed to main at infrastructure/blender-metrics 2023-03-16 12:45:39 +01:00
8839ee3e7a Fix scoped labels since syntax change in gitea
Dalai Felinto commented on issue infrastructure/blender-projects-platform#55 2023-03-14 10:33:43 +01:00
Revoke repository write access for inactive accounts

We could have a team that has no addition permission and move those developers there.

Sugestion: "All-time Developers".

Dalai Felinto commented on issue blender/blender#103032 2023-03-09 14:39:01 +01:00
Simulation Nodes

Task updated with the second milestone, as discussed in the workshop in March 2023. This milestone makes simulation node ready for public usage.

Dalai Felinto commented on pull request blender/blender#104862 2023-03-09 14:32:44 +01:00
Fix #102317: Any action triggers expansion of all ViewLayers

I'm not the best person to look at the code (I could, but I haven't been doing much coding lately). @PratikPB2123 have someone from the UI team to look at it (e..g, @Harley )