I'm on the current win10 64bit. Followed the directions. The temp geo folder is on my DT and the .exe for the instant meshes is also on my DT.
The standalone executable is working. Very impressed by that and it has gotten my excited to get this in Houdini.
Cheers on the reply. I'm on the most recent daily build of Houdini.
Instant Meshes Bridge Sop
74083 93 22- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
Happy to help, hopefully we can get it working for ya!
Next question, is which version of the OTL? I'm using the latest one from earlier in this thread here [sidefx.com]
Next question, is which version of the OTL? I'm using the latest one from earlier in this thread here [sidefx.com]
I'm o.d.d.
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
Sounds great. I'm going to install the HDA you posted and see if I experience any difference. One thing I just realized is that I'm installing the HDA to the .HIP and not to the asset directory (which I will try now).
What linux distro are you on out of curiosity. I played around with the idea of switching to Linux as it is so much lighter than Windows. It scares me though. In the middle of setting up our render farm with Centos 6.5 / deadline / Maya / Vray.
Not used to ipTables and setting up sambas. Crazy new world.
What linux distro are you on out of curiosity. I played around with the idea of switching to Linux as it is so much lighter than Windows. It scares me though. In the middle of setting up our render farm with Centos 6.5 / deadline / Maya / Vray.
Not used to ipTables and setting up sambas. Crazy new world.
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
Oh, yeah I see what happened; that version you're using might be trying to write/save to some place it doesn't have permissions; it should just work with your current directory, I thought. But that newer version uses $TEMP, which is cross-platform, so it'll just use your Houdini temp dir on whatever OS you're running.
Holler if that didn't actually work for you. And don't forget to point the Instand Meshes Location parm to wherever you have the instante meshes exe.
Holler if that didn't actually work for you. And don't forget to point the Instand Meshes Location parm to wherever you have the instante meshes exe.
I'm o.d.d.
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
No worries, it's crazy/scary at first, but I really enjoy using Linux. But setting up network/farm related stuff on Linux does crank up the scariness a fair bit more than just your own desktop machine
I use Linux Mint, with the Cinnamon desktop. Ubuntu/Linux Mint make getting a relatively recent/stable Nvidia driver really simple, which was the original reason I went that route. But I really like Mint, the Update window is really great and helping you see which updates might clobber your system.
You could dual boot your current windows machine, or try it on a spare laptop/desktop you might have around. Give it a try, it's awesome
I use Linux Mint, with the Cinnamon desktop. Ubuntu/Linux Mint make getting a relatively recent/stable Nvidia driver really simple, which was the original reason I went that route. But I really like Mint, the Update window is really great and helping you see which updates might clobber your system.
You could dual boot your current windows machine, or try it on a spare laptop/desktop you might have around. Give it a try, it's awesome
I'm o.d.d.
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
Hahaha. That was the problem. Just commented out -
and it works. I don't know what exactly it was that I commented out, but it's doing the trick. Now.. I know you've done a lot to help me out already, but any way to get this HDA to work in Indie? It wants to revert me back to none-commercial which makes me sad.
Thank you again so much! Super awesome stuff.
# disable IM dialog box #si = None #if os.name == 'nt': #si = subprocess.STARTUPINFO() # hide_instant_meshes_dialog: #si.dwFlags |= subprocess.STARTF_USESHOWWINDOW
and it works. I don't know what exactly it was that I commented out, but it's doing the trick. Now.. I know you've done a lot to help me out already, but any way to get this HDA to work in Indie? It wants to revert me back to none-commercial which makes me sad.
Thank you again so much! Super awesome stuff.
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
negative. Back to
“Python error: Traceback (most recent call last):
File ”“, line 26, in
NameError: name ‘hide_instant_meshes_dialog’ is not defined
”
EDIT: Also should add I haven't been restarting houdini fresh each time either. I do not know if this is necessary when installing/uninstalling HDAs.
“Python error: Traceback (most recent call last):
File ”“, line 26, in
NameError: name ‘hide_instant_meshes_dialog’ is not defined
”
EDIT: Also should add I haven't been restarting houdini fresh each time either. I do not know if this is necessary when installing/uninstalling HDAs.
Edited by 9krausec - April 17, 2017 22:16:12
- goldleaf
- Staff
- 4195 posts
- Joined: Sept. 2007
- Offline
It shouldn't matter, the names should overwrite. But maybe it didn't overwrite, and that's why the error is back?
Re: indie, I'd need to upload it to Orbolt for it to work, since that'll allow it to download in your format. There was talk about this being part of the Games Shelf, but it's not there currently.
However, it'd be a good learning opportunity for to recreate this! Just keep an Apprentice session open for you to look at it, and add the nodes manually to a subnet; then RMB on the subnet to create the HDA. You can copy the python code to the Indie session without tainting it. Have you made your own HDAs before?
(sorry if you have, and I'm just coming across as condescending!)
Re: indie, I'd need to upload it to Orbolt for it to work, since that'll allow it to download in your format. There was talk about this being part of the Games Shelf, but it's not there currently.
However, it'd be a good learning opportunity for to recreate this! Just keep an Apprentice session open for you to look at it, and add the nodes manually to a subnet; then RMB on the subnet to create the HDA. You can copy the python code to the Indie session without tainting it. Have you made your own HDAs before?
(sorry if you have, and I'm just coming across as condescending!)
I'm o.d.d.
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
Not condescending at all! I was going to, but when I opened up the .HDA in notepad++ there was legible code and then a bunch of it below was compiled jibberish (so I assumed there was something additional involved than just node work. Something that was compiled into the HDA).
Reverse engineering stuff is the best way to learn! I will happily rebuild what you've created.
I'm just super thrilled that there is a Python node! Makes it more flexible than Maya imo. Great! Thank you again for the support goldleaf!
Reverse engineering stuff is the best way to learn! I will happily rebuild what you've created.
I'm just super thrilled that there is a Python node! Makes it more flexible than Maya imo. Great! Thank you again for the support goldleaf!
- 9krausec
- Member
- 66 posts
- Joined: Feb. 2017
- Offline
- patar
- Member
- 280 posts
- Joined:
- Offline
- chevita
- Member
- 122 posts
- Joined: Aug. 2013
- Offline
- patar
- Member
- 280 posts
- Joined:
- Offline
- Andr1
- Member
- 118 posts
- Joined: Feb. 2016
- Offline
Anybody using it with 3d scans?
The problem with instant mesh is that it destroys the UVs.
So in case you have a 3d scan + texture, you're going to lose it.
I was wondering what could be the workflow to bake again the texture from the original model to the new one created by instantmesh.
Here it explains the workflow for blender, but I'm unable to reproduce it in Houdini
https://blog.sketchfab.com/retopologise-3d-scans-low-poly-game-assets/ [blog.sketchfab.com]
cheers
The problem with instant mesh is that it destroys the UVs.
So in case you have a 3d scan + texture, you're going to lose it.
I was wondering what could be the workflow to bake again the texture from the original model to the new one created by instantmesh.
Here it explains the workflow for blender, but I'm unable to reproduce it in Houdini
https://blog.sketchfab.com/retopologise-3d-scans-low-poly-game-assets/ [blog.sketchfab.com]
cheers
- A-OC
- Member
- 253 posts
- Joined: July 2006
- Offline
-
- Quick Links