You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

open-bobj

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-bobj

Open obj files in Blender from Terminal

0.1.1
Source
pipPyPI
Maintainers
1

Open BOBJ

Simple Python Package to open .obj files in Blender from the command line. It clears the whole scene from any default objects and you are left with the .obj files you specified.

Install

You can simply install it using

pip install open-bobj

or if you have pipx use

pipx install open-bobj

Usage

To open any number of .obj files in the terminal, run

open-bobj /path/to/file.obj

You can also open multiple at ones. This is going to open all of the .obj objects in the same blender instance.

open-bobj /path/to/file.obj /another/file.obj /and/another/one.obj

There is also a short handle

bobj /path/to/file.obj

Keywords

blender

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts