forked from blender/blender
main sync #3
@ -63,6 +63,9 @@ bool allow_procedural_attribute_access(StringRef attribute_name)
|
|||||||
if (attribute_name.startswith(".hide")) {
|
if (attribute_name.startswith(".hide")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (attribute_name.startswith(".uv")) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (attribute_name.startswith("." UV_VERTSEL_NAME ".")) {
|
if (attribute_name.startswith("." UV_VERTSEL_NAME ".")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user