Posted: Wed Jul 30, 2003 9:10 pm
Joined: 22 Oct 2002
Posts: 11
Below is a sample rendering of the inside of a wall. The edges show up with the Edge button selected and Eint set to 1.
I intend to use this to illustrate stud layout for framing up walls and roofs. The problem is, not all edges are shown. In particular, the joints between studs to not show up such as between the vertical and horizontal studs, and where two studs are joined together such as for the jack stud around the window and door.
Is there a way to see all of the edges? What I want is a combination of hidden line removal wireframe, and solid rendering. Perhaps something could be written in a plug-in to merge two images according to the z buffer. Changing Eint does not help.
I am using the latest Blender 2.28.
Thank you
aughey[/img]
Posted: Wed Jul 30, 2003 11:47 pm
Joined: 22 Oct 2002
Posts: 11
I've made a little progress by duplicating the figure in place, and creating a different wireframe material for the new object. This renders ok, but the lines are too narrow.
So I guess the next question is, can the width of wireframe lines be changed?
Thank you
aughey
Posted: Thu Jul 31, 2003 6:11 am
Joined: 16 Oct 2002
Posts: 1520
nope
but if you render to a lower resolution and combine with your larger image you may be able to achieve a similar effect....
Posted: Thu Jul 31, 2003 9:54 am
Joined: 18 Oct 2002
Posts: 72
render black wireframe with white background (shadeless everything)
take into PS or Gimp.
gaussian blur (eg-> 2px)
use threshold and adjust until line is thick and solid, not blurred.
composite layer with multiply blending.
total hack, but you don't have many other options.
later
BEAT
Posted: Fri Aug 01, 2003 4:11 pm
Joined: 31 Jul 2003
Posts: 21
I'm writing a script that will hopefully do everything you need completely within Blender.
Take a look here (
http://www.elysiun.com/forum/viewtopic.php?t=14141).
The tests i posted are not really examples of the effect you want, but they will be included with time. It will be a while before this is complete though.
Posted: Fri Aug 01, 2003 4:39 pm
Joined: 13 Oct 2002
Posts: 939
There is actually a sequence plugin that will merge images
with zbuffer data.
Its zcompose, you can grab it here:
http://www-users.cs.umn.edu/~mein/blender/plugins/sequence/zcompose/index.html
If you think it needs extra stuff let me know and I'll
work on improving it