Giter Club home page Giter Club logo

houdini_image_browser's People

Contributors

aeoll 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

houdini_image_browser's Issues

Houdini 20: error loading wand module

This Houdini version switched to python 3.10, the plugin supports versions 3.7/3.9
Until this repo is updated to you can either install wand module with PIP, or use the workaround below:

Copy python3.9libs folder to python3.10libs

@Aeoll Thanks for the plugin!

No Module named setup tools during install

This is not an issue on your end im sure as Im a noob with python. the tool looks great.
when i try run the command from the directory i get this error (im on linux mint by the way)

:~/houdini17.0/scripts/python/Houdini_Image_Browser-master/_install$ pip install --target=%USERPROFILE%\Documents\houdini17.0\python2.7libs -r requirements.txt
Collecting scandir (from -r requirements.txt (line 1))
Using cached https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named setuptools

----------------------------------------

:~/houdini17.0/scripts/python/Houdini_Image_Browser-master/_install$ scandir/

not sure if the command should be different for linux?

Errors generating thumbnails

Win10, Houdini Apprentice 19.0.498
Image Magick 7.1.0-61 Q16-HDRI x64 (latest version) (ticked install developerment headers and libraries for C and C++)

Houdini_Image_Browser.json is edited to "HOUDINI_IMAGE_BROWSER": "C:/Houdini_Image_Browser-master", it seems to load up fine except for the missing Image Magick error, which disappeared after setting the environment variable MAGICK_HOME, the tree can be navigated, you can right click and copy the selected image to COPs or view in explorer, but all the thumbnails are all black. C:/source_images contains 1 image which is below, and the errors are generated when clicking on the source_images folder in the tree view.

image

Traceback (most recent call last):
  File "C:/Houdini_Image_Browser-master/scripts/python\Houdini_Image_Browser\HImageThreaded.py", line 73, in run
    result = self.fn(self.path)
  File "C:/Houdini_Image_Browser-master/scripts/python\Houdini_Image_Browser\HImageThreaded.py", line 493, in generateThumbnail
    with Image(filename=filepath) as img:
  File "C:/Houdini_Image_Browser-master/python3.7libs\wand\image.py", line 9090, in __init__
    wand = library.NewMagickWand()
OSError: exception: access violation writing 0x0000000000000008
Traceback (most recent call last):
  File "C:/Houdini_Image_Browser-master/scripts/python\Houdini_Image_Browser\HImageThreaded.py", line 81, in run
    self.signals.finished.emit(result, self.idx)
UnboundLocalError: local variable 'result' referenced before assignment

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.