[WIP] Infer material from texture name #1433
Annotations
10 errors
Compilation:
scene/resources/material.cpp#L2856
expected '}'
|
Compilation:
scene/resources/material.cpp#L2878
out-of-line definition of 'get_material_from_texture' does not match any declaration in 'BaseMaterial3D'
|
Compilation:
scene/resources/material.cpp#L2888
invalid range expression of type 'Dictionary'; no viable 'begin' function available
|
Compilation:
scene/resources/material.cpp#L2889
invalid range expression of type 'Variant'; no viable 'begin' function available
|
Compilation:
scene/resources/material.cpp#L2891
member reference base type 'const char32_t' is not a structure or union
|
Compilation:
scene/resources/material.cpp#L2891
expected ')'
|
Compilation:
scene/resources/material.cpp#L2898
expected statement
|
Compilation:
scene/resources/material.cpp#L2899
expected expression
|
Compilation:
scene/resources/material.cpp#L2904
value of type 'String' is not contextually convertible to 'bool'
|
Compilation:
scene/resources/material.cpp#L2905
use of undeclared identifier 'path'; did you mean 'catch'?
|
Loading