Block a user
Attributes: improve API to iterate over attributes
Fix: Show nothing in spreadsheet when the property is a string property
Use static_cast
. Same below.
Fix: Show nothing in spreadsheet when the property is a string property
Seems like using StringRef
instead of std::string
should work here. No need to make an unnecessary copy of the data.
GeoNodes: Mesh/Points to Volume crash in Render Preview (Cycles only)
Fix #128102: Integer Math division has only float precision
ok, fine with me, it would just be nice to have some kinds of test here, a regression test can be ok as well though.
Jacques Lucke
pushed to foreach-attribute-iterator at JacquesLucke/blender
2024-09-26 12:09:20 +02:00
6e3c78ba0d
improve comment
1299b0f555
Merge branch 'main' into foreach-attribute-iterator
d10db547a7
Fix: Assert drawing GPv3 outline stroke
70313f68ce
Vulkan: Log selected device
88b5467e0e
Vulkan: Batch Upload Descriptor Sets
Fix #128102: Integer Math division has only float precision
Would be good to extract that into a separate function in blenlib and to add some unit tests for it. (e.g. in BLI_math_base_safe_test.cc
)
Fix #128102: Integer Math division has only float precision
Isn't this the same as the math::safe_divide
?
Attributes: improve API to iterate over attributes
Jacques Lucke
pushed to foreach-attribute-iterator at JacquesLucke/blender
2024-09-25 17:36:53 +02:00
ee289d8d9a
cleanup
Jacques Lucke
pushed to foreach-attribute-iterator at JacquesLucke/blender
2024-09-25 17:33:27 +02:00
Compare 32 commits »
Material Selection Node is not working with Grease Pencil
That should work in theory, but I'm not sure if the Material Selection node supports curves yet (it should though).