pyblish / pyblish-unreal

Pyblish for Unreal Engine 4 & 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unreal Pyblish plugin

A Pyblish plugin for Unreal. That adds a tool button to launch Pyblish in Unreal

install

  • copy the whole Pyblish folder to your plugins path. e.g. C:\Users\hanne\Documents\Unreal Projects\MyProject\Plugins
  • install the dependencies from requirements.txt
pip install -r requirements.txt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"

or

pip install pyblish-lite unreal-qt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"
  • open the plugin manager
  • Enable the Pyblish Unreal plugin
  • restart Unreal

Usage instructions

  • launch from the tool button (circled)

references

About

Pyblish for Unreal Engine 4 & 5

License:GNU Lesser General Public License v2.1


Languages

Language:Python 100.0%