Define author of bundle essential assets #105250

Closed
opened 2023-02-27 15:35:41 +01:00 by Dalai Felinto · 11 comments

Right now we are crediting Blender Studio for the Hair node group essential bundle.

I want to revisit or confirm this decision before 3.5 is out.

Right now we are crediting Blender Studio for the Hair node group essential bundle. I want to revisit or confirm this decision before 3.5 is out.
Dalai Felinto added this to the 3.5 milestone 2023-02-27 15:35:41 +01:00
Dalai Felinto added the
Type
To Do
label 2023-02-27 15:35:41 +01:00
Dalai Felinto self-assigned this 2023-02-27 15:35:42 +01:00
Dalai Felinto added this to the Nodes & Physics project 2023-02-27 15:35:42 +01:00
Author
Owner

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

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

The conclusion was to have copyright and license as new meta-data entries. This is fully described on #105300 and implemented on #105318.
Julian Eisel added the
Interest
Asset Browser
label 2023-03-06 16:53:09 +01:00
Author
Owner

For the records, this is the conclusion of the discussions I had at the Blender HQ with Ton, Francesco and Simmon. Eventually this should be moved to the wiki, to a page explaning the bundled assets.

  • License: CC0
  • Copyright: Blender Foundation
  • Author: {leave it empty}

There is no dispute regarding License and Copyright. But let me lay down the reasoning for the author:

Having specific authors for official assets is really hard to manage.

The moment someone tweaks the asset, fix an issue, extend its functionality, that person should be added as co-author. The same if someone creates a new node specific for a node group asset.

We already run into this same issue for add-ons. And we used to run on this for individual copyright attributions in the source code.

For the records, this is the conclusion of the discussions I had at the Blender HQ with Ton, Francesco and Simmon. Eventually this should be moved to the wiki, to a page explaning the bundled assets. * License: CC0 * Copyright: Blender Foundation * Author: {leave it empty} There is no dispute regarding License and Copyright. But let me lay down the reasoning for the author: Having specific authors for official assets is really hard to manage. The moment someone tweaks the asset, fix an issue, extend its functionality, that person should be added as co-author. The same if someone creates a new node specific for a node group asset. We already run into this same issue for add-ons. And we used to run on this for individual copyright attributions in the source code.

This is one of the few remaining open issues for 3.5. Is there anything to be done here still before that release? Is it clear who will do it?

CC @Harley @JulianEisel

This is one of the few remaining open issues for 3.5. Is there anything to be done here still before that release? Is it clear who will do it? CC @Harley @JulianEisel
Member

@brecht - Is there anything to be done here still before that release?

There is a related unreviewed PR #105812 that makes it so that meta-fields that are both blank and read-only are not shown. That way bundled Essential Assets can leave a field blank, like author, and it will just not appear to users.

> @brecht - Is there anything to be done here still before that release? There is a related unreviewed PR #105812 that makes it so that meta-fields that are both blank and read-only are not shown. That way bundled Essential Assets can leave a field blank, like author, and it will just not appear to users.

Ok, I thought perhaps there might also be assets .blend files to be updated?

That patch seems something that can be quickly reviewed and landed in any case.

Ok, I thought perhaps there might also be assets .blend files to be updated? That patch seems something that can be quickly reviewed and landed in any case.
Member

@brecht - Ok, I thought perhaps there might also be assets .blend files to be updated?

There might be; I don't know if the current state of the bundled assets represents their desired final form.

That patch seems something that can be quickly reviewed and landed in any case.

This patch was just done on spec based on a conversation with Julian last Wednesday. It seems reasonable and unharmful but it is also possible that others need to sign off.

> @brecht - Ok, I thought perhaps there might also be assets .blend files to be updated? There might be; I don't know if the current state of the bundled assets represents their desired final form. > That patch seems something that can be quickly reviewed and landed in any case. This patch was just done on spec based on a conversation with Julian last Wednesday. It seems reasonable and unharmful but it is also possible that others need to sign off.
Member

@brecht - The currently bundled assets do seem to be as described, with each having a blank "author" field, not shown with PR #105812.

BundledAssets.png

@brecht - The currently bundled assets do seem to be as described, with each having a blank "author" field, not shown with PR #105812. ![BundledAssets.png](/attachments/749d8d1f-b464-4073-b940-7fba76a3f6c0)
Member

From what I can tell the assets are ready for the release. License and copyright are set, author is unset (which AFAIK is intentional). @SimonThommes any changes you still want to do?
I think we should also link to the license, so the license field could read like one of the following:

  • CC0 - https://creativecommons.org/publicdomain/zero/1.0/legalcode
  • CC0 Public Domain - https://creativecommons.org/publicdomain/zero/1.0/legalcode
  • CC0 (Public Domain) - https://creativecommons.org/publicdomain/zero/1.0

I think the last one is the clearest, note that it links to the human-readable summary, not the legal text.

Hiding unset properties (#105812) is a separate change IMO that can be done for the next release.

From what I can tell the assets are ready for the release. License and copyright are set, author is unset (which AFAIK is intentional). @SimonThommes any changes you still want to do? I think we should also link to the license, so the license field could read like one of the following: * `CC0 - https://creativecommons.org/publicdomain/zero/1.0/legalcode` * `CC0 Public Domain - https://creativecommons.org/publicdomain/zero/1.0/legalcode` * `CC0 (Public Domain) - https://creativecommons.org/publicdomain/zero/1.0` I think the last one is the clearest, note that it links to the human-readable summary, not the legal text. Hiding unset properties (#105812) is a separate change IMO that can be done for the next release.
Member

From what I can tell the assets are ready for the release

That's correct from my end. I have only been doing small bug fixes for issues I'm finding, nothing major. I'm now only working on material for the release and documentation.

I set author, license and copyright to what has been confirmed to me by Dalai. I can add the additional information to the license. Should I do that now?

> From what I can tell the assets are ready for the release That's correct from my end. I have only been doing small bug fixes for issues I'm finding, nothing major. I'm now only working on material for the release and documentation. I set author, license and copyright to what has been confirmed to me by Dalai. I can add the additional information to the license. Should I do that now?
Member

Before I forget: @JulianEisel Do you have an update on that? You poked Ton in the chat but he didn't respond there afaict

Before I forget: @JulianEisel Do you have an update on that? You poked Ton in the chat but he didn't respond there afaict
Member

This topic is entirely resolved now. This is the approved configuration that I now committed:
image

This topic is entirely resolved now. This is the approved configuration that I now committed: ![image](/attachments/b16f3992-b821-43c2-9a35-b16ef194ae31)
8.6 KiB
Blender Bot added the
Status
Archived
label 2023-03-28 12:05:17 +02:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#105250
No description provided.