Giter Club home page Giter Club logo

houdini-toolbox's People

Contributors

captainhammy avatar pradeepbarua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

houdini-toolbox's Issues

Errors on first install - Windows

Hey there,
I went to try this out but was greeted by this over and over when starting Houdini:

Error running event handler:
Traceback (most recent call last):
  File "E:/GitHub/Houdini-Toolbox/houdini/scripts/OnInstall.py", line 8, in <module>
    from ht.events import NodeEvents, run_event
ImportError: No module named ht.events

Error running event handler:
Traceback (most recent call last):
  File "E:/GitHub/Houdini-Toolbox/houdini/scripts/OnInstall.py", line 8, in <module>
    from ht.events import NodeEvents, run_event
ImportError: No module named ht.events

Error running event handler:
Traceback (most recent call last):
  File "E:/GitHub/Houdini-Toolbox/houdini/scripts/OnInstall.py", line 8, in <module>
    from ht.events import NodeEvents, run_event
ImportError: No module named ht.events

I also received this as well:

Traceback (most recent call last):
  File "Mouse Event Handler", line 1, in <module>
  File "C:/PROGRA~1/SideFX/HOUDIN~1.348/houdini/python2.7libs\nodegraph.py", line 25, in <module>
    import nodegraphhooks as hooks
  File "E:/GitHub/Houdini-Toolbox/houdini/python2.7libs\nodegraphhooks.py", line 8, in <module>
    from ht.ui import paste
ImportError: No module named ht.ui

Thanks,
-MH

Installing via packages method

Hello, I am trying to install the Houdini Toolbox via the packages method, but am a scripting novice.

I have managed to setup the packages method for things like Redshift before, but I have extremely limited knowledge of scripting.

I wonder if you have an example .json package file I could use to help me install the toolbox?

Thank you!

  • Glenn

C++ Wrangle Sample ?

Hi Captain,

First of all, a huge thanks for making this repository public, It helped me a lot to do my own setup.

I'm writing a C++ library based on HDK to use in other DCCs (I have a working integration in Nuke, Gaffer, Blender powered by HDK, LibGL(using Eigen) and PyBind11 for now)

Some parts of the HDK are still obscure and being able to live compile inside Houdini and seeing the result in the viewport would be a huge productivity boost.

Here comes my question, do you have a working sample of your C++ Wrangle? From all the integrations I've seen it seems to be the one who best fit my use case.

I tried to use it but did not really understand how it's written (first time I see this PythonCook magic) and so how to debug it.

Thanks

Bad AOV manager help path on Windows

On Windows when attempting to view the help for the AOV manager things it will throw an exception about badly formed paths.

When we construct a help path on line 1856 in python/ht/ui/aovs/widgets.py it should NOT be trying to do any os level path magic because we need a valid url path, not a valid file path. Since Windows uses ''s in paths and the code uses os.path to join the paths this causes breakage due to escape characters and whatnot. We should form the path manually as expected for a url

Copy/Paste dialogs should automatically refresh

The copy/paste dialogs don't automatically refresh their views when they pop up. This isn't a problem for one person working locally in a single session but is annoying when you have multiple users or sessions.

Create a variable map SOP.

Since H12 changed the way string attributes work you can no longer add variable mappings but setting values to the varmap so some sort of HDK magic is necessary.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.