Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations

on avatars without requesting user permission.
This commit is contained in:
Robert Adams
2015-04-12 19:32:06 -07:00
parent 9b337b089c
commit d96d31be45

View File

@@ -74,6 +74,7 @@
Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
Allow_osTeleportOwner = true
Allow_osWindActiveModelPluginName = true
Allow_osCheckODE = true
; ThreatLevel Nuisance
Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
@@ -176,6 +177,9 @@
; VeryHigh
Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER
; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
; Similar things can be said for several of the 'force' functions. Enable with care and control.
Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER