Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feiss/blender-clipboard-tools-addon

Blender add-on for copying to the clipboard the position, rotation or scale of the selected object
https://github.com/feiss/blender-clipboard-tools-addon

add-on blender clipboard webxr

Last synced: 27 days ago
JSON representation

Blender add-on for copying to the clipboard the position, rotation or scale of the selected object

Awesome Lists containing this project

README

        

# Clipboard tools add-on

![screenshot](clipboardtools.png)

Copies to the clipboard the position, rotation or scale of the selected object
```js
// Example output:
1, 4.3, 24
```

It can also copy the **geometry** (vertices and faces) of the selected object.
```js
// Example output:
var Plane = {
vertices: [-1.56, 0.0, 1.56, 1.56, 0.0, 1.56, -1.56, 0.0, -1.56, 1.56, 0.0, -1.56],
faces: [0, 1, 3, 2]
}
```

## Installation

1. Download [clipboard_tools.py](clipboard_tools.py)
2. In Blender, go to Edit > Preferences > Add-ons and click on `Install...`.
3. Select the add-on file from your drive, and set the add-on checkbox on.