Re: Child Particle詳細
6件表示
すべてのコメント一覧へ
投稿ツリー
-
Child Particle詳細 (まさかみ, 2011/8/2 0:54)
-
Re: Child Particle詳細 (完全無欠猫, 2011/8/2 12:14)
«
-
Re: Child Particle詳細 (まさかみ, 2011/8/3 0:10)
-
Re: Child Particle詳細 (完全無欠猫, 2011/8/3 14:25)
-
Re: Child Particle詳細 (まさかみ, 2011/8/3 22:03)
- Re: Child Particle詳細 (完全無欠猫, 2011/8/4 9:42)
-
Re: Child Particle詳細 (まさかみ, 2011/8/3 22:03)
-
Re: Child Particle詳細 (完全無欠猫, 2011/8/3 14:25)
-
Re: Child Particle詳細 (まさかみ, 2011/8/3 0:10)
-
Re: Child Particle詳細 (完全無欠猫, 2011/8/2 12:14)
«
完全無欠猫
居住地: 兵庫
投稿数: 750
ざっくりとした質問なのであれですが・・・
ソースコード的な話をすると現時点では子パーティクルの構造は
/* Child particles are created around or between parent particles */
typedef struct ChildParticle {
int num, parent; /* num is face index on the final derived mesh */
int pa[4]; /* nearest particles to the child, used for the interpolation */
float w[4]; /* interpolation weights for the above particles */
float fuv[4], foffset; /* face vertex weights and offset */
float rt;
} ChildParticle;
こう定義されています。
Python的な観点から調べるとすると
パーティクルはbpy.data.particlesですから
具体的にBlenderでオブジェクトにパーティクルを紐付けてPython Consoleで見て行くのがいいと思います。
添付したファイルのような感じですかね・・・
何が必要なのかわかりませんが・・参考になるかな?
なにがどの項目かはParticlesタグの項目にカーソルを合わせて、その時に表示される
Pythonのタグ表示を確認してください。
((。´・д・)エッ そんなことは知ってるって? コケッ! ミ(ノ;_ _)ノ =3)
ソースコード的な話をすると現時点では子パーティクルの構造は
/* Child particles are created around or between parent particles */
typedef struct ChildParticle {
int num, parent; /* num is face index on the final derived mesh */
int pa[4]; /* nearest particles to the child, used for the interpolation */
float w[4]; /* interpolation weights for the above particles */
float fuv[4], foffset; /* face vertex weights and offset */
float rt;
} ChildParticle;
こう定義されています。
Python的な観点から調べるとすると
パーティクルはbpy.data.particlesですから
具体的にBlenderでオブジェクトにパーティクルを紐付けてPython Consoleで見て行くのがいいと思います。
添付したファイルのような感じですかね・・・
何が必要なのかわかりませんが・・参考になるかな?
なにがどの項目かはParticlesタグの項目にカーソルを合わせて、その時に表示される
Pythonのタグ表示を確認してください。
((。´・д・)エッ そんなことは知ってるって? コケッ! ミ(ノ;_ _)ノ =3)
投票数:5
平均点:6.00
ログイン
クイックリンク
2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)
●ニュース(英文)
BlenderNation
●Blenderコミュニティ
blenderartists.org
●Blender Q&A
- Blender Stack Exchange
●テストビルド
Buildbot(自動生成)
●開発関連
公式開発サイト
Blender開発blog
Blender Wiki
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)
●ニュース(英文)
BlenderNation
●Blenderコミュニティ
blenderartists.org
●Blender Q&A
- Blender Stack Exchange
●テストビルド
Buildbot(自動生成)
●開発関連
公式開発サイト
Blender開発blog
Blender Wiki