glTF extras: Speakers and Blender Object Types addon

This addon exports Speakers data and Blender Object types into extra fields of a glTF. extras are custom fields you can write into the glTF. They will mean nothing for a official, standard glTF importer. To actually make use of those data, a parsing function must be coded in the importer, I’ll provide a sample method for three.js, that’s the environment this addon was built for. THOSE ARE NOT NATIVE glTF FUNCTIONALITIES, NOR THIS ADDON WILL ADD ANY FUNCTIONALITY TO […]

Read more

A Blender addon that generates a minimap of the current node tree

This is a Blender addon that generates a minimap of the current node tree, allowing for easy navigation and readability Installation Download this repo as a zip, and install it as a normal Blender addon. Usage click the Minimap button in the header of the node editor, and then click “Show minimap” You can then play about with the values that control how the minimap is displayed. Controls: Clicking and dragging on the minimap pans the view Double-clicking the minimap […]

Read more

A simple camera switcher addon for blender

A simple camera switcher addon for blender. Useful when use reference image for camera. This addon will automatically fix the ratio for different resolution of reference images . This addon is still in develop. Use at your own risk. How to use? Clone this repository and install in blender. Go to View3D > Properties > Camera Switcher. Turn onAuto update. Press Add reference image to select image for a new camera. Support different resolution of images. Press camera name under […]

Read more

Blender addon to quickly view image nodes in Blender’s image viewer

A Blender addon to quickly view images from image nodes in Blender’s image viewer. Support Created for Blender 3.0.0 Installing Download this addon as a zip Inside Blender Preferences > Addons, click Install from File Select the zip you downloaded, and install Using Right click image node in node editor > View Image Node The image will show up in the UV Editor or Image Editor on your screen. GitHub View Github    

Read more

Blender addon for executing the operator in response to the received OSC message

受信したOSCメッセージに応じてオペレータ(bpy.ops)を実行するアドオンです.OSC通信に対応したコントローラやアプリをインストールしたスマートフォンを使用してBlenderを操作することが可能になります. 同時開発しているAndroidコントローラ化アプリMocopaは当アドオンと併せた使用がおすすめです. OSCメッセージの受信 受信したOSCメッセージに応じて実行するオペレータの割り当て設定 OSCメッセージの引数をオペレータの引数に代入可能 割り当て設定のエクスポートやインポート(JSON形式) Blender 2.8以降に対応 Windowsでの使用を推奨します.Macでも動作しますが頻繁にクラッシュするようです. Releases Pageからzipファイルをダウンロード Blenderを起動しトップバーから「Edit」→「Preference」を開く Preferenceウィンドウ左側メニューから「Addon」→ウィンドウ右上「Install」ボタンをクリックしダウンロードしたzipファイルをインストール 「Community」が選択された状態でInterface: I/F Joinerがアドオンリストに追加されていること確認したら,チェックを入れて有効化する. OSCサーバの起動と停止 アドオンをインストールすると,3DViewのプロパティシェルフに「I/F Joiner」タブが追加されます. IP AddressにBlenderを起動しているPCのIPアドレス,Port Numberに任意のポート番号を入力し「Start」をクリックしてOSCサーバを起動します.Windowsでは初回起動時にファイアウォールのポップアップが表示されることがあります.その場合は「アクセスを許可する」をクリックしてください. サーバが起動するとOSCメッセージの受信を開始します. 停止させる際は「Stop」をクリックします 受信したOSCメッセージの確認方法 Windowsの場合 トップバー「Window」→「Toggle System Console」でコマンドプロンプトを開きます.OSCサーバが起動した状態でOSCメッセージを受信するとアドレスパターンと引数がそれぞれ表示されます. Macの場合 ターミナルからBlenderを起動します. Blenderがアプリケーションフォルダにインストールされている場合はターミナルに以下を入力してBlenderを起動します. /Applications/Blender.app/Contents/MacOS/Blender OSCサーバが起動した状態でOSCメッセージを受信するとアドレスパターンと引数がターミナルにそれぞれ表示されます. 受信したOSCメッセージに対するオペレータの割り当て    

Read more

A Blender addon that constructs robot arm rigging from DH parameters

Robo Arm :: Rigging is a rigging addon for Blender that helps animating industrial robotic arms.It construct serial links(a kind of robotic arms) from DH parameters using only vanilla features. Meaning, any output of this addon can be used in any environments, without corrupting a save file. The vanilla building blocks include Empty, Constraints, Parenting, Animation Data, and Driver. This addon requires blender API to be v2.80.0 or of any compatible version with v2.80.0. This addon push one entry group […]

Read more

Blender 3.0 Python – Open temporary areas in the Text Editor

When editing text in Blender, it can be handy to have areas like Info, Console, Outliner, etc visible on screen to help with scripting. However, having all these open at once can lead to a cluttered screen that makes it difficult to read the scripts. This addon allows you to maximize the Text area, while quickly popping open the other areas, and closing them again as soon as you’ve selected/copied/deleted etc. Only works with 3.0 and up, they incorporated a […]

Read more
1 2