COPY VERTEX ID IN CLIPBOARD.

How to make for copy vertex-ID of several objects with Edit_poly modifer (by Tab forexample)?

copy vertex id

AttachmentSize
copy-paste-vertex-id.gif764.81 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Nik's picture

It's not work

Does not work, please, help me please
I think the remnants of my code muddled

barigazy's picture

start

I will start like this and you need to tell me what's next :)

fn filterGeom geo = isKindOf geo Editable_Poly or isKindOf geo Editable_Mesh
selSet = getCurrentSelection()
clearSelection()
if selSet.count != 0 do
(
	if getCommandPanelTaskMode() != #create do setCommandPanelTaskMode mode:#create
	with redraw off 
	(
		for obj in selSet where filterGeom geo do
		(
		    --???	
		)
	)
)
select selSet
free selSet

bga

barigazy's picture

Please explain better what

Please explain better what you exactly want to achive?

bga

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.