|
2318 | 2318 | # CellImporter |
2319 | 2319 | #------------------------------------------------------------------------------ |
2320 | 2320 | cellAutoKeys = {u'C.Acoustic', u'C.Climate', u'C.Encounter', |
2321 | | - u'C.ForceHideLand', u'C.ImageSpace', u'C.Light', u'C.Location', |
| 2321 | + u'C.ImageSpace', u'C.Light', u'C.Location', |
2322 | 2322 | u'C.LockList', u'C.Music', u'C.Name', u'C.Owner', |
2323 | 2323 | u'C.RecordFlags', u'C.Regions', u'C.SkyLighting', u'C.Water'} |
2324 | 2324 |
|
2325 | 2325 | cellRecAttrs = { |
2326 | 2326 | u'C.Acoustic': ('acousticSpace',), |
2327 | 2327 | u'C.Climate': ('climate',), |
2328 | 2328 | u'C.Encounter': ('encounterZone',), |
2329 | | - u'C.ForceHideLand': ('fhlFlags',), |
2330 | 2329 | u'C.ImageSpace': ('imageSpace',), |
2331 | 2330 | u'C.Light': ('ambientRed','ambientGreen','ambientBlue','unused1', |
2332 | 2331 | 'directionalRed','directionalGreen','directionalBlue','unused2', |
|
2356 | 2355 | u'C.Acoustic': '', |
2357 | 2356 | u'C.Climate': 'showSky', |
2358 | 2357 | u'C.Encounter': '', |
2359 | | - u'C.ForceHideLand': '', |
2360 | 2358 | u'C.ImageSpace': '', |
2361 | 2359 | u'C.Light': '', |
2362 | 2360 | u'C.Location': '', |
|
0 commit comments