Mod Tool: Difference between revisions

488 bytes added ,  15 September 2012
m
scripting: disabling PPG popups
mNo edit summary
m (scripting: disabling PPG popups)
Line 320: Line 320:
|-
|-
| [28] decrypting merged integer flags
| [28] decrypting merged integer flags
|
| [29] disabling PPG popups
|
|
|}
|}
Line 845: Line 845:
  ' INFO : 1
  ' INFO : 1
  ' INFO : finished check
  ' INFO : finished check
' '''[29] disabling PPG popups'''
' if a script creates numerous objects in one go the same number of property pages (PPG) can appear
' for user convenience that PPG popups can be disabled
' disable PPG popup
Preferences.SetPreferenceValue "Interaction.autoinspect", false
' creates the cube mesh but no PPG will show up
CreatePrim "Cube", "MeshSurface"
' enable PPG popup again
Preferences.SetPreferenceValue "Interaction.autoinspect", true




8,452

edits