osgexport

Blender exporter for OpenSceneGraph

  • Owner: cedricpinson/osgexport
  • Platform:
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownercedricpinson/osgexport
Primary LanguagePython
Program languagePython (Language Count: 3)
Platform
License:GNU General Public License v2.0
所有者活动
Created At2011-06-27 15:32:45
Pushed At2019-09-11 11:43:08
Last Commit At2019-09-11 13:43:07
Release Count8
Last Release Name0.14.2 (Posted on 2014-06-18 11:59:38)
First Release Name0.10.0 (Posted on 2012-02-23 18:31:20)
用户参与
Stargazers Count79
Watchers Count17
Fork Count58
Commits Count268
Has Issues Enabled
Issues Count28
Issue Open Count17
Pull Requests Count17
Pull Requests Open Count4
Pull Requests Close Count14
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private