Socket
Socket
Sign inDemoInstall

open-bobj

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    open-bobj

Open obj files in Blender from Terminal


Maintainers
1

Readme

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

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc