3ds Max C++ API Reference
MSMtlXtnd Class Reference

#include <mxsPlugin.h>

+ Inheritance diagram for MSMtlXtnd:

Public Member Functions

 MSMtlXtnd (MSPluginClass *pc, BOOL loading)
 
 ~MSMtlXtnd ()
 
void DeleteThis ()
 Deletes an instance of this class. More...
 
ReferenceTargetget_delegate ()
 
void GetClassName (MSTR &s, bool localized=true) const override
 Retrieves the name of the plugin class. More...
 
Class_ID ClassID ()
 Retrieves a constant that uniquely identifies the plugin class. More...
 
void FreeCaches ()
 
int NumSubs ()
 
AnimatableSubAnim (int i)
 
MSTR SubAnimName (int i, bool localized=true) override
 
int NumParamBlocks ()
 
IParamBlock2GetParamBlock (int i)
 
IParamBlock2GetParamBlockByID (BlockID id)
 
voidGetInterface (ULONG id)
 Inherited from Animatable. More...
 
BaseInterfaceGetInterface (Interface_ID id)
 Inherited from Animatable. More...
 
int NumRefs ()
 Returns the total number of references this ReferenceMaker can hold. More...
 
RefTargetHandle GetReference (int i)
 Returns the 'i-th' reference. More...
 
RefTargetHandle Clone (RemapDir &remap)
 This method is used by 3ds Max to clone an object. More...
 
RefResult NotifyDependents (const Interval &changeInt, PartID partID, RefMessage message, SClass_ID sclass, BOOL propagate, RefTargetHandle hTarg, NotifyDependentsOption notifyDependentsOption)
 Notify all dependent RefMakers concerned with the message. More...
 
int BuildMaps (TimeValue t, RenderMapsContext &rmc)
 
ULONG Requirements (int subMtlNum)
 
ULONG LocalRequirements (int subMtlNum)
 
void MappingsRequired (int subMtlNum, BitArray &mapreq, BitArray &bumpreq)
 
void LocalMappingsRequired (int subMtlNum, BitArray &mapreq, BitArray &bumpreq)
 
BOOL IsMultiMtl ()
 
int NumSubTexmaps ()
 
TexmapGetSubTexmap (int i)
 
void SetSubTexmap (int i, Texmap *m)
 
MSTR GetSubTexmapSlotName (int i, bool localized=true) override
 
void Update (TimeValue t, Interval &valid)
 
void Reset ()
 
Interval Validity (TimeValue t)
 
ParamDlgCreateParamDlg (HWND hwMtlEdit, IMtlParams *imp)
 
IOResult Save (ISave *iSave)
 
IOResult Load (ILoad *iLoad)
 
ULONG GetGBufID ()
 
void SetGBufID (ULONG id)
 
void EnumAuxFiles (AssetEnumCallback &assetEnum, DWORD vflags)
 
PStampGetPStamp (int sz)
 
PStampCreatePStamp (int sz)
 
void DiscardPStamp (int sz)
 
BOOL SupportTexDisplay ()
 
DWORD_PTR GetActiveTexHandle (TimeValue t, TexHandleMaker &thmaker)
 
void ActivateTexDisplay (BOOL onoff)
 
BOOL SupportsMultiMapsInViewport ()
 
void SetupGfxMultiMaps (TimeValue t, Material *mtl, MtlMakerCallback &cb)
 
ReferenceTargetGetRefTarget ()
 
BOOL DontKeepOldMtl ()
 
MtlBaseGetActiveTexmap ()
 
void SetActiveTexmap (MtlBase *txm)
 
Color GetAmbient (int mtlNum=0, BOOL backFace=FALSE)
 
Color GetDiffuse (int mtlNum=0, BOOL backFace=FALSE)
 
Color GetSpecular (int mtlNum=0, BOOL backFace=FALSE)
 
float GetShininess (int mtlNum=0, BOOL backFace=FALSE)
 
float GetShinStr (int mtlNum=0, BOOL backFace=FALSE)
 
float GetXParency (int mtlNum=0, BOOL backFace=FALSE)
 
BOOL GetSelfIllumColorOn (int mtlNum=0, BOOL backFace=FALSE)
 
float GetSelfIllum (int mtlNum=0, BOOL backFace=FALSE)
 
Color GetSelfIllumColor (int mtlNum=0, BOOL backFace=FALSE)
 
SamplerGetPixelSampler (int mtlNum=0, BOOL backFace=FALSE)
 
float WireSize (int mtlNum=0, BOOL backFace=FALSE)
 
void SetAmbient (Color c, TimeValue t)
 
void SetDiffuse (Color c, TimeValue t)
 
void SetSpecular (Color c, TimeValue t)
 
void SetShininess (float v, TimeValue t)
 
BOOL SupportsShaders ()
 
BOOL SupportsRenderElements ()
 Returns true if it supports render elements. More...
 
void Shade (ShadeContext &sc)
 
int NumSubMtls ()
 
MtlGetSubMtl (int i)
 
void SetSubMtl (int i, Mtl *m)
 
MSTR GetSubMtlSlotName (int i, bool localized=true) override
 
MSTR GetSubMtlTVName (int i, bool localized=true)
 
float EvalDisplacement (ShadeContext &sc)
 
Interval DisplacementValidity (TimeValue t)
 
bool IsOutputConst (ShadeContext &sc, int stdID)
 
bool EvalColorStdChannel (ShadeContext &sc, int stdID, Color &outClr)
 
bool EvalMonoStdChannel (ShadeContext &sc, int stdID, float &outVal)
 
int SetProperty (ULONG id, void *data)
 
voidGetProperty (ULONG id)
 
voidGetInterface (ULONG id)
 
- Public Member Functions inherited from MSPluginMtl
 MSPluginMtl ()
 
 MSPluginMtl (MSPluginClass *pc, BOOL loading)
 
 ~MSPluginMtl ()
 
HWND AddRollupPage (HINSTANCE hInst, const MCHAR *dlgTemplate, DLGPROC dlgProc, const MCHAR *title, LPARAM param=0, DWORD vflags=0, int category=ROLLUP_CAT_STANDARD) override
 
void DeleteRollupPage (HWND hRollup) override
 
IRollupWindowGetRollupWindow () override
 
void RollupMouseMessage (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) override
 
RefResult NotifyRefChanged (const Interval &changeInt, RefTargetHandle hTarget, PartID &partID, RefMessage message, BOOL propagate)
 Receives and responds to messages. More...
 
MSTR GetFullName (bool localized=true) override
 
MSTR GetSubTexmapTVName (int i, bool localized=true)
 
ULONG GetGBufID ()
 
void SetGBufID (ULONG id)
 
PStampCreatePStamp (int sz)
 
MtlBaseGetActiveTexmap ()
 
void SetActiveTexmap (MtlBase *txm)
 
void RefDeleted ()
 Called after a references to this is deleted. More...
 
void RefAdded (RefMakerHandle rm)
 Called after a reference is made to a target. More...
 
MSTR GetSubMtlTVName (int i, bool localized=true)
 
- Public Member Functions inherited from MSPlugin
 MSPlugin ()
 
virtual ~MSPlugin ()
 
void init (MSPluginClass *pClass)
 
ScripterExport void gc_trace ()
 
ScripterExport void collect ()
 
void DeleteThis ()
 
ScripterExport void RefDeleted ()
 
void init_locals ()
 
void call_handler (Value *handler, Value **arg_list, int count, TimeValue t, BOOL disable_on_error=FALSE)
 
Value_call_handler (Value *handler, Value **arg_list, int count, TimeValue t, BOOL disable_on_error=FALSE)
 
FPStatus call_handler (const MCHAR *handler_name, FPParams *params, FPValue &result, TimeValue t, BOOL disable_on_error=FALSE)
 
FPStatus call_handler (Value *handler, FPParams *params, FPValue &result, TimeValue t, BOOL disable_on_error=FALSE)
 
void post_create (ReferenceTarget *me, BOOL loading)
 
void call_all_set_handlers ()
 
void disable ()
 
void enable ()
 
BOOL enabled ()
 
int get_local_index (Value *prop)
 
Valueget_local (int index)
 
void set_local (int index, Value *val)
 
ScripterExport IParamBlock2GetParamBlockByID (BlockID id)
 
ScripterExport RefResult NotifyRefChanged (const Interval &changeInt, RefTargetHandle hTarget, PartID &partID, RefMessage message, BOOL propagate)
 
ScripterExport RefTargetHandle clone_from (MSPlugin *obj, ReferenceTarget *obj_as_ref, RemapDir &remap)
 
void RefAdded (RefMakerHandle rm)
 
void NotifyTarget (int msg, RefMakerHandle rm)
 
IOResult Load (ILoad *iLoad)
 
void post_load (ILoad *iLoad, int which)
 
void dump_local_vars_and_externals (int indentLevel)
 
- Public Member Functions inherited from Value
virtual ScripterExport BOOL is_kind_of (ValueMetaClass *c)
 
virtual ScripterExport ValueMetaClasslocal_base_class ()
 
virtual Valueeval ()
 
virtual Valueeval_no_wrapper ()
 
virtual ScripterExport Valueapply (Value **arglist, int count, CallContext *cc=NULL)
 
virtual ScripterExport Valueapply_no_alloc_frame (Value **arglist, int count, CallContext *cc=NULL)
 
virtual void export_to_scripter ()
 
virtual Valuemap (node_map &m)
 
virtual Valuemap_path (PathName *path, node_map &m)
 
virtual Valuefind_first (BOOL(*test_fn)(INode *node, int level, const void *arg), const void *test_arg)
 
virtual Valueget_path (PathName *path)
 
virtual ScripterExport void sprin1 (CharStream *stream)
 
virtual ScripterExport void sprint (CharStream *stream)
 
virtual void prin1 ()
 
virtual void print ()
 
virtual ScripterExport Class_ID get_max_class_id ()
 
virtual ScripterExport Valuedelete_vf (Value **arglist, int arg_count)
 
virtual ScripterExport ValueclearSelection_vf (Value **arglist, int arg_count)
 
virtual float to_float ()
 
virtual double to_double ()
 
virtual const MCHARto_string ()
 
virtual MSTR to_mstr ()
 
virtual MSTR to_filename ()
 
virtual int to_int ()
 
virtual INT64 to_int64 ()
 
virtual INT_PTR to_intptr ()
 
virtual BOOL to_bool ()
 
virtual BitArrayto_bitarray ()
 
virtual Point4 to_point4 ()
 
virtual Point3 to_point3 ()
 
virtual Point2 to_point2 ()
 
virtual AColor to_acolor ()
 
virtual COLORREF to_colorref ()
 
virtual INodeto_node ()
 
virtual Ray to_ray ()
 
virtual Interval to_interval ()
 
virtual Quat to_quat ()
 
virtual AngAxis to_angaxis ()
 
virtual Matrix3to_matrix3 ()
 
virtual Box3 to_box3 ()
 
virtual float * to_eulerangles ()
 
virtual Mtlto_mtl ()
 
virtual Texmapto_texmap ()
 
virtual MtlBaseto_mtlbase ()
 
virtual Modifierto_modifier ()
 
virtual TimeValue to_timevalue ()
 
virtual Controlto_controller ()
 
virtual Atmosphericto_atmospheric ()
 
virtual Effectto_effect ()
 
virtual IMultiPassCameraEffectto_mpassCamEffect ()
 
virtual ShadowTypeto_shadowtype ()
 
virtual FilterKernelto_filter ()
 
virtual INodeto_rootnode ()
 
virtual ITrackViewNodeto_trackviewnode ()
 
virtual NURBSIndependentPointto_nurbsindependentpoint ()
 
virtual NURBSPointto_nurbspoint ()
 
virtual NURBSObjectto_nurbsobject ()
 
virtual NURBSControlVertexto_nurbscontrolvertex ()
 
virtual NURBSCurveto_nurbscurve ()
 
virtual NURBSCVCurveto_nurbscvcurve ()
 
virtual NURBSSurfaceto_nurbssurface ()
 
virtual NURBSTexturePointto_nurbstexturepoint ()
 
virtual NURBSSetto_nurbsset ()
 
virtual ReferenceTargetto_reftarg ()
 
virtual Meshto_mesh ()
 
virtual BezierShapeto_beziershape ()
 
virtual Thunkto_thunk ()
 
virtual void to_fpvalue (FPValue &v)
 
virtual Rendererto_renderer ()
 
virtual Box2to_box2 ()
 
virtual NURBSTextureSurfaceto_nurbstexturesurface ()
 
virtual NURBSDisplayto_nurbsdisplay ()
 
virtual TessApproxto_tessapprox ()
 
virtual Valuewiden_to (Value *arg, Value **arg_list)
 
virtual BOOL comparable (Value *arg)
 
virtual BOOL special_case_compare (Value *arg, bool &specialCaseCompareResult)
 
virtual ScripterExport Valuedeep_copy (HashTable *remapper)
 
virtual BOOL is_const ()
 
virtual ScripterExport Valueget_property (Value **arg_list, int count)
 
virtual ScripterExport Valueset_property (Value **arg_list, int count)
 
ScripterExport Value_get_property (Value *prop)
 
virtual ScripterExport Value_set_property (Value *prop, Value *val)
 
virtual Valueget_container_property (Value *prop, Value *cur_prop)
 
virtual Valueset_container_property (Value *prop, Value *val, Value *cur_prop)
 
virtual BOOL _is_collection ()
 
virtual BOOL _is_charstream ()
 
virtual BOOL _is_rolloutcontrol ()
 
virtual BOOL _is_rolloutthunk ()
 
virtual BOOL _is_function ()
 
virtual BOOL _is_selection ()
 
virtual BOOL _is_thunk ()
 
virtual BOOL _is_indirect_thunk ()
 
virtual SelectionIteratorselection_iterator ()
 
virtual void drop_MAX_refs ()
 
ScripterExport Valuemake_heap_permanent ()
 
ScripterExport Valuemake_heap_static ()
 
ScripterExport Valueget_heap_ptr ()
 
ScripterExport Valueget_stack_heap_ptr ()
 
ScripterExport Valuemigrate_to_heap ()
 
ScripterExport Valueget_live_ptr ()
 
virtual BOOL object_supports_case_sensitive_names ()
 
ScripterExport Value_get_property (Value *prop, Value *prop_name_as_parsed)
 
ScripterExport Value_set_property (Value *prop, Value *val, Value *prop_name_as_parsed)
 
virtual ScripterExport Valueget_case_sensitive_property (Value **arg_list, int count, const TCHAR *case_sensitive_name)
 
virtual ScripterExport Valueset_case_sensitive_property (Value **arg_list, int count, const TCHAR *case_sensitive_name)
 
ScripterExport Valueinvoke_getter_case_sensitive_property (Value *target, getter_vf getter, Value **arg_list, int count, const TCHAR *case_sensitive_name, const TCHAR *nested_prop_case_sensitive_name)
 
ScripterExport Valueinvoke_setter_case_sensitive_property (Value *target, setter_vf setter, Value **arg_list, int count, const TCHAR *case_sensitive_name, const TCHAR *nested_prop_case_sensitive_name)
 
- Public Member Functions inherited from Collectable
ScripterExport Collectable ()
 
virtual ScripterExport ~Collectable ()
 
ScripterExport voidoperator new (size_t sz, char flag)
 
ScripterExport voidoperator new (size_t sz)
 
ScripterExport void operator delete (void *val)
 
ScripterExport void operator delete (void *val, char flag)
 
ScripterExport bool derives_from_Animatable ()
 
virtual BOOL derives_from_MAXWrapper ()
 
ScripterExport void make_collectable ()
 
void make_permanent ()
 
void make_static ()
 
int is_marked ()
 
int is_not_marked ()
 
int is_garbage ()
 
int is_permanent ()
 
void mark_in_use ()
 
void unmark_in_use ()
 
int has_heap_copy ()
 
int is_in_heap ()
 
int is_on_stack ()
 
- Public Member Functions inherited from Mtl
CoreExport Mtl ()
 
SClass_ID SuperClassID ()
 Retrieves a constant representing the type of the plugin. More...
 
CoreExport void CopySubMtl (HWND hwnd, int ifrom, int ito)
 
CoreExport bool SvCanInitiateLink (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport MtlBaseGetActiveTexmap ()
 
CoreExport void SetActiveTexmap (MtlBase *txm)
 
virtual RenderDataGetRenderData ()
 
virtual void SetRenderData (RenderData *rdata)
 
virtual int VPDisplaySubMtl ()
 
virtual MSTR GetSubMtlSlotName (int i) MAX_SEALED
 
CoreExport MSTR GetSubMtlTVName (int i, bool localized=true)
 
CoreExport MtlResolveWrapperMaterials (bool forUseInViewport)
 Resolves any wrapper materials and returns the actual material that you should use. More...
 
- Public Member Functions inherited from MtlBase
CoreExport MtlBase ()
 
CoreExport ~MtlBase ()
 
int GetMeditObjType ()
 
void SetMeditObjType (int t)
 
int GetMeditTiling ()
 
void SetMeditTiling (int t)
 
CoreExport BOOL AnyMulti ()
 
BOOL TextureDisplayEnabled ()
 
CoreExport MtlBaseoperator= (const MtlBase &m)
 
CoreExport SvGraphNodeReference SvTraverseAnimGraph (IGraphObjectManager *gom, Animatable *owner, int id, DWORD flags)
 
CoreExport bool SvHandleDoubleClick (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport MSTR SvGetName (IGraphObjectManager *gom, IGraphNode *gNode, bool isBeingEdited)
 
CoreExport bool SvCanSetName (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport bool SvSetName (IGraphObjectManager *gom, IGraphNode *gNode, const MSTR &name)
 
CoreExport COLORREF SvHighlightColor (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport bool SvIsSelected (IGraphObjectManager *gom, IGraphNode *gNode)
 Returns true if the object is selected in its schematic view. More...
 
CoreExport MultiSelectCallbackSvGetMultiSelectCallback (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport bool SvCanSelect (IGraphObjectManager *gom, IGraphNode *gNode)
 
CoreExport MtlBaseGetActiveMB ()
 Get the active MtlBase. More...
 
CoreExport void SetActiveMB (MtlBase *activeMB)
 Set the active MtlBase. More...
 
virtual CoreExport void BaseClone (ReferenceTarget *from, ReferenceTarget *to, RemapDir &remap)
 This method copies base class data from an object to its clone. More...
 
virtual BOOL GetTransparencyHint (TimeValue t, Interval &valid)
 Transparency hint indicates whether the material is potentially transparent for both rendering and viewport display, so that the renderers or viewport can decide whether to optimize it or not. More...
 
MSTRGetName ()
 
CoreExport void SetName (MSTR s)
 
virtual MSTR GetFullName () MAX_SEALED
 
CoreExport void SetMtlFlag (int mask, BOOL val=TRUE)
 
CoreExport void ClearMtlFlag (int mask)
 
CoreExport int TestMtlFlag (int mask)
 
virtual int MapSlotType (int i)
 
CoreExport void DeactivateMapsInTree ()
 
void Update (TimeValue t)
 
ULONG GetGBufID ()
 
void SetGBufID (ULONG id)
 
virtual CoreExport PStampCreatePStamp (int sz, BOOL Render=FALSE)
 
CoreExport void IncrActive ()
 
CoreExport void DecrActive ()
 
int Active ()
 
- Public Member Functions inherited from ReferenceTarget
virtual BOOL IsRefTarget ()
 Checks if this is a ReferenceTarget. More...
 
CoreExport RefResult TestForLoop (const Interval &refInterval, RefMakerHandle hmaker)
 Tests for a cyclical reference. More...
 
CoreExport BOOL HasDependents ()
 Checks if a ReferenceTarget has references. More...
 
CoreExport BOOL HasRealDependents ()
 Checks if this has Real (Strong) Dependents. More...
 
void BeginDependencyTest ()
 Starts Dependency Test. More...
 
BOOL EndDependencyTest ()
 Ends Dependency Test. More...
 
virtual void RefAddedUndoRedo (RefMakerHandle rm)
 Called after a reference is made to a target because of undo or redo. More...
 
virtual void RefDeletedUndoRedo ()
 Called after a references to this is deleted because of undo or redo. More...
 
CoreExport RefResult DeleteAllRefsToMe ()
 Deletes all references to this ReferenceTarget. More...
 
CoreExport RefResult TransferReferences (RefTargetHandle oldTarget, BOOL delOld=FALSE)
 Transfers all the references from oldTarget to this. More...
 
CoreExport int DoEnumDependents (DependentEnumProc *dep)
 Begins an enumeration that searches back in the dependency network. More...
 
void FlagDependents (TimeValue t, PartID which=PART_PUT_IN_FG)
 This sends the REFMSG_FLAGDEPENDENTS message up the pipeline. More...
 
virtual void NotifyForeground (TimeValue t)
 This method is called to flag dependents into the FG. More...
 
virtual void NotifyTarget (int message, ReferenceMaker *hMaker)
 Sends messages to ReferenceTargets. More...
 
CoreExport ReferenceTarget ()
 Constructor. More...
 
virtual CoreExport RefResult AutoDelete ()
 Deletes the object when it has no more real dependents. More...
 
CoreExport RefResult MaybeAutoDelete ()
 Deletes the object when it has no more real dependents. More...
 
- Public Member Functions inherited from ReferenceMaker
CoreExport RefResult ReplaceReference (int which, RefTargetHandle newtarg, BOOL delOld=TRUE)
 Used when cloning reference makers. More...
 
CoreExport RefResult DeleteAllRefsFromMe ()
 Deletes all references from this ReferenceMaker. More...
 
CoreExport RefResult DeleteAllRefs ()
 Deletes all references both to and from this item. More...
 
CoreExport RefResult DeleteReference (int i)
 Deletes the specified reference. More...
 
virtual BOOL CanTransferReference (int i)
 Tells whether this reference can be transfered. More...
 
CoreExport ReferenceSaveManagerGetReferenceSaveManager ()
 Access the ReferenceSaveManager of this ReferenceMaker. More...
 
virtual int RemapRefOnLoad (int iref)
 Used to load old files with references. More...
 
virtual CoreExport void RescaleWorldUnits (float f)
 Rescale size of all world units in reference hierarchy. More...
 
virtual CoreExport void SaveEnum (SaveEnumProc &sep, BOOL isNodeCall=0)
 The default save enumeration. More...
 
virtual CoreExport bool SpecifySaveReferences (ReferenceSaveManager &referenceSaveManager)
 Used to specify reference slot remapping during scene file save. More...
 
CoreExport int DoEnumDependents (DependentEnumProc *dep)
 Begins an enumeration that searches back in the dependency network. More...
 
CoreExport bool EnumRefHierarchy (RefEnumProc &proc, bool includeCustAttribs=true, bool includeIndirectRefs=true, bool includeNonPersistentRefs=true, bool preventDuplicatesViaFlag=true)
 This method provides a general purpose reference enumerator. More...
 
CoreExport int FindRef (RefTargetHandle rtarg)
 Get the index of the ReferenceTarget. More...
 
virtual BOOL IsRefMaker ()
 Tells whether it is a ReferenceMaker. More...
 
virtual BOOL IsRealDependency (ReferenceTarget *rtarg)
 Returns whether this is a "real" (strong) dependency or not. More...
 
virtual BOOL ShouldPersistWeakRef (RefTargetHandle rtarg)
 Specifies whether a weak reference is to be persisted on a partial load or save. More...
 
CoreExport ReferenceMaker ()
 Constructor. More...
 
CoreExport void DeleteMe ()
 Deletes an instance of this class. More...
 
- Public Member Functions inherited from Animatable
virtual int NumChildren ()
 
virtual AnimatableChildAnim (int i)
 
virtual CoreExport MSTR NodeName ()
 
virtual void EditTrack ()
 
virtual CoreExport BOOL SubAnimSetKeyBufferPresent (int subNum)
 returns true if the sub-anim has a "Set Key" buffer present More...
 
virtual BOOL SetKeyBufferPresent ()
 returns true if there is a "Set Key" buffer present More...
 
virtual CoreExport void SubAnimCommitSetKeyBuffer (TimeValue t, int subNum)
 Commit any "Set Key" buffers on the given sub-anim. More...
 
virtual void CommitSetKeyBuffer (TimeValue t)
 Commit any "Set Key" buffers. More...
 
virtual CoreExport void SubAnimRevertSetKeyBuffer (int subNum)
 Revert any "Set Key" buffers on the given sub-anim. More...
 
virtual void RevertSetKeyBuffer ()
 Revert any "Set Key" buffers. More...
 
virtual LRESULT CALLBACK TrackViewWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 This function is obsolete. More...
 
virtual bool IsParamBlockDesc2Used (ParamBlockDesc2 *desc)
 Returns true if the passed description is being used. More...
 
virtual bool GetMacroRecorderName (bool used_as_rhs_value, MSTR &objectSpecifiedName)
 This method is called to access the object specified name to use for the Maxscript macrorecorder. More...
 
CoreExport Animatable ()
 Constructor. More...
 
virtual void GetClassName (MSTR &s) MAX_SEALED
 
MSTR ClassName (bool localized=true) const
 Returns the name of the plugin class. More...
 
virtual void BeginEditParams (IObjParam *ip, ULONG flags, Animatable *prev=NULL)
 
virtual void EndEditParams (IObjParam *ip, ULONG flags, Animatable *next=NULL)
 
virtual CoreExport void ReleaseInterface (ULONG id, void *i)
 
CoreExport void AppendProperty (AnimProperty *prop)
 A function to directly add arbitrary properties to this object developers should ensure that the properties ID does not conflict with any Max-specific IDs. More...
 
CoreExport AnimPropertyFindProperty (DWORD id)
 Find any property. More...
 
CoreExport void AddAppDataChunk (const Class_ID &cid, SClass_ID sid, DWORD sbid, DWORD len, void *data)
 Adds application/plugin specific (custom) data to an Animatable. More...
 
CoreExport AppDataChunkGetAppDataChunk (const Class_ID &cid, SClass_ID sid, DWORD sbid)
 Retrieves the application/plugin specific (custom) data stored with an Animatable. More...
 
CoreExport BOOL RemoveAppDataChunk (const Class_ID &cid, SClass_ID sid, DWORD sbid)
 Deletes the application/plugin specific (custom) data stored with an Animatable. More...
 
CoreExport void ClearAllAppData ()
 Deletes all application/plugin specific (custom) data stored with an Animatable. More...
 
virtual MSTR SubAnimName (int i) MAX_SEALED
 
virtual BOOL CanDeleteSubAnim (int i)
 
virtual void DeleteSubAnim (int i)
 
virtual DWORD GetSubAnimCurveColor (int subNum)
 
virtual int SubNumToRefNum (int subNum)
 
virtual BOOL CanCopyAnim ()
 
CoreExport int HasSubElements (int type=0)
 
virtual int GetSubFCurveExtents (int subNum, ParamDimensionBase *dim, float &min, float &max, DWORD flags)
 The values max and min should be initialized before calling this function. More...
 
virtual ParamDimensionGetParamDimension (int i)
 
virtual BOOL SelectSubAnim (int subNum)
 
virtual BOOL BypassTreeView ()
 
virtual BOOL BypassTrackBar ()
 
virtual BOOL BypassPropertyLevel ()
 
virtual BOOL InvisibleProperty ()
 
virtual int NumKeys ()
 
virtual TimeValue GetKeyTime (int index)
 
virtual int GetKeyIndex (TimeValue t)
 
virtual BOOL GetNextKeyTime (TimeValue t, DWORD flags, TimeValue &nt)
 
virtual void CopyKeysFromTime (TimeValue src, TimeValue dst, DWORD flags)
 
virtual void DeleteKeyAtTime (TimeValue t)
 
virtual BOOL IsKeyAtTime (TimeValue t, DWORD flags)
 
virtual int GetKeyTimes (Tab< TimeValue > &times, Interval range, DWORD flags)
 
virtual int GetKeySelState (BitArray &sel, Interval range, DWORD flags)
 
CoreExport void OpenTreeEntry (int type, DWORD tv)
 
CoreExport void CloseTreeEntry (int type, DWORD tv)
 
CoreExport int IsTreeEntryOpen (int type, DWORD tv)
 
CoreExport BOOL GetSelInTrackView (DWORD tv)
 
CoreExport void SetSelInTrackView (DWORD tv, BOOL sel)
 
CoreExport BOOL InTrackViewSelSet (int which)
 
CoreExport void SetTrackViewSelSet (int which, BOOL inOut)
 
virtual BOOL AssignController (Animatable *control, int subAnim)
 
virtual BOOL CanAssignController (int subAnim)
 Return true if we can reassign the subanim specified. More...
 
virtual BOOL CanMakeUnique ()
 
CoreExport int EnumAnimTree (AnimEnum *animEnum, Animatable *client, int subNum)
 
virtual int RenderBegin (TimeValue t, ULONG flags=0)
 
virtual int RenderEnd (TimeValue t)
 
virtual CoreExport Interval GetTimeRange (DWORD flags)
 
virtual void EditTimeRange (Interval range, DWORD flags)
 
virtual void DeleteTime (Interval iv, DWORD flags)
 
virtual void ReverseTime (Interval iv, DWORD flags)
 
virtual void ScaleTime (Interval iv, float s)
 
virtual void InsertTime (TimeValue ins, TimeValue amount)
 
virtual BOOL SupportTimeOperations ()
 
virtual CoreExport void MapKeys (TimeMap *map, DWORD flags)
 
virtual void DeleteKeys (DWORD flags)
 
virtual void DeleteKeyByIndex (int index)
 
virtual void SelectKeys (TrackHitTab &sel, DWORD flags)
 
virtual void SelectSubKeys (int subNum, TrackHitTab &sel, DWORD flags)
 
virtual void SelectSubCurve (int subNum, BOOL sel)
 
virtual void SelectKeyByIndex (int i, BOOL sel)
 
virtual BOOL IsKeySelected (int i)
 
virtual void FlagKey (TrackHitRecord hit)
 
virtual int GetFlagKeyIndex ()
 
virtual int NumSelKeys ()
 
virtual void CloneSelectedKeys (BOOL offset=FALSE)
 
virtual void AddNewKey (TimeValue t, DWORD flags)
 
virtual void MoveKeys (ParamDimensionBase *dim, float delta, DWORD flags)
 
virtual void ScaleKeyValues (ParamDimensionBase *dim, float origin, float scale, DWORD flags)
 
virtual void SelectCurve (BOOL sel)
 
virtual BOOL IsCurveSelected ()
 Returns TRUE if the function curve is selected; otherwise returns FALSE. More...
 
virtual BOOL IsSubCurveSelected (int subNum)
 Returns the selected state of the sub-curve whose index is passed. More...
 
virtual int GetSelKeyCoords (TimeValue &t, float &val, DWORD flags)
 
virtual void SetSelKeyCoords (TimeValue t, float val, DWORD flags)
 
virtual int SetSelKeyCoordsExpr (ParamDimension *dim, const MCHAR *timeExpr, const MCHAR *valExpr, DWORD flags)
 
virtual void AdjustTangents (TrackHitRecord hit, ParamDimensionBase *dim, Rect &rcGraph, float tzoom, int tscroll, float vzoom, int vscroll, int dx, int dy, DWORD flags)
 
virtual void AdjustTangents (TrackHitRecord hit, ParamDimensionBase *dim, float angle, float length, DWORD flags)
 
virtual CoreExport BOOL IsAnimated ()
 
virtual BOOL CanCopyTrack (Interval iv, DWORD flags)
 
virtual BOOL CanPasteTrack (TrackClipObject *cobj, Interval iv, DWORD flags)
 
virtual TrackClipObjectCopyTrack (Interval iv, DWORD flags)
 
virtual void PasteTrack (TrackClipObject *cobj, Interval iv, DWORD flags)
 
virtual BOOL CanCopySubTrack (int subNum, Interval iv, DWORD flags)
 
virtual BOOL CanPasteSubTrack (int subNum, TrackClipObject *cobj, Interval iv, DWORD flags)
 
virtual TrackClipObjectCopySubTrack (int subNum, Interval iv, DWORD flags)
 
virtual void PasteSubTrack (int subNum, TrackClipObject *cobj, Interval iv, DWORD flags)
 
virtual int GetTrackVSpace (int lineHeight)
 
virtual int HitTestTrack (TrackHitTab &hits, Rect &rcHit, Rect &rcTrack, float zoom, int scroll, DWORD flags)
 
virtual int PaintTrack (ParamDimensionBase *dim, HDC hdc, Rect &rcTrack, Rect &rcPaint, float zoom, int scroll, DWORD flags)
 
virtual int PaintSubTrack (int subNum, ParamDimensionBase *dim, HDC hdc, Rect &rcTrack, Rect &rcPaint, float zoom, int scroll, DWORD flags)
 
virtual int PaintFCurves (ParamDimensionBase *dim, HDC hdc, Rect &rcGraph, Rect &rcPaint, float tzoom, int tscroll, float vzoom, int vscroll, DWORD flags)
 
virtual int HitTestFCurves (ParamDimensionBase *dim, TrackHitTab &hits, Rect &rcHit, Rect &rcGraph, float tzoom, int tscroll, float vzoom, int vscroll, DWORD flags)
 
virtual int PaintSubFCurves (int subNum, ParamDimensionBase *dim, HDC hdc, Rect &rcGraph, Rect &rcPaint, float tzoom, int tscroll, float vzoom, int vscroll, DWORD flags)
 
virtual int HitTestSubFCurves (int subNum, ParamDimensionBase *dim, TrackHitTab &hits, Rect &rcHit, Rect &rcGraph, float tzoom, int tscroll, float vzoom, int vscroll, DWORD flags)
 
virtual void EditTrackParams (TimeValue t, ParamDimensionBase *dim, const MCHAR *pname, HWND hParent, IObjParam *ip, DWORD flags)
 
virtual int TrackParamsType ()
 
virtual int GetFCurveExtents (ParamDimensionBase *dim, float &min, float &max, DWORD flags)
 This method is called to calculate the largest and smallest values of the anim. More...
 
CoreExport void AddNoteTrack (NoteTrack *note)
 
CoreExport void DeleteNoteTrack (NoteTrack *note, BOOL delNote=TRUE)
 
CoreExport BOOL HasNoteTracks ()
 
CoreExport int NumNoteTracks ()
 
CoreExport NoteTrackGetNoteTrack (int i)
 
virtual void FreeAllBitmaps ()
 
virtual void GetSystemNodes (INodeTab &nodes, SysNodeContext Context)
 
virtual BOOL IsSubClassOf (Class_ID classID)
 returns true if the animatable has sub-classed off the given class More...
 
virtual CoreExport void MouseCycleCompleted (TimeValue t)
 
virtual CoreExport void MouseCycleStarted (TimeValue t)
 
CoreExport bool SvSaveData (ISave *isave, USHORT id)
 
CoreExport bool SvLoadData (ILoad *iLoad)
 
CoreExport DWORD SvGetRefIndex ()
 
CoreExport void SvSetRefIndex (DWORD i)
 
CoreExport bool SvDeleteRefIndex ()
 
CoreExport SvGraphNodeReference SvStdTraverseAnimGraph (IGraphObjectManager *gom, Animatable *owner, int id, DWORD flags)
 
virtual CoreExport bool SvCanConcludeLink (IGraphObjectManager *gom, IGraphNode *gNode, IGraphNode *gNodeChild)
 
virtual CoreExport bool SvCanRemoveThis (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport bool SvRemoveThis (IGraphObjectManager *gom, IGraphNode *gNode)
 Called when the user deletes this object in the schematic view... More...
 
virtual CoreExport bool SvIsHighlighted (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport COLORREF SvGetSwatchColor (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport bool SvIsInactive (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport bool SvLinkChild (IGraphObjectManager *gom, IGraphNode *gNodeThis, IGraphNode *gNodeChild)
 
virtual CoreExport bool SvEditProperties (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport MSTR SvGetTip (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport MSTR SvGetRefTip (IGraphObjectManager *gom, IGraphNode *gNode, IGraphNode *gNodeMaker)
 
virtual CoreExport bool SvCanDetach (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport bool SvDetach (IGraphObjectManager *gom, IGraphNode *gNode)
 
virtual CoreExport MSTR SvGetRelTip (IGraphObjectManager *gom, IGraphNode *gNodeTarget, int id, IGraphNode *gNodeMaker)
 Returns a string to be displayed in the tip window in the schematic view for a relationship from "gNodeMaker" to "gNodeTarget"... More...
 
virtual CoreExport bool SvCanDetachRel (IGraphObjectManager *gom, IGraphNode *gNodeTarget, int id, IGraphNode *gNodeMaker)
 Returns true if this object can respond to the SvDetachRel(...) method... More...
 
virtual CoreExport bool SvDetachRel (IGraphObjectManager *gom, IGraphNode *gNodeTarget, int id, IGraphNode *gNodeMaker)
 Detach this relationship. More...
 
virtual CoreExport bool SvHandleRelDoubleClick (IGraphObjectManager *gom, IGraphNode *gNodeTarget, int id, IGraphNode *gNodeMaker)
 Called when this relationship is double-clicked in the schematic view... More...
 
CoreExport ICustAttribContainerGetCustAttribContainer ()
 This method returns a pointer to the custom attributes container interface class. More...
 
CoreExport void AllocCustAttribContainer ()
 This method allocates space for a custom attributes container. More...
 
CoreExport void DeleteCustAttribContainer ()
 This method deletes space used by a custom attributes container. More...
 
void SetAFlag (DWORD mask)
 
void ClearAFlag (DWORD mask)
 Clears one or more bits in the Animatable flags. More...
 
bool TestAFlag (DWORD mask) const
 Tests one or more bits in the Animatable flags. More...
 
void SetAFlagEx (DWORD mask)
 Sets one or more bits in the Animatable extended flags. More...
 
void ClearAFlagEx (DWORD mask)
 Clears one or more bits in the Animatable extended flags. More...
 
bool TestAFlagEx (DWORD mask) const
 Tests one or more bits in the Animatable extended flags. More...
 
CoreExport bool TestFlagBit (int index)
 Tests the specified flag bit. More...
 
CoreExport void SetFlagBit (int index, bool newValue=true)
 Sets the specified flag bit. More...
 
CoreExport void ClearFlagBit (int index)
 Clears the specified flag bit. More...
 
- Public Member Functions inherited from InterfaceServer
virtual UtilExport ~InterfaceServer ()
 Destructor. More...
 
template<class InterfaceType >
InterfaceType * GetTypedInterface ()
 
- Public Member Functions inherited from ISubMap
virtual ~ISubMap ()
 
virtual int SubTexmapOn (int i)
 
virtual MSTR GetSubTexmapSlotName (int i) MAX_SEALED
 
CoreExport MSTR GetSubTexmapTVName (int i, bool localized=true)
 
virtual BOOL SetDlgThing (ParamDlg *dlg)
 
CoreExport void CopySubTexmap (HWND hwnd, int ifrom, int ito)
 

Public Attributes

Mtldelegate
 
- Public Attributes inherited from MSPlugin
MSPluginClasspc
 
Value ** locals
 
short flags
 
int version
 
ReferenceTargetref
 
Tab< IParamBlock2 * > pblocks
 
ILoadiload
 
- Public Attributes inherited from Value
ValueMetaClasstag
 
- Public Attributes inherited from Collectable
Collectablenext
 
Collectableprev
 
byte flags
 
byte flags2
 
short flags3
 
- Public Attributes inherited from MtlBase
Quat meditRotate
 
ULONG gbufID
 

Protected Member Functions

virtual void SetReference (int i, RefTargetHandle rtarg)
 Stores a ReferenceTarget as its 'i-th' reference`. More...
 
- Protected Member Functions inherited from ReferenceTarget
virtual CoreExport int DoEnumDependentsImpl (DependentEnumProc *dep)
 Method to perform an enumeration on a ReferenceTarget. More...
 
virtual CoreExport ~ReferenceTarget ()=0
 Destructor. More...
 
- Protected Member Functions inherited from ReferenceMaker
virtual CoreExport ~ReferenceMaker ()=0
 Destructor. More...
 
void BlockEval ()
 Validates a given reference link between this reference maker and its reference target. More...
 
void UnblockEval ()
 Validates a given reference link between this reference maker and its reference target. More...
 
int Evaluating ()
 Validates a given reference link between this reference maker and its reference target. More...
 
CoreExport RefResult StdNotifyRefChanged (const Interval &changeInt, RefTargetHandle hTarget, PartID partID, RefMessage message, BOOL propagate, NotifyDependentsOption notifyDependentsOption)
 Validates a given reference link between this reference maker and its reference target. More...
 
- Protected Member Functions inherited from Animatable
virtual CoreExport ~Animatable ()=0
 Destructor. More...
 
- Protected Member Functions inherited from Noncopyable
 Noncopyable ()
 
 ~Noncopyable ()
 

Additional Inherited Members

- Static Public Member Functions inherited from MSPluginMtl
static RefTargetHandle create (MSPluginClass *pc, BOOL loading)
 
- Static Public Member Functions inherited from Collectable
static ScripterExport void for_all_values (void(*map_fn)(Value *val), ValueMapper *mapper=NULL, ValueMetaClass *c=NULL)
 
static void mark ()
 
static void sweep ()
 
static void setup (size_t)
 
static ScripterExport void gc ()
 
static void coalesce_free_list ()
 
static void close_down ()
 
static void drop_maxwrapper_refs ()
 
static ScripterExport void push_alloc_stack_frame ()
 
static ScripterExport void pop_alloc_stack_frame ()
 
static ScripterExport ULONGLONG get_num_values_created ()
 
static ScripterExport bool validate_value_linkages ()
 
- Static Public Member Functions inherited from Animatable
static CoreExport BOOL IsDeleted (Animatable *anim)
 Debug method to determine whether an object has been deleted. More...
 
static CoreExport AnimHandle GetHandleByAnim (Animatable *anim)
 Get the unique handle for an Animatable object. More...
 
static CoreExport AnimatableGetAnimByHandle (AnimHandle handle)
 Get an Animatable object from its unique handle. More...
 
static CoreExport AnimHandle GetNextHandle ()
 Get the unique handle for the next Animatable object to be created. More...
 
static CoreExport void EnumerateAllAnimatables (EnumAnimList &enumProcObject)
 Enumerator to enumerate across all animatables. More...
 
static CoreExport bool RegisterAppDataLoadCallback (const Class_ID &cid, SClass_ID sid, APPDATALOADPROC proc)
 Registers a callback proc that is called when an AppDataChunk is read from a scene file. More...
 
static CoreExport bool UnRegisterAppDataLoadCallback (const Class_ID &cid, SClass_ID sid, APPDATALOADPROC proc)
 Unregisters a callback proc that is called when an AppDataChunk is read from a scene file. More...
 
static CoreExport bool RegisterAppDataLoadCallback (DWORD sbid, APPDATALOADPROC proc)
 Registers a callback proc that is called when an AppDataChunk is read from a scene file. More...
 
static CoreExport bool UnRegisterAppDataLoadCallback (DWORD sbid, APPDATALOADPROC proc)
 Unregisters a callback proc that is called when an AppDataChunk is read from a scene file. More...
 
static CoreExport int RequestFlagBit ()
 Requests an unique flag bit index. More...
 
static CoreExport void ReleaseFlagBit (int index)
 Releases the flag bit index. More...
 
static CoreExport void ClearFlagBitInAllAnimatables (int index)
 Clears the specified flag bit in all Animatables. More...
 
- Static Public Member Functions inherited from MaxHeapOperators
static UtilExport voidoperator new (size_t size)
 Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e)
 Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new (size_t size, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, int block_type, const char *filename, int line)
 New operator used to allocate arrays of objects. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport voidoperator new[] (size_t size, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown. More...
 
static UtilExport voidoperator new[] (size_t size, const std::nothrow_t &e, unsigned long flags)
 New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned. More...
 
static UtilExport void operator delete (void *ptr)
 Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete (void *ptr, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e)
 Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, int block_type, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line)
 Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen. More...
 
static UtilExport void operator delete[] (void *ptr, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport void operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags)
 Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown. More...
 
static UtilExport voidoperator new (size_t size, void *placement_ptr)
 Placement new operator. More...
 
static UtilExport void operator delete (void *ptr, void *placement_ptr)
 Placement delete operator. More...
 
static UtilExport voidaligned_malloc (size_t size, size_t alignment)
 Allocates memory on a specified alignment boundary. More...
 
static UtilExport voidaligned_realloc (void *ptr, size_t size, size_t alignment)
 Reallocates memory on a specified alignment boundary. More...
 
static UtilExport void aligned_free (void *ptr)
 Frees a block of memory that was allocated with aligned_malloc/aligned_realloc. More...
 
- Static Public Attributes inherited from MSPluginMtl
static MAX_DEPRECATED MSAutoMParamDlgmasterMDlg
 
static MSAutoMParamDlgmainMDlg
 
static IMtlParamsip
 
- Static Public Attributes inherited from Collectable
static CRITICAL_SECTION heap_update
 
static Collectablecollectable_list
 
static Collectablepermanent_list
 
static free_memfree_list [GC_NUM_SUBLISTS]
 
static size_t heap_allocated
 
static size_t heap_size
 
static ScripterExport collectable_state state
 
static ScripterExport bool fullCollectNextHoldFlush
 
static bool gc_light
 
static bool in_gc
 
static HANDLE hGCCompletedEvent
 
- Static Public Attributes inherited from Animatable
static const AnimHandle kInvalidAnimHandle = 0
 
- Protected Attributes inherited from Animatable
DWORD aflag
 
AnimPropertyList aprops
 
- Static Protected Attributes inherited from Value
static ScripterExport Valuekeyarg_marker_value
 

Constructor & Destructor Documentation

◆ MSMtlXtnd()

MSMtlXtnd ( MSPluginClass pc,
BOOL  loading 
)

◆ ~MSMtlXtnd()

~MSMtlXtnd ( )
inline
2641 { DeleteAllRefsFromMe(); }
CoreExport RefResult DeleteAllRefsFromMe()
Deletes all references from this ReferenceMaker.

Member Function Documentation

◆ DeleteThis()

void DeleteThis ( )
virtual

Deletes an instance of this class.

3ds Max calls this method when it needs to delete a plugin object (an instance of a class derived from Animatable). Similarly, plugins that need to delete instances of an Animatable or a class directly derived from it via an Animatable pointer, should call this method instead of calling directly operator delete. Following these rules will ensure that the same memory manager is used to allocate and deallocate the object. The default implementation of this method deletes the object. Plugin instances that never need to be deleted from the heap can overwrite this method to do nothing.

Note
See the method ClassDesc::Create() for details on how Max allocates plugin objects.
See ReferenceMaker::DeleteMe() and ReferenceTarget::MaybeAutoDelete() for information on how plugin instances are deleted by the system.
Remarks
See Memory Management.

See also
Required DLL Functions, Class ClassDesc.

Reimplemented from MSPluginMtl.

◆ get_delegate()

ReferenceTarget* get_delegate ( )
inlinevirtual

Reimplemented from MSPluginMtl.

2646 { return delegate; }
Mtl * delegate
Definition: mxsPlugin.h:2638

◆ GetClassName()

void GetClassName ( MSTR s,
bool  localized = true 
) const
inlineoverridevirtual

Retrieves the name of the plugin class.

This name is used in 3ds Max's UI and in MAXScript. For Material plug-ins this method is used to put up the material "type" name in the Material Editor.

Parameters
sReference to a string filled in with the name of the plugin class.
localizedIf true, then the class name returned should be localized in the language 3ds Max is currently using. Otherwise it should be the class name in English. If a plugin does not provide localized string resources, it can disregard this parameter and always return the class name in English.

Reimplemented from MSPluginMtl.

2651 { UNUSED_PARAM(localized); s = pc->name->to_string(); } // non-localized name
#define UNUSED_PARAM(x)
Definition: BuildWarnings.h:18
Value * name
Definition: mxsobjects.h:540
MSPluginClass * pc
Definition: mxsPlugin.h:352
virtual const MCHAR * to_string()
Definition: value.h:178

◆ ClassID()

Class_ID ClassID ( )
inlinevirtual

Retrieves a constant that uniquely identifies the plugin class.

This method must return the unique ID for the plugin class. If two ClassIDs conflict, the system will only load the first conflicting one it finds. A program (gencid.exe) is provided to generate unique class id values.

Returns
A class id that uniquely identifies a plugin class
See also
Class ClassID, class ID definitions in plugapi.h.

Reimplemented from MSPluginMtl.

2652 { return pc->class_id; }
Class_ID class_id
Definition: mxsobjects.h:541

◆ FreeCaches()

void FreeCaches ( )
inlinevirtual
Remarks
This is called to delete any item that can be rebuilt. For example, the procedural sphere object has a mesh that it caches. It could call Mesh::FreeAll() on the mesh from this method. This will free the vertex/face/uv arrays. If the sphere is ever evaluated again it can just rebuild the mesh. If an object (like a sphere) has modifiers applied to it, and those modifiers are not animated, then the result of the pipeline is cached in the node. So there is no reason for the sphere to also have a cache of its representation. Therefore when this method is called, the sphere can free the data of the mesh.
Default Implementation:
{}

Reimplemented from MSPluginMtl.

2653 { if (delegate) delegate->FreeCaches(); }
virtual void FreeCaches()
Definition: Animatable.h:393

◆ NumSubs()

int NumSubs ( )
virtual
Remarks
The system uses a virtual array mechanism to access the sub-anims of a plug-in. This method returns the total number of sub-anims maintained by the plug-in. If a plug-in is using a parameter block to manage its parameters it should just return 1 for all the parameters directed by the parameter block.
Returns
The number of sub-anims used by the plug-in.
Default Implementation:
{ return 0; }

Reimplemented from MSPluginMtl.

◆ SubAnim()

Animatable* SubAnim ( int  i)
virtual
Remarks
This method returns a pointer to the 'i-th' sub-anim. If a plug-in is using a parameter block to manage all its parameters it should just return a pointer to the parameter block itself from this method. This method may return NULL so developers need to check the return value before calling other sub anim methods (such as SubAnimName()).
Parameters
iThis is the index of the sub-anim to return.
Default Implementation:
{ return NULL };

Reimplemented from MSPluginMtl.

◆ SubAnimName()

MSTR SubAnimName ( int  i,
bool  localized = true 
)
overridevirtual
Remarks
This method returns the name of the 'i-th' sub-anim to appear in track view. The system has no idea what name to assign to the sub-anim (it only knows it by the virtual array index), so this method is called to retrieve the name to display. Developer need to make sure the 'i-th' SubAnim() is non-NULL or this method will fail.
Parameters
iThe index of the parameter name to return
localizedIf true, then the sub-anim name returned should be localized in the language 3ds Max is currently using. Otherwise it should be the sub-anim name in English. If a plugin does not provide localized string resources, it can disregard this parameter and always return the sub-anim name in English.
Returns
The name of the 'i-th' parameter.

Reimplemented from MSPluginMtl.

◆ NumParamBlocks()

int NumParamBlocks ( )
inlinevirtual
Remarks
This method is available in release 3.0 and later only.

This method returns the number of ParamBlock2s in this instance.
Default Implementation:
{ return 0; }

Reimplemented from MSPluginMtl.

2657 { return pblocks.Count(); }
Tab< IParamBlock2 * > pblocks
Definition: mxsPlugin.h:357
int Count() const
Retrieves the number of items in the Tab.
Definition: tab.h:219

◆ GetParamBlock()

IParamBlock2* GetParamBlock ( int  i)
inlinevirtual
Remarks
This method return 'i-th' ParamBlock2 in this instance (or NULL if not available).
Parameters
iThe zero based index of the ParamBlock2 to return.
Default Implementation:
{ return NULL; }

Reimplemented from MSPluginMtl.

2658 { return pblocks[i]; }

◆ GetParamBlockByID()

IParamBlock2* GetParamBlockByID ( BlockID  id)
inlinevirtual
Remarks
This method returns a pointer to the ParamBlock2 as specified by the ID passed (or NULL if not available).
Parameters
idThe BlockID of the ParamBlock2 instance.
Default Implementation:
{ return NULL; }

Reimplemented from MSPluginMtl.

2659 { return MSPlugin::GetParamBlockByID(id); }
ScripterExport IParamBlock2 * GetParamBlockByID(BlockID id)

◆ GetInterface() [1/3]

void* GetInterface ( ULONG  id)
inlinevirtual

Inherited from Animatable.

Returns a pointer to the interface.

Parameters
id- The id of the interface.
Returns
A Pointer to the Interface

Reimplemented from MSPluginMtl.

2661  {
2662  if (id == I_MAXSCRIPTPLUGIN) return (MSPlugin*)this;
2663  else if (id == IID_IReshading) return delegate->GetInterface(id);
2664  else return MSPluginMtl::GetInterface(id);
2665  }
#define IID_IReshading
Definition: IReshading.h:22
Definition: mxsPlugin.h:350
void * GetInterface(ULONG id)
Inherited from Animatable.
Definition: mxsPlugin.h:2535
virtual CoreExport void * GetInterface(ULONG id)
Inherited from Animatable.
#define I_MAXSCRIPTPLUGIN
An Animatable supporting this interface is a MSPlugin.
Definition: AnimatableInterfaceIDs.h:67

◆ GetInterface() [2/3]

BaseInterface* GetInterface ( Interface_ID  id)
inlinevirtual

Inherited from Animatable.

Returns a pointer to the Base Interface for the interface ID passed.

Parameters
id- The unique ID of the interface to get
Returns
A Pointer to the Interface

Reimplemented from MtlBase.

2668  {
2669  return delegate ? delegate->GetInterface(id) : NULL;
2670  }
#define NULL
Definition: autoptr.h:18

◆ NumRefs()

int NumRefs ( )
virtual

Returns the total number of references this ReferenceMaker can hold.

The plugin implements this method to indicate the total number of of references it can make. This includes all references whether they are NULL (inactive) or non-NULL (active) at the time when this method is called. A plugin can hold a variable number of references, thus the return value of this method is not to be cached and reused by client code.

Returns
The total number of references this plugin can hold. The default implementation is return 0.

Reimplemented from MSPluginMtl.

◆ GetReference()

RefTargetHandle GetReference ( int  i)
virtual

Returns the 'i-th' reference.

The plugin implements this method to return its 'i-th' reference. The plug-in simply keeps track of its references using an integer index for each one. This method is normally called by the system.

Parameters
i- The index of the reference to retrieve. Valid values are from 0 to NumRefs()-1.
Returns
The reference handle of the 'i-th' reference. Note that different calls to this method with the same 'i' value can result in different reference handles being retrieved, as the plugin changes the scene objects it references as its 'i-th' reference.

Reimplemented from MSPluginMtl.

◆ SetReference()

virtual void SetReference ( int  i,
RefTargetHandle  rtarg 
)
protectedvirtual

Stores a ReferenceTarget as its 'i-th' reference`.

The plugin implements this method to store the reference handle passed to it as its 'i-th' reference. In its implementation of this method, the plugin should simply assign the reference handle passed in as a parameter to the member variable that holds the 'i-th' reference. Other reference handling methods such as ReferenceMaker::DeleteReference(), or ReferenceMaker::ReplaceReference() should not be called from within this method. The plugin itself or other plugins should not call this method directly. The system will call this method when a new reference is created or an existing one is replaced by calling ReferenceMaker::ReplaceReference().

Parameters
i- The index of the reference to store. Valid values are from 0 to NumRefs()-1.
rtarg- The reference handle to store.

Reimplemented from MSPluginMtl.

◆ Clone()

RefTargetHandle Clone ( RemapDir remap)
virtual

This method is used by 3ds Max to clone an object.

See also
CloneRefHierarchy(), class RemapDir This method is called by 3ds Max to have the plugin clone itself. The plug-in's implementation of this method should copy both the data structure and all the data residing in the data structure of this reference target. The plugin should clone all its references as well. Also, the plug-in's implementation of this method must call BaseClone(). In order for classes derived from this class to clone cleanly, the Clone method should just create the new instance, and then call an implementation of BaseClone that clones the references and copies any other necessary data. For example:
class MyDerivedPlugin
: public MyBasePlugin
{
const int MY_REFERENCE = 1;
{
ReferenceTarget* result = new MyDerivedPlugin();
BaseClone(this, result, remap);
return result;
}
{
if (!to || !from || from == to)
return;
MyBasePlugin::BaseClone(from, to, remap);
to->ReplaceReference(MY_REFERENCE, remap->CloneRef(from->GetReference(MY_REFERENCE)));
}
};
RefTargetHandle Clone(RemapDir &remap)
This method is used by 3ds Max to clone an object.
virtual CoreExport void BaseClone(ReferenceTarget *from, ReferenceTarget *to, RemapDir &remap)
This method copies base class data from an object to its clone.
virtual CoreExport RefTargetHandle GetReference(int i)
Returns the 'i-th' reference.
CoreExport RefResult ReplaceReference(int which, RefTargetHandle newtarg, BOOL delOld=TRUE)
Used when cloning reference makers.
A scene entity that is being owned and listened to by other scene entities.
Definition: ref.h:1844
For remapping references during a Clone.
Definition: ref.h:830
virtual RefTargetHandle CloneRef(RefTargetHandle oldTarg)
Creates a clone of a reference target only if it hasn't been cloned already.

This method should not be directly called by plug-ins. Instead, either RemapDir::CloneRef() or CloneRefHierachy() should be used to perform cloning. These methods ensure that the mapping from the original object to the clone is added to the RemapDir used for cloning, which may be used during backpatch operations

Note
See the remarks in method BaseClone() below.
Parameters
remap- A RemapDir instance used for remapping references during a Clone.
Returns
A pointer to the cloned item.

Reimplemented from MSPluginMtl.

◆ NotifyDependents()

RefResult NotifyDependents ( const Interval changeInt,
PartID  partID,
RefMessage  message,
SClass_ID  sclass,
BOOL  propagate,
RefTargetHandle  hTarg,
NotifyDependentsOption  notifyDependentsOption 
)
virtual

Notify all dependent RefMakers concerned with the message.

Implemented by the System. This method broadcasts the message specified by the message parameter to all the items which reference this item. Note the following on how reference messages propagate (that is, travel to the dependents):

  • When a plugin sends a message via NotifyDependents(), the message
    1. Propagates to ALL the items that reference it.
    2. And also to all the items which reference those items.
    3. And so on.
  • The only exceptions to this are as follows:
  1. The propagate parameter passed is FALSE. In that case the message only goes to the immediate dependents.
  2. If the SClass_ID sclass = NOTIFY_ALL parameter limits the dependents to a certain specified Super Class.
  3. If one of the items that references the plugin, processes the message inside its NotifyRefChanged() and returns REF_STOP instead of REF_SUCCEED. In this case, the message is not further propagated.

Also, whenever a message propagates, the hTarget parameter received in NotifyRefChanged() is reset to the this pointer of the immediate dependent (not the originator) who propagates the message.

Parameters
changeInt- Currently all plug-ins must pass FOREVER for this interval. This indicates the interval of time over which the change reported by the message is in effect. The exception is the REFMSG_FLAGDEPENDENTS notification. In that case, changeInt.Start() is the timepoint to perform the dependency test.
partID- This parameter is used to pass message specific information to the items which will receive the message. See the ReferenceMaker::NotifiyRefChanged() method for more details.
message- The message to broadcast to all dependents. See the ReferenceMaker::NotifiyRefChanged() method for more details.
sclass- This parameter defaults to NOTIFY_ALL. If this value is passed to NotifyDependents() all dependents will be notified. Other super class values may be passed to only send the message to certain items whose SuperClassID matches the one passed.
propagate- This parameter defaults to TRUE. This indicates that the message should be sent to all 'nested' dependencies. If passed as FALSE, this parameter indicates the message should only be sent to first level dependents. Normally this should be left to default to TRUE.
hTarg- This parameter must always default to NULL.
notifyDependentsOption- This parameter specifies whether duplicate messages to the same refmaker can potentially be optimized away
Returns
This method always returns REF_SUCCEED.

Reimplemented from ReferenceTarget.

◆ BuildMaps()

int BuildMaps ( TimeValue  t,
RenderMapsContext rmc 
)
inlinevirtual
Remarks
This method is called for a plug-in to do any work it needs to do prior to rendering. For example this is used by the 3ds Max Mirror and Auto Reflect materials to render their bitmaps.
Parameters
tThe current time.
rmcProvides information about the view being rendered and can provide access to the global rendering environment information via RenderGlobalContext *gc = rmc.GetGlobalContext(). See Class RenderMapsContext and Class RenderGlobalContext.
Returns
Nonzero on success; zero on failure. In the case of failure the renderer is halted (rendering is cancelled).

Reimplemented from MSPluginMtl.

2687 { return delegate->BuildMaps(t, rmc); }
virtual int BuildMaps(TimeValue t, RenderMapsContext &rmc)
Definition: MtlBase.h:273

◆ Requirements()

ULONG Requirements ( int  subMtlNum)
inlinevirtual
Remarks
This method returns the cumulative requirements of the material and its sub-materials and maps. The default implementation just ORs together the local requirements of the material with the requirements of all its children. Most materials will only need to implement LocalRequirements().
Parameters
subMtlNumSpecifies the number of the sub-material whose requirements should be returned. -1 may be used to return a value generated by looping over all the sub-materials and ORing together the requirements.
Returns
See Material Requirements Flags.
Default Implementation:
The default implementation automatically traverses the sub-material/map tree. On any MtlBase that returns TRUE for IsMultiMtl() it will only recursively call the sub material (or map) for the subMtlNum called. The exception to this is when subMtlNum<0: in this case all sub-mtls and submaps are enumerated. Therefore the LocalRequirements() method below only needs to consider the material or map itself, not the sub-mtls and sub-maps.

Reimplemented from MSPluginMtl.

2688 { return delegate->Requirements(subMtlNum); }
virtual CoreExport ULONG Requirements(int subMtlNum)

◆ LocalRequirements()

ULONG LocalRequirements ( int  subMtlNum)
inlinevirtual
Remarks
Specifies various requirements for this material. The value returned from this method should not include requirements of its sub-materials and sub-maps.
Parameters
subMtlNumSpecifies the number of the sub-material whose requirements should be returned.
Returns
See Material Requirements Flags.
Default Implementation:
{ return 0; }

Reimplemented from MSPluginMtl.

2689 { return delegate->LocalRequirements(subMtlNum); }
virtual ULONG LocalRequirements(int subMtlNum)
Definition: MtlBase.h:311

◆ MappingsRequired()

void MappingsRequired ( int  subMtlNum,
BitArray mapreq,
BitArray bumpreq 
)
inlinevirtual
Remarks
This method gives the UVW channel requirements of the material and its tree. The default implementation just OR's together the local mapping requirements of the material with the requirements of all its children. For most materials, all they need to implement is the LocalMappingsRequired() method.
Parameters
subMtlNumSpecifies the number of the sub-material whose mapping information is retrieved.
mapreqThis array of bits is initialized to an empty set with MAX_MESHMAPS elements. Each bit corresponds to a mapping channel. Set a bit to one to indicate the material requires the corresponding UVW channel.
bumpreqThis array of bits is initialized to an empty set with MAX_MESHMAPS elements. Each bit corresponds to a mapping channel. Set a bit to one to indicate the material requires the corresponding bump mapping channel.

Reimplemented from MSPluginMtl.

2690 { delegate->MappingsRequired(subMtlNum, mapreq, bumpreq); }
virtual CoreExport void MappingsRequired(int subMtlNum, BitArray &mapreq, BitArray &bumpreq)

◆ LocalMappingsRequired()

void LocalMappingsRequired ( int  subMtlNum,
BitArray mapreq,
BitArray bumpreq 
)
inlinevirtual
Remarks
This method specifies UVW channel requirements for the material: This method should not include UVW channel requirements of any sub-materials and sub-maps.
Parameters
subMtlNumSpecifies the number of the sub-material whose mapping information is retrieved.
mapreqThis array of bits is initialized to an empty set with MAX_MESHMAPS elements. Each bit corresponds to a mapping channel. Set a bit to one to indicate the material requires the corresponding UVW channel.
bumpreqThis array of bits is initialized to an empty set with MAX_MESHMAPS elements. Each bit corresponds to a mapping channel. Set a bit to one to indicate the material requires the corresponding bump mapping channel.
Default Implementation:
{}
Sample Code:
All 2D textures that use UVGen or otherwise select mapping channels need to implement this method Here's an example:

void LocalMappingsRequired(int subMtlNum, BitArray & mapreq, BitArray &bumpreq)
{
uvGen->MappingsRequired(subMtlNum,mapreq,bumpreq);
}
Definition: bitarray.h:60
void LocalMappingsRequired(int subMtlNum, BitArray &mapreq, BitArray &bumpreq)
Definition: mxsPlugin.h:2691

All 3D textures that use the XYZGen to put up a coordinates rollup must implement this method. Here's an example:
void LocalMappingsRequired(int subMtlNum, BitArray & mapreq,BitArray &bumpreq)
{
xyzGen->MappingsRequired(subMtlNum,mapreq,bumpreq);
}

Reimplemented from MSPluginMtl.

2691 { delegate->LocalMappingsRequired(subMtlNum, mapreq, bumpreq); }
virtual void LocalMappingsRequired(int subMtlNum, BitArray &mapreq, BitArray &bumpreq)
Definition: MtlBase.h:365

◆ IsMultiMtl()

BOOL IsMultiMtl ( )
inlinevirtual
Remarks
This method returns TRUE for materials or textures that select sub-materials based on submaterial number (for example a mesh faceMtlIndex).

The only materials for which this method should return TRUE are those that choose to use one of their sub-maps or sub-mtls based on the submaterial number. For the majority of materials and maps, they should return FALSE, and in that case all of the submaterials and maps are enumerated by MtlBase::Requirements().
Default Implementation:
{ return FALSE; }

Reimplemented from MSPluginMtl.

2692 { return delegate->IsMultiMtl(); }
virtual BOOL IsMultiMtl()
Definition: MtlBase.h:383

◆ NumSubTexmaps()

int NumSubTexmaps ( )
virtual
Remarks
Returns the number of sub-textures managed by this material or texture.
Default Implementation:
{ return 0; }

Reimplemented from MSPluginMtl.

◆ GetSubTexmap()

Texmap* GetSubTexmap ( int  i)
virtual
Remarks
Returns a pointer to the 'i-th' sub-texmap managed by the material or texture.

Note: For the 3ds Max Standard material, the sub-texmap indexes used with this method are listed in Texture Map Indices.
Parameters:
int i

Specifies the texmap to return.
Default Implementation:
{ return NULL; }

Reimplemented from MSPluginMtl.

◆ SetSubTexmap()

void SetSubTexmap ( int  i,
Texmap m 
)
virtual
Remarks
Stores the 'i-th' sub-texmap managed by the material or texture.

Note: For the 3ds Max Standard material, the sub-texmap indexes used with this method are listed in Texture Map Indices.
Parameters:
int i

The index of the storage for the texmap.

Texmap *m

The texmap to store.
Default Implementation:
{}

Reimplemented from MSPluginMtl.

◆ GetSubTexmapSlotName()

MSTR GetSubTexmapSlotName ( int  i,
bool  localized = true 
)
overridevirtual
Remarks
This method returns the slot name of the 'i-th' sub-texmap. This name appears in the materials editor dialog. For instance, if you are in a material and then you go down into a map, this is the name that appears just below the 'Get Material' icon. For example, in the Standard material when you choose one of the maps, the map name appears to let you know which slot you are working on. For the Standard material, this may be "Ambient", "Diffuse", "Specular", etc.
Parameters:
int i

Specifies the slot whose name is returned. bool localized

If true, then the slot name returned should be localized in the language 3ds Max is currently using. Otherwise it should be the slot name in English. If a plugin does not provide localized string resources, it can disregard this parameter and always return the slot name in English.
Default Implementation:
The default implementation returns an empty ("") string.

Reimplemented from MSPluginMtl.

◆ Update()

void Update ( TimeValue  t,
Interval valid 
)
virtual
Remarks
A material has a Shade() method, and a texture map has a EvalColor() method. These are called by the renderer for every pixel. This method is called before rendering begins to allow the plug-in to evaluate anything prior to the render so it can store this information. In this way this information does not need to be calculated over and over for every pixel when Shade() or EvalColor() is called. This allows texture and material evaluation to be more efficient. It is generally called once at the start of each frame, or during interactive playback when the time changes. It is not guaranteed to get called on every frame, because if you returned a validity interval that covers several frames, your parent material won't bother to call you if the current frame is still in that interval.
Parameters
tThe current time.
validThe validity interval to update to reflect the validity interval of the material or texture at the time passed.

Reimplemented from MSPluginMtl.

◆ Reset()

void Reset ( )
inlinevirtual
Remarks
This method is called to reset the material or texmap back to its default values. This should be done by calling the Reset method of the material or texture map plugin's class descriptor (ClassDesc2::Reset). In addition, the plugin can execute any other initialization code it has. Example from maxsdk\samples\materials\dblsided.cpp
void DoubleSided::Reset() {
dblsidedCD.Reset(this, TRUE); // Resets all pb2's
Init();
}
Note
When migrating plugins from ClassDesc to ClassDesc2 and IParamBlock2, do not forget to update this method to call the class descriptor's Reset method. If the plugin's Reset tries to replace parameter block objects based on IParamBlock2 that use the P_AUTO_UI flag, the UI code will continue to hold a pointer to the replaced parameter block, and this will lead to problems.

Reimplemented from MSPluginMtl.

2704 { delegate->Reset(); pc->cd2->Reset(this, TRUE); }
PB2Export void Reset(ReferenceMaker *owner, BOOL updateUI=TRUE, BOOL callSetHandlers=TRUE)
ClassDesc2 * cd2
Definition: mxsobjects.h:544
virtual void Reset()=0

◆ Validity()

Interval Validity ( TimeValue  t)
virtual
Remarks
This method is called to determine the validity interval of the material or texture.
Parameters
tSpecifies the time about which to compute the validity interval.
Returns
The validity interval of the item at the specified time.

Reimplemented from MSPluginMtl.

◆ CreateParamDlg()

ParamDlg* CreateParamDlg ( HWND  hwMtlEdit,
IMtlParams imp 
)
virtual
Remarks
This method gets called when the material or texture is to be displayed in the material editor parameters area. The plug-in should allocate a new instance of a class derived from ParamDlg to manage the user interface.

Note: The following is a discussion of this CreateParamDlg() method, and the SetDlgThing() method, and the way they relate to the ParamMap2 system. A good example for this discussion is a texture map which typically has several rollouts, say its texmap parameters, a UVW coordinates rollout, and an Output rollout.

The normal way for a texmap to implement these other (common) rollouts is for the it to create a UVGen instance and a TextureOutput instance as 'sub-objects' in the map and then ask them to put up their rollouts when it is asked to do so by the Materials Editor (in CreateParamDlg()). The Materials Editor requires a ParamDlg pointer back from the CreateParamDlg() on which it calls methods to control the UI, such as time change updates or loading up a new texmap of the same class into the UI when the user switches them, so that the whole UI doesn't need to be rebuilt.

Prior to the ParamMap2 system, a texmap would implement its own ParamDlg subclass and would keep track of the UVGen and TextureOutput ParamDialogs and pass on any time change or SetThing() calls to them. ParamMap2 introduced its own ParamDlg subclass (Class IAutoMParamDlg) that you can ask it to build for you and have manage all interaction with the Materials Editor automatically. As before, this still needs to know about the other (sub-object) ParamDlgs, and so it has the ability to keep a list of 'secondary' ParamDlgs to which it passes on the SetTime()s and SetThing()s.

When the Materials Editor asks the texmap to CreateParamDlg(), the texmap asks its ClassDesc2 to build one of these (ClassDesc2::CreateParamDlgs()). If the texmap itself has multiple ParamBlock2s, CreateParamDlgs() builds one ParamDlg per pblock/rollout, makes the first of them a 'driver' and adds the rest as secondary ParamDlgs. The texmap then asks the UVGen and TextureOutput objects to CreateParamDlg() for their rollouts and adds them to the driver IAutoMParamDlg also.

Now consider the need for the SetDlgThing() method below. It is related to the SetThing() method that the Materials Editor calls on the 'driver' ParamDlg to switch into the UI a texmap of the same class as that currently in the UI. Normally, the driver IAutoParamDlg would propagate the SetThing() to its registered secondary ParamDlgs. In the case of multiple paramblock2s in the texmap, this would be correct, since the 'thing' in this case is the incoming texmap. But this doesn't work for the secondary UVGen and TextureOutput ParamDlgs; their 'things' are the UVGen and TextureOutput subobjects of the incoming map. So, IAutoParamDlg first calls SetDlgThing() on the incoming texmap so that it gets a chance to call the correct SetThing()s on the sub-object ParamDlgs with the appropriate incoming sub-objects. A clear example of this is in Gradient::SetDlgThing() in /MAXSDK/SAMPLES/MATERIALS/GRADIENT.CPP. It is called once for each secondary ParamDlg. For those ParamDlgs that have special SetThing() requirements, it does the appropriate sub-object SetThing() and returns TRUE. If it does no special handling for a particular ParamDlg, it returns FALSE, signalling to the IAutoMParamDlg that it should do the standard SetThing() propagation for that dialog.

The Render Effects dialog has a similar arrangement to the Materials Editor for controlling Effect UI and so there is an IAutoEParamDlg that works exactly the same way as the IAuotMParamDlg.
Parameters
hwMtlEditThe window handle of the materials editor.
impThe interface pointer for calling methods in 3ds Max.
Returns
A pointer to the created instance of a class derived from ParamDlg.

Reimplemented from MSPluginMtl.

◆ Save()

IOResult Save ( ISave iSave)
inlinevirtual

Reimplemented from MSPluginMtl.

2707 { return MSPluginMtl::Save(iSave); }
IOResult Save(ISave *iSave)
Definition: mxsPlugin.h:2573

◆ Load()

IOResult Load ( ILoad iload)
inlinevirtual
Remarks
Implemented by the System.

This method is called to load the material or texture from disk. The common MtlBase data must be loaded as well. See the code below.
Parameters
iloadAn interface pointer for calling methods to load data. See Class ILoad, I/O Results.
Sample Code:
IOResult Gradient::Load(ILoad *iload)
{
IOResult res;
int id;
while (IO_OK==(res=iload->OpenChunk())) {
switch(id = iload->CurChunkID()) {
case MTL_HDR_CHUNK:
break;
case MAPOFF_CHUNK+0:
case MAPOFF_CHUNK+1:
case MAPOFF_CHUNK+2:
mapOn[id-MAPOFF_CHUNK] = 0;
break;
}
if (res!=IO_OK)
return res;
}
iload->RegisterPostLoadCallback(new ParamBlockPLCB(versions,NUM_OLDVERSIONS,&curVersion,this,1));
return IO_OK;
}
Definition: ioapi.h:414
virtual IOResult OpenChunk()=0
virtual void RegisterPostLoadCallback(PostLoadCallback *cb)=0
virtual USHORT CurChunkID()=0
virtual IOResult CloseChunk()=0
ILoad * iload
Definition: mxsPlugin.h:358
CoreExport IOResult Load(ILoad *iload)
This is a handy post load call back for fixing up parameter blocks.
Definition: iparamb.h:594
IOResult
Definition: maxtypes.h:280
@ IO_OK
The result was acceptable - no errors.
Definition: maxtypes.h:282

Reimplemented from MSPluginMtl.

2708 { return MSPluginMtl::Load(iLoad); }
IOResult Load(ILoad *iLoad)
Definition: mxsPlugin.h:2574

◆ GetGBufID()

ULONG GetGBufID ( )
inline
2710 { return delegate->GetGBufID(); }
ULONG GetGBufID()
Definition: MtlBase.h:585

◆ SetGBufID()

void SetGBufID ( ULONG  id)
inline
2711 { delegate->SetGBufID(id); }
void SetGBufID(ULONG id)
Definition: MtlBase.h:588

◆ EnumAuxFiles()

void EnumAuxFiles ( AssetEnumCallback nameEnum,
DWORD  flags 
)
inlinevirtual
Remarks
This is an implementation of the Animatable method. This default implementation simply recurses, skipping inactive subTexmaps if appropriate.

Reimplemented from MSPluginMtl.

2714  {
2715  if ((vflags&FILE_ENUM_CHECK_AWORK1)&&TestAFlag(A_WORK1)) return; // LAM - 4/21/03
2716  ReferenceTarget::EnumAuxFiles(assetEnum, vflags);
2717  }
bool TestAFlag(DWORD mask) const
Tests one or more bits in the Animatable flags.
Definition: Animatable.h:312
virtual CoreExport void EnumAuxFiles(AssetEnumCallback &assetEnum, DWORD flags)
Enumerate auxiliary files (e.g. bitmaps)
#define A_WORK1
Definition: AnimatableFlags.h:221
#define FILE_ENUM_CHECK_AWORK1
Do not enumerate things with flag A_WORK1 set.
Definition: FileEnumConstants.h:43

◆ GetPStamp()

PStamp* GetPStamp ( int  sz)
inlinevirtual
Remarks
Implemented by the System.

Returns a pointer to the postage stamp image for the file.
Parameters
szOne of the following values:

PS_SMALL for small (32x32) images.
PS_LARGE for large (88x88) images.
PS_TINY for tiny (24x24) images.

Reimplemented from MSPluginMtl.

2718 { return delegate->GetPStamp(sz); }
virtual CoreExport PStamp * GetPStamp(int sz)

◆ CreatePStamp()

PStamp* CreatePStamp ( int  sz)
inline
2719 { return delegate->CreatePStamp(sz); }
virtual CoreExport PStamp * CreatePStamp(int sz, BOOL Render=FALSE)

◆ DiscardPStamp()

void DiscardPStamp ( int  sz)
inlinevirtual
Remarks
Implemented by the System.

Discards the postage stamp image.
Parameters
szOne of the following values:

PS_SMALL for small (32x32) images.
PS_LARGE for large (88x88) images.
PS_TINY for tiny (24x24) images.

Reimplemented from MSPluginMtl.

2720 { delegate->DiscardPStamp(sz); }
virtual CoreExport void DiscardPStamp(int sz)

◆ SupportTexDisplay()

BOOL SupportTexDisplay ( )
inlinevirtual
Remarks
Returns TRUE if this texture supports being used in the interactive renderer; otherwise FALSE. If the texture does return TRUE it is expected to implement the methods ActivateTexDisplay() and GetActiveTexHandle().
Default Implementation:
{ return FALSE; }

Reimplemented from MSPluginMtl.

2721 { return delegate->SupportTexDisplay(); }
virtual BOOL SupportTexDisplay()
Definition: MtlBase.h:673

◆ GetActiveTexHandle()

DWORD_PTR GetActiveTexHandle ( TimeValue  t,
TexHandleMaker thmaker 
)
inlinevirtual
Remarks
This method is called to retrieve a texture handle to this texture map.
Parameters
tThe time to return the texture handle.
thmakerThis class provides methods for creating a texture handle from a 3ds Max bitmap and a Windows DIB. It also has a method to retrieve the required size of the texture map. See Class TexHandleMaker.
Returns
The texture handle.
Default Implementation:
{return 0;}

Reimplemented from MSPluginMtl.

2722 { return delegate->GetActiveTexHandle(t, thmaker); }
virtual DWORD_PTR GetActiveTexHandle(TimeValue t, TexHandleMaker &thmaker)
Definition: MtlBase.h:682

◆ ActivateTexDisplay()

void ActivateTexDisplay ( BOOL  onoff)
inlinevirtual
Remarks
This method is called when the usage of the texture the interactive renderer changes. This method must only be implemented if SupportTexDisplay() returns TRUE. This method does not cause the texture map to be drawn in the viewport but should be called with TRUE as the argument before this can occur. For viewport drawing of textures refer to Interface::ActivateTexture() and Interface::DeActivateTexture() instead.
Parameters
onoffTRUE if the texture is being used; FALSE if it is no longer being used.
Default Implementation:
{}

Reimplemented from MSPluginMtl.

2723 { delegate->ActivateTexDisplay(onoff); }
virtual void ActivateTexDisplay(BOOL onoff)
Definition: MtlBase.h:699

◆ SupportsMultiMapsInViewport()

BOOL SupportsMultiMapsInViewport ( )
inlinevirtual
Remarks
Returns TRUE if this material supports the display of multi-maps in the viewports (interactive renderer); FALSE if it doesn't.
Default Implementation:
{ return FALSE; }

Reimplemented from MSPluginMtl.

virtual BOOL SupportsMultiMapsInViewport()
Definition: MtlBase.h:719

◆ SetupGfxMultiMaps()

void SetupGfxMultiMaps ( TimeValue  t,
Material mtl,
MtlMakerCallback cb 
)
inlinevirtual
Remarks
This method is called to initialize the interactive renderer Material passed with the properties of this MtlBase.

If a MtlBase (material or texmap) wants to display multiple textures in the viewports, it implements

SupportsMultiMapsInViewport() to return TRUE, and implements SetupGfxMultiMaps to store the necessary information in the Material passed in, including the TextureInfo's for each texture.

The MtlMakerCallback passed in to SetupGfxMultiMaps provides functions to help in setting up the "Material" data structure. The function NumberTexturesSupported() lets you know the capabilities of the current hardware, so you can adapt accordingly. The function GetGfxTexInfoFromTexmap fills in the fields of a TextureInfo except the texHandle and texture ops.

The implementation of SetupGfxMultiMaps must create the "texHandle" for each of the textures described in its TextureInfo array. It typically does this by calling the submap's GetVPDisplayDIB() method, and then creates the texHandle by calling the callBack function MakeHandle(bmi). To avoid doing this calculation when not necessary it is best to save the texHandles along with their validity intervals. Then when SetupGfxMultiMaps is called, if valid texHandles are already in hand they can just be used without recomputing.
Parameters
tThe time at which to evaluate the material.
mtlPoints to the interactive renderer material to update.
cbThis callback object is provided as a helper to fill in the Material properties above. See Class MtlMakerCallback.
Default Implementation:
{}

Reimplemented from MSPluginMtl.

2725 { delegate->SetupGfxMultiMaps(t, mtl, cb); }
virtual void SetupGfxMultiMaps(TimeValue t, Material *mtl, MtlMakerCallback &cb)
Definition: MtlBase.h:749

◆ GetRefTarget()

ReferenceTarget* GetRefTarget ( )
inlinevirtual
Remarks
Implemented by the System.

The implementation of this method is provided by MtlBase. It returns its this pointer.

Reimplemented from MSPluginMtl.

2726 { return delegate->GetRefTarget(); }
virtual ReferenceTarget * GetRefTarget()
Definition: MtlBase.h:755

◆ DontKeepOldMtl()

BOOL DontKeepOldMtl ( )
inlinevirtual
Remarks
Return TRUE to prevent the Replace Material (Discard old material? / Keep old material as sub-material?) dialog from being presented to the user; FALSE to allow it to be presented. This allows a plug-in to control the display of this dialog when being created in a Material Editor slot.
Default Implementation:
{ return FALSE; }

Reimplemented from Mtl.

2730 { return TRUE; }

◆ GetActiveTexmap()

MtlBase* GetActiveTexmap ( )
inline
2731 { return delegate->GetActiveTexmap(); }
CoreExport MtlBase * GetActiveTexmap()

◆ SetActiveTexmap()

void SetActiveTexmap ( MtlBase txm)
inline
2732 { delegate->SetActiveTexmap(txm); }
CoreExport void SetActiveTexmap(MtlBase *txm)

◆ GetAmbient()

Color GetAmbient ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the ambient color of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2735 { return delegate->GetAmbient(mtlNum, backFace); }
virtual Color GetAmbient(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetDiffuse()

Color GetDiffuse ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the diffuse color of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2736 { return delegate->GetDiffuse(mtlNum, backFace); }
virtual Color GetDiffuse(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetSpecular()

Color GetSpecular ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the specular color of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2737 { return delegate->GetSpecular(mtlNum, backFace); }
virtual Color GetSpecular(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetShininess()

float GetShininess ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the shininess value of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2738 { return delegate->GetShininess(mtlNum=0, backFace); }
virtual float GetShininess(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetShinStr()

float GetShinStr ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the shininess strength value of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2739 { return delegate->GetShinStr(mtlNum=0, backFace); }
virtual float GetShinStr(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetXParency()

float GetXParency ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the transparency value of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.

Reimplemented from MSPluginMtl.

2740 { return delegate->GetXParency(mtlNum=0, backFace); }
virtual float GetXParency(int mtlNum=0, BOOL backFace=FALSE)=0

◆ GetSelfIllumColorOn()

BOOL GetSelfIllumColorOn ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns TRUE if the Self Illumination Color is on (checked) for the specified material; otherwise FALSE.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.
Default Implementation:
{ return TRUE; }

Reimplemented from MSPluginMtl.

2741 { return delegate->GetSelfIllumColorOn(mtlNum, backFace); }
virtual BOOL GetSelfIllumColorOn(int mtlNum=0, BOOL backFace=FALSE)
Definition: Mtl.h:111

◆ GetSelfIllum()

float GetSelfIllum ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the self illumination value of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.
Default Implementation:
{ return 0.0f; }

Reimplemented from MSPluginMtl.

2742 { return delegate->GetSelfIllum(mtlNum, backFace); }
virtual float GetSelfIllum(int mtlNum=0, BOOL backFace=FALSE)
Definition: Mtl.h:119

◆ GetSelfIllumColor()

Color GetSelfIllumColor ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the Self Illumination Color of the specified material for use in the interactive renderer.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.
Default Implementation:
{ Color c( .0f,.0f,.0f); return c; }

Reimplemented from MSPluginMtl.

2743 { return delegate->GetSelfIllumColor(mtlNum, backFace); }
virtual Color GetSelfIllumColor(int mtlNum=0, BOOL backFace=FALSE)
Definition: Mtl.h:127

◆ GetPixelSampler()

Sampler* GetPixelSampler ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns a pointer to the Sampler used for the specified sub-material.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.
Default Implementation:
{ return NULL; }

Reimplemented from Mtl.

2745 { return delegate->GetPixelSampler(mtlNum, backFace); }
virtual Sampler * GetPixelSampler(int mtlNum=0, BOOL backFace=FALSE)
Definition: Mtl.h:136

◆ WireSize()

float WireSize ( int  mtlNum = 0,
BOOL  backFace = FALSE 
)
inlinevirtual
Remarks
Returns the wire size of the material.
Parameters
mtlNumThis is the material index for mult-materials.
backFaceIf the surface normal of the face is pointing away from the viewer this will be TRUE; otherwise FALSE.
Default Implementation:
{ return 1.0f; }

Reimplemented from MSPluginMtl.

2747 { return delegate->WireSize(mtlNum, backFace); }
virtual float WireSize(int mtlNum=0, BOOL backFace=FALSE)
Definition: Mtl.h:145

◆ SetAmbient()

void SetAmbient ( Color  c,
TimeValue  t 
)
inlinevirtual
Remarks
This method saves the specified color at the specified time.
Parameters
cThe color to store.
tThe time to set this color.

Reimplemented from MSPluginMtl.

2748 { delegate->SetAmbient(c, t); }
virtual void SetAmbient(Color c, TimeValue t)=0

◆ SetDiffuse()

void SetDiffuse ( Color  c,
TimeValue  t 
)
inlinevirtual
Remarks
This method saves the specified color at the specified time.
Parameters
cThe color to store.
tThe time to set this color.

Reimplemented from MSPluginMtl.

2749 { delegate->SetDiffuse(c, t); }
virtual void SetDiffuse(Color c, TimeValue t)=0

◆ SetSpecular()

void SetSpecular ( Color  c,
TimeValue  t 
)
inlinevirtual
Remarks
This method saves the specified color at the specified time.
Parameters
cThe color to store.
tThe time to set this color.

Reimplemented from MSPluginMtl.

2750 { delegate->SetSpecular(c, t); }
virtual void SetSpecular(Color c, TimeValue t)=0

◆ SetShininess()

void SetShininess ( float  v,
TimeValue  t 
)
inlinevirtual
Remarks
This method saves the specified shininess at the specified time.
Parameters
vThe shininess value to store.
tThe time to set this color.

Reimplemented from MSPluginMtl.

2751 { delegate->SetShininess(v, t); }
virtual void SetShininess(float v, TimeValue t)=0

◆ SupportsShaders()

BOOL SupportsShaders ( )
inlinevirtual
Remarks
This method returns TRUE if the material supports shaders, otherwise FALSE.
Default Implementation:
{ return FALSE; }

Reimplemented from Mtl.

2753 { return delegate->SupportsShaders(); }
virtual BOOL SupportsShaders()
Definition: Mtl.h:174

◆ SupportsRenderElements()

BOOL SupportsRenderElements ( )
inlinevirtual

Returns true if it supports render elements.

Reimplemented from Mtl.

2754 { return delegate->SupportsRenderElements(); }
virtual BOOL SupportsRenderElements()
Returns true if it supports render elements.
Definition: Mtl.h:177

◆ Shade()

void Shade ( ShadeContext sc)
inlinevirtual
Remarks
This is the main method of the material. This is called by the renderer to compute the color and transparency output returned in sc.out.
Parameters
scDescribes properties of the pixel to be shaded. The result of this method is returned in the ShadeOutput data member of sc.

Reimplemented from MSPluginMtl.

2756 { delegate->Shade(sc); }
virtual void Shade(ShadeContext &sc)=0

◆ NumSubMtls()

int NumSubMtls ( )
virtual
Remarks
Returns the number of sub-materials managed by this material.
Default Implementation:
{ return 0; }

Reimplemented from MSPluginMtl.

◆ GetSubMtl()

Mtl* GetSubMtl ( int  i)
virtual
Remarks
Returns a pointer to the 'i-th' sub-material of this material.
Parameters
iThe index of the material to return.
Default Implementation:
{ return NULL; }

Reimplemented from MSPluginMtl.

◆ SetSubMtl()

void SetSubMtl ( int  i,
Mtl m 
)
virtual
Remarks
Stores the 'i-th' sub-material of this material.
Parameters
iThe index of the material to store.
mThe material pointer to store.
Default Implementation:
{}

Reimplemented from MSPluginMtl.

◆ GetSubMtlSlotName()

MSTR GetSubMtlSlotName ( int  i,
bool  localized = true 
)
overridevirtual
Remarks
This method returns the slot name of the 'i-th' sub-material. This name appears in the materials editor dialog. For instance, if you are in a material and then you go down into a sub-material, this is the name that appears just below the 'Get Material' icon. For example, in the Multi/Sub-Object material when you choose one of the sub-materials, the map name appears to let you know which slot you are working on. For the Multi/Sub-Object material, this is the number of the slot, i.e."#1:", "#2:", "#3:", etc.
Parameters
iThe index of the sub-materials whose slot name should be returned.
localizedIf true, then the slot name returned should be localized in the language 3ds Max is currently using. Otherwise it should be the slot name in English. If a plugin does not provide localized string resources, it can disregard this parameter and always return the slot name in English.

Reimplemented from MSPluginMtl.

◆ GetSubMtlTVName()

MSTR GetSubMtlTVName ( int  i,
bool  localized = true 
)
inline
2761 { return GetSubMtlSlotName(i, localized); }
MSTR GetSubMtlSlotName(int i, bool localized=true) override

◆ EvalDisplacement()

float EvalDisplacement ( ShadeContext sc)
inlinevirtual
Remarks
Returns the amount of displacement along the normal of the surface at the point as specified by the ShadeContext.
Parameters
scThis contains the details of the point being displaced.
Default Implementation:
{ return 0.0f; }

Reimplemented from MSPluginMtl.

2763 { return delegate->EvalDisplacement(sc); }
virtual float EvalDisplacement(ShadeContext &sc)
Definition: Mtl.h:265

◆ DisplacementValidity()

Interval DisplacementValidity ( TimeValue  t)
inlinevirtual
Remarks
Returns the validity interval of the displacement mapping around the specified time.
Parameters
tThe Interval returned reflects the validity around this time.
Default Implementation:
{ return FOREVER; }

Reimplemented from MSPluginMtl.

2764 { return delegate->DisplacementValidity(t); }
virtual Interval DisplacementValidity(TimeValue t)
Definition: Mtl.h:271

◆ IsOutputConst()

bool IsOutputConst ( ShadeContext sc,
int  stdID 
)
inlinevirtual
Remarks
This method returns TRUE if the evaluated color/value (output) is constant over all possible inputs described by the shade context. If it cannot determine the correct answer, it returns FALSE.
Parameters
scThis describes the context of the question.
stdIDThe ID of the channel in question. See Texture Map Indices.
Default Implementation:
{ return FALSE; }

Reimplemented from MSPluginMtl.

2768 { return delegate->IsOutputConst( sc, stdID ); }
virtual bool IsOutputConst(ShadeContext &sc, int stdID)
Definition: Mtl.h:323

◆ EvalColorStdChannel()

bool EvalColorStdChannel ( ShadeContext sc,
int  stdID,
Color outClr 
)
inlinevirtual
Remarks
This method evaluates the material on a single standard texmap channel over an area described in the ShadeContext. A return value of FALSE indicates that the color could not be evaluated.

If there's no texmap defined for a channel or the output of the texmap is not "meaningful", the raw color stored by the material or shader is returned. (The output of a texmap is meaningful in a given ShadeContext if it is the same as when the scene is rendered. If the map cannot determine whether the output value is the same as when rendered, it should not be meaningful.)

Note that the output color is not clamped. If the method is called with a monochrome channel ID, the result value is copied in the R, G and B components of the Color structure.

As a default implementation, this method sets the output color to black and
Returns
FALSE.
Parameters
scThis describes the context in which the material should be evaluated.
stdIDThe ID of the channel to perform evaluation on. See Texture Map Indices.
outClrThe result of the evaluation.
Default Implementation:
{ return FALSE; } *‍/

Reimplemented from MSPluginMtl.

2771 { return delegate->EvalColorStdChannel( sc, stdID, outClr ); }
virtual bool EvalColorStdChannel(ShadeContext &sc, int stdID, Color &outClr)
Definition: Mtl.h:349

◆ EvalMonoStdChannel()

bool EvalMonoStdChannel ( ShadeContext sc,
int  stdID,
float &  outVal 
)
inlinevirtual
Parameters
scThis describes the context in which the material should be evaluated.
stdIDThe ID of the channel to perform evaluation on.
outValThe result of the evaluation.

Reimplemented from MSPluginMtl.

2772 { return delegate->EvalMonoStdChannel( sc, stdID, outVal ); }
virtual CoreExport bool EvalMonoStdChannel(ShadeContext &sc, int stdID, float &outVal)

◆ SetProperty()

int SetProperty ( ULONG  id,
void data 
)
inlinevirtual
Remarks
This is a general method for adding properties, when defining a new Interface would be too cumbersome. This method provides another way to extend the class without actually adding any methods. Sample code that implements this method to add properties to the property list is in /MAXSDK/SAMPLES/CONTROLLERS/PATHCTRL.CPP. See below.
Parameters
idThe id for the property.
dataA pointer to the data to store.
Returns
Nonzero if the property was set; otherwise zero.
Default Implementation:
{ return 0; }
Sample Code:
This code is from /MAXSDK/SAMPLES/CONTROLLERS/path_cnstrnt.cpp. It is used to save the inverse kinematics user interface parameters of the path controller. It saves the property data on the aprops property list. See the Data Members at the beginning of Animatable for details on aprops.

int PathPosition::SetProperty(ULONG id, void *data)
{
if (id==PROPID_JOINTPARAMS) {
if (!data) {
int index = aprops.FindProperty(id);
if (index>=0) {
aprops.Delete(index,1);
}
} else {
JointParamsPath *jp = (JointParamsPath*)GetProperty(id);
if (jp) {
*jp = *((JointParamsPath*)data);
delete (JointParamsPath*)data;
} else {
aprops.Append(1,(AnimProperty**)&data);
}
}
return 1;
} else
if (id==PROPID_INTERPUI) {
if (!data) {
int index = aprops.FindProperty(id);
if (index>=0) {
aprops.Delete(index,1);
}
} else {
if (ui) {
*ui = *((InterpCtrlUI*)data);
} else {
aprops.Append(1,(AnimProperty**)&data);
}
}
return 1;
} else {
return Animatable::SetProperty(id,data);
}
}
Definition: AnimProperty.h:19
CoreExport int FindProperty(DWORD id, int start=0)
virtual CoreExport int SetProperty(ULONG id, void *data)
AnimPropertyList aprops
Definition: Animatable.h:162
Definition: interpik.h:71
void * GetProperty(ULONG id)
Definition: mxsPlugin.h:2776
int Delete(int start, int num)
Deletes items from the Tab.
Definition: tab.h:290
int Append(int num, T *el, int allocExtra=0)
Appends items at the end of the Tab.
Definition: tab.h:281
#define PROPID_INTERPUI
Definition: interpik.h:29
#define PROPID_JOINTPARAMS
Definition: interpik.h:30

Reimplemented from MtlBase.

2775 { return delegate->SetProperty( id, data ); }
virtual CoreExport int SetProperty(ULONG id, void *data)

◆ GetProperty()

void* GetProperty ( ULONG  id)
inlinevirtual
Remarks
This method is used to retrieve a property specified by the id passed (as stored by SetProperty()).

Note for 3ds Max version 1.1:

Two new property IDs have been added:

PROPID_CLEARCACHES: When passed to a texture map or material, the material should dump any of its caches. For example, the bitmap texture responds to this by freeing the bitmap from memory. For sample code see /MAXSDK/SAMPLES/MATERIALS/BMTEX.CPP.

PROPID_HAS_WSM: When passed to an INode, will return TRUE if the node has World Space Modifiers applied to it or FALSE if it does not. For sample code see /MAXSDK/SAMPLES/IMPEXP/3DSEXP.CPP.

Note for 3ds Max version 1.2:

A new id has been created and assigned the constant:

#define PROPID_EVAL_STEPSIZE_BUG_FIXED 0x1000.

This only effects the evaluation of objects when rendering them using motion blur. Motion blur works by evaluating the object numerous times (at fractions of a frame apart) and combining these images by blending them together.

Originally, 3ds Max would make these evaluations in reverse order within a sub-frame – from the last one, to the second to the last one, back to the first one. There is a problem with this for certain plug-ins that need to compute their state from time 0 forward. For these objects, the backwards approach may be too computationally intensive.

Both the forward and backward approaches exist in 3ds Max and the developer may choose which method to use. 3ds Max interrogates the object to see how it should handle the evaluation process – either going backwards or forwards. It calls this method with id set to the constant PROPID_EVAL_STEPSIZE_BUG_FIXED. If a plug-in implements this method to return nonzero, it means the plug-in works correctly using forward stepping, and 3ds Max will use that approach. If a plug-in does not implement this method and handle the id of PROPID_EVAL_STEPSIZE_BUG_FIXED it will return the default value of zero. This means the older method of backwards evaluation will be used.

Therefore, a plug-in object that wants to handle motion blur using forward stepping should implement this method, and if passed an id of PROPID_EVAL_STEPSIZE_BUG_FIXED, should return nonzero.
Parameters
idThe id of the property to retrieve.
Default Implementation:
{ return NULL; }
Sample Code:
This code is from /MAXSDK/SAMPLES/CONTROLLERS/PATHCTRL.CPP. It is used to restore the inverse kinematics user interface parameters of the path controller. It retrieves the property data on the aprops property list. See the Data Members at the beginning of Animatable for details on aprops.

void* PathPosition::GetProperty(ULONG id)
{
int index = aprops.FindProperty(id);
if (index>=0) {
return aprops[index];
} else {
return NULL;
}
} else {
}
}
virtual CoreExport void * GetProperty(ULONG id)

Reimplemented from MtlBase.

2776 { return delegate->GetProperty( id ); }
virtual CoreExport void * GetProperty(ULONG id)

◆ GetInterface() [3/3]

void* GetInterface
inline
2535 { if (id == I_MAXSCRIPTPLUGIN) return (MSPlugin*)this; else return Mtl::GetInterface(id); }

Member Data Documentation

◆ delegate

Mtl* delegate