This item has an average rating of 4 from 9 ratings by the community.
23%
23%
45%
12%
0%
diego
2 months ago
The slicing works well, the only trouble i´ve found is when exporting the slices to svg because the file wont be arrayed in order. PLease help!
Zakaria Taleb Hacine
2 months ago
Hello Diego, would please inbox me your issue
erdem
5 months ago
hi, nice job. I gave my model a 90 degree angle by tilting it sideways. This is a human model. I chose 100 slices. However, I only saw 25 slices on the model. Of course, I can reach the level I want by increasing the number of slices, but this sometimes causes crashes for complex models. Imagine showing a gizmo showing the slicing area. So we would see which area was being sliced, where the blades were resting. This would also eliminate the need to sometimes resize slices. We could slice in the best way by choosing a suitable gizmo area that completely covers the model from the very beginning or by automatically adapting it to it.
Zakaria Taleb Hacine
5 months ago
Hello, would you please send the file I'll give it a try, i guess the model has some geometries issues.
Larrieu
10 months ago
It's a perfect tool, it works very well, it opens up lots of possibilities ! But the most incredible thing is its creator, very attentive and responsive to resolve any misunderstanding. I recommend it 1000% !! Thanks a lot from France ! See you bro ! Marvin.
Arthur
12 months ago
Aint working for me, I get this error:
Python: Traceback (most recent call last):
File "/Users/arthursaint-remy/Library/Application Support/Blender/3.3/scripts/addons/MeshSlicer (1).py", line 84, in execute
Slice(numberSlices, spaceBetweenSlices)
File "/Users/arthursaint-remy/Library/Application Support/Blender/3.3/scripts/addons/MeshSlicer (1).py", line 157, in Slice
slicers.append(CreateSlicer(i, (initialPosition, 0, 0)))
File "/Users/arthursaint-remy/Library/Application Support/Blender/3.3/scripts/addons/MeshSlicer (1).py", line 121, in CreateSlicer
bpy.ops.object.align(bb_quality=True, align_mode='OPT_1',
File "/Applications/Blender.app/Contents/Resources/3.3/scripts/modules/bpy/ops.py", line 113, in __call__
ret = _op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "bb_quality" unrecognized
Zakaria Taleb Hacine
11 months ago
Hello Arthur, I've already replied to you asking for the file to investigate the error with you mesh, waiting for your reply.
Velly
over 1 year ago
Hi, after slicing a mesh with 100 slices, half of them are deformed and protruding far away on Y. How to resize them to extend inside the contours parameter of the mesh? thank you in advance.
Zakaria Taleb Hacine
over 1 year ago
Hello Velly, can you please send me a screen shot explaining your issue.
Deniz
almost 2 years ago
Very useful addon. And creator is very helpful ; ) Thank you
Zakaria Taleb Hacine
over 1 year ago
Thank you
George matos
over 2 years ago
I'm curent buying this add on because autodesk discountiued the 123d maker and the Slicer for Fusion 360, thanks for doing a time savior add on. Now my doubt : how can I use/make it in interlock slices? like vertical and horizontal orientation for construct a buck model?
Zakaria Taleb Hacine
about 2 years ago
Hello thanks for purchasing Mesh slicer addon, to slice on two direction (Horizontal+Vertical) you may slice the mesh two times, you do the first slicing as normal way, and then rotate your object by 90 degree and then slice it on the other direction, do let us know if you face any issue so we record a video for you.
hamid
almost 3 years ago
hello, I have this error in blender 2.81 macOS.
-Traceback (most recent call last):
File "/Users/rasoul/Library/Application Support/Blender/2.81/scripts/addons/MeshSlicer.py",.line 87, in execute
Slice(numberSlices, spaceBetweenSlices)
File "/Users/rasoul/Library/Application Support/Blender/2.81/scripts/addons/MeshSlicer.py", line 161, in Slice
slicers.append(CreateSlicer(i, (initialPosition, 0, 0)))
File "/Users/rasoul/Library/Application Support/Blender/2.81/scripts/addons/MeshSlicer.py", line 109, in CreateSlicer
enter editmode=False, align='WORLD', location=(0, 0, 0), scale=(1, 1, 1))
File "/Applications/Blender.app/Contents/Resources/2.81/scripts/modules/bpy/ops.py",.line 201, in_ call
ret = op call(self.idname py(), None, kw)