osgexport

Blender exporter for OpenSceneGraph

  • 所有者: cedricpinson/osgexport
  • 平台:
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Status - DISCONTINUED

Follow instruction from github to get the repository

https://github.com/cedricpinson/osgexport

Installation (blender 2.7+)

To install last version of the exporter go in user preference, then 'Install from File' in the Add-ons tab with the zip from https://github.com/cedricpinson/osgexport/releases

Command line usage

osgexport needs to inject the path to exporter modules into PYTHONPATH. The injection is done by reading the value of the BlenderExporter environment variable (see __init__.py).


$ BlenderExporter="/path-to-osgexport/blender-2.5/exporter" \
    blender -b "input.blend" \
    -P "${BlenderExporter}/osg/__init__.py" \
    -- --output="output.osgt" \
    [--apply-modifiers] [--enable-animation] [--json-materials] [--enable-animation] \
    [--bake-all] [--bake-quaternions]

How to report a bug

Open an issue and send a minimal blender file that produce the problem.

Tests

To run tests:


mkdir tests && cd tests
cmake ../ -DBLENDER:FILEPATH="/my/path/to/blender" -DTEST=ON
make  # runs test building osgt files for models in blender-2.xx/data/
make test  # runs python test located in blender-2.xx/test/

To troubleshoot python tests: ctest --debug or ctest --output-on-failure

主要指標

概覽
名稱與所有者cedricpinson/osgexport
主編程語言Python
編程語言Python (語言數: 3)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2011-06-27 15:32:45
推送於2019-09-11 11:43:08
最后一次提交2019-09-11 13:43:07
發布數8
最新版本名稱0.14.2 (發布於 2014-06-18 11:59:38)
第一版名稱0.10.0 (發布於 2012-02-23 18:31:20)
用户参与
星數79
關注者數17
派生數58
提交數268
已啟用問題?
問題數28
打開的問題數17
拉請求數17
打開的拉請求數4
關閉的拉請求數14
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?