2 object Normals

Hi Everyone

I have a question regarding normals for 2 selected object...

I have 2 objects selected with
modPanel.addModToSelection (Edit_Normals ()) ui:on

With all Normals selected for both objects now i want to have unify activated
and Unify/Break to Avrage box checked how can i go about doing this for 2 selected objects at once

I tried this but get an error
$.modifiers[#Edit_Normals].EditNormalsMod.Unify node:$Box toAverage:on
$.modifiers[#Edit_Normals].EditNormalsMod.Unify node:$Box1 toAverage:on

thanks in advance

Comments

Comment viewing options

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

for o in selection do

for o in selection do
  o.modifiers[1].Unify node:o toAverage:true

Automatic Efficient Intelligent

We change the work state

AEI's picture

for o in selection do

for o in selection do
  o.modifiers[1].Unify node:o toAverage:true

Automatic Efficient Intelligent

We change the work state

Comment viewing options

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