Wednesday, August 27, 2014

First CNC Project

Walnut box, milled on the CNC (apologizes about the photo quality...point and shoot, nighttime, poorly lit apartment). This is a prototype. The glass circle with paper will probably sit on top of the box, not inside. I'll make another inlay for the circular groove in the top and bottom inside surface of the box. The design will have plenty of variations, and will be the basis for all my holiday gifts this year. I will also probably sell similar boxes on Etsy. There will be lots of variations in the details and embellishments.































The nicest thing about these smaller boxes is that they can be milled out of smaller 'scrap wood.' I have a near limitless supply of this stuff at the hackerspace, all for free. The pieces are usually the leftovers of a larger project, so they are already prepped (in other words, they were run through the planar/joiner). In the spirit of 'waste not, want not' I will probably make extensive use of this materials resource.

Tuesday, August 26, 2014

More FreeCAD

I've been doing more FreeCAD. It works pretty well for me, since I'm making simpler parts. To compare some tools I've used in the past:

  • As a beginner, Autodesk was pretty overwhelming, and I felt like I needed hours of tutorials/poking around the interface in order to find the commands/buttons for the simplest features to make simple parts. Large, resource consuming software, only free for me as long as I am a student.
  • Sketchup was really easy to pick up but annoying to use for engineering/fabrication stuff because it is not parametric/constraint-based modeling software. I was using it for 3D printed parts and a lot of files would not slice properly for reasons that were very difficult to diagnose or fix. Quickly ran into features I needed that were not in the free version.
  • FreeCAD is missing a lot of features I'd like, but so far it has always been possible for me to find a different feature to use in order to achieve the part I want. Free and open-source.

I want to mill some very small boxes out of some scrap pieces of wood, so I designed the box below, which can be easily customized. For a simple piece like this though, it makes more sense to just prepare a set of 2D lines in Inkscape or similar software, which is what I ended up doing afterwards. At the CNC machine, I then use another piece of software to set up all the details of how the machine will cut each vector path depicted in my 2D file.






























Hopefully these boxes work out. If so, I'll make a bunch with different designs and embellishments (engraving, marquetry, decoupage, rock inlay, etc). They will make good gifts. I also think they may sell well on Etsy. It would be very practical to use my hackerspace membership to cover my hackerspace membership fees.

Monday, August 25, 2014

FreeCAD tutorial

I discovered the Windows "Snipping Tool" recently. So here's a mini-tutorial to preface the FreeCAD intro tutorial.

  • If you have Dropbox enabled to automatically upload screenshots, disable that, as it appears to interfere (did for me on Windows 7)
  • Open Snipping Tool and press ESC, so that the text says "Select a snip type from the menu [...]"
  • Set up the shot you want, then hit Control + Print Screen
  • Select the snip type you want and get the shot. The window you had open before will be frozen so you can move the mouse around now without losing hover text and drop down menus.
Since I discovered this, I've been taking the time to document things I learn to do in various software. The main reason is that often I come back later and can't remember some particular trick or button or whatever, and having a screenshot describing it is really nice.

So, here's a FreeCad tutorial along these lines. This version uses FreeCAD 0.14 (except for the first few screenshots, before I realized I should update my old version). You'll want to click on the images to view them at a more reasonable size. We'll be making a very simple square part with some holes. This tutorial goes through everything in detail and step by step, for those of you who find that kind of thing useful.

Step 0: Get FreeCAD
Get FreeCAD here.

Step 1: Start it up
Start up FreeCAD. Click on the top left button (circled below) to create a new project.





















Friday, August 22, 2014

Borrowed Hair

After spending a lot of time on hair experiments, I finally broke down and just grabbed the Mass Effect meshes. I couldn't find anything better for polygonal hair to get started with. I figure I can use these as 'base' models and edit and elaborate on them.

I also heard that the newest versions of Makehuman are supposed to have some new hair models but I can't find them...I got the latest nightly build and it only included the same old, same old... 

I played around with some rudimentary UV unwrapping as well, adding a single eyebrow to the render below. I need to get my Wacom tablet out and start painting again.


For the hair mesh above and meshes in this style, there are a few ways I might use them:
  • Blocky style, as above
  • Carefully wrapped textures with transparent edges, for a wispy look emulating particles
  • Actual particle hair along the mesh lines, possibly with Hairnet
  • As a starting point for sculpting different hair
I'm almost ready to start making a bigger project instead of just endless test renders. I've been introduced to modeling, sculpting, physics simulations, particle systems, UV unwrapping, materials, rigging, shapekeys, keyframing, and more. I've figured out a good resources for inanimate objects, for heads, for bodies, for hair, and for clothes. I can endlessly raise my standards, OR I can get Project 0 in gear and actually start telling a story.

Sunday, August 17, 2014

General frustration

Hair is still proving difficult...playing around with different things but I haven't figured out what kind of hair creation pipeline is going to work best for me yet.

I'm glad sewing weights finally got added to Blender trunk, but of course getting the cloth collision simulation just right is still tricky.

Freestyle still feels a little under-developed for my tastes. It works great for boundaries between objects and stuff, but the crease-based outlining (checking to see if the crease is sharper than some user specified angle) doesn't work so well for organic objects like human faces.

I spent some time thinking about what kind of thing would work well. Say you shoot a ray out from the camera and it intersects with two outer faces of the mesh (you could just deal with faces with normals pointing outwards, to ignore the inside faces of walled meshes), then measure the distance between those two intersection points. If the distance is great enough (compare to user specified value) then that would indicate that the region of mesh in front is sufficiently 'in front' to need to be somehow outlined compared to the region in back...but I haven't thought through that any further, so I'm not sure how you'd figure out where those lines belong exactly. Maybe I can hack something together using Z distance data to camera and the node editor, not sure exactly.

Anyway, to recap, what I'm looking for now:
  • Find a reasonable way to make hair that looks good and doesn't take forever
  • Better understanding of how to choose good physics simulation parameters in general, for cloth, hair, etc.
  • More NPR line drawing styles...

Just for fun, I played around with this face mesh I've been using, and Freestyle. The use of a high crease detect angle for Freestyle (170-175) gives a nice sketchy effect. I'd like it more if it wasn't the only effect I can get for faces. If I turn down the crease angle I'm left with just the eyes and the central line of the mouth, basically.



Shapekeys are still proving to be quite easy; the above took 5 minutes for each (half-shut eyes, slightly parted smile). These results are helping me keep my sanity while I try to get the rest working.

Edge split modifier on the Freestyle generating mesh can help get a bit:


Friday, August 15, 2014

Particle Hair Physics Progress

Alright, some progress on the frustrating particle hair physics.

I checked out this model which uses particle hair which is attached to an invisible scalp. I eventually figured out the invisibility bit (object tab, "Wire" and "Transparency") which was more convenient than my previous method (moving the mesh that created the force field to another render layer). The scalp is copied off the original head then slightly scaled up.






















Having the scalp a bit larger than the actual head helps fix the issue of hair getting stuck on/inside the mesh due to it starting out too close to it.

A quick test to prove the physics is working:






















Next steps for hair:

  • Give the character a haircut, also using different particle system groups for different areas of the hair on the scalp
  • Figure out a way to keep the top of the scalp from looking so bald (see the first image; that seems to happen a lot)
  • Get rid of hair that is still clipping the head, perhaps by adjusting force field settings
  • Play with settings to get different looks (something a bit messier and a little less 'every hair in place')

Tuesday, August 12, 2014

Hair Physics and Face Remesh

I'm trying to do hair with particle physics. However, issues include:
  • By default the hair falls through the scalp. The workaround I used is to create a duplicate mesh to emit the hair, then take the original head mesh and make it have a force field. But children hairs still collide and also I haven't figure out how to make the duplicate scalp invisible. (Edit: it seems that this is something being worked on now, but that the force field will have to do in the meantime).
  • Exploring parameters, computationally intensive task is created, Blender is not responsive...force quit and try again.
  • Getting a very bad case of the hiccups. Not a Blender issue but it compounded on my frustration. The hiccups were strong enough that they made me mis-click repeatedly.
  • I happened to play around with Freestyle and this woodpecker blend and discovered that I can make a nice outline around particle systems. See the tufted areas on the bird body below. I'm having some trouble replicating that with hair so I need to figure out what makes it tick.



Also, I attempted many automated methods of retopologizing models to go from tris to quads and nothing worked perfectly. The "tris to quads" tool did an alright job. I highlighted some of the leftover triangles for emphasis. There are quite a few.



Remesh failed. I played around with the options but nothing usable came out.


Other settings for remesh. Could be used as a creepy type effect. Shrinkwrap did a similarly bad job.

Monday, August 11, 2014

Learning to use shapekeys

Following the tutorial "Creating an Advanced Face Rig - Part One" I learned how to use shapekeys and played around with this model by Norby again.


It's a start anyway. Smiles are easier than frowns. Eyelids are tricky. Brows are easy.

If you are following the video, there's a tricky bit (reflected in the comments) where he forgets to mention the use of "New Shape Key from Mix." He implies that pressing the "+" key in the Shape Keys menu will create a new Shake Key from whatever mix of shapekeys is set. Actually, you have to use a special button in the drop down menu to do that, as such:

Saturday, August 9, 2014

Study in (Mass Effect) Faces

I'm back to Blendering, though I managed to forget how the GUI works almost completely in the time I've been away...

So getting back to where I left off: through resources like Blendswap, I'm basically set for all still-life, but I still need characters. I decided to start by exploring some ways to make unique character faces (they should be distinguished from one another by facial structure, not just hair/eye color/accessories/scars). For this study, I designed these in the Mass Effect 3 face editor, then ripped with umodel, headmorphs exported with a save editor, and imported to blender with the script found on this page.

The sketchy lines are Freestyle Geometry editors, set to Bezier, with a high error (200s or so). The material is more or less the same one I used on the sci-fi female head I did a while back.



I'm hoping to be able to edit and retopologize them (they are low-poly and all triangles, having come from a game), rig them, and pair them with a body.

Here's another thing I threw together, to celebrate when I was able to get the models successfully imported into Blender: