Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto commented on pull request blender/blender#108220 2023-05-25 14:32:08 +02:00
Geometry Nodes: expose simulation bake path in UI

@JacquesLucke also what if we call it "Bake" only? I think path is redundant there.

Dalai Felinto commented on pull request blender/blender#108220 2023-05-25 13:09:55 +02:00
Geometry Nodes: expose simulation bake path in UI

I wonder if we could have the path disabled + "a disable toltip" for node-trees that have no simulation nodes. Or optionally not showing them at all.

Dalai Felinto commented on pull request blender/blender#108220 2023-05-25 13:08:22 +02:00
Geometry Nodes: expose simulation bake path in UI

I found a bug which is probably not related to this patch, just more "visible" now : If I try to bake to a folder that I have no access to it doesn't tell me that it failed to bake.

Dalai Felinto commented on issue blender/blender#108196 2023-05-23 16:30:21 +02:00
UI: Show invalid cache as stripped lines

Design done with @pablovazquez

Dalai Felinto opened issue blender/blender#108196 2023-05-23 16:29:01 +02:00
UI: Show invalid cache as stripped lines
Dalai Felinto commented on pull request blender/blender#108191 2023-05-23 16:22:58 +02:00
Add option to install copyright.txt

I didn't test, but the behaviour described seems aligned to what was agreed on.

Dalai Felinto commented on pull request blender/blender#108002 2023-05-23 10:26:45 +02:00
Fix #107988: Spreadsheet not updating when playing animation

Sorry a bit late to the party, but shouldn't it be "Spreadsheet" instead of "Spreadsheet Editors"?

Dalai Felinto commented on issue blender/blender#107785 2023-05-22 15:23:10 +02:00
Shortcut to toggle the asset shelf region

I think overall simple is better. We can also add more options later. In other words, 4 options should be enough for now.

Dalai Felinto commented on issue blender/blender#107881 2023-05-12 15:58:59 +02:00
Asset shelf UI Polish

For the records, this addresses the "Use block border and add Catalags" item:

diff --git a/source/blender/editors/asset/intern/asset_shelf_catalog_selector.cc b/source/blender/editors/asset…
Dalai Felinto closed pull request blender/blender#107849 2023-05-12 15:36:14 +02:00
Use utm_source=blender to urls pointing to blender.org
Dalai Felinto commented on pull request blender/blender#107849 2023-05-12 15:36:13 +02:00
Use utm_source=blender to urls pointing to blender.org

Commited as:

  • cbd838d077b108fca8bba8f543c18ee1fdf0985b
  • a15c637e63798f61aebb777aca54acaed3bf562c
  • 676c6d8e9a9a08ad035496fe3ad0e23814a882cf
Dalai Felinto pushed to main at blender/blender 2023-05-12 15:35:31 +02:00
676c6d8e9a utm_source: use blender version as part of the URL
a15c637e63 Introduce utm_source=blender to urls pointing to blender.org
cbd838d077 Cleanup: Unify operators to use wm.url_open
Compare 3 commits »
Dalai Felinto commented on pull request blender/blender#107849 2023-05-12 10:04:14 +02:00
Use utm_source=blender to urls pointing to blender.org

Incorporated Pablo's suggestion as a separate commit (using bpy.app.version_string as a start point, but making it lower case and to use -).

Dalai Felinto pushed to web-development at dfelinto/blender 2023-05-12 09:56:59 +02:00
5a99c1e0dc utm_source: use blender version as part of the URL
Dalai Felinto commented on pull request blender/blender#107849 2023-05-12 09:39:17 +02:00
Use utm_source=blender to urls pointing to blender.org

Hi @Sergey,

The version and release cycle, as well as platform, branch name, GPU, build hash are already encoded into the UR

This is only the case for the bug reports. The same doesn' t…

Dalai Felinto pushed to web-development at dfelinto/blender 2023-05-11 17:28:14 +02:00
Dalai Felinto pushed to web-development at dfelinto/blender 2023-05-11 17:27:50 +02:00
aa50b727bb Merge branch 'main' into web-development
5d09699d3c Cleanup: use more descriptive names for snap cursor API
b3c02cfcfd Cleanup: remove unused snap_3d functions
16228f2d71 Fix #107830: missing snap indication in measure tool
64f9a30cbd Test: actually use the right matrix for unit test
Compare 7 commits »
Dalai Felinto commented on pull request blender/blender#107849 2023-05-11 17:27:01 +02:00
Use utm_source=blender to urls pointing to blender.org

good point, I now check for .blender.org or if the entire domain is blender.org (in case someone forgets to use www.)