Project

General

Profile

Actions

Feature #719

closed

Add helical fill to manual picker

Added by Neil Voss almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Python scripting
Target version:
Start date:
07/06/2010
Due date:
% Done:

100%

Estimated time:

Description

Add helical fill to manual picker. Arne will test.

Actions #1

Updated by Neil Voss almost 14 years ago

Currently you have to add --helicalstep=32 to the command line

Actions #2

Updated by Neil Voss almost 14 years ago

  • Status changed from Assigned to In Code Review
  • Assignee changed from Neil Voss to Amber Herold
Actions #3

Updated by Amber Herold almost 14 years ago

  • Assignee changed from Amber Herold to Neil Voss

Do we need to worry about a possible divide by zero here?

pixeldistance = math.hypot(first[0] - last[0], first[1] - last[1])
stepsize = helicalstep/pixeldistance*apix

Also, do these comments belong here? They don't seem helpful to me.

#x = (1 - t)x1 + tx2,
#y = (1 - t)y1 + ty2,
# t { 0,1

Actions #4

Updated by Neil Voss almost 14 years ago

  • Assignee changed from Neil Voss to Amber Herold
Actions #5

Updated by Amber Herold almost 14 years ago

  • Status changed from In Code Review to In Test
  • Assignee changed from Amber Herold to Arne Moeller
Actions #6

Updated by Arne Moeller over 13 years ago

  • Status changed from In Test to Closed

works great!

Actions

Also available in: Atom PDF