Merge remote-tracking branch 'upstream/development' into GuiInspectorFields

This commit is contained in:
marauder2k7 2023-07-03 19:19:14 +01:00
commit 4abd6d6bc2
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ void ForestItemData::initPersistFields()
addProtectedField( "shapeFile", TypeShapeFilename, Offset( mShapeName, ForestItemData ), &_setShapeData, &defaultProtectedGetFn,
"Shape file for this item type", AbstractClassRep::FIELD_HideInInspectors );
endGroup( "Shape(s)" );
endGroup( "Shapes" );
addGroup("Physics");
addField( "collidable", TypeBool, Offset( mCollidable, ForestItemData ),

View file

@ -482,7 +482,7 @@ function ForestEditorInspector::inspect( %this, %obj )
%this.groupFilters = "+ForestBrushElement,-Ungrouped";
case "TSForestItemData":
%this.groupFilters = "+Media,+Wind";
%this.groupFilters = "+Shapes,+Physics,+Wind,";
default:
%this.groupFilters = "";