Remove carriage returns from OpenSimDefaults.ini. Correct one typo. Change
.ini.example ";;" format to normal ini format, since the defaults file is not parsed that way.viewer-2-initial-appearance
parent
54a3b8e079
commit
b4c718f93b
|
@ -136,16 +136,15 @@
|
||||||
meshing = Meshmerizer
|
meshing = Meshmerizer
|
||||||
;meshing = ZeroMesher
|
;meshing = ZeroMesher
|
||||||
|
|
||||||
;; Path to decoded sculpty maps
|
; Path to decoded sculpty maps
|
||||||
;; Defaults to "j2kDecodeCache
|
; Defaults to "j2kDecodeCache
|
||||||
;DecodedSculptMapPath = "j2kDecodeCache"
|
;DecodedSculptMapPath = "j2kDecodeCache"
|
||||||
|
|
||||||
;# {CacheSculptMaps} {Cache decoded sculpt maps?} {true false} true
|
; if you use Meshmerizer and want sculpt map collisions, setting this to
|
||||||
;; if you use Meshmerizer and want sculpt map collisions, setting this to
|
; to true will store decoded sculpt maps in a special folder in your bin
|
||||||
;; to true will store decoded sculpt maps in a special folder in your bin
|
; folder, which can reduce startup times by reducing asset requests. Some
|
||||||
;; folder, which can reduce startup times by reducing asset requests. Some
|
; versions of mono dont work well when reading the cache files, so set this
|
||||||
;; versions of mono dont work well when reading the cache files, so set this
|
; to false if you have compatibility problems.
|
||||||
;; to false if you have compatability problems.
|
|
||||||
;CacheSculptMaps = true
|
;CacheSculptMaps = true
|
||||||
|
|
||||||
; Choose one of the physics engines below
|
; Choose one of the physics engines below
|
||||||
|
|
Loading…
Reference in New Issue