jhn's blog

Quick Script Storage

I sometimes have the need to have a simple script like:

<code>
for obj in objects do (
        try(
            if obj.material.reflectionMap.environmentMap.HDRIMapName != undefined then
            print obj.material.reflectionMap.environmentMap.HDRIMapName
        )catch()
)
</code> 

Wondering

I'm wondering if there's any way to have the scripts already in the database, from before this (great) transition, linked back to my account? So I can maintain or update them.
Don't know if it's proper to put in a blog but let's see what happens!

-Johan

Syndicate content