It’s the same interface as ILayerManager plus a couple extra methods. The most helpful is: int DeleteLayerHierarchy(ILayer* layer, bool forceDelete …
Here’s MXS to illustrate the principle: fn dumpLayer layer: tab:”” = ( format “%%\n” tab layer.name for k=1 to layer.getNumChildren() do dumpLayer …
ILayerManager IFPLayerManager Both interfaces give you a list of all layers in the scene. If you need them as “nested” you have to sort it yourself b…
MZ: what is difference between IILayerManager IIFPLayerManager ILayerManager operates by ReferenceTargets IFPLayerManager operates by MixinInterf…
I don’t use them, preferring to use my own.
Context Filters Filter functions for context-sensitive menus. Use this for .IsEnabled or .IsVisible handlers in macroScripts. isEnabled and isChecked…
I don’t understand your question… do you want to set selection filters for the dialog?
global rol try(destroydialog rol) catch () rollout rol “RO:01CC16FF” width:191 ( local map_rol_head = ” rollout MapID_Rollout \”ID Mapping\” …
I don’t quite understand the mechanics of fixing incorrect IDs. Let’s say we have an object, and we know it’s incorrect, and its IDs should be changed…
That’s what I meant… On our project there wouldn’t be more than 30 IDs (usually) per multi-material so I can hard-code the limit to that… Are ID…
I have the feeling that such an instrument has no sense as an interactive tool. Of course, there may be a situation when it is necessary to replace on…
but the script you are trying to use does not do this. It deletes notestracks from top-level trackviews only.
If you want to clear the entire scene of notetracks, the script you are using is definitely not enough. Or do you want to clear only the top-level Tra…
I’ve had at least two big projects where notetracks played an important role in the pipeline. In one of them notetracks were used to export animation …
A娘: there are only 2 men I know use it to help show info for their works , maybe if the teacher didn’t taught a man to use note track , he is probab…