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

Search results Show results as topic list.

Technical Discussion » How to render Streaks, Whitecaps as additional image plane from Ocean Surface shader?

User Avatar
Arthur_Ivanov
13 posts
Offline
 2018年11月16日 04:24:30
Hello guys!
Can someone explain how to render Streaks, Whitecaps as additional image plane from Ocean Surface shader?

Thanks advance.
See full post 

Houdini Lounge » Old tutorials before web-site redesign

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年10月5日 09:08:36
rmagee
Most of the lessons have been moved over to the new site - is there a particular one you are looking for?

It hard to say because it not on front of my eyes, but anyway, thanks for your answers.
See full post 

Houdini Lounge » Old tutorials before web-site redesign

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年9月27日 03:34:50
rmagee
Most of the lessons have been moved over to the new site - is there a particular one you are looking for?


Hello rmagee,

Actually I was looking for Jeff's TD workshops, all that I found is this https://vimeo.com/album/1047000 [vimeo.com]
See full post 

Houdini Lounge » Old tutorials before web-site redesign

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年9月17日 06:21:12
StefanN
Hi, look at:
http://archive.sidefx.com/index.php?option=com_content&task=blogsection&id=14&Itemid=166 [archive.sidefx.com]

Help! link doesn't work!
See full post 

Technical Discussion » Houdini and Fedora 26

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年9月6日 05:15:30
varomix
HOUDINI_USE_HFS_PYTHON=1

Many thanks man for the tip, I append this line in env file and for now all works fine for me with houdini on fedora 26 KDE.

Cheers!
See full post 

Houdini Learning Materials » Intrinsics in DOP and VEX

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年6月9日 15:04:24
tamte
if you look at Geometry Spreadsheet of any geo, go to Prim or Detail, both of them have Intrinsics menu
in that menu you can see what intrinsic data you can access
each primitive data may have its own set of intrinsics so you will not always see all, but all that apply to your primitives

most of them are selfexplanatory
use primintrinsic() or detailintrinsic() to get them or setprimintrinsic() to set
not all intrinsics can be set, only the ones with not greyed out values in spreadsheet
tamte
if you look at Geometry Spreadsheet of any geo, go to Prim or Detail, both of them have Intrinsics menu
in that menu you can see what intrinsic data you can access
each primitive data may have its own set of intrinsics so you will not always see all, but all that apply to your primitives

most of them are selfexplanatory
use primintrinsic() or detailintrinsic() to get them or setprimintrinsic() to set
not all intrinsics can be set, only the ones with not greyed out values in spreadsheet


Hello Tomas,
Thank you for your answer, I'll look on it more deeply.
See full post 

Houdini Learning Materials » Intrinsics in DOP and VEX

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年6月9日 04:40:08
Hello guys!

Can anyone give me some information about intrinsics?

Time to time I see some VEX funcs like primintrinsic and etc.
Also this parm available in dop context…

Really appreciate any help with this.

Thanks advance.
See full post 

Technical Discussion » Change Missing frame from report error to no geometry by default in File SOP

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年6月2日 05:30:21
hou.alex.get
Click on the gear in the node and there set the parameter as “Save as Permanent Defaults”.

Thanks man, sometimes we forget simple ways to achieve something.
See full post 

Technical Discussion » Change Missing frame from report error to no geometry by default in File SOP

User Avatar
Arthur_Ivanov
13 posts
Offline
 2017年6月2日 04:18:53
Hello, how I can (If I can of course) change Missing frame option from “report error” to “no geometry” by default in File SOP. Time to time render farm crash job with volume rendering.

Thanks advance.
See full post 

Technical Discussion » point attrs like impulse, recordname, recordnum, objid from RbD sim.

User Avatar
Arthur_Ivanov
13 posts
Offline
 2016年12月9日 07:40:22
Nima
All about RBD Packed Object attributes can be found here:
http://www.sidefx.com/docs/houdini/nodes/dop/rbdpackedobject [sidefx.com]

Thank you very much, already start to learn it.
See full post 

Technical Discussion » VEX HELP: including voptype.h

User Avatar
Arthur_Ivanov
13 posts
Offline
 2016年12月9日 07:38:56
malbrecht
Moin,

to extend what Arthur already explained:

VOPpoint pcP= v@P;

creates a 3-parted-vector named pcP and assigns to it the current position (“current” meaning that the VEX code most likely is getting iterated over all positions available in the specific geometry context, be it points, vertices or primitives, depending on the node connection it has).

The “@” means that the “P” (the “P” after the “@” stands for “current position”) is a globally accessible variable, in Houdini speak you would pronounce it “attribute position” (@ for attribute, P for position).
The “v” before the “@” is a type-cast, it is to make sure that “pcP” gets a 3-component vector value (in the case of “P” that should be reliably so, but always putting the type before the variable seems to me like a good habit).

Marc
(no top, no middle, no nothing engineer, just starting with VEX and other crazies)


malbrecht, Great and clean explanation by the way
See full post 

Technical Discussion » VEX HELP: including voptype.h

User Avatar
Arthur_Ivanov
13 posts
Offline
 2016年12月7日 18:05:53
VOPpoint pcP = v@P;

is simple means, create variables VOPimport and pcP that will be equal current Position from your run over (pts or prims, etc)
See full post 

Technical Discussion » point attrs like impulse, recordname, recordnum, objid from RbD sim.

User Avatar
Arthur_Ivanov
13 posts
Offline
 2016年11月29日 14:49:49
Hello Houdini cowboys!

Please tell me where I can learn more about point attrs that coming from RbD sim,


for example impulse, recordname, recordnum, objid.

I was try to search in Houdini help browser but without success.

Thanks advance.
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.

使用言語