8,452
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) 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 | |||
edits