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

Search results Show results as topic list.

Technical Discussion » examples of pre and post render scripts

User Avatar
vrljc
63 posts
Offline
 2006年1月21日 12:04:43
I am really getting into scripting now that I am using Linux on a daily basis. I am curious about Houdini's pre and post render scripts and I am wondering how far you can go with it and what can be done with them.

Can anybody provide some examples of what you can do with pre and post render scripts and how they improve the render workflow? Thanx!
See full post 

Houdini Lounge » Hoo-ray! fer fancy book learnin'

User Avatar
vrljc
63 posts
Offline
 2006年1月4日 19:27:01
Yes, I did the FX on the cover. I am glad you liked the short film. The crew of us who worked on the cover are honored to be able to supply the image, as we are all GREATLY looking forward to getting our hands on a copy of the book.

Its kinda funny with Houdini that just when you think you know the package, you can always find a new area to dive deeper into. I hope I can do that some more using the material in the book.
See full post 

Houdini Lounge » Hoo-ray! fer fancy book learnin'

User Avatar
vrljc
63 posts
Offline
 2006年1月4日 10:06:44
I like the cover art! :wink:
See full post 

Technical Discussion » customizing handles in a dig asset

User Avatar
vrljc
63 posts
Offline
 2005年12月6日 10:19:54
Sorry, I meant digital asset, such as a custom OTL. Basically my otl lets the user move vertices around (there are about 10), so I wanted to have the origin of the handle for each vertice to be snapped to the vertice, and not show up @ the center of the otl.

If this can be done by changing the pivot, how do you go about this?
See full post 

Technical Discussion » customizing handles in a dig asset

User Avatar
vrljc
63 posts
Offline
 2005年12月5日 23:15:21
Just curious if it is possible to move the origin of a handle on a dig asset? So that it is not centered?

Any ideas?
See full post 

Technical Discussion » Call Back scripts with Menu Items in Otl

User Avatar
vrljc
63 posts
Offline
 2005年11月27日 15:28:33
cool thanx jason
See full post 

Technical Discussion » Call Back scripts with Menu Items in Otl

User Avatar
vrljc
63 posts
Offline
 2005年11月26日 15:58:26
Ok I am def going in the right direction now, but I am having some syntax issues I think. So far my script looks like this:

if(“ch(”display“)” == “0”)
then
message `on`
else
message `off`
endif


So this says that if I have Item#1 selected from the pulldown menu, it should return a message saying “on” and it should say “off” if #2 is selected. Well what is happening is that no matter which item i have selected, it is only returning “off.”

As a test that it is indeed finding ch(“display”), I added to the bottom:

message `ch(“display”)`

And it returned the correct 0 or 1. I guess I am just not writing the if/then/else statement correctly?
See full post 

Technical Discussion » Call Back scripts with Menu Items in Otl

User Avatar
vrljc
63 posts
Offline
 2005年11月26日 14:09:34
How can I trigger a specific callback script based upon which item is selected from a Menu Item? For example, if Item#1 in the Menu is selected, it will trigger this callback script:

viewdisplay -N all l on *; viewdisplay -N all n on *; viewdisplay -N all m on *;

Then when I select Item#2, it will trigger this callback script:

viewdisplay -N all l off *; viewdisplay -N all n off *; viewdisplay -N all m off *;

Any ideas?
See full post 

Technical Discussion » trouble with Takes, rendering

User Avatar
vrljc
63 posts
Offline
 2005年7月18日 06:43:08
I got the take to work now. Turned out I really didnt know what I was doing in the first place But now I understand takes fully. I understand a take as a different variation of the same hip file, where you can turn things on and off, yet jump back and forth to another version of the hip.

Peter, can you explain a bit more about VOPs not working with takes? As a test I built a simple VOP surface shader and it worked fine with a take. Are you referring to a more complicated VOP such as a SOP or POP VOP?

-jon
See full post 

Technical Discussion » trouble with Takes, rendering

User Avatar
vrljc
63 posts
Offline
 2005年7月17日 11:09:17
I am having some trouble getting a take to render. I created a take and called it “shadow” so that I can render a shadow pass. Everything in the take is all set to do just that (i.e. turned off objects/enabled shaders, etc).

In my mantra ROP in the pre-script i entered in the code

takeset shadow

Then in the post-script i entered in

takeset hip

to put everthing back in place.

But what is happening is that the ROP is rendering out a full render, and not occluding or including objects as I set them to do in the take panel. Is there a step that I missed in the process of setting up a take?

-jon
See full post 

Houdini Lounge » student short film with some houdini FX

User Avatar
vrljc
63 posts
Offline
 2005年5月3日 11:13:10
Hi Everyone-

A group of us just finished a short student animated film, “The Potter,” that we have been working on for about a year now.



I had the opportunity to use Houdini in my role as the FX guy on the team. This is the first time I have actually been able to use Houdini in a production and it definately paid off. Here is a link to the film:

http://studentpages.scad.edu/~jburto21/potter/The_Potter_480x270.mov [studentpages.scad.edu]

Everytime you see either a sparkly pixi dust effect, or volumetric breath effect, or bright glowy globs, that was Houdini at work.

Enjoy!

-jon campbell
See full post 

Houdini Lounge » Gimbal Lock, what is it?

User Avatar
vrljc
63 posts
Offline
 2005年2月25日 12:19:51
What is Gimbal Lock?

-jon
See full post 

Technical Discussion » pscale, ramping up and down

User Avatar
vrljc
63 posts
Offline
 2004年12月21日 09:51:50
Yes, that is where it can be entered. Depending on what you prefer, you can either enter it at the pop level, or you can append a point sop after your popmerge sop and enter it there, but you still need to add a property pop. So I just save a step and do it at the POP level.

It does create a smooth ramping effect when getting bigger. Based upon the expression, a particle's scale is the same value as its age, until it hits $AGE==1. Because of the clamp, it will stay at one and grow no larger or smaller, until later on in the expression when the second “if” statement appears. it tells the particle to start shrinking back down to 0: (5-$AGE). As for the 1 in the false return, I just did it to be safe. Regardless, it works.

Understand now?

-jon
See full post 

Technical Discussion » zdepth shader using vops?

User Avatar
vrljc
63 posts
Offline
 2004年12月20日 19:34:55
Is it possible to create a zdepth shader using VOPs that can be applied as a surface shader to a piece of geometry and then rendered as an image render in place of a zdepth deep raster render?

I did this before where I created a surface position shader and applied it and rendered it, and it came out the same as a surface position deep raster render.

Is this possible?

-jon
See full post 

Technical Discussion » pscale, ramping up and down

User Avatar
vrljc
63 posts
Offline
 2004年12月19日 23:20:17
I figured it out:

if($AGE>=0 && $AGE <=1,clamp($AGE,0,1), if($AGE>=4 && $AGE<=5,5-$AGE,1))

Once I remembered the difference between $AGE and $LIFE, it clicked.

-jon
See full post 

Technical Discussion » pscale, ramping up and down

User Avatar
vrljc
63 posts
Offline
 2004年12月19日 00:48:40
Whoops! I forgot that $LIFE is always a value between 0 and 1. What I meant in my question is $AGE. Here it is corrected:

I am shooting out some particles and they all have a lifespan of 5 seconds (24fps). I am trying to make the particles' pscale start at 0 at $AGE==0, then grow to 1 by the time $AGE==1. Then the pscale will remain at 1 until $AGE==4, where the pscale will then start to shrink back down to 0 by $AGE==5, or death.

-jon
See full post 

Technical Discussion » pscale, ramping up and down

User Avatar
vrljc
63 posts
Offline
 2004年12月18日 13:56:24
I have a pscale problem I am trying to figure out. Here is my situation and what I want to do.

I am shooting out some particles and they all have a lifespan of 5 seconds (24fps). I am trying to make the particles' pscale start at 0 at $LIFE==0, then grow to 1 by the time $LIFE==1. Then the pscale will remain at 1 until $LIFE==4, where the pscale will then start to shrink back down to 0 by $LIFE==5, or death.

Can anyone help me figure out this pscale expression?

-jon
See full post 

Technical Discussion » deep raster: surface position render problem

User Avatar
vrljc
63 posts
Offline
 2004年12月15日 22:23:05
Simon, thanx for the tip. I will try that out next time.

J.C., I actually got it to render out as a 32 bit tiff; I just made sure i hit the little down arrow next to the Tiff box and selected 32 bit floating….thanx though!

-jon
See full post 

Technical Discussion » deep raster: surface position render problem

User Avatar
vrljc
63 posts
Offline
 2004年12月15日 17:45:36
J.C.-

Thanks for the reply. I think I have been going about this all wrong. Can you tell me if this approach will work, even though it is a one pass render?

In VOPS, i created a vex surface shader. Inside, I just added a global variable vop, then piped its surface position into the output vop's Cf. Then I applied this new vex shader to the object that is being rendered.

Then I nixed the deep raster render, and rendered out the new surface position pass as a basic mantra render. The results looks very similar (if not the same) to the old (unsuccessful) deep raster render.

Did I just render out a correct surface position pass?

-jon
See full post 

Technical Discussion » deep raster: surface position render problem

User Avatar
vrljc
63 posts
Offline
 2004年12月15日 16:08:27
Hello-

I am doing a surface position deep raster render. I am having a problem. The problem is that all of a sudden the deep raster render will just stop, giving me a red flag error on the mantra. The error message states:

“Could not write out to the script or pipe. Failed to complete render”

But if I reset the frame range to start after the bad render, the render will continue again, until about 20 frames later it stops again, giving me the same error. And this will repeat.

Any help would be appreciated.

-jon
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
LEGAL
  • Terms of Use (英語)
  • Privacy Policy (英語)
  • License Agreement (英語)
  • Accessibility (英語)
  • Responsible Disclosure Program
COMPANY
  • SideFX社について
  • Careers
  • Press
  • Internships
  • お問い合わせ
Copyright © SideFX 2025. All Rights Reserved.

使用言語