hi i have problem with realtime reflection please help me that's work if i use texture2d and surfaceReflection script(PlanerReflection) but if i use cubemap for reflection i cant align reflection with model texture2d and surfaceReflection script and ShaderNode: Camera.RenderToCubemap script and ShaderNode:…
In a twist of fate.... I ran it 4 times with the script editor opened, and it showed "bnormal;" and didn't crash once. Then I closed the script editor, and ran it once, and it crashed immediately. Although after reopening Maya, it's crashing whether or not the script editor is open. Here's a shot of those directories after…
ya thanks for the hints, im thinking of trying to write some scripts to make some tools more context sensitivity, apparently modo supports python scripting which i got some basic knowledge off. right now im working on a script to combine all the edge loop tools.
Not sure what it could be, but you could try resetting Xforms and converting to editable mesh and back to editable poly. these scripts might be helpful http://www.scriptspot.com/3ds-max/scripts/transfer-uv http://www.scriptspot.com/3ds-max/scripts/morphix (only if the vert order has been changed somehow)
there once was a script out there which had a solid chamfer option! but now it is not ^^ maybe anybody has a similar script or knows some script like that... it was called http://sourceforge.net/projects/bpt/?source=dlp here is the description: http://old.byronimo.de/docs/BPT/1.0/html/BPT_bevel.htm
Number 4 "Planar" is a great mel script by Chris Whitaker - http://www.funkybunnies3d.com/tools.php Also number 1 has a great script too for Extracting/detaching/combining (if you dont want to use the Detach option like throttlekitty suggested) - https://www.highend3d.com/maya/script/free-smartmesh-tools-for-maya
Thx, that script is just not working for my problem files, they still turn it off but every other file that i open after it turn it on again which is already a big help. Maybe it could work if there could be delay before the script runs? But then again i have no idea how max script works.
I can have a look at a few scripts of TexTools and make them less GUI dependable. Most scripts are but the rotate stuff was for example because I was lazy. @PredatorGSR: maybe I can help wrapping some features into simplified standalone scripts so that you don't need textools at all as a requirement.
it seems Maya doesnt know where the mel scripts (and the shelf) that belong to the exporter are. They need to be X:\Users\Username\Documents\maya\20XX-x64\prefs\scripts and X:\Users\Username\Documents\maya\20XX-x64\prefs\shelves. You need to restart, so maya can source these scripts on startup.
Amazing script I would modify a bit script like so on btn_generateRockFromSelected pressed do( -- check if selected obj is not rock itself because it will be deleted -- and selection will be empty and script will crash for o in $ where o.name == "generatedRock" do deselect o if $ == undefined do ( messageBox "No mesh was…