Re: Child Particle詳細

投稿ツリー


このトピックの投稿一覧へ

通常 Re: Child Particle詳細

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 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)

投票数:1 平均点:0.00

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

●テストビルド
Buildbot(自動生成)


●開発関連
公式開発サイト
Blender開発blog
Blender Wiki