elix22 / Urho3D-Blender-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urho3D-Blender

Use this:

Wanna give it a try? Download the latest release from the release section

Caution: Just using github-zip won't work due to missing submodules and missing urho3d-runtime

  • install plugin in blender
    • navigate to: edit->preferences->addons
    • ->'Install...'->[downloaddir]/urho3d-blender-exporter.zip and enable the checkbox

This plugin is work in progress....

Caution Since this addon depends on pyzmq, pyzmq is installed automatically if not present. If blender makes problems try to execute blender (once) as admin

Additional
Installation
Getting Started Video
Video Playlist

INFO If you struggle to install this addon, there is another exporter also based on reattiva's addon for blender 2.8+ that might worker better for you.

Blender to Urho3D mesh exporter.

Caution: This version is highly experimental. Consider it proof of concept and WIP.

Also install and activate addon_jsonnodetree for support of setting components and adding materials

Videos:

Development

blender-addons addon_jsonnodetree and addon_blender_connect are now integrated into this addon as submodule. Both are still working standalone

  • To clone:

    git clone --recurse-submodules  https://github.com/dertom95/Urho3D-Blender.git
    
  • To update:

    git pull --recurse-submodules
    
  • To build runtimes and create release.zip

    ./create_release.sh
    


OLD INSTRUCTIONS


Guide here.

Installation:

  • download the repository zip file
    download
  • menu "File"
  • select "User Preferences..."
  • select page "Add-ons"
  • click "Install from File..."
    install
  • select the downloaded zip file
  • enable the addon

The addon is located in the "Properties" panel, at the end of the "Render" page (camera icon): location

About

License:The Unlicense


Languages

Language:Python 98.0%Language:C# 1.9%Language:Shell 0.1%