@@ -10,6 +10,39 @@ First, a _Task Type_ needs to be created:
10
10
2 . Fill out the form to create the Task Type:
11
11
- Note that the ` Description ` field supports Markdown formatting.
12
12
- If you don't have a sophisticated team structure, select the [ default Team] ( ../users/organizations.md ) .
13
+ - Take a look at the additional settings to configure the new _ Task  ; Type_ :
14
+
15
+ ??? settings
16
+ | Display Name | Key | Default Value | Comment |
17
+ |--------------------------------------------|----------------------------|------------------------|-----------------------------------------|
18
+ | Clipping Distance | ` clippingDistance ` | 80 | orthogonal mode |
19
+ | Move Value (nm/s) | ` moveValue ` | 500 | orthogonal mode |
20
+ | Show Scalebars | ` displayScalebars ` | false | |
21
+ | Single-node-tree mode (Soma clicking) | ` newNodeNewTree ` | false | |
22
+ | Auto-center Nodes | ` centerNewNode ` | true | |
23
+ | Plane Display Mode in 3D View | ` tdViewDisplayPlanes ` | WIREFRAME | NONE or WIREFRAME or DATA |
24
+ | Display Dataset Borders in 3D View | ` tdViewDisplayDatasetBorders ` | true | |
25
+ | Display Layer Borders in 3D View | ` tdViewDisplayLayerBorders ` | false | |
26
+ | d/f-Switching | ` dynamicSpaceDirection ` | true | |
27
+ | Highlight Commented Nodes | ` highlightCommentedNodes ` | false | |
28
+ | Override Node Radius | ` overrideNodeRadius ` | true | |
29
+ | Particle Size | ` particleSize ` | 5 | |
30
+ | Keyboard delay (ms) | ` keyboardDelay ` | 0 | |
31
+ | Show Crosshairs | ` displayCrosshair ` | true | |
32
+ | Classic Controls | ` useLegacyBindings ` | false | |
33
+ | 4 Bit | ` fourBit ` | false | |
34
+ | Interpolation | ` interpolation ` | true | |
35
+ | Segmentation Opacity | ` segmentationOpacity ` | 0 | |
36
+ | Pattern Opacity | ` segmentationPatternOpacity ` | 40 | |
37
+ | Zoom | ` zoom ` | 0.8 | |
38
+ | Render Missing Data Black | ` renderMissingDataBlack ` | false | |
39
+ | Loading Strategy | ` loadingStrategy ` | BEST_QUALITY_FIRST | BEST_QUALITY_FIRST or PROGRESSIVE_QUALITY|
40
+ | Clipping Distance | ` clippingDistanceArbitrary ` | 60 | flight/oblique mode |
41
+ | Move Value (nm/s) | ` moveValue3d ` | 600 | flight/oblique mode |
42
+ | Mouse Rotation | ` mouseRotateValue ` | 0.001 | |
43
+ | Keyboard Rotation | ` rotateValue ` | 0.01 | |
44
+ | Sphere Radius | ` sphericalCapRadius ` | 500 | |
45
+ | Brush Size | ` brushSize ` | 50 | |
13
46
14
47
![ Create a Task Type] ( ../images/tasks_tasktype.jpeg )
15
48
0 commit comments