Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto approved blender/blender#111449 2023-08-24 10:25:57 +02:00
Geometry Nodes: Move tool-specific nodes to proper menus

I didn't test it, but it seems about right. Remember that we need to update the manual as well then.

Dalai Felinto commented on pull request blender/blender#111449 2023-08-24 10:25:55 +02:00
Geometry Nodes: Move tool-specific nodes to proper menus

I didn't test it, but it seems about right. Remember that we need to update the manual as well then.

Dalai Felinto commented on issue blender/blender#111352 2023-08-22 16:12:44 +02:00
Mesh Auto Smooth Essentials Asset

Feedback from the "Nodes & Physics" module meeting:

  1. Catalog should be Mesh > Write.
  2. Try having a "screenshot" of the node group as the preview.

One of the downside of the screenshot…

Dalai Felinto commented on pull request blender/blender#110828 2023-08-22 15:21:42 +02:00
UI: show recently selected items at the top of searches

Would it work well if show the latest item(s) with the Recover Last Session icon?

Dalai Felinto created pull request HooglyBoogly/blender#3 2023-08-22 10:55:56 +02:00
Fix error message when there is no geometry selected
Dalai Felinto commented on pull request blender/blender#110813 2023-08-22 10:55:10 +02:00
Geometry Nodes: Add warning for tools and text in node editor header

Another option is ot always leave the Mode/Geometry in a valid state. So if deselect all Geometries, we turn all the other Geometries ON.

Dalai Felinto created branch dfelinto-patch-1 in HooglyBoogly/blender 2023-08-22 10:54:15 +02:00
Dalai Felinto pushed to dfelinto-patch-1 at HooglyBoogly/blender 2023-08-22 10:54:15 +02:00
4bc90d913b Update scripts/startup/bl_ui/space_node.py
Dalai Felinto commented on pull request blender/blender#110813 2023-08-22 10:36:45 +02:00
Geometry Nodes: Add warning for tools and text in node editor header

Hey Harley, I intended to tag Hans, not you sorry. I'm glad you stepped in though.

The type is indeed unrelated, and the warning should be about geometry, not type.

It feels odd to me to…

Dalai Felinto commented on pull request blender/blender#110813 2023-08-21 22:00:30 +02:00
Geometry Nodes: Add warning for tools and text in node editor header

@Harley did you try the file? Because even after reopening Blender the operator didn’t show up in a menu. I’ll try again tomorrow into see if I’m not missing anything.

And even if it…

Dalai Felinto commented on pull request blender/blender#110813 2023-08-21 17:30:15 +02:00
Geometry Nodes: Add warning for tools and text in node editor header

I think there is a bug, where if I try to move the node group to the Hair catalog it allows me, but it doesn't show in the menu (and the warning is still there).

Example file for the bug I…

Dalai Felinto commented on pull request blender/blender#110813 2023-08-21 16:19:17 +02:00
Geometry Nodes: Add warning for tools and text in node editor header

Warnings working well so far. Some issues:

  • When I move to a catalog, the warning doesn't get dismissed right away (missing notifier?).
  • I think there is a bug, where if I try to move the…
Dalai Felinto opened issue blender/blender#111347 2023-08-21 15:18:12 +02:00
Node Tools: Officially release (out of experimental)
Dalai Felinto opened issue blender/blender#111346 2023-08-21 15:11:51 +02:00
Node Tools: Only show redo panel when there are items there
Dalai Felinto closed issue blender/blender#109914 2023-08-21 15:08:14 +02:00
Use traits for Node Group operators
Dalai Felinto commented on issue blender/blender#109914 2023-08-21 15:08:11 +02:00
Use traits for Node Group operators

This is no longer needed.

Dalai Felinto opened issue blender/blender#111345 2023-08-21 15:00:57 +02:00
Compositor: Viewport issues when Passepartout is off
Dalai Felinto opened issue blender/blender#111344 2023-08-21 14:55:27 +02:00
Compositor: Viewport issues when zoomed in
Dalai Felinto commented on pull request blender/blender#110783 2023-08-15 15:44:26 +02:00
License Headers: Use "SPDX-FileCopyrightText: ... Blender Authors, add AUTHORS

I removed myself from reviewer. I support (and trust) the decision you guys came up with.

Dalai Felinto commented on pull request blender/blender#110458 2023-08-15 15:29:53 +02:00
UI: Add initial UI support for ID pointers custom properties

I would expect this to use a simple ID template (without allowing for Fake User or Duplicate/Make Unique). Similar to how we refer to points elsewhere such as the UV Projection modifier, the set…