Recent posts
#91
General Discussion / Re: Decal uv channel
Last post by lauris47 - July 26, 2022, 03:32:51 AMHey, did you have time looking into this?
I saw Wall Worm 5.1.41 was released, the update log is not yet updated.
Edit: Just found out you have Discord channel, the update log is there.
I saw Wall Worm 5.1.41 was released, the update log is not yet updated.
Edit: Just found out you have Discord channel, the update log is there.
#92
Commercial Tools / Re: Delete Faces Modifier
Last post by wallworm - July 01, 2022, 01:32:14 PMThe issue is that the modifier UI is mostly a custom attribute instead of native C++ because I am much better with MAXScript than C++. The default behavior of custom attributes is to propagate into collapsed geometry. I may be able to detect this in an event listener; I will put it onto my backlog to address. No ETA.
#93
Commercial Tools / Re: Delete Faces Modifier
Last post by AeRo - June 25, 2022, 12:40:01 PMThanks! Script works fine!
When to expect fixed Modifier?
When to expect fixed Modifier?
#94
Commercial Tools / Re: Delete Faces Modifier
Last post by wallworm - June 25, 2022, 12:27:25 PMYou should be able to select the object(s) and paste this into MAXScript listener then hit enter:
Note it will delete ALL custom attributes on the node... so if you have others that you want to keep, you'll need more selective code.
Code Select
for obj in selection do (while (custAttributes.count obj > 0) do (custAttributes.delete obj 1))
Note it will delete ALL custom attributes on the node... so if you have others that you want to keep, you'll need more selective code.
#95
Commercial Tools / Re: Delete Faces Modifier
Last post by AeRo - June 25, 2022, 11:35:32 AMHi again!
Max 2022 Version (and maybe 2023) - Again problem from version 1.
After stack collapse "delete poly rollout" stays under edit poly rollouts.
Can you fix it fast? - work must go to the Cliient.
Thanks!
Max 2022 Version (and maybe 2023) - Again problem from version 1.
After stack collapse "delete poly rollout" stays under edit poly rollouts.
Can you fix it fast? - work must go to the Cliient.
Thanks!
#96
General Discussion / Re: Decal uv channel
Last post by lauris47 - June 22, 2022, 04:27:35 AMI just started doing c++, it is so complex and broad in comparison to c# (which I was doing work with, the last 7 years).
#97
General Discussion / Re: Decal uv channel
Last post by wallworm - June 10, 2022, 12:15:11 PMYes, it's something I can add. It's just time. I am one of world's top MAXScript people, but not the best C++ people. The WW plugin for MDL Loading is all C++. It's now been a few years since I did any serious looking into that code. So it would take some time. I very much intend to add Morph, Animation and 2nd UV support ... but whether I will actually get to find the time for that is another issue. I've toyed with hiring someone to help update some of the C++ plugins, but finding someone knowledgeable about Source engine coding and also Max SDK is hard--and those I know are too busy right now to take up any side gigs.
#98
General Discussion / Re: Decal uv channel
Last post by Joris Ceoen - June 10, 2022, 11:36:59 AMQuote from: lauris47 on May 30, 2022, 03:26:15 AMI know it's been a while since you replied, but do I understand it correctly that you are still trying to get the original second UV-channel from official Valve models? I'm really not sure if it's possible. You could actually do an update that allows this, Shawn?
Is it possible for you to do the update on WallWorm plugin?
I know you are probably busy with Autodesk and stuff.
There are probably other ways I can try to get this channel out, but it would be most comfortable via WallWorm.
I tried MilkShape, MESA for Maya, also Valve's Model Viewer . No luck. I will try HammUEr for Unreal now. There is also some Blender method, that I am not familiar with yet.
#99
Wall Worm News / Re: Wall Worm 5.1.36 Released
Last post by wallworm - June 06, 2022, 11:19:34 AMVersion 5.1.37 released on 6-6-2022
* WallWormMDL: Fixed several features for getting Game data not working in 3ds Max 2023 (like the MDL browser, texture loader and others).
* WallWormMDL: Fixed several features for getting Game data not working in 3ds Max 2023 (like the MDL browser, texture loader and others).
#100
Wall Worm News / Wall Worm 5.1.36 Released
Last post by wallworm - June 05, 2022, 01:49:21 PMVersion 5.1.36 released on 6-5-2022
* Entities: Fixed a MAXScript error that could happen when copying entities.
* Displacements: Added new function to send displacements to an XRef Scene.
* Assets: Updateed RES File Generator and BSP PAK functions to collect .NUT script files from entities.
* WWMT: Fixed defect in LODs that was copying the root LOD material to all subsequent LODs when exporting a WWMT. Previously affected scenes will need the LOD materials re-assigned because of this defect.
* WallWormMDL: Fixed a MAXScript error when exporting clicking the Orientation Fixup button in the MDL command panel but there the MDL data is missing or not yet assigned.
* Overview Exporter: Fixed overview exporter not working with several game configurations.
* Overview Exporter: Fixed MAXScript error in Overview Exporter.
###################################
Version 5.1.33 released on 5-24-2022
* Tools: Fixed Slice Tools custom attribute to not cause a MAXScript error when the file with the slice modifier is loaded into a version of Max where Wall Worm is not installed.
###################################
Version 5.1.32 released on 5-22-2022
* DMX Exporter: Fixed some MAXScript errors in the DMX exporter caused by exporting meshes with a Physical Material.
###################################
Version 5.1.31 released on 5-22-2022
* PropLine: Added new options to progressively affect scaling of props.
* VMF Exporter: Fixed error in the VMF Exporter batch file that was failing to copy the map BSP to the maps folder on completion.
###################################
Version 5.1.29 released on 5-22-2022
* Entities: Added support for the Get Sound button in entities to browse the game's current sounds.
* VMF Exporter: Updated exporter to delete the temporary log file generated during compile.
* Entities: Fixed a MAXScript error that could happen when copying entities.
* Displacements: Added new function to send displacements to an XRef Scene.
* Assets: Updateed RES File Generator and BSP PAK functions to collect .NUT script files from entities.
* WWMT: Fixed defect in LODs that was copying the root LOD material to all subsequent LODs when exporting a WWMT. Previously affected scenes will need the LOD materials re-assigned because of this defect.
* WallWormMDL: Fixed a MAXScript error when exporting clicking the Orientation Fixup button in the MDL command panel but there the MDL data is missing or not yet assigned.
* Overview Exporter: Fixed overview exporter not working with several game configurations.
* Overview Exporter: Fixed MAXScript error in Overview Exporter.
###################################
Version 5.1.33 released on 5-24-2022
* Tools: Fixed Slice Tools custom attribute to not cause a MAXScript error when the file with the slice modifier is loaded into a version of Max where Wall Worm is not installed.
###################################
Version 5.1.32 released on 5-22-2022
* DMX Exporter: Fixed some MAXScript errors in the DMX exporter caused by exporting meshes with a Physical Material.
###################################
Version 5.1.31 released on 5-22-2022
* PropLine: Added new options to progressively affect scaling of props.
* VMF Exporter: Fixed error in the VMF Exporter batch file that was failing to copy the map BSP to the maps folder on completion.
###################################
Version 5.1.29 released on 5-22-2022
* Entities: Added support for the Get Sound button in entities to browse the game's current sounds.
* VMF Exporter: Updated exporter to delete the temporary log file generated during compile.
SMF spam blocked by CleanTalk