Files
gtav-src/tools_ng/wildwest/script/3dsMax/Props/PropBatchRenderCall.ms
T
2025-09-29 00:52:08 +02:00

6 lines
296 B
Plaintext
Executable File

-- This script is called for each maxfile listed in a batch prop-render session:
filein (RsConfigGetWildwestDir() + "script/3dsmax/Props/PropRenderUtils.ms")
(
local propRenderUtilInst = RsPropRenderUtils()
propRenderUtilInst.RenderObjs (geometry as array) ::g_propRendererSettingsObject
)