Update all get_configuration_warning to retrieve warnings from the parent
This commit is contained in:
parent
00949f0c5f
commit
9fc2b0fddc
40 changed files with 284 additions and 114 deletions
|
|
@ -232,7 +232,7 @@ String GPUParticles3D::get_configuration_warning() const {
|
|||
return TTR("GPU-based particles are not supported by the GLES2 video driver.\nUse the CPUParticles3D node instead. You can use the \"Convert to CPUParticles3D\" option for this purpose.");
|
||||
}
|
||||
|
||||
String warnings;
|
||||
String warnings = GeometryInstance3D::get_configuration_warning();
|
||||
|
||||
bool meshes_found = false;
|
||||
bool anim_material_found = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue