GithubHelp home page GithubHelp logo

blender-scramble-addon's Introduction

Blender-Scramble-Addon

Blenderのかゆいところに手が届くかもしれない機能が詰まったアドオンです。

Add-ons that extend Blender with a huge number of useful features

ダウンロード(Download)

インストール (Installation)

  1. 下記のリンクから、好きなアドオンバージョンをダウンロードします
  2. 設定 > アドオン > "インストール..." ボタンにて、zipファイルのままアドオンをインストールします
    • インストールがうまく行かない場合は、zipファイルを解凍したフォルダを、下記のaddonsフォルダ内に置いて下さい
    • (Windowsの場合: C:\Users\ユーザー名\AppData\Roaming\Blender Foundation\Blender\バージョン\scripts\addons)
  3. 日本語・英語を問わず、国際フォントの使用には必ずチェックを
  4. Blenderを起動しユーザー設定のアドオンタブで「Scramble」等で検索、アドオンをオンにして「ユーザー設定の保存」クリック
  5. 左上の「ファイル」メニューに「全体処理」という項目が追加されていればインストール成功です

Download your favorite add-on version from the link below
> - Release

Place a unzip folder in the addons folder of Blender.
(If on Windows 7: C:\Users\(UserName)\AppData\Roaming\Blender Foundation\Blender\(Version)\scripts\addons)
Regardless of Japanese or English for the use of the international font by all means a check.
Search Start the Blender add-on tab of the user settings in the "Scramble", etc., select the add-on click "save user settings".
The installation is successful if it is added to item "whole process" in the "File" menu in the upper-left corner.

使い方・機能紹介は**こちら**

blender-scramble-addon's People

Contributors

nikogoli avatar bookyakuno avatar kant avatar

blender-scramble-addon's Issues

旧版(2.7版)関連

さいでんかさんのものに対して独自変更を入れすぎてしまった反省

  • 変更箇所のリスト化
  • 2.7版準拠版の作成

ウェイト反転コピー:編集モードでの実行ができない + コピー元が反転するバグ

プロパティエディタ > オブジェクトタブ > 頂点グループ > 「頂点グループの反転したコピーを追加」

  1. 編集モードで実行するとエラーが出る
  2. 本来「xx_L」 のようなグループに実行すると、「xx_L (そのまま) + xx_R (Lが反転したもの)」となるべき
    しかし、「xx_L (Lが反転したもの) + xx_R (もとのLの中身)」となることがある

メニューの独自の並び替えを可能に

このアドオンの欠点である「メニューの肥大化」に対処したい

  • 機能を選択可能にする → 利用者にとって必要なものだけに表示を限定できる
  • メニューの並びを自由にカスタマイズできるとさらに良い
     

とりあえずのイメージ

  • python ファイルを直接いじらないで良いもの → Github Pages でいい感じにできないだろうか?
  • サブモジュール内の機能単位 → それ以上が望みなら横着せずにファイルを書き換えるべき
  • パネルは対象外 → 部分的な非表示もとりあえずなしで
  • デフォルトの menu() をコメントアウトし、変更した menu() を追加する感じ?

poll() のチェック

作成者と作成時期の違いによって別個のものが使用されている poll() の記述方法を、1つの基準で整理する

「 頂点が選択されていないパーツを隠す」機能:パーツを隠したあと選択状態が解除される

機能の場所

編集モード > メッシュ > 表示/隠す > 頂点が選択されていないパーツを隠す

問題

機能を実行後、「非選択部分が隠す」ことは成功するが、もとの選択部分の選択状態が解除される

エラーメッセージ

エラー: Python: Traceback (most recent call last):
  File "C: ... \Scramble Addon\VIEW3D_MT_edit_mesh_showhide.py", line 104, in execute
    vert.select = isSelecteds[idx]
TypeError: Python number not a bool (0/1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.