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

Search results Show results as topic list.

Technical Discussion » How to get world transform matrix from a geometry with pyth

User Avatar
Alexey Vanzhula
538 posts
Offline
 2024年2月20日 14:11:27
Alexey Vanzhula
it seems there is no such api in Geometry class in hou.
geometry should not be aware of the transformation of the container in which it is located
See full post 

Technical Discussion » How to get world transform matrix from a geometry with pyth

User Avatar
Alexey Vanzhula
538 posts
Offline
 2024年2月20日 13:09:06
sop.creator().worldTransform()
See full post 

Technical Discussion » Repeat Shelf Tool with Q key

User Avatar
Alexey Vanzhula
538 posts
Offline
 2024年1月17日 08:35:43
I have a shelf tool that creates a SOP node, connects it to other nodes, sets its parameters, and activates a state. How can I ensure that the script of this tool will be repeated every time I try to repeat it using Repeat Current Operation (Q)? At the moment it repeats but not always. Perhaps there are some rules to follow, because standard tools like PolyBevel repeat perfectly.
See full post 

Houdini Lounge » Modeling primarily in Houdini

User Avatar
Alexey Vanzhula
538 posts
Offline
 2024年1月3日 09:19:00
Thanks to the developers for fixing loop selection in the latest build!
See full post 

Houdini Lounge » Modeling primarily in Houdini

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月28日 08:35:06
HGaal
However, on 20.0.548 everything is fine
No. Just select an edge on one of the horizontal sides.
See full post 

Houdini Lounge » Modeling primarily in Houdini

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月28日 07:11:46
I'm reaching out to GCharb because I know he always have the answers to such questions. In the picture, there's a loop selected by double-clicking. On the left is Houdini 19.5, and on the right is v20. Why is this? Users are strongly complaining about this issue and have already sent many RFEs. I've even heard that the developers believe it should be this way.
See full post 

Houdini Lounge » Modeling primarily in Houdini

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月28日 06:55:19
now I will know that it's better to think twice before adjusting the number of divisions in bevel, as this can disrupt the behavior of other tools
Edited by Alexey Vanzhula - 2023年12月28日 06:55:35
See full post 

Houdini Lounge » Modeling primarily in Houdini

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月27日 04:23:01
HGaal
GCharb
Houdini is very adept at modelling,
Don't you think that Houdini is purposefully mocking users? It is difficult to rationally explain, for example, such a polyfill in comparison with a free blender. It is possible to do it correctly, evenly, beautifully, but Houdini seems to be doing it crooked on purpose.
No. Most likely this is incorrect in Blender, because its modeling tools became outdated back in the 90s. Also, such holes can be filled with manual retopology tools in 3D Coat. But it's better to delete the model and remake it from scratch in 3D Coat using voxels.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月21日 09:39:21
Edited by Alexey Vanzhula - 2023年12月21日 09:40:00
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月16日 17:36:17
HGaal
Alexey Vanzhula
HGaal
The question is essentially - how can I make it so that polyextrud is called up by hotkey indicating "extrudefront" in the groups?

Not quite what I wanted. This will help in the node tree. But I would like the extrudes called using the Q hotkey or another in the viewport to work with the same group, if it is specified - extrudefront or frontSeam. But since the frontseam group is broken in current versions, let at least extrudefront be used. If I need to, I will interrupt or change this chain, but in 90% of cases I am happy with using the extrudefront group by default. You can save the checkbox for activating the extrudeFront group as default, but the selection of the group in the first line is not saved (for the viewport). And selecting a node from the shelf or calling via Q or calling via a custom hotkey fills the group with the polygon number, and not the extrudefront name.
The fastest thing I found was to click on the gear each time and load a saved preset called extrudeFront. Or drag it from the shelf to the network, then the default settings will work. Here are our “punch cards” peeking out. Perhaps can write some kind of script so that all this is filled out correctly, but I don’t know how to do it.

is this what you need?
group = "extrudeFront"

viewer = hou.ui.paneTabOfType(hou.paneTabType.SceneViewer)
cur_node = viewer.currentNode()
if cur_node.type().category() == hou.sopNodeTypeCategory():
    extrude = cur_node.createOutputNode("polyextrude")
    extrude.setParms({ "group": group, "outputfrontgrp": True, "frontgrp": group })
    extrude.setDisplayFlag(True)
    extrude.setRenderFlag(True)
    extrude.setHighlightFlag(True)
    extrude.setCurrent(True, True)
    viewer.enterCurrentNodeState()
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月16日 10:44:58
HGaal
The question is essentially - how can I make it so that polyextrud is called up by hotkey indicating "extrudefront" in the groups?
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月14日 03:35:46
PaQ WaK
HGaal
Blender and Cinema have an ultra feature with the creation and shift of an edge parallel to the original one and the shift of intersections. Both from the outer and inner ribs. I haven't found a simple way to implement this in Houdini. Who knows?
This, by the way, is a great idea for a “modeller”.

Yes I hope edge manipulation like that will find his way in Modeler, I'm used to slide-duplicate existing edges (with metric distance, not %) all the time in Modo too, especially for sub-d edge supports.
this feature will be implemented because it is truly useful.
btw, currently, Modo is almost the only source of inspiration
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月12日 10:16:17
@HGaal, it would be nice if you could record a short video showing the results of using PolySplit and Blender's Knife on the same object.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月12日 10:11:50
HGaal
Yes, the modeler add-on partially solves something, as I managed to form an opinion, but it is not unable to eliminate the main ulcers of the polysplit.
All this is easily done in Modeler with the PolyPen tool, except for non-screen projection, but this shortcoming is addressed in the upcoming version.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月12日 08:26:07
GCharb
IMO Houdini is the best DCC out there for VFX and CFX, there is no doubt in my mind about that, it is also very adept at direct modelling, with or without the Modeller plugin (I never used the Modeller plugin TBH), again, just watch the PolyMarvels YouTube channel, but there are things that Houdini just can't do, like sculpting or texture painting, you need a separate application for that...

ZBrush is still the king of sculpting, no question about that, the UI is still a bit clunky to me, but once you are used to it, there is no real limits to what you can sculpt in ZBrush, as it can handle hundreds of millions of polygons (I suggest at least 64GB of RAM to be able to use ZBrush to its full potential), just look at all the great artwork on ZBrush Central, ZBrush is amazing.

But ZBrush also has limitations, it is pretty good at auto retopology, but it is somewhat lacking for manual retopology, it is not the best at UV mapping either, ZModeler is a nightmare IMHO, and you can't paint PBR textures with it.

The second best at sculpting is 3D Coat, Voxel Sculpting is awesome, and the new live boolean is better than the one in ZBrush IMHO, it is the best tool I have ever used for retopology, better than Topogun or Retopoflow (Blender plugin), it is also really good at UV mapping, and it has the reputation of being better at PBR texture painting than Substance Painter, it also has top notch modelling and kitbash tools.

Another viable option for sculpting/painting is Mudbox, it is dead simple, it can handle high poly counts, but you can't create a base mesh with it, you need to either use one of the provided base mesh, or you need to create one in another application.

Pablo Dobarro, a former Blender developer, improved the Blender sculpting tools, he developed some very cool sculpting brushes for Blender, he also developed the Voxel Remesher (very cool), and a few other goodies.

But you can't sculpt high frequency details in Blender, mainly because Blender just can't handle large polycount like the other sculpting software can, your only option for high frequency details is to texture them, which gives mixed results, takes a lot of time, and it is not the way professional character artists work in the industry.

In 2021 Pablo Dobarro published a proposal on the Blender Developer's blog (see link bellow), in his proposal he acknowledges the limitations of Blender and the importance of high polycount for sculpting, so he proposed that Blender sculpting be handled in a separate application, one that does not have such heavy polycount limitations, the Blender Institute rejected his proposal, last I checked Pablo has left the Blender community and is now developing a VR sculpting application.

Asset Creation Pipeline Design [code.blender.org]

As for retopology, you need Retopoflow to have decent retopology tools in Blender, you need a plugin for decent UV mapping tools as well, and Blender sucks hard at texture painting, even with a plugin like BPainter, and the modelling tools are more than 15 years old.

I am 59 years old, I have been animating (2D) since I was 12, I have been at 3D since the late 80s, I used many pieces of software over the years, and I learned that the KISS principle is the best way to go, the less software I use while still being able to do the job at hand in the shortest amount of time, the better.

So I use two different pieces of software these days, Houdini and 3D Coat, these two can do anything I could ever need for my work/production, and they cost me a mere 248 USD a year (3D Coat cost 48 USD a year for updates after the initial purchase which include 12 months of updates), I truly believe that these two are the best combo for 3D artists/freelancers these days!

3D-Coat is a wonderful program. I'm really glad that the developer is working on classical modeling. But for now, it's more of a solution for low-poly modeling. You can model in 3D-Coat with subdivision, but it's not comparable to other programs. I particularly insist on SubD modeling because it hasn't been phased out and is still popular, even considering the growing popularity of Plasticity as a convenient solution for hard-surface modeling.

I don't like Blender and its development policy, but YouTube is flooded with videos on subdivision modeling in it. Therefore, it's strange to read about your apparent hatred towards it, at least for this reason.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月12日 01:27:37
Someone has an allergy to Blender. Please use 3D-Coat for modeling, just not Blender. Can you even imagine what it's like to model with SubD in 3D-Coat?
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月11日 10:45:28
GCharb
There is a YouTube channel dedicated to direct modelling in Houdini, it's called PolyMarvels, very good, and no need for plugins, you might want to have a look...
Edited by Alexey Vanzhula - 2023年12月11日 10:46:44
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月11日 09:11:30
HGaal
Алексей Ванжула
oldteapot7
Good luck with Modeler 2024!
Thank you! You can ask any question in the Modeler Discord channel. We will answer any questions related to Modeller and modeling in Houdini in general: https://discord.gg/Ud7xUcQfMu [discord.gg]
link does not work
Strange, this link works for me.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月11日 08:57:07
HGaal
When will 2024 be released? Will this be a paid or free update?
There is no exact release date, but I think it will be soon. The update for current users is paid because it's a major update.
See full post 

Houdini Lounge » Modeling and Houdini.

User Avatar
Alexey Vanzhula
538 posts
Offline
 2023年12月11日 08:55:20
oldteapot7
Good luck with Modeler 2024!
Thank you! You can ask any question in the Modeler Discord channel. We will answer any questions related to Modeller and modeling in Houdini in general: https://discord.gg/Ud7xUcQfMu [discord.gg]
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
  • Sales Inquiry
LEGAL
  • Terms of Use (英語)
  • Privacy Policy (英語)
  • License Agreement (英語)
  • Accessibility (英語)
  • Responsible Disclosure Program
COMPANY
  • SideFX社について
  • Careers
  • Press
  • Internships
  • お問い合わせ
Copyright © SideFX 2025. All Rights Reserved.

使用言語