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
      • 学習リソース
  • サポート
    • カスタマーサポート
    • Licensing
      • 概要
      • Commercial
      • Indie
      • Education
    • ヘルプデスク FAQ
    • Houdini システム環境
    • ドキュメント
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • Try
    • 購入
    • ダウンロード
    • お問い合わせ
 
Advanced Search
Forums 検索
Found 48 posts.

Search results Show results as topic list.

Houdini for Realtime » UE5 stuff

User Avatar
JabbaTheNut
48 posts
Offline
 2021年11月30日 00:23:34
That’s awesome! Thanks
See full post 

Houdini for Realtime » UE5 stuff

User Avatar
JabbaTheNut
48 posts
Offline
 2021年11月25日 15:36:32
Hi,

Where is the UE5 version of the Houdini Engine plugin? When I go to the following Houdini 19 folder:

C:\Program Files\Side Effects Software\Houdini 19.0.383\engine\unreal

I only see versions 4.26 and 4.27.
See full post 

Solaris and Karma » Cant change renderer (Redshift)

User Avatar
JabbaTheNut
48 posts
Offline
 2021年11月10日 00:27:47
Hi Eric Robert2,

I believe you need to add an entry to your houdini.env file similar to the following:

PXR_PLUGINPATH_NAME=“C:/ProgramData/Redshift/Plugins/Solaris/19.0.383

Here is a good video on setting up Redshift for Solaris:

https://youtu.be/AzmXkPpf0YE [youtu.be]

Good luck!
See full post 

Houdini Learning Materials » Landscape creation - where to start?

User Avatar
JabbaTheNut
48 posts
Offline
 2020年4月12日 23:34:34
Here are a few that I found very helpful for terrain creation at The Gnomon Workshop (requires subscription):

Houdini Terrain Techniques [www.thegnomonworkshop.com]

3D Landscapes with Houdini and Clarisse [www.thegnomonworkshop.com]

Creating Volumetric Effect with Houdini [www.thegnomonworkshop.com]

I liked the Rohan Dalvi and Indie Pixel ones mentioned above, as well. However, I liked the overall approach and depth of the ones offered at Gnomon. They are very focused on terrain creation in the context of a full landscape project. The last one is not really terrain, but the volumetric stuff will definitely be part of your terrain work.
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年12月2日 12:28:15
Great work Luiz! Thank you
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年12月1日 17:34:54
Hi OneBigTree,

Your instructions worked for me! Big thanks

I think I didn't remove the “uv” from the name, only the “1”. Anyway, it works now.
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年12月1日 17:20:39
Hi Luiz,

I checked my Cook button Callback Script. It has “rizom_processor” as you describe above. I also changed the name of the RizomUV Processor inside of the RizomUV Unwrap node to “rizomuv_processor”. As well, I changed the file1 geometry file reference to “rizomuv_processor” instead of “rizomuv_processor1”. Lastly, I created an FBX file that matched the name expected by the file1 node inside the RizomUV Unwrap node. In all cases, I am still getting the following error:

Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
AttributeError: ‘NoneType’ object has no attribute ‘cook’

Also…

After hitting the Cook button couple of times, Houdini seams to hang. I have to Force Quit to close it.
Edited by JabbaTheNut - 2019年12月1日 17:22:36
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年12月1日 11:12:35
lkruel
Hey everyone,

Thanks for the report. I'll take a look at this today and hopefully solve this issue.

Just so I'm aware of all of them. It seems like it's a pathing issue in non windows machines.

Is everyone here not on Windows or is there another bug I should chase

Cook fails in the RizomUV Unwrap node with the following error:

Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
AttributeError: ‘NoneType’ object has no attribute ‘cook’

I have tried setting the Rizom Location to the appropriate location, but the cook error still occurs. Also, no FBX file is created.
Edited by JabbaTheNut - 2019年12月1日 11:25:36
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年12月1日 11:09:59
Hi OneBigTree,

You are correct, thank you. As per your suggestion, I was able to make, and save, the app location in the RizomUV Unwrap node.

However, I still get the following error:

Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
AttributeError: ‘NoneType’ object has no attribute ‘cook’
See full post 

Houdini for Realtime » SideFX Labs - RizomUV Bridge

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月30日 12:07:56
I am having the exact same issues. Cannot get RizomUV nodes to work. I am on Mac OS Catalina with Houdini 18. I noticed that the RizomUV Processor node inside of the RizomUV Unwrap node points to a Windows directory (i.e., C:\). Because the node is locked out, I cannot change the settings. Are there Houdini.env settings that I could impose?
See full post 

3rd Party » DM 2

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月30日 00:06:54
DM2 causes crashes in Houdini on Mac OS Catalina. Not sure when it will be compatible.
Edited by JabbaTheNut - 2019年11月30日 02:48:49
See full post 

Houdini Lounge » RizomUV Node - Where is it?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月28日 14:40:49
Also…

It would appear that the nodes are preconfigured for Windows directory locations. I am on a Mac. If anyone has any guidance on how to adapt these for Mac, it would be much appreciated.
See full post 

Houdini Lounge » RizomUV Node - Where is it?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月28日 14:26:14
Hi Goldfarb,

Thank you for the super fast response

For anyone else that is looking for this, it is not yet in the production build. You must uncheck “Production Build Only” during the installation process to get this node.
See full post 

Houdini Lounge » RizomUV Node - Where is it?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月28日 14:03:03
Hi,

At 1:13:34 into the Houdini 18 Launch Presentation video, there is a RizomUV node used in the network editor. Where can I find this node in Houdini 18?
Edited by JabbaTheNut - 2019年11月28日 14:33:51
See full post 

Houdini Lounge » Houdini 18 launch event live?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月21日 00:30:36
Any word on the release date? The best I could find was “late 2019”.
See full post 

3rd Party » DM 2

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月19日 21:20:44
Please disregard my previous post. Had I unzipped the downloaded file, I would have noticed the documentation contained inside.

Now, if you will excuse me while I head for the exit with my tail tucked between my legs
See full post 

3rd Party » DM 2

User Avatar
JabbaTheNut
48 posts
Offline
 2019年11月19日 18:02:45
Hi,

I just bought DM 2.1. Is there any documentation on how to use it? Or, is it a “feel your way around until you get it” approach?
See full post 

Houdini Lounge » To Forum gatekeeper/s

User Avatar
JabbaTheNut
48 posts
Offline
 2019年6月18日 12:46:06
+1
See full post 

Houdini Learning Materials » Building Generator tutorial removal?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年6月14日 01:56:00
Do you mean this one Building Generator [www.sidefx.com]?
Edited by JabbaTheNut - 2019年6月14日 01:56:37
See full post 

Houdini Lounge » Can we get native Mac trackpad support ?

User Avatar
JabbaTheNut
48 posts
Offline
 2019年5月21日 12:23:21
goat
tweakoz
Mac trackpads actually support tracking of up to 11 independent fingers with pressure and angle tracking. So they can be very expressive if used fully


11 fingers!

I laughed when I saw this. Maybe its 10 fingers and 1 toe?
See full post 
  • 最初
  • 1
  • 2
  • 3
  • 最後
  • 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
  • Internships
  • お問い合わせ
Copyright © SideFX 2025. All Rights Reserved.

使用言語