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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?