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
      • PDG
    • Houdini Engine
      • 概要
      • Engine プラグイン
      • バッチ処理
    • Houdini Indie
    • 比較
    • SideFX Labs
    • Partners
  • 業界
    • Film & TV
    • ゲーム開発
    • モーショングラフィクス
    • Virtual Reality
  • コミュニティ
    • フォーラム
    • ニュース
    • カスタマ ストーリー
    • Gallery
    • Contests & Jams
    • Houdini HIVE Events
    • イベントカレンダー
    • User Groups
  • 学習
    • Start Here
    • My Learning
    • ラーニングパス
    • チュートリアル
    • Tech Demos
    • Houdini 講演
    • 学校紹介
    • 教育プログラム
      • 概要
      • 学生
      • 講師
      • 管理者
  • サポート
    • Customer Support
    • ヘルプデスク FAQ
    • Houdini システム環境
    • ドキュメント
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • 購入
    • Download
    • Content Library
    • お問い合わせ
 
Advanced Search
Forums 検索
Found 253 posts.

Search results Show results as topic list.

Houdini Indie and Apprentice » Kamehameha's / Magical Waves - How would you create one?

User Avatar
A-OC
253 posts
Offline
 2022年5月8日 20:54:48
Well yeah, I can see some particles being emitted downwards from the smoke.
See full post 

Houdini Indie and Apprentice » Kamehameha's / Magical Waves - How would you create one?

User Avatar
A-OC
253 posts
Offline
 2022年5月7日 21:55:37
It's pretty clear to me that is a smoke simulation. Emit density and velocity and you'll have a good start.
See full post 

Houdini Indie and Apprentice » Network rendering

User Avatar
A-OC
253 posts
Offline
 2022年5月6日 19:47:26
Good day. Can I use Indie for network rendering ? i.e. mantra -H host1,host2 on the "Command" parameter in the "Driver" tab of the Mantra node
See full post 

Technical Discussion » FBX Character Import possible bug

User Avatar
A-OC
253 posts
Offline
 2021年9月22日 17:13:04
Thank you, so I'm thinking it makes sense to log this as a feature request / bug.
See full post 

Technical Discussion » FBX Character Import possible bug

User Avatar
A-OC
253 posts
Offline
 2021年9月21日 17:32:36
I'm getting a correct import in 3dsMax too.

I'm hoping there's a quick fix or workaround...
See full post 

Technical Discussion » FBX Character Import possible bug

User Avatar
A-OC
253 posts
Offline
 2021年9月21日 15:20:07
imgs
See full post 

Technical Discussion » FBX Character Import possible bug

User Avatar
A-OC
253 posts
Offline
 2021年9月21日 15:15:03
Can you please take a look at the attached fbx.

It imports fine in Maya, but in Houdini there's something way off, using the FBX Character Import node.

( I used to be able to paste an image from the clipboard, not anymore ? )
Edited by A-OC - 2021年9月21日 15:17:19
See full post 

Houdini Engine for Unreal » BUILD FAILED error

User Avatar
A-OC
253 posts
Offline
 2019年10月29日 15:44:01
Thank you.

dpernuit
you will need to build the binaries with UE4.

How would I go about doing that ?
See full post 

Houdini Engine for Unreal » BUILD FAILED error

User Avatar
A-OC
253 posts
Offline
 2019年10月28日 12:03:00
This is the vr template, launching to the oculus quest. I'm hoping this piece of info will help you guys help me better.
See full post 

Houdini Engine for Unreal » BUILD FAILED error

User Avatar
A-OC
253 posts
Offline
 2019年10月25日 19:07:52
Hello. When I try to launch a test project, if the plugin is loaded I get the following error:

LogPlayLevel: BUILD FAILED
PackagingResults: Error: Launch failed! Missing UE4Game binary.
houdini You may have to build the UE4 project with your IDE. Alternatively, build using UnrealBuildTool with the commandline:
UE4Game <Platform> <Configuration>

When I disable the houdini plugin, it builds fine, but then I can't use it !

I'm using Houdini 17.5.391 and UE4 4.23

Any advice ? Thank you.
See full post 

Technical Discussion » HQeue Madness

User Avatar
A-OC
253 posts
Offline
 2019年8月23日 03:58:55
We recently tried to setup HQ too. Long story short, we had to hire a network specialist.
See full post 

Houdini Lounge » will Houdini run on this laptop?

User Avatar
A-OC
253 posts
Offline
 2019年8月22日 02:42:47
I toy around with Houdini with a GT630 ( 2GB ) and system RAM 8 GB. What I mostly miss is system RAM
See full post 

Technical Discussion » Import Alembic - Unpack and Convert not working

User Avatar
A-OC
253 posts
Offline
 2019年8月21日 18:10:17
Including a hip file is always the best bet when asking questions like this one. Glad you sorted it out though.
See full post 

Technical Discussion » File Reader / loader Loading highest incremented file automatically?

User Avatar
A-OC
253 posts
Offline
 2019年8月21日 17:34:44
Adriano
jsmack
The definition of ‘highest’ is probably not a very consistent concept among users. Studio pipelines generally use a database for this sort of thing.

It sounds like you want a script to look at the path and parse out a version number and then glob for files that are in the same folder, grabbing the highest found. The typical way is with python in a shelf script, but it can also be put into module used by a button's callback that is added to the permanent defaults for the read nodes.

Thanks. I was digging in the topic after reading a post on facebook, someone had issues overwriting Alembics when they are in use in Houdini forcing him to restart Houdini each time the ABC had to be updated. I personally always increment geo files so i never experienced that issue. But i do have to go into the geo nodes and update the new Alembic/Obj/Fbx each time which can indeed be a bit time consuming with lots of assets. So i was hoping there would be a little line i could drop in there. “$JOB/geo/geo.version`latest`.abc” and then have a button somewhere to reload all or only selected assets.

Thanks for your time and insights. Appreciated.

If you know python you can create a spare parameter where you get that latest file, and then reference that in the main file parameter.
See full post 

Technical Discussion » Sops to cops

User Avatar
A-OC
253 posts
Offline
 2019年8月6日 21:02:24
Colby Winfield
Hey, this example works great if the grid only has 1 primitive because you're specifying prim 0 in cops. I can't wrap my head around how to make this work for a more complex geometry with multiple primitives. Any idea?
I just noticed your post … Check updated scene.
See full post 

Technical Discussion » SPLINE wrapping another object?

User Avatar
A-OC
253 posts
Offline
 2019年8月6日 20:03:18
You could try with particles. Check the last scene in this thread: https://www.sidefx.com/forum/topic/47556/ [www.sidefx.com]
See full post 

Houdini Indie and Apprentice » How to get a Leaf Alpha in Mantra

User Avatar
A-OC
253 posts
Offline
 2019年8月6日 15:36:42
Use the opacity tab. Or post a scene with your attempt
See full post 

Houdini Lounge » PolyBridge to Nearest Prim

User Avatar
A-OC
253 posts
Offline
 2019年8月5日 17:03:27
Now that I'm testing this further, it will work better if you compare the face normal to the vector defined by the face center pointing to the other face. To clarify, let's define:

n1 = face normal 1
n2 = face normal 2
fc1 = face center 1
fc2 = face center 2

vec1 = normalize( fc2 - fc1 );
vec2 = normalize( fc1 - fc2 );
dot_p1 = dot( n1, vec1 );
dot_p2 = dot( n2, vec2 );

if ( dot_p1 < 0 ) flip face 1
if ( dot_p2 < 0 ) flip face 2
See full post 

Houdini Lounge » PolyBridge to Nearest Prim

User Avatar
A-OC
253 posts
Offline
 2019年8月5日 15:31:42
Ok, so you do this by comparing the face pair normals. If the angle they form is less than 180, then flip the one pointing away. Technically, use the dot product function in vex.
See full post 

Houdini Lounge » PolyBridge to Nearest Prim

User Avatar
A-OC
253 posts
Offline
 2019年8月5日 02:21:13
Hey, this turned out a bit more complicated than I thought.

The first thing to note is that I stole the node “create_explicit_lines” from the Connect Adjacent Pieces sop. Then, it's a matter of creating the two groups and the attribute as the piece to loop over in the for-each.
See full post 
  • 最初
  • 1
  • 2
  • 3
  • 4
  • 最後
  • / 13
  • Quick Links
Search links
Show recent posts
Show unanswered posts
製品
  • Houdini
  • Houdini Engine
  • Houdini Indie
学習
  • ラーニングパス
  • チュートリアル
  • 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.

使用言語