Загрузка...

Twinmotion 2025.1 | Vegetación de MAXTREE GRATIS y rápido

👉ENLACE A MI CURSO Y BIBLIOTECA:
https://payhip.com/cardona3dgmailcom

👉👉👉DESCARGA LAS PLANTAS LISTAS PARA TU BIBLIOTECA:
https://www.patreon.com/posts/maxtree-vol-60-125096290?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator&utm_content=join_link

Instagram:
https://www.instagram.com/arquinovatos

Script:

-global inputFolder = @"E:\3D_MODELING\..."

fn batchExportDatasmith =
(
if not doesDirectoryExist inputFolder then
(
messageBox "Input folder does not exist." title:"Error"
return false
)

local files = getFiles (inputFolder + "*.max")
if files.count == 0 then
(
messageBox "No .max files found in input folder." title:"Error"
return false
)

for file in files do
(
try
(
print ("Opening file: " + file)
loadMaxFile file quiet:true useFileUnits:true
actionMan.executeAction 689133272 "3"
resetMaxFile #noPrompt
)
catch
(
print ("Error processing file: " + file)
)
)
print "Process completed."
)

batchExportDatasmith()

Видео Twinmotion 2025.1 | Vegetación de MAXTREE GRATIS y rápido канала Arqui Novatos
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки