Dalai Felinto dfelinto
  • Joined on 2006-06-02
Dalai Felinto commented on issue blender/blender#105250 2023-03-02 16:25:33 +01:00
Define author of bundle essential assets

The conclusion was to have copyright and license as new meta-data entries.

This is fully described on #105300 and implemented on #105318.

Dalai Felinto commented on pull request blender/blender#105318 2023-03-02 10:12:43 +01:00
Assets: Add License and Copyright meta-data

Hi Harley, License should go before Copyright. Some licenses don't require copyright, so this field may end up empty every now and then.

Dalai Felinto commented on issue blender/blender#105300 2023-02-28 17:39:31 +01:00
Support "license" and "copyright" meta-data instead of "author"

@JulianEisel what if we have:

  • License Name
  • Full license / url

This way we can always show the license name in the UI (e.g., on mouse hover of assets?) but still allow for more complex…

Dalai Felinto commented on issue blender/blender#105300 2023-02-28 17:33:34 +01:00
Support "license" and "copyright" meta-data instead of "author"

@mod_moder the license will be there as a simple text blurb.

But Blender is not reinforcing the license, it is up to artists using the assets.

Dalai Felinto opened issue blender/blender#105300 2023-02-28 16:00:18 +01:00
Support "license" and "copyright" meta-data instead of "author"
Dalai Felinto commented on pull request blender/blender#104830 2023-02-28 10:38:22 +01:00
File Browser: Make full file name label draggable

I still get the box select when my drag starts right in the space between the two lines:

image

Can we use the same margin that the mouse…

Dalai Felinto opened issue blender/blender#105253 2023-02-27 15:45:03 +01:00
Replace the old curves code with the new one
Dalai Felinto opened issue blender/blender#105250 2023-02-27 15:35:42 +01:00
Define author of bundle essential assets
Dalai Felinto opened issue blender/blender#105249 2023-02-27 15:31:29 +01:00
Nodes Operator design
Dalai Felinto opened issue blender/blender#105248 2023-02-27 15:28:20 +01:00
Node Group usability tasks for Node assets
Dalai Felinto opened issue blender/blender#105247 2023-02-27 15:23:28 +01:00
Attribute Editing
Dalai Felinto commented on issue blender/blender#93403 2023-02-24 10:23:15 +01:00
Hotkeys conflict between Shader Nodes, Compositing Nodes, GeoNodes and Texture Node Editor.

@ravikul-rao I believe contributions to this are still welcome. If you get a chance to work on this remember to refer to this issue, so people following it can help with testing.

Dalai Felinto commented on issue blender/blender#104857 2023-02-23 11:04:23 +01:00
Crash using GN Editor or Assetbrowser when "datafiles/assets" folder is not there

For reference, those are some of the current errors we get for missing datafiles:

  • BLT_lang_init: 'locale' data path for translations not found, continuing
  • Color management: using fallback…
Dalai Felinto commented on issue blender/blender#104857 2023-02-23 10:32:07 +01:00
Crash using GN Editor or Assetbrowser when "datafiles/assets" folder is not there

Sybren (on chat) was suggesting a 3rd option:

"3. whenever these files are missing just show that things are missing and functionality is limited."

If we have a good way to show those…

Dalai Felinto commented on issue blender/blender#104857 2023-02-23 10:27:35 +01:00
Crash using GN Editor or Assetbrowser when "datafiles/assets" folder is not there

I think the problem can be split in two ways:

  1. People who deliberately want to build a light Blender (e.g., make lite) should be able to do so with no problems.

  2. People who were just…

Dalai Felinto pushed to main at blender/blender 2023-02-17 18:51:46 +01:00
4b6ce4512c Merge remote-tracking branch 'origin/blender-v3.5-release'
d891b38776 Fix #104850: Create Geometry Nodes operators fails if not in English
4ec9aff2af Revert "Fix #104850: Create Geometry Nodes operators fails if not in English"
68181c2560 Fix #104850: Create Geometry Nodes operators fails if not in English
Compare 4 commits »
Dalai Felinto pushed to blender-v3.5-release at blender/blender 2023-02-17 18:50:26 +01:00
d891b38776 Fix #104850: Create Geometry Nodes operators fails if not in English
Dalai Felinto pushed to blender-v3.5-release at blender/blender 2023-02-17 18:48:18 +01:00
4ec9aff2af Revert "Fix #104850: Create Geometry Nodes operators fails if not in English"
Dalai Felinto closed issue blender/blender#104850 2023-02-17 18:39:31 +01:00
Regression: Error while creat new Geometry node if the language is not English
Dalai Felinto merged pull request blender/blender#104889 2023-02-17 18:39:29 +01:00
Fix #104850: Create Geometry Nodes operators fails if not in English