Editing property for multiple objects

Hi,

Some init information:

  • Blender 2.49b

Problem description:
I have problem with editing property for multiple objects. I tried selecting all object which i want to edit, and then for example i changed mass for rigied bodies. New value is applied only for the last selected object.

Is there any way to edit properties for multiple objects ? Mayby some workaround. Any
kind of advice appreciate.

Cheers.

I don’t think Blender has that capability, 2.49 or 2.5.

It can, of course be done with scripts.

You could try selecting all your objects with the object that has the desired property being selected last; then press Ctrl-C and select mass from the pop-up window.

Wow :slight_smile: Thanks man. Ctr + C did the job.