denisT
@denist
New Member
Joined: Feb 14, 2024
Topics: 218 / Replies: 11426
Reply
RE: Get Layers Hierarchy (SDK-C#)

It’s the same interface as ILayerManager plus a couple extra methods. The most helpful is: int DeleteLayerHierarchy(ILayer* layer, bool forceDelete …

1 year ago
Forum
Reply
RE: Get Layers Hierarchy (SDK-C#)

Here’s MXS to illustrate the principle: fn dumpLayer layer: tab:”” = ( format “%%\n” tab layer.name for k=1 to layer.getNumChildren() do dumpLayer …

1 year ago
Forum
Reply
RE: Get Layers Hierarchy (SDK-C#)

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…

1 year ago
Forum
Reply
RE: Get Layers Hierarchy (SDK-C#)

MZ: what is difference between IILayerManager IIFPLayerManager ILayerManager operates by ReferenceTargets IFPLayerManager operates by MixinInterf…

1 year ago
Forum
Reply
RE: Filter types (SDK-C#)

I don’t use them, preferring to use my own.

1 year ago
Forum
Reply
RE: Filter types (SDK-C#)

Context Filters Filter functions for context-sensitive menus. Use this for .IsEnabled or .IsVisible handlers in macroScripts. isEnabled and isChecked…

1 year ago
Forum
Reply
RE: Filter types (SDK-C#)

I don’t understand your question… do you want to set selection filters for the dialog?

1 year ago
Forum
Reply
RE: How to sort subarrays for Mat ID swapping

global rol try(destroydialog rol) catch () rollout rol “RO:01CC16FF” width:191 ( local map_rol_head = ” rollout MapID_Rollout \”ID Mapping\” …

1 year ago
Forum
Reply
RE: How to sort subarrays for Mat ID swapping

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…

1 year ago
Forum
Reply
RE: How to sort subarrays for Mat ID swapping

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…

1 year ago
Forum
Reply
RE: How to sort subarrays for Mat ID swapping

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…

1 year ago
Forum
Reply
RE: 3ds Max Note Track Cleaner

but the script you are trying to use does not do this. It deletes notestracks from top-level trackviews only.

1 year ago
Forum
Reply
RE: 3ds Max Note Track Cleaner

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…

1 year ago
Forum
Reply
RE: 3ds Max Note Track Cleaner

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 …

1 year ago
Forum
Reply
RE: 3ds Max Note Track Cleaner

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…

1 year ago
Forum
Page 1 / 777