Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
@ 2024-12-23 11:10 SorrelArticulata
  2024-12-29 10:02 ` oreo639
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: SorrelArticulata @ 2024-12-23 11:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1773 bytes --]

New issue by SorrelArticulata on void-packages repository

https://github.com/void-linux/void-packages/issues/53648

Description:
### Is this a new report?

Yes

### System Info

Void 6.11.9_1 x86_64 AuthenticAMD notuptodate rrrmFFF

### Package(s) Affected

blender-4.3.1_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

![blender_noassets_edit](https://github.com/user-attachments/assets/5bf44d01-4114-4596-bad8-b8f8ebf1bf49)


### Actual behaviour

Blender.org's release has the "essentials" asset folder (new):

```
assets/
├── LICENSE
├── blender_assets.cats.txt
├── brushes
│   ├── essentials_brushes-curve_sculpt.blend
│   ├── essentials_brushes-gp_draw.blend
│   ├── essentials_brushes-gp_sculpt.blend
│   ├── essentials_brushes-gp_vertex.blend
│   ├── essentials_brushes-gp_weight.blend
│   ├── essentials_brushes-mesh_sculpt.blend
│   ├── essentials_brushes-mesh_texture.blend
│   ├── essentials_brushes-mesh_vertex.blend
│   └── essentials_brushes-mesh_weight.blend
└── geometry_nodes
    ├── procedural_hair_node_assets.blend
    └── smooth_by_angle.blend

```

Void's blender does not:

```
$ xbps-query -f blender | grep -i assets
/usr/share/blender/4.3/scripts/startup/bl_operators/assets.py
$ xbps-query -f blender | grep -i essentials
$
```

### Steps to reproduce

1. Start blender and click through the splash screen
2. Create a cube (Shift+A -> Mesh -> Cube)
3. Change to Sculpting tab (tabs are at top of screen)
4. Notice bar across bottom is empty (see screenshots above, it should have brushes in it)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
@ 2024-12-29 10:02 ` oreo639
  2024-12-29 10:03 ` oreo639
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-12-29 10:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library github: https://projects.blender.org/blender/blender-assets
It is defined as a git submodule, not sure why they aren't in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
  2024-12-29 10:02 ` oreo639
@ 2024-12-29 10:03 ` oreo639
  2024-12-29 10:09 ` oreo639
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-12-29 10:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library github: https://projects.blender.org/blender/blender-assets
It is defined as a git submodule, not sure why they aren't included in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
  2024-12-29 10:02 ` oreo639
  2024-12-29 10:03 ` oreo639
@ 2024-12-29 10:09 ` oreo639
  2025-01-03 22:22 ` oreo639
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2024-12-29 10:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library github: https://projects.blender.org/blender/blender/src/tag/v4.3.2
It is defined as a git submodule, not sure why they aren't included in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (2 preceding siblings ...)
  2024-12-29 10:09 ` oreo639
@ 2025-01-03 22:22 ` oreo639
  2025-01-04  2:33 ` oreo639
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2025-01-03 22:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library git: https://projects.blender.org/blender/blender/src/tag/v4.3.2
It is defined as a git submodule, not sure why they aren't included in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (3 preceding siblings ...)
  2025-01-03 22:22 ` oreo639
@ 2025-01-04  2:33 ` oreo639
  2025-01-04  2:34 ` oreo639
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2025-01-04  2:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library git: https://projects.blender.org/blender/blender-assets/src/tag/v4.3.2
It is defined as a git submodule, not sure why they aren't included in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (4 preceding siblings ...)
  2025-01-04  2:33 ` oreo639
@ 2025-01-04  2:34 ` oreo639
  2025-01-05  6:23 ` CaioFrancisco
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2025-01-04  2:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207

Comment:
For reference, here is the blender asset library git: https://projects.blender.org/blender/blender-assets/src/tag/v4.3.2
It is defined as a git submodule, not sure why they aren't included in the source release tarballs though: https://github.com/blender/blender/blob/906bc801f44d56c61f9e4c4d95dc9d80cfa2cda8/.gitmodules#L28

Edit: sorry, I linked the wrong git repo, fixed.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (5 preceding siblings ...)
  2025-01-04  2:34 ` oreo639
@ 2025-01-05  6:23 ` CaioFrancisco
  2025-01-05  6:31 ` CaioFrancisco
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-01-05  6:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2571518151

Comment:
oreo mentioned in the IRC that he contacted with Blender's very own Sebastian Parborg and Sebastian said this is gonna get fixed in the next release

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (6 preceding siblings ...)
  2025-01-05  6:23 ` CaioFrancisco
@ 2025-01-05  6:31 ` CaioFrancisco
  2025-01-05  6:37 ` CaioFrancisco
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-01-05  6:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2571518151

Comment:
oreo mentioned in the IRC that he contacted with Blender's very own Sebastian Parborg and Sebastian said this is gonna get fixed in the next release

EDIT: and he provided a [link](https://matrix.to/#/!adffFJdBStpqXBxbTS:blender.org/$5rmFgTJU7tjd50hPg8Il8Vq-AhRZP7yRNmvPxTUe5ew?via=blender.org) as well.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (7 preceding siblings ...)
  2025-01-05  6:31 ` CaioFrancisco
@ 2025-01-05  6:37 ` CaioFrancisco
  2025-01-05  6:47 ` oreo639
  2025-01-05  6:52 ` oreo639
  10 siblings, 0 replies; 12+ messages in thread
From: CaioFrancisco @ 2025-01-05  6:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2571518151

Comment:
oreo mentioned in the IRC that he contacted with Blender's very own Sebastian Parborg and Sebastian said this is gonna get fixed in the next release

EDIT: and he provided a [link](https://chat.blender.org/#/room/#blender-coders:blender.org) as well.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (8 preceding siblings ...)
  2025-01-05  6:37 ` CaioFrancisco
@ 2025-01-05  6:47 ` oreo639
  2025-01-05  6:52 ` oreo639
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2025-01-05  6:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2571518151

Comment:
oreo mentioned in the IRC that he contacted with Blender's very own Sebastian Parborg and Sebastian said this is gonna get fixed in the next release

EDIT: and he provided a [link](https://chat.blender.org/#/room/#blender-coders:blender.org/$5rmFgTJU7tjd50hPg8Il8Vq-AhRZP7yRNmvPxTUe5ew) as well.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: blender: missing assets folder from upstream (sculpting broken, geometry nodes broken)
  2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
                   ` (9 preceding siblings ...)
  2025-01-05  6:47 ` oreo639
@ 2025-01-05  6:52 ` oreo639
  10 siblings, 0 replies; 12+ messages in thread
From: oreo639 @ 2025-01-05  6:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 366 bytes --]

New comment by CaioFrancisco on void-packages repository

https://github.com/void-linux/void-packages/issues/53648#issuecomment-2571518151

Comment:
oreo mentioned in the IRC that he reported it on the blender matrix

EDIT: and he provided a [link](https://chat.blender.org/#/room/#blender-coders:blender.org/$5rmFgTJU7tjd50hPg8Il8Vq-AhRZP7yRNmvPxTUe5ew) as well.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-01-05  6:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-23 11:10 [ISSUE] blender: missing assets folder from upstream (sculpting broken, geometry nodes broken) SorrelArticulata
2024-12-29 10:02 ` oreo639
2024-12-29 10:03 ` oreo639
2024-12-29 10:09 ` oreo639
2025-01-03 22:22 ` oreo639
2025-01-04  2:33 ` oreo639
2025-01-04  2:34 ` oreo639
2025-01-05  6:23 ` CaioFrancisco
2025-01-05  6:31 ` CaioFrancisco
2025-01-05  6:37 ` CaioFrancisco
2025-01-05  6:47 ` oreo639
2025-01-05  6:52 ` oreo639

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).