34

Related challenge: What's the fastest and / or craziest way to model an arrow in Blender?

I tried to make a fork in Blender, but it was so boring I fell asleep.
Is there a faster / more fun way to make a fork?

I'm open to everything: Modifiers, shaders, curves, booleans, displacement nodes...

I always get only this far, and then - - - chrrrrrrr - - - enter image description here

jachym michal
  • 31,744
  • 5
  • 55
  • 115

6 Answers6

70

As you know a fork rarely comes with only one peak, it generally has 2, more often 3 or 4, sometimes more. It would be very tedious to model each and every of those peaks.

As you may know, for this kind of task, Blender comes with very powerful tools like linked duplications, dupliframes, array modifier, etc... instead of modeling each of the peaks, you can model only one and repeat it infinitely.

Here I've used Particle System > Hair. The huge advantage is that you can easily choose the amount of peaks:

enter image description here

You can also change the Seed value in order to make it look more natural:

enter image description here

I hope it helps.

moonboots
  • 155,560
  • 7
  • 105
  • 171
38

IMO the fastest method should be to subdivide a primitive icosphere and use the Cast modifier set to Fork, but this option is mysteriously missing from Blender!

where is fork

In my opinion this is bad, and the devs should feel bad. It's easy enough to represent using the following node group.

wtf

Cool, but does it render well?

Not really.

enter image description here

enter image description here

Allen Simpson
  • 13,493
  • 2
  • 15
  • 57
31

This is both fun and fast

git clone git://git.blender.org/blender.git
git checkout -b my-fork
Wossname
  • 716
  • 4
  • 7
  • 7
    Quite frankly, that's just a branch. I'd go for this instead, which actually forks the repo to your account on GitHub: curl -X POST -u "${USER}:${GITHUB_TOKEN}" -d "{\"user\": \"${USER}\"}" "https://api.github.com/repos/blender/blender/forks" – Pål GD Jan 11 '21 at 20:16
28

Another solution would be to use Softbody:

enter image description here

Please tell me if you need a more in detail explanation.

moonboots
  • 155,560
  • 7
  • 105
  • 171
25

Unicode font

Copy the fork from unicode fonts

Add a font, edit mode, select text, select font, paste fork, extrude.

enter image description here

batFINGER
  • 84,216
  • 10
  • 108
  • 233
12

... tmp FORK

  • keep default Cube
  • add Array modifier and Mirror modifier (be careful about modifiers order)
  • add Curve Constraint ... but as you can see it's not enough time to enjoy its company ... :)

enter image description here

Like 3D printer, but much-much-much faster. But as many other things in our lifes the speed has a cost in its service life.

vklidu
  • 36,165
  • 1
  • 61
  • 135