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

Search results Show results as topic list.

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2024年8月7日 20:16:38
NicTanghe
Hello evryone.

I was looking for a seperate hqueserver aswell as a seperate license server image aswell.
Has annyone made some already ?
preferably with yamls ?

I think one of the forks of the repo may already doing it, but you can always just change the installation in the Dockerfile: https://github.com/aaronsmithtv/Houdini-Docker/blob/main/hinstall/Dockerfile [github.com]

And use these instructions on how to run the image: https://github.com/aaronsmithtv/Houdini-Docker/tree/main/hinstall [github.com]

If you feel like you need to tailor the installation to any specific needs, a lot of the secrets are held inside houdini.install, which is the standard x86 Houdini for Linux installation package, downloaded through the web API. It's definitely easier than it looks
See full post 

3rd Party » Houdini Web Preview - Interact with Houdini Scenes in Your Web Brower

User Avatar
aaronsmithtv
18 posts
Offline
 2024年6月18日 11:00:17
Really cool stuff
See full post 

H20 Tech Art Challenge » Congratulations

User Avatar
aaronsmithtv
18 posts
Offline
 2024年1月16日 17:16:47
Good luck to all of the awesome entrants, and congratulations to everyone who submitted their work. I am really excited to try out some of these tools!!
See full post 

H20 Tech Art Challenge » Best Houdini Utility Entries

User Avatar
aaronsmithtv
18 posts
Offline
 2024年1月7日 10:09:26
Hello everyone! I am really excited to share a utility that adds some useful, fun and interactive texturing functionality to Houdini, Texture Stamp. The idea of this HDA is to allow texturing to be a procedural workflow within Houdini.

When an artist at a studio is assigned many assets to add embellishment to (using Mari for example), this is a lengthy labor intensive task. With Texture Stamp, projecting any number of textures becomes an automated part of your toolset, with the same level of interactivity and high performance found elsewhere.

The tool includes a well documented, complex Python viewer state with intuitive keyboard shortcuts and key-binds, as well as extended functionality that handles automated UDIM processing, OCIO and custom viewport drawing. In the spirit of Houdini, the core image processing of the tool is kept open as an editable subnet, and the code has been designed around modular simplicity, where a studio may want to extend functionality with custom tools and pipeline integration.

An example scene, demo gifs, all open-source commit history and 6 example sticker images can be found on the GitHub repository for the Texture Stamp HDA. [github.com]

Thanks for taking the time to look at my HDA, feel free to ask any questions! I hope you all enjoy it as much as I enjoyed creating it.

See full post 

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2023年9月16日 18:00:22
Datagen
Hi Aaron!
Thank you for your development!
I faced some requirement/idea: Houdini HQueue server as application for "Truenas scale". That will be great to move the server form one of clients machines.

Thanks again
Andrey

Hey Andrey, Houdini Docker creates a ready-to-use, base Houdini installation process using Debian. Provided that you're able to support containerization through Docker then in theory the process should be compatible with any version of Linux, including TrueNAS SCALE.

You could begin by changing around some install instructions in the core Dockerfile to install only HQueue, creating your ideal image that way. What is your intended approach for using HQueue and Docker? I am happy to lend assistance if I can know a little more about what you're trying to use Houdini Docker for
See full post 

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2023年6月13日 09:14:06
graham
Hey Aaron, thanks for doing all this!

I've been building my own image for spinning up automated testing of my projects and thought I'd give your stuff a shot to reduce stuff I need to manage!

Overall I didn't really have any issues at all getting my stuff set up that weren't really my own. My only comment I suppose would be the lack of python in the image as I needed Python for a bunch of stuff. Given the amount of stuff necessary for it, it's probably not the most friendly for image size so it can make sense leaving it out by default. Install it easy so it's not a huge issue.

Another thing I ran across was trying to use your sesiweb package inside the container to help set up licensing (as opposed to my own to reduce stuff I'd need to vendor). Despite the project listing python-3.7+ it looks like you're using some of the type hint unioning that was added in 3.10 so it won't run under 3.9. It seems that 3.9 is also the latest release supported in Debian 10's repo so you're left with compiling from src to get newer versions. Not a big deal but just wanted to highlight it.

Thanks again for all the work!

Hey Graham, it's great to see that you're happy using sesiweb and Houdini-Docker, even with all of the bugs haha! I managed to get a free moment today and fixed the compatibility issues you were having in 0.1.1 so if you'd like to use the latest pypi wheel on Debian 10 you are free to do so

drew
Hi Aaron,

Really interested in this work, and timely as I'm currently trying to automate building a hqueue farm. In the past I've done it with cobbled together scripts and files shared via NFS mounts, but now that hqueue has python3 support it's time to modernise.

At the moment I get this error if I try and run houdini with your container. Hython and hscript work fine. I'm running on Ubuntu 22.04. (For my purposes I'll mostly be running headless tasks.)

root@539d5b0c2631:/opt/hfs19.5# houdini
/opt/hfs19.5/bin/houdini-bin: error while loading shared libraries: libsmime3.so: cannot open shared object file: No such file or directory

Cheers,
Drew

This has now been fixed in 0.1.1! You should be able to use the GUI version of Houdini from the latest hbuild image, or Houdini-Docker installation now.
See full post 

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2023年4月14日 07:15:27
drew
Hi Aaron,

Really interested in this work, and timely as I'm currently trying to automate building a hqueue farm. In the past I've done it with cobbled together scripts and files shared via NFS mounts, but now that hqueue has python3 support it's time to modernise.

At the moment I get this error if I try and run houdini with your container. Hython and hscript work fine. I'm running on Ubuntu 22.04. (For my purposes I'll mostly be running headless tasks.)

root@539d5b0c2631:/opt/hfs19.5# houdini
/opt/hfs19.5/bin/houdini-bin: error while loading shared libraries: libsmime3.so: cannot open shared object file: No such file or directory

Cheers,
Drew

Hey Drew, thanks for checking out my project, I hope it will help you automate your hqueue farm

I suppose I hadn't thought too much about the GUI libs, I designed the image itself around saving space to run Hython and the other headless Houdini processes. Now I'm looking at the libs though, it seems that they don't take up much space at all (around 6mb) and not installing them prevents you from launching houdini (clearly a bad idea on my part!)

Run this command in your container for now to get it running, and I'll create an issue on GitHub:

apt-get update && apt-get install -y libglu1 libsm6 bc wget libnss3 libxcomposite1 libxrender1 libxrandr2 libfontconfig1 libxcursor1 libxi6 libxtst6 libxkbcommon0 libxss1 libpci3 libasound2
See full post 

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2023年4月3日 13:36:18
For anyone interested, I have also open sourced and added the Python driver I use for accessing the SideFX Web API, sesiweb 0.1.0 [github.com], to pypi.

Import it into your scene by doing the following:

pip install --upgrade sesiweb

And then import the session class as follows:

from sesiweb import SesiWeb

You can find more information in the sesiweb GitHub README [github.com], but if anyone wants to start quickly, here is a similar script to what I use in Houdini-Docker, using sesiweb

from sesiweb import SesiWeb
from sesiweb.model.service import ProductBuild

sesi_secret = "your_secret_key"
sesi_id = "your_client_id"

sw = SesiWeb(sesi_secret, sesi_id)

# Get the most recent Houdini product builds
build = {"product": "houdini", "platform": "linux"}

# Get the latest Houdini build
build = sw.get_latest_build(prodinfo=build, only_production=False)

# Get the download URL, filename and hash of the build
build_dl = sw.get_build_download(
	prodinfo=ProductBuild(**build.dict())

print(build_dl)

sesiweb has full typehint support, input validation using Pydantic, custom exceptions and class test coverage. Enjoy!
See full post 

Houdini Lounge » Houdini docker image?

User Avatar
aaronsmithtv
18 posts
Offline
 2023年3月30日 11:10:53
I may be too late in this topic, but if anyone is still interested you can get pre-built Houdini Docker images here [hub.docker.com] or customize your own Houdini-to-Docker workflow with my automation tool here [github.com]
See full post 

3rd Party » Houdini Docker - Containerize & automate Houdini installs

User Avatar
aaronsmithtv
18 posts
Offline
 2023年3月30日 10:54:01
Hey everyone!

I'm super excited to share with you a project I've been working on called Houdini-Docker [github.com]; An open-source automation utility designed to make containerizing Houdini simple & easy.

Here's why you might want to check out Houdini-Docker:

  • It provides an alternative to the current standard workflow, which involves manual installation and Dockerfile configuration.
  • It offers a trustworthy source of Houdini installation images for those who need security, on Docker Hub [hub.docker.com]; As all workflow runs are publicly visible for transparency.
  • Images generated by Houdini-Docker are approximately 65% smaller than the most popular Houdini installation images, saving storage space and improving deployment speed.
  • Keep up-to-date with the latest production builds within future Dockerfiles, without the need for executing pipeline scripts.
  • Daily checks for the latest production builds, so new builds will always be available on Docker Hub within 24 hours.

All standard base images come with a full Houdini installation built on Debian 11 slim. The PATH environment variable is set for easy access to processes such as hython and hserver.

Quick-Start:
To get started with the most recent production build, just execute the following: (requires a Docker installation)

1. Pull the latest production build image (19.5.569-base as of 30/03/2023)
docker pull aaronsmithtv/hbuild:latest

2. Run a temporary container from the pulled image
docker run -it --rm --name houdini-container aaronsmithtv/hbuild:latest

3. Start a sesinetd instance (The command line Houdini license server), and verify that you have license entitlements with sesictrl (The command line equivalent of HKey)
sesinetd
sesictrl redeem

You should receive a prompt to enter your SideFX account credentials, and upon logging in, a list of license entitlements. Type q to quit the license utility and exit to close the container.

If you have specific requirements, such as another Linux distro, or you have more granular requirements for packages, builds, etc, simply forking the repository will enable the auto-build GitHub actions workflow to work with whatever additions you make.

I want to use Houdini-Docker, but I don't know what for!
Many studios will likely have their own CICD [about.gitlab.com] workflows that implement similar processes - but for those who are undergoing the task of deploying Houdini in some way, for example to a cloud platform, or as a license sever, it can be difficult to maintain a tool such as this (especially when many products are being juggled). Houdini-Docker aims to alleviate the difficulties in automating a highly customizable Houdini build process using Docker, while Hbuild is a repository for pre-built Houdini installation images based on Debian.

Here are some ideas for projects you can try out using a Houdini-Docker image:
  • A non-graphical Houdini instance as a web server using hwebserver [www.sidefx.com]
  • A containerized license utility
  • A containerized hqueue client

I'd love to hear your thoughts, feedback, and any ideas you might have. If you need any specific builds just let me know, and I'll add them to the Docker Hub repository. PRs and issues on GitHub are totally welcome!

You can find Houdini-Docker on GitHub here: https://github.com/aaronsmithtv/houdini-docker [github.com]
You can find the image repository Hbuild here: https://hub.docker.com/r/aaronsmithtv/hbuild [hub.docker.com]
Edited by aaronsmithtv - 2023年3月31日 12:20:16
See full post 

SideFX Labs Tech Art Challenge 2022 » Congrats to the winners

User Avatar
aaronsmithtv
18 posts
Offline
 2023年2月7日 11:25:42
Congrats to everyone involved, these tools are incredible!!
See full post 

3rd Party » Dune Solver

User Avatar
aaronsmithtv
18 posts
Offline
 2022年1月24日 07:23:08
Fantastic stuff
See full post 

SideFX Labs Tech Art Challenge 2021 » Congratulations to the Winners!

User Avatar
aaronsmithtv
18 posts
Offline
 2021年11月2日 07:28:28
Congratulations everyone, incredible work
See full post 

SideFX Labs Tech Art Challenge 2021 » Best Houdini Utility Entries

User Avatar
aaronsmithtv
18 posts
Offline
 2021年9月24日 12:25:49
Hello everyone! I am pleased to share a utility that combines my love for digital painting, 2D animation and Houdini. Hpaint allows the user to draw paint strokes as quad; The idea is to have a similar experience to that of something like photoshop/toon-boom, with all of the added benefits of being able to use your strokes like you would any other geometry in Houdini. There is also functionality to use or ghost hpaint strokes that are time-dependent, allowing for multiframe animation.

Since this tool is so Python-heavy, I've also attempted to comment as much code as possible to help this tool become a little more educational in helping others understand viewer states and how SideFX' stroke functionality makes prototyping/implementing these kinds of tools really fun. I've also kept a changelog and some gifs for use-cases on github. [github.com]

Thanks for taking the time to have a look!

See full post 

Houdini Learning Materials » 1 Minute VEX

User Avatar
aaronsmithtv
18 posts
Offline
 2020年11月17日 04:36:55
It is that time once again!

Three new snippets - exploring the various creative usages of arrays in VEX. I hope you all enjoy!



1 Minute VEX X - weighted integer sampling - https://aaronsmith.tv/1-Minute-VEX-X [aaronsmith.tv]

Using sample_discrete() to make a weighted selection from an array.



1 Minute VEX XI - iterating over attributes (finding prim patch area) - https://aaronsmith.tv/1-Minute-VEX-XI [aaronsmith.tv]

Using uniquevals() and findattribval() to find the area of a prim patch (by attrib id)


1 Minute VEX XII - gradient estimation from neighbours - https://aaronsmith.tv/1-Minute-VEX-XII [aaronsmith.tv]

Using neighbours() to find all adjacent points and calculate a gradient vector with custom weights.
See full post 

Houdini Learning Materials » 1 Minute VEX

User Avatar
aaronsmithtv
18 posts
Offline
 2020年10月13日 05:15:23
Hello once again!

Since the last time I posted here I've added three new tutorials, all of which briefly cover textures, mapping and colour in VEX. Thanks to everyone once again for all of the support and useful suggestions!



1 Minute VEX VII - OCIO transformed attribute from image - https://aaronsmith.tv/1-Minute-VEX-VII [aaronsmith.tv]

Using colormap() and ocio_transform() to read an sRGB image and convert it to an ACES-compliant attribute.



1 Minute VEX VIII - sampling nearest texture with UDIM filename expansion - https://aaronsmith.tv/1-Minute-VEX-VIII [aaronsmith.tv]

Using xyzdist(), primuv() and colormap() to sample the nearest UDIM-friendly texture on a surface.



1 Minute VEX IX - triplanar mapping & projection - https://aaronsmith.tv/1-Minute-VEX-IX [aaronsmith.tv]

Using simple vector math, for loops and colormap() to create a triplanar projection.



Please feel free to PM me with any questions or suggestions.
See full post 

Houdini Learning Materials » 1 Minute VEX

User Avatar
aaronsmithtv
18 posts
Offline
 2020年9月21日 09:09:09
Hello everyone!

I'd like to thank you all for the interest the last time around, so I thought i'd celebrate by releasing the next 3 minutes of VEX; Exploring all things camera.

If you missed it the first time, every Monday at 12pm for the last month-ish I have been posting VEX mini-tutorial snippets on my website, the most recent of which can be found below. Enjoy!



1 Minute VEX IV - https://aaronsmith.tv/1-Minute-VEX-IV-V [aaronsmith.tv]

An introduction to NDC space, and using to/fromNDC() to scale objects without changing position relative to camera.



1 Minute VEX V - https://aaronsmith.tv/1-Minute-VEX-IV-V#1mv_v [aaronsmith.tv]

Using toNDC() and removepoint() to delete points that are not displayed on camera.



1 Minute VEX VI - https://aaronsmith.tv/1-Minute-VEX-VI [aaronsmith.tv]

Using intersect() and optransform() to delete points hidden by camera occluding geometry.
See full post 

Houdini Learning Materials » 1 Minute VEX

User Avatar
aaronsmithtv
18 posts
Offline
 2020年9月10日 12:07:12
Hello everyone!

Every Monday at 12am for the last 3 weeks I have been uploading VEX snippets as mini-tutorials on my website: https://aaronsmith.tv/1-Minute-VEX [aaronsmith.tv]

Here, through ‘1 Minute VEX’, I'll try to walk you through some of the more obscure and advanced functions that exist, and add as much explanation as possible to accompany the images in text based form. Be warned, these are not for Houdini beginners!

Below is 1 Minute VEX III as an example; Let me know if anyone has any suggestions for improvement.

-

1 Minute VEX - Ray-Cast Ambient Occlusion

In this example, we begin by creating a variable for position - offsetting it from the surface very slightly to avoid unintended ray intersections.

Once we have assigned how many samples we want, and the hemispherical radius of our ambient occlusion (which determines how close geometry has to be to occlude), we use a for loop to iterate over each sample.

We then generate a random hemispherical direction using our point normal, and use that directional vector as the ray. If our ray hits geometry, its distance from initial position is fit within a 1-0 range - 1 being the closest a ray could possibly be, and 0 being the furthest.

This value is added and accumulated through the ‘ao’ variable, and then divided by the total number of samples added to the variable. We finally return the complement, in order to make close intersections dark, and distant rays / non intersections bright.

Edited by aaronsmithtv - 2020年9月11日 19:49:40
See full post 
  • 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.

使用言語