From 7a0c210f9b30c94dfe6509768442414bce7d781c Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Thu, 29 Jul 2021 15:26:07 -0700 Subject: Refactor layer property editor grid - Now able to display up to 32 layers in physics (still 20 for render) - Adjustable grid size to fit available space in dock - Expansion icon to display more layers vertically - Layer numbers in cells to help with selection --- doc/classes/ProjectSettings.xml | 144 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index c3ef9f2425..f500aa1f7f 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -820,9 +820,45 @@ Optional name for the 2D navigation layer 2. If left empty, the layer will display as "Layer 2". + + Optional name for the 2D navigation layer 20. If left empty, the layer will display as "Layer 20". + + + Optional name for the 2D navigation layer 21. If left empty, the layer will display as "Layer 21". + + + Optional name for the 2D navigation layer 22. If left empty, the layer will display as "Layer 22". + + + Optional name for the 2D navigation layer 23. If left empty, the layer will display as "Layer 23". + + + Optional name for the 2D navigation layer 24. If left empty, the layer will display as "Layer 24". + + + Optional name for the 2D navigation layer 25. If left empty, the layer will display as "Layer 25". + + + Optional name for the 2D navigation layer 26. If left empty, the layer will display as "Layer 26". + + + Optional name for the 2D navigation layer 27. If left empty, the layer will display as "Layer 27". + + + Optional name for the 2D navigation layer 28. If left empty, the layer will display as "Layer 28". + + + Optional name for the 2D navigation layer 29. If left empty, the layer will display as "Layer 29". + Optional name for the 2D navigation layer 3. If left empty, the layer will display as "Layer 3". + + Optional name for the 2D navigation layer 30. If left empty, the layer will display as "Layer 30". + + + Optional name for the 2D navigation layer 31. If left empty, the layer will display as "Layer 31". + Optional name for the 2D navigation layer 4. If left empty, the layer will display as "Layer 4". @@ -880,9 +916,45 @@ Optional name for the 2D physics layer 2. If left empty, the layer will display as "Layer 2". + + Optional name for the 2D physics layer 20. If left empty, the layer will display as "Layer 20". + + + Optional name for the 2D physics layer 21. If left empty, the layer will display as "Layer 21". + + + Optional name for the 2D physics layer 22. If left empty, the layer will display as "Layer 22". + + + Optional name for the 2D physics layer 23. If left empty, the layer will display as "Layer 23". + + + Optional name for the 2D physics layer 24. If left empty, the layer will display as "Layer 24". + + + Optional name for the 2D physics layer 25. If left empty, the layer will display as "Layer 25". + + + Optional name for the 2D physics layer 26. If left empty, the layer will display as "Layer 26". + + + Optional name for the 2D physics layer 27. If left empty, the layer will display as "Layer 27". + + + Optional name for the 2D physics layer 28. If left empty, the layer will display as "Layer 28". + + + Optional name for the 2D physics layer 29. If left empty, the layer will display as "Layer 29". + Optional name for the 2D physics layer 3. If left empty, the layer will display as "Layer 3". + + Optional name for the 2D physics layer 30. If left empty, the layer will display as "Layer 30". + + + Optional name for the 2D physics layer 31. If left empty, the layer will display as "Layer 31". + Optional name for the 2D physics layer 4. If left empty, the layer will display as "Layer 4". @@ -1000,9 +1072,45 @@ Optional name for the 3D navigation layer 2. If left empty, the layer will display as "Layer 2". + + Optional name for the 3D navigation layer 20. If left empty, the layer will display as "Layer 20". + + + Optional name for the 3D navigation layer 21. If left empty, the layer will display as "Layer 21". + + + Optional name for the 3D navigation layer 22. If left empty, the layer will display as "Layer 22". + + + Optional name for the 3D navigation layer 23. If left empty, the layer will display as "Layer 23". + + + Optional name for the 3D navigation layer 24. If left empty, the layer will display as "Layer 24". + + + Optional name for the 3D navigation layer 25. If left empty, the layer will display as "Layer 25". + + + Optional name for the 3D navigation layer 26. If left empty, the layer will display as "Layer 26". + + + Optional name for the 3D navigation layer 27. If left empty, the layer will display as "Layer 27". + + + Optional name for the 3D navigation layer 28. If left empty, the layer will display as "Layer 28". + + + Optional name for the 3D navigation layer 29. If left empty, the layer will display as "Layer 29". + Optional name for the 3D navigation layer 3. If left empty, the layer will display as "Layer 3". + + Optional name for the 3D navigation layer 30. If left empty, the layer will display as "Layer 30". + + + Optional name for the 3D navigation layer 31. If left empty, the layer will display as "Layer 31". + Optional name for the 3D navigation layer 4. If left empty, the layer will display as "Layer 4". @@ -1060,9 +1168,45 @@ Optional name for the 3D physics layer 2. If left empty, the layer will display as "Layer 2". + + Optional name for the 3D physics layer 20. If left empty, the layer will display as "Layer 20". + + + Optional name for the 3D physics layer 21. If left empty, the layer will display as "Layer 21". + + + Optional name for the 3D physics layer 22. If left empty, the layer will display as "Layer 22". + + + Optional name for the 3D physics layer 23. If left empty, the layer will display as "Layer 23". + + + Optional name for the 3D physics layer 24. If left empty, the layer will display as "Layer 24". + + + Optional name for the 3D physics layer 25. If left empty, the layer will display as "Layer 25". + + + Optional name for the 3D physics layer 26. If left empty, the layer will display as "Layer 26". + + + Optional name for the 3D physics layer 27. If left empty, the layer will display as "Layer 27". + + + Optional name for the 3D physics layer 28. If left empty, the layer will display as "Layer 28". + + + Optional name for the 3D physics layer 29. If left empty, the layer will display as "Layer 29". + Optional name for the 3D physics layer 3. If left empty, the layer will display as "Layer 3". + + Optional name for the 3D physics layer 30. If left empty, the layer will display as "Layer 30". + + + Optional name for the 3D physics layer 31. If left empty, the layer will display as "Layer 31". + Optional name for the 3D physics layer 4. If left empty, the layer will display as "Layer 4". -- cgit v1.2.3