# # This document is under CC-3.0 Attribution-Share Alike 3.0 # http://creativecommons.org/licenses/by-sa/3.0/ # Attribution: There is no requirement to attribute the author. # Simple "hello world" Python script import hou hou.ui.displayMessage('Hello world')
1.5.9