Adverti horiz upsell

FX Grow Selection By Edge Angle 1.1.0 for Maya (maya script)

This tool will grow polygon selection based on "Edge Angle", i.e. angle between normals of 2 polygons sharing particular edge.

License
Button download
1,448 Downloads

Compatibility

  • 2012

Operating Systems

  • Windows

History

Created:02/08/2012
Last Modified:02/13/2012
File Size: 23.7 KB

Keywords

selection, normal, face

Q/A

Installation problem on Maya 2015

Date:08/05/2014
Submitted by: retmia retmia
Hello there,
I just wanted to notify you about a problem at the installation of your plugin ...
I don't know if I'm doing something wrong or if the problem comes from the code ...

Here's what the script editor tells me ...

// pymel.core : Updating pymel with pre-loaded plugins: mayaHIK, tiffFloatReader, bifrostvisplugin, ikSpringSolver, ik2Bsolver, xgenToolkit, AbcExport, retargeterNodes, VectorRender, AutodeskPacketFile, OpenEXRLoader, Unfold3D, mayaCharacterization, modelingToolkit, MayaMuscle, rotateHelper, DirectConnect, matrixNodes, AbcImport, BifrostMain, autoLoader, sceneAssembly, gpuCache, Substance, OneClick, shaderFXPlugin, objExport, bifrostshellnode, ArubaTessellator, xgenMR, quatNodes, fbxmaya //
// Warning: file: C:/Program Files/Autodesk/Maya2015/scripts/others/pluginWin.mel line 782: No initializePlugin() or initializePlugin2() function
 //
# Error: pymel : Failed to get controlCommand list from fx_growSelectionByEdgeAngle #
# Error: pymel : Failed to get modelEditorCommand list from fx_growSelectionByEdgeAngle #
# Error: pymel : Failed to get command list from fx_growSelectionByEdgeAngle #
# Error: pymel : Failed to get constraintCommand list from fx_growSelectionByEdgeAngle #
# Error: pymel.core : Failed to get depend nodes list from fx_growSelectionByEdgeAngle #
// Error: file: C:/Program Files/Autodesk/Maya2015/scripts/others/pluginWin.mel line 782:  (fx_growSelectionByEdgeAngle) //

Let me know ... I really need your plugin :)
Regards,

Replies to this question:

  • Eugene Davydenko

    Eugene Davydenko said almost 10 years ago:

    looks like you trying to use it as plugin. this is not a plugin. just put this script in your PYTHONPATH directory and run in Python Tab of script editor. import fx_growSelectionByEdgeAngle fx_growSelectionByEdgeAngle.run() or make a shelf button.... you can see you current PYTHONPATH dirs by typing in MEL script editor tab: getenv("PYTHONPATH ")

Post a reply: