Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
JA ログイン
SideFX Homepage
  • 製品
    • H20.5 新機能
      • 概要
      • VFX
      • Copernicus
      • Animation
      • Rigging
      • Lookdev
    • Houdini
      • 概要
      • FX 機能
      • CORE 機能
      • Solaris
      • PDG
    • Houdini Engine
      • 概要
      • Engine プラグイン
      • バッチ処理
    • Karma Renderer
    • 製品比較
    • SideFX Labs
    • Partners
  • 業界
    • Film & TV
    • ゲーム開発
    • モーショングラフィクス
    • Virtual Reality
    • AI/ML 向けデータ合成
  • コミュニティ
    • フォーラム
    • ニュース
      • 概要
      • カスタマ ストーリー
      • Houdini HIVE Events
      • Contests & Jams
    • Gallery
    • イベントカレンダー
    • User Groups
    • Artist Directory
  • 学習
    • Start Here
      • 概要
      • My Learning
      • ラーニングパス
      • チュートリアル
    • コンテンツライブラリ
    • Tech Demos
    • Houdini 講演
    • 教育プログラム
      • 概要
      • 学生
      • 講師
      • 管理者
      • List of Schools
      • 学習リソース
  • サポート
    • カスタマーサポート
    • ヘルプデスク FAQ
    • Houdini システム環境
    • ドキュメント
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • Try
    • 購入
    • ダウンロード
    • お問い合わせ
 
Advanced Search
Forums 検索
Found 12 posts.

Search results Show results as topic list.

Technical Discussion » Can Houdini Filecahe Readparticle add a load percentage ?

User Avatar
zuoyuanle
12 posts
Offline
 2025年4月26日 06:56:25
Can Houdini File cahe Read particle add a load percentage function to optimize read and write speed
See full post 

Technical Discussion » In Houdini, how to assign levels to the branches of a center

User Avatar
zuoyuanle
12 posts
Offline
 2024年11月27日 09:52:20
I imported a tree from another software and I want to create a growth animation in Houdini. I've already extracted the centerline, but I can't figure out how to set levels for each branch. I hope someone can give me some guidance
See full post 

Technical Discussion » MultiParm Block list - return the attribute menu script

User Avatar
zuoyuanle
12 posts
Offline
 2024年6月22日 10:06:43
How can I achieve functionality similar to "Attribute Swap", where the dropdown menu returns the corresponding data types based on the attribute type?
To ensure that your script handles multiple class parameters without overwriting each other and executes correctly, you need to accumulate the results for each class parameter and avoid reassigning the result list. Here's an updated script that ensures the attributes for each class are correctly added to the final result:

r = []
node = kwargs['node']
inputs = node.inputs()
number_casts = node.evalParm("number_casts")
if inputs and inputs[0]:

    geo = inputs[0].geometry()
    
    if geo:
        

#遍历每个属性类别
        for i in range(1, number_casts + 1):
            c = node.parm('class'+str(i)).evalAsString()
        
            if c == 'detail':
                attrs = geo.globalAttribs()
            elif c == 'primitive':
                attrs = geo.primAttribs()
            elif c == 'point':
                attrs = geo.pointAttribs()
            else: # vertex
                attrs = geo.vertexAttribs()
        for a in attrs:
            r.extend([a.name(), a.name()])
return r
Is there anyone who can help guide me? Thank you very much
See full post 

Technical Discussion » how to Dynamic set houdini hda reference inputs ?

User Avatar
zuoyuanle
12 posts
Offline
 2024年6月1日 08:38:00
and what does the "is reference" check box in the type properties page under inputs/outputs mean? I want to set
reference inputs show connecting wires as dashed lines
See full post 

Technical Discussion » how to Dynamic set houdini hda reference inputs ?

User Avatar
zuoyuanle
12 posts
Offline
 2024年6月1日 08:36:18
reference inputs show connecting wires as dashed lines
See full post 

Technical Discussion » houdini particle load display

User Avatar
zuoyuanle
12 posts
Offline
 2023年11月24日 04:37:49
Does Houdini have a way of displaying particles like Thinkbox Krakatoa PRT downgrade the display ?
See full post 

Houdini Indie and Apprentice » any way to export points to .prt file

User Avatar
zuoyuanle
12 posts
Offline
 2023年10月31日 01:18:17
There is already a compiled version here

https://github.com/CycloneRing/HoudiniPlugins/releases/tag/h19 [github.com]
See full post 

Technical Discussion » How do I modify the bounds intrinsicattribute??

User Avatar
zuoyuanle
12 posts
Offline
 2023年10月21日 12:49:58
I want to use vex to change the size of bounds myself, but I don’t know how to change it?
See full post 

Houdini Learning Materials » Does houdini have texture path editing and management ?

User Avatar
zuoyuanle
12 posts
Offline
 2023年10月16日 05:34:12
Does houdini have texture path editing and management
See full post 

Houdini Indie and Apprentice » any way to export points to .prt file

User Avatar
zuoyuanle
12 posts
Offline
 2023年2月28日 02:00:07
刘易斯_T
I compiled that plugin for H18 a while ago, it should compile in H19, what errors did you get?
I could take a look at compiling it again, see if it's borked

L
How to compile can you make a tutorial
See full post 

Technical Discussion » ReSeed FLIP Only When Points Are Above Waterline

User Avatar
zuoyuanle
12 posts
Offline
 2022年7月1日 13:42:36
Maybe this will help you
https://entagma.com/quicktip-fluid-splashes-using-flip/ [entagma.com]
See full post 

Houdini for Realtime » Viewport measure tool

User Avatar
zuoyuanle
12 posts
Offline
 2020年6月27日 08:38:08
You can update the latest installation package. The measurement tool is already included on the shelf
See full post 
  • Quick Links
Search links
Show recent posts
Show unanswered posts
製品
  • Houdini
  • Houdini Engine
  • Houdini Indie
学習
  • Houdini 講演
  • 教育プログラム
サポート
  • カスタマーサポート
  • ヘルプデスク FAQ
  • ドキュメント
  • Report a Bug/RFE
  • Sales Inquiry
LEGAL
  • Terms of Use (英語)
  • Privacy Policy (英語)
  • License Agreement (英語)
  • Accessibility (英語)
  • Responsible Disclosure Program
COMPANY
  • SideFX社について
  • Careers
  • Press
  • T-Shirt Store
  • Internships
  • お問い合わせ
Copyright © SideFX 2025. All Rights Reserved.

使用言語