Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
JA ログイン
SideFX Homepage
  • 製品
    • What's New in 19.5
      • 概要
      • Solaris
      • Karma
      • Character FX
      • Pyro FX
      • FLIP Fluids
    • Houdini
      • 概要
      • FX 機能
      • CORE 機能
      • Solaris
      • Houdini Indie
    • Houdini Engine
      • 概要
      • Engine プラグイン
      • バッチ処理
    • PDG
      • 概要
      • FAQ
    • 比較
    • SideFX Labs
    • Partners
  • 業界
    • Film & TV
    • ゲーム開発
    • モーショングラフィクス
    • Virtual Reality
  • コミュニティ
    • フォーラム
    • ニュース
    • カスタマ ストーリー
    • Gallery
    • Contests & Jams
    • Houdini HIVE Events
    • イベントカレンダー
    • User Groups
    • HEX Interview Show
  • 学習
    • Getting Started
    • My Learning
    • ラーニングパス
    • チュートリアル
    • Tech Demos
    • Houdini 講演
    • 学校紹介
    • 教育プログラム
      • 概要
      • 学生
      • 講師
      • 管理者
  • サポート
    • Customer Support
    • ヘルプデスク FAQ
    • Houdini システム環境
    • ドキュメント
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • 購入
    • Download
    • Content Library
    • お問い合わせ
 
Advanced Search
Forums 検索
Found 7 posts.

Search results Show results as topic list.

Houdini Engine for Unreal » Hiding HDA asset loading into level

User Avatar
LauraB
7 posts
Offline
 2022年11月10日 11:39:53
I have a HDA group with multiple assets in them, which are there to help with the bigger system.



For example like this, the HDA inside "MainTool" is not for public grabs and is only necessary inside it.
I figured out how to somehow hide it inside Houdini, but not in Unreal.


Does someone know how to hide "MainTool_MinorFunction"?
Edited by LauraB - 2022年11月11日 02:51:39
See full post 

Technical Discussion » For loops number of vertices not updating

User Avatar
LauraB
7 posts
Offline
 2021年2月25日 10:49:04
It all works normally like yours, except detail.

That makes sense.
Welp, I guess I will just avoid using @numvtx in detail then, and just use nvertices().

Thanks!
See full post 

Technical Discussion » For loops number of vertices not updating

User Avatar
LauraB
7 posts
Offline
 2021年2月24日 04:59:42
Thanks!
That was not what I meant tho.

https://ibb.co/gy5y4sT [ibb.co]
If you look at this image, when I switch the input of the for loop, I'm just wondering why
nvertices(0) //works
@numvtx //doesn't update
But it will update normally when the attribute wrangle is connect to the end of the for loop.
In my case, I don't want it connected to the end.

I think it's strange that it doesn't update, though
@numpt, @numprim
work fine in the same situation.
Only @numvtx messes up when the input is updated.
Even resetting the for loop doesn't work.
Re executing the code, doesn't work.
You need to update the code before @numvtx updates correctly.
Edited by LauraB - 2021年2月24日 05:19:19
See full post 

Technical Discussion » For loops number of vertices not updating

User Avatar
LauraB
7 posts
Offline
 2021年2月21日 05:03:28
Hey,

Thank you that works.

I did a few more testing with @numvtx, cause I'm too curious.
If I connect the attribute wrangle, from begin to end, it works fine, sometimes.
But if I disconnect it from the end, so it's only connected to input, it only works right when the attribute wrangle is not set to detail.
For Loop is set to input.
Attribute wrangle set on Primitives has:
i@vertnum = nvertices(0);
i@vertnum2 = @numvtx;
These work as intended.

But the attribute wrangle set to Detail:
i@vertnumdetail = @numvtx;
Does not update when the for loop input is changed.

Strange.. I wonder why
Edited by LauraB - 2021年2月21日 05:04:00
See full post 

Technical Discussion » For loops number of vertices not updating

User Avatar
LauraB
7 posts
Offline
 2021年2月19日 05:12:07
I had some issues when using an attribute wrangle and looking for number of vertices.
I noticed this does not always update, and messes up my whole loop, kind of annoying.

Basically, if you have an attribute wrangle, with a simple
i@nverts = @numvtx;
And you change the for loop input, reset the cache. It will keep the info from the previous input.
It will not change when the code is re-executed.
It will only update when the code is changed. For example
i@nverts = @numvtx+0;

This is frustrating, in the end I had to store the vertex count in a prim attribute, before entering the for loop.
Is there a way to fix this?
I tested this in: 18.5.462 and 18.5.351
Edited by LauraB - 2021年2月19日 05:13:28
See full post 

Houdini Engine for Maya » Instancing Maya

User Avatar
LauraB
7 posts
Offline
 2020年11月19日 04:56:18
Thank you very much! This already will help a lot.
See full post 

Houdini Engine for Maya » Instancing Maya

User Avatar
LauraB
7 posts
Offline
 2020年11月16日 11:43:45
I'm trying to bake the HDA output as instances. But for some reason the instancer will return empty, I'm not sure what I'm doing wrong, as this is my first time trying it out. I have read the documentation, but it doesn't really tell me how to utilize it, or I'm not understanding it correctly.

If I can return points that would be also lovely, I rather not export a separate file, cause it will feel like the workflow will be broken, cause you need to export and then import something, which kind of defeats the point.
See full post 
  • Quick Links
Search links
Show recent posts
Show unanswered posts
製品
  • Houdini
  • Houdini Engine
  • PDG
学習
  • ラーニングパス
  • チュートリアル
  • Houdini 講演
  • 学校紹介
  • 教育プログラム
サポート
  • Customer Support
  • ヘルプデスク FAQ
  • ドキュメント
  • Report a Bug/RFE
  • Sales Inquiry
LEGAL
  • Terms of Use (英語)
  • Privacy Policy (英語)
  • License Agreement (英語)
  • Accessibility (英語)
  • Responsible Disclosure Program
COMPANY
  • SideFX社について
  • Press
  • T-Shirt Store
  • Careers
  • Internships
  • お問い合わせ
Copyright © SideFX 2023. All Rights Reserved.

使用言語