Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto opened issue blender/blender#111524 2023-08-25 16:09:25 +02:00
Node Tools: popover menus for options
Dalai Felinto opened issue blender/blender#111523 2023-08-25 16:04:32 +02:00
(Geometry) Node Tools: New Tool Defaults
Dalai Felinto created branch gitea-120 in infrastructure/gitea-custom 2023-08-24 18:12:05 +02:00
Dalai Felinto pushed to gitea-120 at infrastructure/gitea-custom 2023-08-24 18:12:05 +02:00
Dalai Felinto pushed to develop at infrastructure/gitea-custom 2023-08-24 18:11:32 +02:00
e651a7f2d1 Revert "Navbar: style fixes for gitea 1.20"
035d316672 Revert "Fix missing CSS variable for gitea 1.20 (#3)"
d8abb3efab Merge remote-tracking branch 'origin/develop'
ffd1366dec Fix missing CSS variable for gitea 1.20 (#3)
e34b6e71d6 Merge branch 'develop'
Compare 6 commits »
Dalai Felinto pushed to main at infrastructure/gitea-custom 2023-08-24 18:05:17 +02:00
e651a7f2d1 Revert "Navbar: style fixes for gitea 1.20"
035d316672 Revert "Fix missing CSS variable for gitea 1.20 (#3)"
Compare 2 commits »
Dalai Felinto pushed to main at infrastructure/gitea-custom 2023-08-24 16:35:06 +02:00
d8abb3efab Merge remote-tracking branch 'origin/develop'
20f9f505e3 Bump release cycle to 4.0 bcon2
f2717d098b Navbar: style fixes for gitea 1.20
611e7e835f Fix missing CSS variable for gitea 1.20 (#3)
Compare 4 commits »
Dalai Felinto commented on pull request infrastructure/gitea-custom#5 2023-08-24 16:32:05 +02:00
merging develop into main

Closing this since 611e7e835f is actually being merged twice. I will handle this via command-line

Dalai Felinto closed pull request infrastructure/gitea-custom#5 2023-08-24 16:31:39 +02:00
merging develop into main
Dalai Felinto created pull request infrastructure/gitea-custom#5 2023-08-24 16:29:51 +02:00
merging develop into main
Dalai Felinto pushed to develop at infrastructure/gitea-custom 2023-08-24 16:06:41 +02:00
20f9f505e3 Bump release cycle to 4.0 bcon2
Dalai Felinto pushed to main at blender/blender-manual 2023-08-24 15:58:15 +02:00
d2e4f383ed Geometry Nodes: Fix order of items
Dalai Felinto commented on pull request blender/blender#111348 2023-08-24 14:56:57 +02:00
Nodes: Panels integration with blend files and UI

Great implementation so far. I gathered some suggestions. I will bring this list up to the next Nodes & Physics daily, since I want the buy-in from the rest of the team.

General changes:

Dalai Felinto commented on issue infrastructure/blender-projects-platform#67 2023-08-24 12:46:10 +02:00
Feature: Support pasting functionality within our platform

For the records, I'm using this command-line script to pass my pastes to nopaste:

#!/usr/bin/env python3

"""
Paste script, use with stdin

eg:

    git diff 
Dalai Felinto opened issue infrastructure/blender-projects-platform#67 2023-08-24 11:30:15 +02:00
Support pasting functionality within our platform
Dalai Felinto commented on issue blender/blender#111399 2023-08-24 11:22:32 +02:00
Experimental group node operators: Crash when applying operator that has unconnected Geometry output

I cannot reproduce in either release or debug with my test file:

node_tools.zip

Your file is incomplete as it is (it has no catalog). So…

Dalai Felinto commented on issue blender/blender#111344 2023-08-24 10:50:19 +02:00
Compositor: Viewport issues when zoomed in

@OmarEmaraDev It may help to clarify how people expect (or are expected) to use the Viewport Compositing (as oppose to the camera compositing).


The Camera Compositing doesn't need all…

Dalai Felinto closed issue blender/blender#111174 2023-08-24 10:43:59 +02:00
Geometry Nodes: Node groups not created during current session won't have datablock selector
Dalai Felinto commented on issue blender/blender#111174 2023-08-24 10:43:56 +02:00
Geometry Nodes: Node groups not created during current session won't have datablock selector

This is working as expected and designed. Just to reiterate on the design:

Asset node-groups should be (almost) indistinguishable from built-in nodes. They are effectively intended to different…

Dalai Felinto commented on issue blender/blender#111447 2023-08-24 10:37:52 +02:00
Regression: Global Viewport Visibility no longer readable when object is appended from another file

When selecting multiple options I don't think the selection option should "override" the object "selectability" and "visibility".

When appending individual objects (specially if we do it via…