H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
34 stars 17 forks source link

Fix potential wind object gotcha. #343

Closed Hoikas closed 1 year ago

Hoikas commented 2 years ago

If a wind object is not animated but rather moved via logic nodes (eg a Python script), then the previous logic wouldn't allow for the in-game wind direction to change. It's important to check if the wind object has a coordinate interface (can it move?) instead of if it's animated (did the artist move it?).