Search the Community
Showing results for tags 'window'.
-
I'm new to Houdini pipeline and I'm starting to port a Maya pipeline tool over to Houdini. Everything is working great but the tooltip windows aren't appearing in the right positions. I've used Paul Winex's MSE and hqt as a reference to see how Houdini is working with windows, if there are any other learning resources out there let me know! 1) The popups are supposed to lock onto the edge of the panel, but it looks like they're offsetting from the left edge of my center monitor (in a 3 monitor setup). No matter where I move the main Houdini window, the popups still appear in the same spots. 2) There's only 1 UI element that creates a popup correctly, but it gets hidden behind Houdini's main viewport. Tearing off my tool's panel doesn't resolve any of these problems. I'm getting the parent window in Houdini like so: class Build( QtGui.QWidget ): '''Main functions to build UI.''' def __init__(self, parent = hou.ui.mainQtWindow()): super( Build, self ).__init__( parent ) My tool works fine when getting the parent window in Maya like so: ptr = mui.MQtUtil.mainWindow() class Build( QtGui.QWidget ): '''Main functions to build UI.''' def __init__(self, parent = wrapInstance( long( ptr ), QtGui.QWidget ) ): super( Build, self ).__init__( parent ) Example for problem 1): Example for problem 2):
-
Hello everyone, I recently have come up with an idea for a project which involves a stained glass window shattering into pieces. I was wondering if you could suggest me the best ways to approach it. The idea is that the bird from the window is going to break into pieces, move forward and freeze in the air and them break into finer pieces. I attached a concept art image. And the effect I am looking for was inspired by Young Sherlock Holmes film from 1985 in the scene with Stained Glass Knight - 1:08 (https://www.youtube.com/watch?v=aKb61j8P4fU). The stained glass design will be created by me so I can also create alpha mask for it to use with a TRACE SOP to create the geometry.
- 1 reply
-
- shatter fracture
- fracture
-
(and 2 more)
Tagged with: