Files
2025-09-29 00:52:08 +02:00

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
)
)