For contrast, here was the property when it was under the Musgrave Texture node:
Rotate Euler
rotation type inaccessible in bl_rna
properties because of name collision
I don't know how hard it'll be to replace under the hood, but maybe renaming the property to something like 'rotation_type
' would be more appropriate? That's how it's named under Vector Rotate,…
Rotate Euler
rotation type inaccessible in bl_rna
properties because of name collision
domain
property does not match bl_rna
Store Named Attribute appears to work as expected in 4.0, I don't there is a bug here.
@Suzume-Kraken In your screenshot of 3.6.1, attribute b is 0.000 up to index 7. ![3.6 Spreadsheet -…
Example images attached below: (White areas represented negative values that were clamped at 0.0)
handle_type
enum does not have a proper user-facing label
It's a pretty inconsequential issue, all things considered. Just thought it's at least worth reporting for documentation's sake.
handle_type
enum does not have a proper user-facing label
While this behavior can be disabled globally via User Preferences, there is no way to disable it for a specific operator. This gets in the way of an addon's functionality as a user might still…
The most likely objection to this would be that it's not a bug, but rather intended behavior. And that this isn't a problem as weighting by most recently used is better UX anyways.
This isn't…
Other programs like Google Sheets use 'Variance' to refer to sample variance (.../n-1)
by default, with additional specifiers for population variance (.../n)
.
The sample variance being the…