14 lines
249 B
Plaintext
Executable File
14 lines
249 B
Plaintext
Executable File
|
|
for o in objects do
|
|
(
|
|
if (substring o.name 1 3) == "FB_" do
|
|
(
|
|
currentUdp = getUserPropBuffer o
|
|
|
|
tagToAdd = ("relRot=true"+"\r\n"+"relTrans=true")
|
|
|
|
newUdp = (currentUdp+"\r\n"+tagToAdd)
|
|
|
|
setUserPropBuffer o newUdp
|
|
)
|
|
) |