3

After i created a duplication along a curve with this method I want to mirror the whole thing. If I add a mirror modifier on the curve and the object it doesn't the object is not transformed along the curve.

enter image description here

Codey
  • 1,719
  • 3
  • 21
  • 26

1 Answers1

3

Instead of using the duplicate method post din your questions you can use an array modifier and a curve modifier.

1. Add Curve

  • Add -> Curve -> Bezier

  • move it (in my case I moved it along the positive x-axis)

  • Place the origin at the start of the curve path

    • select curve -> edit mode -> Select start point -> Shift S Cursor to selected -> Object Mode -> Ctrl Alt Shift C -> Origin to 3d cursor

    enter image description here

2.

  • Add a plane at the same location

  • Scale it down

    • edit mode -> S
  • Apply Location: Ctrl A Location

enter image description here

3.

Select plane, add array modifier Fit Type: Fit Curve Relative Offset modify to move in the direction of the curve

enter image description here

4.

Add Curve modifier to plane

enter image description here

5.

Add mirror modifier

enter image description here


image description http://www.pasteall.org/pic/show.php?id=67294

Vader
  • 14,680
  • 16
  • 74
  • 110