HDA-Parameters-Exporter.py
Houdini
Python

Export all parameters in a houdini digital asset and save it to a text file. An example of using this tool would be for saving specific seeds values for later use.
Output
Output
Houdini HDA Script view
Houdini HDA Script view
AutoCapture.py
Unreal Engine
Python
Automatically snap the current viewport to each camera in the level and captures a high resolution screenshot from each one.

I created this tool to improve the tracking process of blockouts for level designers but it can be used to automate any screenshot capturing process.
ReplaceActor.py
Unreal Engine
Python

Replace all actors selected from the level with an asset selected from the content browser.

Instead of deleting and replacing actors manually, this tool provides a fast solution for replacing actors while taking into consideration the position & rotation of each actor replaced.