Block a user
Martijn Versteegh
deleted branch fixwrongcolorattribactive from Baardaap/blender
2023-04-19 22:29:00 +02:00
Fix #107067: Properly clear CD_FLAG_ACTIVE/DEFAULT_COLOR flags
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
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
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
Active Color Attribute switches after save and reverting file
That seems related, yes.
I'll have a look
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…
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:
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…
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
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