BlenderVR / source

Blender Virtual Reality Main Code
52 stars 21 forks source link

Blender-VR commandline + addon within Blender #12

Open dfelinto opened 9 years ago

dfelinto commented 9 years ago

This is not a top priority, but for the records this involves:

Blender VR from command line

Passing the xml, .blend file and processor files as arguments, for example:

blenderVR --project=”Capture test” --xmlfile=/tmp/1.xml --blendfile=sample.blend --processor=processor.py

Blender VR from within a Blender Addon

The initial interface can have the options:

The XML file could be built from within an interface inside Blender. That would generate a XML on-the-fly when running the application. That should also allow for saving/loading XML files.

This depends on #10