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

Search results Show results as topic list.

Technical Discussion » Can you Use Indie Maya Arnold with Indie Houdini 19.5?

User Avatar
jandress
36 posts
Offline
 2022年10月31日 00:45:45
I think you will find Maya Indie will only render in Arnold within the Maya GUI. You can't even command line or batch render Maya files with it. You would have to buy a separate Arnold license to use with Houdini.
Edited by jandress - 2022年10月31日 00:46:21
See full post 

Technical Discussion » Switch from using old installer method to Houdini Launcher

User Avatar
jandress
36 posts
Offline
 2022年10月6日 21:25:20
The installer has a menu item to import installations already present on your computer.
See full post 

3rd Party » Modeler 2023

User Avatar
jandress
36 posts
Offline
 2022年9月30日 00:20:00
Is there any way to make modeler work inside a sopcreate network in the stage context?
See full post 

Technical Discussion » H19 with Linux Mint and XFCE desktop

User Avatar
jandress
36 posts
Offline
 2022年9月8日 18:52:11
19.5 runs fine on Mint 21/Cinnamon. If you use the Launcher to install you may have to manually install fonts or the Launcher interface may be blank.
See full post 

3rd Party » Modeler 2022 Sneak Peek!

User Avatar
jandress
36 posts
Offline
 2022年8月19日 21:46:28
Works on H19, but H19.5 Modeler pane is white with error message:

There is an error in the Modeler script.

Traceback (most recent call last):
File "/home/john/houdini19.5/modeler/python_panels/modeler.pypanel", line 1, in

File "/opt/hfs19.5.347/python/lib/python3.9/site-packages-forced/shiboken2/files.dir/shibokensupport/__feature__.py", line 142, in _import
return original_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'modeler'






??Perhaps not compatible with H19.5 python version?
See full post 

3rd Party » Houdini 18.5 Python 3 Megascan Bridge LiveLink

User Avatar
jandress
36 posts
Offline
 2021年7月21日 20:32:43
I'm running 18.5.532 python3 build on Linux Mint, bridge seems to work just fine for both mantra and octane so far.
See full post 

3rd Party » Supercharged H19 extension (TouchDesigner Style)

User Avatar
jandress
36 posts
Offline
 2021年7月19日 16:57:50
Does this work with the Python3 builds of Houdini?
See full post 

Technical Discussion » Hqueue problem with a windows and linux renderfarm

User Avatar
jandress
36 posts
Offline
 2021年6月1日 21:22:15
Hi, there is a bit of information here from a sidefx staff member about configuration of mixed linux and windows/UNC hqueue:

https://www.sidefx.com/forum/topic/51988/?page=1#post-234276 [www.sidefx.com]

You might consider emailing sidefx support directly, forum replies might be a bit random. Support was very good when I had trouble setting up the first time.
See full post 

Houdini Indie and Apprentice » How to run my Karma and Mantra license on another PC

User Avatar
jandress
36 posts
Offline
 2021年5月14日 17:16:41
https://www.sidefx.com/docs/houdini/hqueue/index.html [www.sidefx.com]
See full post 

Technical Discussion » Hqueue server for windows and Linux

User Avatar
jandress
36 posts
Offline
 2021年5月4日 21:19:52
The current documentation seems thin on the details, but from older docs found here:
https://www.sidefx.com/docs/hqueue16.5/help/installation.html [www.sidefx.com]
___________________________________________________________________________________________
How do I install Houdini onto the shared folder for my Linux client machines? Back to Top

Download Houdini onto a client machine. Open a terminal and type:
# Unpack the Houdini tarball.
tar zxf houdini-X.Y.ZZZ-linux_x86_64_gcc4.4.tar.gz

# Dive into the installer directory.
cd houdini-X.Y.ZZZ-linux_x86_64_gcc4.4

# Run the Houdini installer in silent mode to install a copy onto the shared folder.
# It is assumed that the shared folder is mounted at /mnt/hq.
./houdini.install --no-menus --no-license --no-install-bin-symlink --no-install-hfs-symlink --make-dir /mnt/hq/houdini_distros/hfsX.Y.ZZZ-linux-x86_64

# Create a non-versioned symbolic link to the Houdini installation.
# HQueue render and simulation jobs by default look for Houdini at
# $HQROOT/houdini_distros/hfs.$HQCLIENTARCH
# where $HQROOT maps to the shared folder mount point and $HQCLIENTARCH maps to linux-x86_64
# for 64-bit Linux machines.
cd /mnt/hq/houdini_distros
ln -sf hfsX.Y.ZZZ-linux-x86_64 hfs.linux-x86_64

______________________________________________________________________________________________________________________

I believe if you have a mixed OS farm all the clients from all operating systems will have to use houdini installations in the same shared network folder, not on local drives on each machine. Some of the older docs and FAQs have more details. Hope that helps a bit, I have only ever used linux for hqueue.

Edit - Actually some of this is still in the current docs at:
https://www.sidefx.com/docs/houdini/hqueue/faqs.html [www.sidefx.com]
Edited by jandress - 2021年5月4日 21:23:24
See full post 

3rd Party » Houdini Octane Texture

User Avatar
jandress
36 posts
Offline
 2021年5月3日 18:26:07
My /shop context contains only an octane render target node created automatically by the shelf tool. I placed the materials in /mat.

I am not sure why you want to use attribcreate nodes. I have assigned the material in sops with a material node. You could instead apply it in the render properties at the object level.

You also do not appear have an actual material in your octane vopnet. (glossy, metal, specular, universal etc.) Without one you will get purple.

If you want to apply file textures then you will need octane texture nodes connected to the channels you want to affect in the material, and you will need to create uvs or projections to place the textures.

You may want to watch some different tutorials:

https://www.youtube.com/watch?v=MlQPYS5j2CM [www.youtube.com]
https://www.youtube.com/watch?v=78oS9CDgX0Q [www.youtube.com]
See full post 

3rd Party » Houdini Octane Texture

User Avatar
jandress
36 posts
Offline
 2021年4月29日 21:55:26
From the screenshots it doesn't look like you have applied an octane material. Octane does not use mantra materials.
Edited by jandress - 2021年4月29日 22:07:10
See full post 

Houdini Lounge » Mantra ocean shader to 3rd party renderer ?

User Avatar
jandress
36 posts
Offline
 2021年4月20日 20:56:36
Try here:

https://www.iamag.co/create-an-ocean-with-houdini-and-octane/ [www.iamag.co]
See full post 

3rd Party » Modeler 2021 Released!

User Avatar
jandress
36 posts
Offline
 2021年4月19日 20:14:31
When using eg Extrude or Inset from the Modeler Mesh menu the tool immediately enters a mode to set the extrude depth with the mouse and number of divisions with the mouse wheel. If you do the same command with the hotkey you can set divisions with the mouse wheel but you can't extrude with the mouse, you have to set the amount in the property pane.

This is on a clean default install of Houdini 18.5.532 on Linux Mint 20.1, no other scripts or plugins installed yet.

Edit: Looks like it requires a click on the faces before the extrusion depth changes. Is it possible to set this so it acts like the menu item?

Edit Again: There is another issue with inset. If you use the hotkey and click drag it will change the offset, not the inset.
Edited by jandress - 2021年4月19日 20:25:26
See full post 

Technical Discussion » Unable to run Houdini on a Mac

User Avatar
jandress
36 posts
Offline
 2021年3月30日 21:13:52
It does work, but it seems there can be some weird issues on Mac. I have mostly used linux for houdini, but recently got a 2010 mac pro and spent an hour tearing my hair out before I got it running on Big Sur. What worked for me was the turning on file sharing from this forum thread:

https://www.sidefx.com/forum/topic/70848/?page=1 [www.sidefx.com]

You will also want to make sure houdini isn't being blocked by the security/privacy settings.

Hope that gets you closer.
See full post 

Technical Discussion » booleans commando missing

User Avatar
jandress
36 posts
Offline
 2020年11月12日 21:36:46
In the obj or sops contexts, press tab and start typing boolean. It should show up. There is also a boolean shelf tool in the “Model” tab of the toolshelf.
See full post 

3rd Party » WIP: Houdini Engine for Blender

User Avatar
jandress
36 posts
Offline
 2020年6月26日 19:04:30
Can you elaborate on the step “Ensure Houdini Engine is in your PATH.”?

I have tried adding C:\Program Files\Side Effects Software\Houdini 18.0.499\engine to the windows path. The Modifier shows the message “Could not load ofx plugins!”

Also, the file extension for indie users is hdalc, will this cause issues?
See full post 

3rd Party » RenderMan 23.2 + H18.0416

User Avatar
jandress
36 posts
Offline
 2020年4月19日 21:10:26
Were you able to run it in build 416? The docs list 18.0.391 as the last supported. I get a warning dialog at startup saying renderman could not be loaded probably because it is for the wrong version of renderman.
See full post 

Houdini Indie and Apprentice » Convert hdanc to hdalc

User Avatar
jandress
36 posts
Offline
 2020年3月30日 18:26:11
See:

https://www.sidefx.com/faq/studio/#faq498 [www.sidefx.com]
See full post 

3rd Party » Supercharged H19 extension (TouchDesigner Style)

User Avatar
jandress
36 posts
Offline
 2020年1月24日 18:41:22
I would pick it up if it were on gumroad as well. Houdini is great but for some things there is way too much mouse travel.
See full post 
  • 最初
  • 1
  • 2
  • 最後
  • 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.

使用言語