Skip to content

Commit b4f2ce8

Browse files
committed
Direct links replaced to relative in Readme
1 parent 09d62ed commit b4f2ce8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Issue
22

3-
<img src="https://raw.githubusercontent.com/microcoder/SymmetricPrimitives/main/extras/Screenshot_20210424_125914.png" />
3+
<img src="./extras/Screenshot_20210424_125914.png" />
44

55
The Blender don't allow creating symmetric circle primitives, see for details: https://developer.blender.org/T87779
66

@@ -9,18 +9,18 @@ The Blender don't allow creating symmetric circle primitives, see for details: h
99
This is an add-on for Blender 3D which creating symmetric circle primitives. You can create circle primitives in object or edit modes call a context menu:
1010

1111
<div align="center">
12-
<img src="https://raw.githubusercontent.com/microcoder/SymmetricPrimitives/main/extras/Screenshot_20210513_213451.png" width="70%" />
12+
<img src="./extras/Screenshot_20210513_213451.png" width="70%" />
1313

14-
<img src="https://raw.githubusercontent.com/microcoder/SymmetricPrimitives/main/extras/Screenshot_20210513_213544.png" width="70%" />
14+
<img src="./extras/Screenshot_20210513_213544.png" width="70%" />
1515
</div>
1616

1717
Also the addon allow do automatic calculation of optimal amount segments for the specified radius to its similarities to original radius when the circle uses with modifier Subdivision Surface. Additionally, threshold maximum tolerance truncation of radius can be to set when calculating auto segmentations.
1818

19-
<img src="https://raw.githubusercontent.com/microcoder/SymmetricPrimitives/main/extras/demo_auto_segments.gif" />
19+
<img src="./extras/demo_auto_segments.gif" />
2020

2121
Below shown differents diameters of cylinders but truncation of radius/diameter about the same after apply modifier Subdivision Surface in both cases with set threshold to 0.25 mm in the option for calculation of auto segmentation:
2222

23-
<img src="https://raw.githubusercontent.com/microcoder/SymmetricPrimitives/main/extras/Diagram.png" />
23+
<img src="./extras/Diagram.png" />
2424

2525
The option **has restrict** maximum to 1000 segments.
2626

0 commit comments

Comments
 (0)