Hip file drag and drop onto gui not working
4631 9 1- Ashen
- Member
- 78 posts
- Joined: May 2018
- Offline
- jsmack
- Member
- 8038 posts
- Joined: Sept. 2011
- Offline
- Ashen
- Member
- 78 posts
- Joined: May 2018
- Offline
- Lewis_Orton
- Member
- 6 posts
- Joined: April 2016
- Online
- alexwheezy
- Member
- 297 posts
- Joined: Jan. 2013
- Offline
Lewis_Orton
Have a look at my little script?
About 2 years ago I made a very similar script for my work, but in H18.0 it just stopped working, interacting with drag and drop with the viewport has no effect. But, he still works in H17.5.
I already wrote a bug report, but have not yet fixed it.
Description: Debian GNU / Linux 9.12 (stretch)
Release: 9.12
Codename: stretch
- heimlich
- Member
- 14 posts
- Joined:
- Offline
I made something similar as part of ODTools…
@alexwheezy your script (if it works in 17.5 and not 18) just needs a minor addition to it.
What H18 sees when a file is dropped unfortunately got changed (it now outputs a URL versus just the filestring like it did in H17.5.
I filed a bug report for that too, as in 17.5, it was possible to drop multiple files, and in H18, only a single file is now possible..
To make your script work in H18, you simply have to unquote the file variable: unquote(urlparse(file).path)
@alexwheezy your script (if it works in 17.5 and not 18) just needs a minor addition to it.
What H18 sees when a file is dropped unfortunately got changed (it now outputs a URL versus just the filestring like it did in H17.5.
I filed a bug report for that too, as in 17.5, it was possible to drop multiple files, and in H18, only a single file is now possible..
To make your script work in H18, you simply have to unquote the file variable: unquote(urlparse(file).path)
Oliver Hotz
#creator of ODShelfTools for Houdini: https://origamidigital.com/cart/index.php?route=product/category&path=59_63 [origamidigital.com]
#creator of ODShelfTools for Houdini: https://origamidigital.com/cart/index.php?route=product/category&path=59_63 [origamidigital.com]
- alexwheezy
- Member
- 297 posts
- Joined: Jan. 2013
- Offline
@heimlich, my problem is that the Houdini interface does not respond to my actions at all. Previously, at least I received errors, warnings, and the like, now absolutely no reaction. I tried a lot to change something in my script, but it just doesn't work. I think there are some problems with the Linux version.
I tried to find something in the environment variables, but I did not find anything like it.
I tried to find something in the environment variables, but I did not find anything like it.
- chris3dfx
- Member
- 2 posts
- Joined: April 2017
- Offline
- chris3dfx
- Member
- 2 posts
- Joined: April 2017
- Offline
- danielsweeney
- Member
- 11 posts
- Joined: July 2016
- Offline
I am having the same problem at the moment?
running 18.0.416
the weird thing is. it works on some computers but not others in our studio setup?
has this been fixed with later versions?
cheers Daniel
- UPDATE -
just installed 18.5.408
still having the same issues.
did anyone manage to fix this?
- UPDATE 2 -
for some reason this function stopped work for me when the software is running in administration mode?
I informed the SESI.
running 18.0.416
the weird thing is. it works on some computers but not others in our studio setup?
has this been fixed with later versions?
cheers Daniel
- UPDATE -
just installed 18.5.408
still having the same issues.
did anyone manage to fix this?
- UPDATE 2 -
for some reason this function stopped work for me when the software is running in administration mode?
I informed the SESI.
Edited by danielsweeney - Jan. 27, 2021 18:04:06
-
- Quick Links