ScriptSpot

Script

Slice by VerticalHorizontal View

By Nik · Credited author: Nikolay Litvinov · 2013-01-22

Version
1.2
Date updated
2016-03-16
Votes
9
Homepage
oooeidos.ru
Downloads

Tags: modeling, Poly, selection, slice, cut, View, horizontal, vertical

Description

Additional Info

Install: Drop *.ms to viewport
v1.2 Fixed bug if shifted Pivot point
v1.1 Slice by mouse

Comments (6)

it's so useful.

aspartemeart · 2016-03-10

thanks.

JokerMartini · 2013-04-12

You can already do this in regular max...

Nik · 2016-03-03

.

Nik · 2016-03-03

.

Nik · 2016-03-03

.

miauu · 2013-01-22

Max has a way to do this without using a script.
Select the vertices, then hold down Shift and click the icon of EDGE subobject level(next to the verts icon, below the modifier stack).

You can edit your script and instead of using


        $.EditablePoly.ConvertSelection #Vertex #Edge
	subobjectLevel = 2
	$.EditablePoly.ShrinkSelection ()

(this is the same as Ctrl+click over the EDGE icon)

you can use:


        $.EditablePoly.ConvertSelectionToBorder #Vertex #Edge
        subobjectLevel = 2

:)