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 256 posts.

Search results Show results as topic list.

Technical Discussion » Create a consistent volumetric lattice

User Avatar
Jonathan de Blok
287 posts
Offline
 今日 08:45:06
You could "texture" the cloth with some curves driven by the cloth's UVs, So basically drawing curves/threads across the surface that are locked down, and thus follow the deformatioz, by the UV coords.
See full post 

Technical Discussion » HDA parameters disappear

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年6月12日 14:00:56
I guess you might have added parms through the 'edit interface' button. For HDAs you need to uses 'edit type' and then go to the interface tab.

The difference is that the first method only adds parms to that specific instance of a node, the second method actually makes it part of the HDA asset.
See full post 

Technical Discussion » Embed a web viewer in a floating panel?

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年5月28日 06:18:56
I've got something that even better

https://vimeo.com/832299955 [vimeo.com]
See full post 

Technical Discussion » OpenGL rendering without lighting / flat color only

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年5月9日 05:01:55
https://www.sidefx.com/docs/houdini/model/attributes.html#attributes [www.sidefx.com]

See the "viewport display attributes". I guess you're looking for this one:

"gl_lit: If this detail attribute is 0, the geometry always appears without lighting. This is currently ignored for guide geometry"


So simply create a detail attribute 'gl_lit' and set it to 0 to get a flat look.
See full post 

Technical Discussion » Python: How to get the active Network Editor pane?

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年5月4日 18:30:05
See "paneTabUnderCursor()"

https://www.sidefx.com/docs/houdini/hom/hou/Desktop.html [www.sidefx.com]

That's usefull if you trigger a script from within the paneTab you're after. Or you run some polling routine that keeps track which paneTab/type had the last focus.

Alternatively you can get the size of the paneTab and assume the largest one is the main one.
See full post 

Technical Discussion » OpenGL rendering without lighting / flat color only

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年4月30日 06:19:20
Check the docs for 'opengl tags", you can use them to set prims to render as "unlit"
See full post 

Technical Discussion » Caching over SMB to a NAS is extremely slow.

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年3月20日 17:08:34
It depends on the workflow but another approach could be to save it locally and have some background tool push it to the NAS. That will be the fastest way to get it out of Houdini and get back into the UI.

And on a related note, when saving the hip file on the network gets slow check the HOUDINI_BUFFEREDSAVE env var options.
See full post 

Technical Discussion » ROP FBX Character Output doesn't save shop materialpath

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年3月17日 15:29:13
I understand the problem, what I mean is that it will only save materials when the materials the @shop_materialpath points to do actually exist.
See full post 

Solaris and Karma » skip rendered frames?

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年3月16日 17:08:08
A complete hack, but with some python one could switch to a dummy LOP with no content and a dummy output name when an existing frame is detected.
See full post 

Solaris and Karma » Help with implementing custom 'BackgroundRenderer'

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年3月16日 10:55:21
(ohh nevermind, I remembered this but it was for the asset gallery, not render gallery)

I guess this approach might work..

https://www.sidefx.com/forum/topic/93833/?page=1#post-412140 [www.sidefx.com]
Edited by Jonathan de Blok - 2025年3月16日 12:20:57
See full post 

Technical Discussion » ROP FBX Character Output doesn't save shop materialpath

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年3月12日 17:50:20
Do the materials actually exists in Houdini? if not there won't be an entry for them in the fbx, and thus no slots for them in UE
See full post 

Technical Discussion » is there a FIND IN FILES for VEX?

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年2月12日 11:49:04
in the find window you can search for code in vex, expressions etc using filters:

https://www.sidefx.com/docs/houdini/network/find.html#filters [www.sidefx.com]
See full post 

Technical Discussion » Apex Capture Weight Normalize

User Avatar
Jonathan de Blok
287 posts
Offline
 2025年1月26日 03:56:20
Not sure it's a bug, or I'm misreading the issue. Normalizing in this context means that if you add all weights assigned to a point the sum is 1.0.

So if you assign a 1.0 weight for joint A on a point and it already had a 0.5 weight for joint B the result will be.

A=1.0/sum_of_all_weights
B=0.5/sum_of_all_weights

A=0.66
B=0.33

So the sum of the point weights is now 1.0.
See full post 

Houdini Lounge » R&D Panel at HIVE Horizon

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年9月5日 13:32:37
Rendering..

Desired workflow:

1) Render using a fixed camera, lopnet and/or frame. All without dependancies on the presence of a viewports with lopnet and what not.

2) Render gallery not being tied to a single lopnet. (I know, internal database thing, but still).

3)/obj rendering in Karma technically works but everything hurts.



1 can be done using a render clone, would be nice if that could be done locally as well.


2 is not that critical but ran into this limitation a few times when having separate lopnets, or have lopnets that import other lopnets etc.

3 To fix this properly I guess things need some mayor refactoring, like /obj level nodes smartly injecting USD directly into the stage without 10 seconds recooks when changing a material color.

Did a quick prototype of this and it's lightning fast ;


And there is also lots of really great stuff in there, but these are my painpoints that make me drop down that redshift node once again

Thx!
Edited by Jonathan de Blok - 2024年9月5日 16:32:34
See full post 

Solaris and Karma » Working with multiple shots like Unreal Engine's Sequencer?

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年8月16日 17:47:01
FYI: https://jdbgraphics.nl/script/prosequencer-2-0-houdini/ [jdbgraphics.nl]

Its a general sequencer I wrote for Houdini, It's not specifically geared towards Solaris but it's easy to reference the in/out points of tracks and use them in Solaris.

It will help in editing and managing shots.
Edited by Jonathan de Blok - 2024年8月16日 17:48:33
See full post 

Technical Discussion » Callback Button Function for Display Flag

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年8月1日 11:18:33
node is a method so you need to call it: node()

in the button callback entry it would be:

hou.pwd().setDisplayFlag(True)


The hou.pwd() is short for hou.node(".")
Edited by Jonathan de Blok - 2024年8月1日 11:19:01
See full post 

Technical Discussion » Houdini 20.5 ignore ocio system variable?

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年7月25日 09:20:46
While putting it houdini.env will probably work, better put it in a json package file. That is the more modern replacement for the error prone houdini.env

It gives much more control and can even contain some of basic if/then logic.

https://www.sidefx.com/docs/houdini/ref/plugins.html [www.sidefx.com]

Ideally the houdini.env is just an empty file.
See full post 

Solaris and Karma » 100% image zoom in Solaris viewport

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年7月24日 01:51:51
One solution is to render using te clones, they output directly to the render gallery and don't use a viewport. You get your render in the correct/fixed resolution. And they are locked to a lopnet/camera/frame so it gives a predictable output as you'd expect.

The interesting bit is you can have multiple clones rendering at different frames for example, so when doing lookdev you can check lighting at different frames at the same time. There is still no 'render button" so you have to pause/enable them if you don't want trigger a new render at every single thing you adjust.

These things, lack of a VFB and render button, have been mentioned here by a lot of people so they are definitely aware of it. I assume/hope this will be fixed at some point.
Edited by Jonathan de Blok - 2024年7月24日 01:52:38
See full post 

Solaris and Karma » Force view clone outputs in Render Gallery

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年7月22日 13:00:55
That makes sense from a technical perspective but from a user perspective the renders simply don't show up. Maybe the render gallery can have a 'all databases from this hipfile' checkbox or something like that? or use multiple paths/wildcards?

(Workflow wise it could be a bit less rough when exclusively using clones for rendering and using multiple LOP networks)
See full post 

Solaris and Karma » Force view clone outputs in Render Gallery

User Avatar
Jonathan de Blok
287 posts
Offline
 2024年7月13日 15:00:54
Nice to see the clones output all AOV to the render gallery, now it's of possible to have a visual framebuffer that's independent of viewports, locked to a specific camera, has a fixed lop node path and has the correct fixed resolution. (Like any other renderer has since the mid 90ies but that's another discussion )




The clones won't output to the render gallery unless a LOP network/node is set in the render gallery's path (green circled bit). I understand the need for that for normal non-clone renders, but the clones have their own LOP network path etc so it can/should always be available in the render gallery independent of the render gallery path. Is there any reason they are not or is it simply an RFE-able oversight?
See full post 
  • 最初
  • 1
  • 2
  • 3
  • 4
  • 最後
  • 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.

使用言語