diff options
author | Melanie Thielker | 2015-11-26 17:29:50 +0100 |
---|---|---|
committer | Melanie Thielker | 2015-11-26 17:29:50 +0100 |
commit | 9afe2b018fbe444c0500695dbce37bdce126feee (patch) | |
tree | 8f1fe3730000885866a3883edc25ca0a7d897e97 /bin | |
parent | suspend the use of DisableSimulator, that is causing teleport and crossing i... (diff) | |
download | opensim-SC_OLD-9afe2b018fbe444c0500695dbce37bdce126feee.zip opensim-SC_OLD-9afe2b018fbe444c0500695dbce37bdce126feee.tar.gz opensim-SC_OLD-9afe2b018fbe444c0500695dbce37bdce126feee.tar.bz2 opensim-SC_OLD-9afe2b018fbe444c0500695dbce37bdce126feee.tar.xz |
Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore prior functionality.
Avination code wasn't designed for deep building.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 09dda10..7221353 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -138,6 +138,9 @@ | |||
138 | ; This can be overridden in the region config file. | 138 | ; This can be overridden in the region config file. |
139 | ClampPrimSize = false | 139 | ClampPrimSize = false |
140 | 140 | ||
141 | ; If a prim is loaded from an external source, clamp it to Z = 0 if Z is negative. | ||
142 | ClampNegativeZ = false | ||
143 | |||
141 | ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero. | 144 | ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero. |
142 | ; This can be overridden in the region config file. | 145 | ; This can be overridden in the region config file. |
143 | LinksetPrims = 0 | 146 | LinksetPrims = 0 |