Tagged 'Scripts Wanted'

Rename Materials To Diffuse Texture Name

I'd like to rename all the materials in a selection of meshes whether that be multisub materials or not. Is this feasible to do?

Link slice modifier slice plane to an object

Hi,
I made a simple script to link slice modifier slice plane to an object with wireparameters
But if the object with slice modifier is rotated it don't work as I don't understand how to use node transfoem or matrix.
Can somebody can help ? thanks.

How to use : select object with slice modifier then run the script, with the rubberband click on the target object

		CurrentMod = modpanel.getCurrentObject()
		theModifier_ID = modPanel.getModifierIndex $ CurrentMod 
		MODD = $.modifiers[theModifier_ID]
		POSS= $.position
		clearSelection()		
		(			

Mirror object/group on X or Y axis

Hi :)

Hopefully somebody can help me out here.

I'm looking for a script that easily mirror and object/group on the X or Y axis. I know that there are scripts that already do this, but they are part of another pop-up. I just like to attach it as a simple button i can press.

I've tried some stuff in the script below but my scripting skills are not well.

Thank you :)

create a box on every face normal center from selected object

Hi,

i need a script that create a box, teapot whatever on every face center with normal align from selected object.

regrads,
Ulrich

select all objects with vraylight materials (incl. if its part of multi/sub mats)

could somebody help with the subject?

Sweep modifier to selection . . .

Hello,

I am trying to add sweep modifier with custom builtin shape, length and width, pivot position
single object work . . . ok!

but when selection two or more shapes or editable spline getting error
can any one solve

Thanks,

(
 if selection.count > 0 then
 (
  for obj in selection where isKindOf obj Editable_Spline or isKindOf obj Shape do
  (
    --modPanel.addModToSelection (sweep ()) ui:on
    addModifier obj (Sweep())
    $.modifiers[#Sweep].CurrentBuiltInShape = 2
    $.modifiers[#Sweep][#Bar_Section].length = 0.002

Distance Align Then Distribute

I would like a script that does two things with the option of doing both or each individually.

It is just like the Distribute tools for layers in Photoshop.

Example: You have a scene with a handful of objects that you want to distribute.

http://www.scriptspot.com/files/distance.png

Script wanted: Set view to the last camera used

Many times I have my viewport with a certain camera (lets call it Cam01). Then I need to change the viewport to top, left, etc, and I always wish I could go back to the camera I was before, without having to select it first.

Biped activate Mixer Mode

Hi,
I would like to know how to activate or deactivate Biped Mixer Mode by script.
Thanks ! :-)

Biped activate Mixer Mode

Hi,
I would like to know how to activate or deactivate Biped Mixer Mode by script.
Thanks ! :-)

Syndicate content