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.

SI Users » project "Houdini, a great modeler"

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年2月1日 10:11:59
Yes, under the hood it creates nodes with hscripts-expressions and vex snippets. Also it can delete history and many other features not included to video.
See full post 

SI Users » project "Houdini, a great modeler"

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年2月1日 07:18:35
Some feature list:

0. RMB - hotbox-like widget with modeling tools

1. in ‘select’ state (mode):
1.1 LMB - laser selection
1.2 MMB - box\lasso selection
1.4 MMB (fast click) - elect loop - doesn`t need of ‘A’ hotkey
…

in ‘edit’ mode:
1.5 Alt - multi-snapping
1.6 RMB - fast grabbing pivot (hello xsi-users). Key release will fix pivot back. with alt it multi-snapping to anything
…

2. Wheel:
2.1 Up - select polygons
2.2 Down - select poly-islands. Fast wheel roling (Down+Up) will select island under the mouse
2.3 Ctrl+Up - select verites
2.4 Ctrl+Down - select edges
2.5 Shift+Up - Move
2.6 Shift+Down - Rotate\Scale
2.7 Ctrl+Alt+Up - Redo
2.8 Ctrl+Alt+Down - Undo
2.9 Ctrl+Shift+Up - Shrink seletion
2.10 Ctrl+Shift+Down - Grow seletion

—

All this works (in most cases) with simple but advanced selection behaviour. For example (like in Silo) it doesn`t need component selected, but maybe pre-hilighted (under mouse) when nothing was selected.

All hotkeys, mouse behaviour, ui-style and hotbox items are very custimizable in simple python code pieces.

Doesn`t showed snapping and align features in this video. Coming soon…

—

PS No standard hotkeys was used when recording video, only mouse+modifiers
See full post 

SI Users » project "Houdini, a great modeler"

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年2月1日 07:03:48
Some PySide fast modeling very-customizable tool system.
Preview of very simple (but not very last) features.
http://youtu.be/IsSWh4Bw6LM [youtu.be]
See full post 

Technical Discussion » Setup Multisnap from python or HDK

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月27日 07:15:57
Or maybe hscript? :cry:
See full post 

Technical Discussion » Editing current manipulator values

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月27日 07:15:09
Is it possible to get\set current manipulator ('edit' state for example) position\orientation from python\hscript\hdk
See full post 

Technical Discussion » Setup Multisnap from python or HDK

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月25日 19:29:35
Is it possible to setup multisnapping (for example set snap to midpoints) from python or HDK?
See full post 

Technical Discussion » Houdini 14 Graphic Issue

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月24日 22:34:31
It think the best is LC_ALL=en_US.UTF-8
in houdini.env
See full post 

Technical Discussion » Select geometry components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月24日 17:26:59
o shit, i`m stupid idiot.
Thanx edward you saved me

It is very interesting that i asked questions (without answers) like this not once , and I never noticed highlight flag
See full post 

Technical Discussion » Select geometry components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月24日 11:39:09
Good question. This is old problem

I use this trick in my interactive tools.

For example, after my tool finish i want to highlight components to use it in next tool if need.

It is very good if main node of my tool is created by soptoolutils.genericTool. In this case components automatically selected (highlighted)

But, if node created manually (with hou.Node.createNode()) it can`t highlight components, except ‘group’ node

So, my temporary solution is creating ‘group’ node after main node and highlight components with hou.SceneViewer.enterCurrentNodeState() Works well, but IMO this is not good
See full post 

Technical Discussion » Select geometry components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月24日 03:36:17
Yes it is good addition. But I still need press ENTER to accept selection
I didn't notice this behaviour yesterday.

So it is not so good for automatization tricks in my scripts
See full post 

Technical Discussion » Select geometry components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 20:21:29
No !!!
H14 has NEW initial geometry arguments in hou.SceneViewer.selectGeometry method

:twisted: :twisted: :twisted:
See full post 

Technical Discussion » Select geometry components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 18:55:05
I find H14 solution !!!

def select_geometry( mask='0', geometry_type=hou.geometryType.Primitives ):
viewer = toolutils.sceneViewer()
if viewer is not None:
viewer.selectGeometry(use_existing_selection=False, initial_selection_type=geometry_type, initial_selection=mask)
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 14:08:17
Can reproduce this BUG if eventFilter class described in Shelf Tool Script section.
Works normally if i described class in external python script, for example, in file
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 08:52:07
I have bad news. In my case, linux x64 and any of H14 builds, i can`t get my custom eventFilter to work allways.

Bug submitted…


EDIT:

I saw that this BUG reproduces when i want to catch QtCore.QEvent.KeyRelease, but not with QtCore.QEvent.KeyPress

EDIT1:
I continue to consider this problem. The problem is with key events only.
It doesn`t works allways. But, for example, with QtCore.QEvent.MouseButtonPress it works well. And it doesn't matter if i installed filter to specific widget or to QApplication instance…
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 06:25:47
Also at now i can install eventFilter to viewport widget in my tools.
But it would be good if we can catch Enter\Leave and HoverEnter\Leave events, because its good way to identify that we left out viewport widget.
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月23日 04:22:18
Good fixes! I dont know how long we have to wait its form AutoD*** )))

I consider that we still need ability to find main widget from python.

I remind that at now i get it from top level widgets and test it by windowIconText() function. If it contains something then it is MainWidget
Not so elegant but it works

Anyway you give us good Qt implementation and in some cases it more robust than in Maya !!!

Thanx !!!
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月21日 16:49:17
Thanx!
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月20日 11:27:18
QApplication instance should be safe in both PySide and C++ code
QtGui.QApplication.instance().styleSheet() retrurn empty string

QT_Utils::applyWidgetStyleSheets(QWidget*)
Can`t find this method
See full post 

Technical Discussion » Some Qt questions

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月20日 05:32:56
What the best way to get styleSheet text?
At now i get it from one of QApplication top level widgets…
See full post 

Technical Discussion » Get highlighted components from script

User Avatar
Alexey Vanzhula
538 posts
Offline
 2015年1月19日 14:29:40
Thanx. I mean single RED component under mouse, that highlighten without starting selection.
I dont need BLUE components during mouse drag
See full post 
  • 最初
  • 23
  • 24
  • 25
  • 26
  • 最後
  • 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.

使用言語