BebeteLANUITE
04-03-2006, 04:19 PM
Hello everbodies :thumbsup:
I'am back in scripting.
It's a big tool :)
I search a way to target a group of object in a scene.
Example:
For m in scenematerials where m.name == "object_*"?? do
(
m.specularlevel = 50
)--end for loop
I want to apply the change on all materials that the name begin by "object_" but i don't know the syntaxe for it.
Somebody has a solution.
Thank a lot for you help ;)
I'am back in scripting.
It's a big tool :)
I search a way to target a group of object in a scene.
Example:
For m in scenematerials where m.name == "object_*"?? do
(
m.specularlevel = 50
)--end for loop
I want to apply the change on all materials that the name begin by "object_" but i don't know the syntaxe for it.
Somebody has a solution.
Thank a lot for you help ;)
