Group Question

I have question about how to add a modifier to the group. Here is my simpe code:

group $ name:"first"
select $first
mybend = bend()
addmodifier $ mybend

But the bend modifier applies to each object in group separately, not to the group itself. So the question is - how to apply modifier to the group itself?

Comments

Comment viewing options

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

.

(
	group $ name:"first"
	select $first
	mybend = bend()
	max modify mode
	modPanel.addModToSelection  mybend
)
chooj's picture

thanx! now it is working!

thanx! now it is working!

Comment viewing options

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