Skip to content

pyblish/pyblish-unreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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