Jump to content

embed dxf


kubabuk

Recommended Posts

just lock the sop.

Unless you have a very good reason to do this though I would suggest avoiding it though. Much better to write it back out as a bgeo and read that in. Keeps the file size down.

16300[/snapback]

I'd also recommend Right-clicking on the File SOP and doing a Save Geometry and save it out as Houdini's native BGEO format. Now read this in. This is faster and less error-prone and supports all Houdini's attributes and such.

Link to comment
Share on other sites

or .gzbgeo for smaller size...

also, a good tip > when you're finished modeling (if the geometry is to be contained in an OTL) save out the geo to disk as gzbego, then add it as a section to your OTL, then read it back in with a file sop and the opdef sintax...this will cut down on memory usage when the geometry is not displayed...

Link to comment
Share on other sites

If you want compressed bgeo, you can use myfile.bgeo.gz if you're using 7.0.134 or later.

Otherwise, you need to add something like this to your $HH/GEOio file:

.gz "gunzip -c %s" "gzip > %s"

For arctor, that's

.gzbgeo "gunzip -c %s" "gzip > %s"

:)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...