aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie Thielker2015-11-26 17:29:50 +0100
committerMelanie Thielker2015-11-26 17:29:50 +0100
commit9afe2b018fbe444c0500695dbce37bdce126feee (patch)
tree8f1fe3730000885866a3883edc25ca0a7d897e97 /bin/OpenSimDefaults.ini
parent suspend the use of DisableSimulator, that is causing teleport and crossing i... (diff)
downloadopensim-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/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini3
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