ScriptSpot

Script

Editor

By EzyPoly · Credited author: impacman · 2019-06-03

Version
1.1
Date updated
2019-06-03
Votes
2
Description

assigned to hotkey script will do:
turns single objects into editable poly
if selected more than one object - script will apply editable poly modifier
if upper modifier is editable poly - script will collapse it

so it possible to easily turns objects into poly and edit multiply objects..

v 1.1 - script deselects non-geometric objects (by checking for valid modifier) and keeps object selection after convertation

Additional Info

drag and drop into max category - impacman name - editor
Videos
Attachments
Comments (4)

aksmfakt132 · 2019-06-05

I did not understand the functionality of this script
Who can explain to me

EzyPoly · 2019-06-05

if you dont get point - you neednt it ;)

.

jahman · 2019-06-04

1. What's the point to deselect objects after the conversion?
2. It is a good idea to check that edit_poly is the valid modifier for selected objects before applying it. Selection can potentially have helper objects or any other not compatible. None of the selection will have modifier applied as a result of that when script will throw an error.
3. And maybe you shouldn't convert objects to editable_poly if it is already an editable poly ;)

Hi, thanks1 and 2 - good

EzyPoly · 2019-06-05

Hi, thanks
1 and 2 - good idea - i will change behavoiur this way
3 this gives possibility to exit sub-object level into object selection quickly