Skip to content

Ignore the classes in the recent and favorite panels of the create dialog if they are disabled

Fixes #33420 (closed)

Now when opening a create node dialog the classes that will potentially added to the recent panel get checked whether they are disabled through the editor manage features dialog.

Also it seems that when checking if a class is disabled. The classes parents weren't checked. This means that you could disable Spatial, but if you call is_class_disabled on Camera, it would still return false.

Merge request reports