Message 1 of 1
Using patch.makeQuadPatch and patch.makeTriPatch

Not applicable
10-08-2008
09:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
I'm trying to create a Max Patch cutting tool, everything functions as it should so far, but whenever I try and create a patch on the patch selection Max crashes.
I try and increase the patches with : patch.setNumPatches , this crashes whenever I do it
so when I call :
patch.makeQuadPatch <obj> <index> <va> <vab> <vba> <vb> <vbc> <vcb> <vc> <vcd> <vdc> <vd> <vda> <vad> <i1> <i2> <i3> <i4> <sm>
I have to give a patch number for the `index` that already exists (I want to create a new one not overwrite an old one).
I can't create a new patch face within an patch object selection. Does anyone have any idea how this should be done?
Thanks
Kevin
I'm trying to create a Max Patch cutting tool, everything functions as it should so far, but whenever I try and create a patch on the patch selection Max crashes.
I try and increase the patches with : patch.setNumPatches , this crashes whenever I do it
so when I call :
patch.makeQuadPatch <obj> <index> <va> <vab> <vba> <vb> <vbc> <vcb> <vc> <vcd> <vdc> <vd> <vda> <vad> <i1> <i2> <i3> <i4> <sm>
I have to give a patch number for the `index` that already exists (I want to create a new one not overwrite an old one).
I can't create a new patch face within an patch object selection. Does anyone have any idea how this should be done?
Thanks
Kevin