Martijn Versteegh Baardaap
  • Joined on 2020-06-24
Martijn Versteegh commented on pull request blender/blender#107146 2023-04-19 22:56:09 +02:00
Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags

commited to main as 911f9bea84

Martijn Versteegh deleted branch fixwrongcolorattribactive from Baardaap/blender 2023-04-19 22:29:00 +02:00
Martijn Versteegh closed pull request blender/blender#107146 2023-04-19 22:28:44 +02:00
Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
Martijn Versteegh pushed to main at Baardaap/blender 2023-04-19 22:27:45 +02:00
911f9bea84 Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
e05cbad0d1 Sculpt: Fix #107093: expand helper function not specialized to pbvh
2ab500c234 Cleanup: Remove unnecessary point cloud function argument
7535ab412a Cleanup: Remove redundant "reference" argument to geometry copy
10d175e223 Cleanup: Use consistent argument order for mesh creation functions
Compare 808 commits »
Martijn Versteegh pushed to main at blender/blender 2023-04-19 22:27:15 +02:00
911f9bea84 Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
Martijn Versteegh closed issue blender/blender#107067 2023-04-19 22:27:15 +02:00
Active Color Attribute switches after save and reverting file
Martijn Versteegh pushed to fixwrongcolorattribactive at Baardaap/blender 2023-04-19 22:06:22 +02:00
776e9c5b9a Merge branch 'main' into fixwrongcolorattribactive
e05cbad0d1 Sculpt: Fix #107093: expand helper function not specialized to pbvh
2ab500c234 Cleanup: Remove unnecessary point cloud function argument
7535ab412a Cleanup: Remove redundant "reference" argument to geometry copy
10d175e223 Cleanup: Use consistent argument order for mesh creation functions
Compare 7 commits »
Martijn Versteegh created pull request blender/blender#107146 2023-04-19 21:57:58 +02:00
Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
Martijn Versteegh created branch fixwrongcolorattribactive in Baardaap/blender 2023-04-19 21:57:25 +02:00
Martijn Versteegh pushed to fixwrongcolorattribactive at Baardaap/blender 2023-04-19 21:57:25 +02:00
9f8c64630a Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
c6d4de9e49 Render: Fix crash in baking
199c7da06d Assets: Do Not Show Blank Read-Only Metadata
acb34c718e Fix #107120: Small fixes to OS File Operations
097b9c5a36 Fix: Build error after last commit
Compare 10 commits »
Martijn Versteegh commented on issue blender/blender#107067 2023-04-19 17:19:21 +02:00
Active Color Attribute switches after save and reverting file

That seems related, yes.

I'll have a look

Martijn Versteegh commented on pull request blender/blender#106972 2023-04-18 20:05:21 +02:00
Make first non-anonymous CustomData layer active

I don't really have a strong opinion either. It's kinda weird that there's now the possible situation of a hidden layer being the active one, but no one seems to have complained so maybe I'll just…

Martijn Versteegh commented on issue blender/blender#106563 2023-04-18 12:30:48 +02:00
Regression: Viewport Shading 'Attribute' Option Broken for generated Geometry

Interesting, so does that mean that technically 3.4 isn't supposed to work when doing this either? Ha ha.

No it probably means I misremembered stuff ;-)

possible fix:

https://projects.bl

Martijn Versteegh commented on pull request blender/blender#106972 2023-04-18 12:19:02 +02:00
Make first non-anonymous CustomData layer active

@HooglyBoogly considering your lukewarm reaction in the chat I assume you'r prefer not to do this patch and wait for converting all active layers to name-based -o-the-geometry instead? And…

Martijn Versteegh commented on pull request blender/blender#107066 2023-04-18 12:16:40 +02:00
WIP: Pass on color_attribute metadata through instancing, only for mesh

This patch shows one approach. Questions/doubts I have:

  • I used std::string, but maybe this is overkill? Could probably just be a char * referencing the base mesh? I guess the base mesh will…
Martijn Versteegh pushed to pass_active_color_to_instances at Baardaap/blender 2023-04-18 11:52:06 +02:00
efd5965396 DNA_mesh_types.h instead of BKE_mesh.h
Martijn Versteegh created pull request blender/blender#107066 2023-04-18 11:29:31 +02:00
WIP: Pass on color_attribute metadata through instancing, only for mesh
Martijn Versteegh pushed to pass_active_color_to_instances at Baardaap/blender 2023-04-18 11:14:08 +02:00
f383363eed Pass on color_attribute metadata through instancing, only for mesh
Martijn Versteegh created branch pass_active_color_to_instances in Baardaap/blender 2023-04-18 11:12:14 +02:00
Martijn Versteegh pushed to pass_active_color_to_instances at Baardaap/blender 2023-04-18 11:12:14 +02:00
b2b759da20 Pass on color_attribute metadata through instancing, only for mesh