Wall Worm 2.0 is Here

Started by wallworm, April 24, 2014, 12:26:57 AM

Previous topic - Next topic

wallworm

So here it is. WW2.0 is here. A bunch of long-standing bugs or UI quirks are now squashed. And a bunch of new capabilities and functions are here.

I am thankful for all the testers in the last few weeks who provided a lot of feedback . Without you guys, it would have taken me much longer and I may have lost the motivation to push through this update. Many of the fixes and changes deal with aspects of WW that I just learned to live with or get around.

The changelog is below. I am going to be releasing various videos in the next week or two to discuss some of these changes, as well as demonstrating some of the various features in WW.





Version 2.0 released on 4-23-2014

   * Initial release of the Work-in-Progress of Hammered to the Max: A Hammer User's Guide to 3ds Max. This guide is currently unfinished but will continue in the coming weeks.

   * WWMT: Major update to data storage. Added new Custom Attributes for WWMT helpers. This is the main reason for the 2.0 version change. This means that when the WWMT Helper is selected, many properties can be edited in the Modify Panel.
   
   * WWMT: Updated WWMT to no longer lose the tie between a WWMT Helper and the mesh(es) assigned to it. This update affects the Model, Hull and Gibs models. The LODs and Attachment still have the legacy need to not change node names.
   
   * WWMT: When you pick a node with WWMT that is assigned as a mesh to multiple WWMT Helpers, the UI prompts you to pick the WWMT Helper instead.
   
   * WWMT: Updated core WWMT functions to no longer write to the model's userProp Data. Still has redundant userprop data in the WWMT Helper, but not the model itself. This means you can now copy a mesh used in a WWMT Helper and no longer worry about the copy being associated with the old WWMT Helper.
   
   * WWMT: Updated the pick model button to not allow picking any object that is invalid (like displacements, world geometry, etc).
   
   * WWMT: Added new pick filter check button in main UI next to the Pick Model button. When off, picking models uses the new comprehensive picking filter. When off, uses a faster pick filter.
   
   * WWMT: Updated the Sequence Menu to jump to the start frame of a sequence when selected.
   
   * WWMT: Updated sequence storage/retrieval to be far more efficient than in past. Previously, a model with dozens of sequences could be very slow to load.
   
   * WWMT: Added new Compile button for selected sequence. This allows you to recompile the just the SMD for the selected sequence.

   * WWMT: Updated WWMT to use global rotate preferences when first created.
   
   * SMD Exporter: Fixed long-standing bug that bone transformations were incorrect if a bone in the model was parented to another object or bone that was not part of the model/skeleton.
   
   * SMD Exporter: Fixed long-standing bug where meshes could be offset if Max's slider time isn't set to 0 when export starts.
   
   * Materials: Updated Model materials to export more accurate texture transforms. At moment, you should get accurate results in bitmap texture transforms in Model VMTs with tiling/offsets without rotation... or rotation without tiling/offsets. Using rotation with tiling/offset at same time on model bitmaps is not yet supported. (This refers to $basetexturetransform which is derived from the Bitmap node's coordinate properties in the material editor.)
   
   * VMF Exporter: Updated the materials and UVs to be what user expects even if the Material ID of the face is not found in the MultiMaterial applied to an object. Previously, the incorrect UVW and/or material could be applied to a side if the face material ID was out of range or missing in the multi-material (despite the fact that Max may show a material).
   
   * VMF Exporter: Now excludes EnlightObject lights from the light collection. EnlightObjects (from Afterworks) are not appropriate light entities in Source.
   
   * VMF Exporter: Fixed bug with exporting CorVex objects or Concave Brush objects in the 3D Sky.
   
   * VMF Exporter: Fixed bug exporting levels with names starting with "r", "t" and "n". This bug would manifest when re-opening a file after exported once and then changing settings in the VMF Exporter window.
   
   * VMF Exporter: Fixed bug with displacement dispinfo values having too many decimal places even when the user turns off "Precise Coords".
   
   * Anvil: Updated Set Selection as Brush Geometry AND Brush Mode to only tag GeometryClass objects as brushes. You can no longer assign a brush tag to a shape object (like a spline).
   
   * Anvil: Updated Set Selection as Brush Geometry AND Brush Mode to exclude WWMT Proxy models. You can no longer assign a brush tag to new Proxy Models. Any WWMT Proxy currently assigned as brush geometry should be removed with the Remove Selection as Brush Geometry menu in WW.
   
   * Anvil: Added function to change a displacement's power. Currently, reducing Power works best if you happen to have TurboReverse plugin from Marius Silaghi. Also, only works on displacements not currently in a Sculpt mesh.
   
   * Anvil: Fixed bug in Faces to Displacements where Vertex Alpha was missing data for one vertex in the face. Now vertex alpha is correct for all vertexes in the base geometry.
   
   * Anvil: Fixed bug in Faces to Displacements that led to displacements that would not have any vertex alpha if the original faces the displacement was derived from had no vertex alpha data--which could lead to a sculpt mesh that might get committed or collapsed back to displacements and the vertex alpha might get lost.
   
   * Displacements: Updated sculpt mesh Commit button to return to the Modify Panel after a commit. Only affects newly created sculpt meshes.
   
   * Displacements: Added New global setting for displacements called Displacement Topo Listen. This setting tells WW to listen for vertex order/count changes on displacements and displacement brushes and forces an UNDO when a topological change is detected. For performance, this can be turned off now. Sculpt meshes still have the listener at all times. NOTE: only turn this off if you understand the implications! For example, if you add/delete a vertex on a displacement that is part of a sculpt mesh, the sculpt mesh could create wildly inaccurate results when committed. Also, any displacement with incorrect vertex ordering/count will fail to export correctly.
   
   * Displacements: Updated the displacement startup script and updating functions to skip all displacement objects that already have the latest custom attribute definitions. This will speed up opening scenes with many displacements. In test scenes with 2000 displacements, this reduced scene load times from 2.5 minutes to 12 seconds. (Opening old scenes with out-dated displacement custom attributes can still take longer to open, but once the definitions are updated, the next time opening will be quicker.)
   
   * VMT Importer: Fixed some errors when importing some VMTs with unexpected values. Also affects the Material Library Generator.
   
   * Problem Checker: Fixed error in checking for Out-of-Date Entities. The function was erroneously stating that the FGD required parsing even when not true if no entity tool was previously opened during session.
   
   * SMD Importer: Added animated model support. Now properly imports bone names and re-uses existing scene bones for skinned models and sequences. Imports sequences when importing a QC.
   
   * SMD Importer: Fixed bug in mesh orientation. Now imports mesh orientation correctly with skinned models.
   
   * VMF Importer: Improved world geometry creation. Fewer brushes will have coplanar faces.
   
   * VMF Importer: Added new button to Remove Coplanar Faces on selected geometry. You can use this to clean up imported geometry that passed the detection during the import.
   
   * Entities: Fixed bug in entities when opening modify panel with some entities where there was an undefined variable named "propname". Updated Entities to version 31.

wallworm

A bug was reported so I've pushed another update to fix that.

Version 2.01 released on 4-24-2014

   * Entities: Updated Entity CA update function to cast old values as new value type when updating entities in a scene. This fixes an error when updating an older entity that defined a value as a different type than the new CA (for example, converting a string to an integer).
   
   * WWMT: Added two new buttons for writing just the QC or just the SMDs.

wallworm

Version 2.02 released on 4-24-2014

   * Entities: Updated Entity CA update function to account for an undefined class value when the new entity has a property whose class isn't identifiable.

###################################

Version 2.03 released on 4-26-2014

   * SMD Importer: Added Texturegroup support when importing a QC.
   
   * SMD Importer: Fixed problem where imported LODs had missing UVW coordinates.
   
   * SMD Importer: Updated to always convert to Editable Poly instead of making it optional.
   
   * SMD Importer: Updated the default import settings to not include Weld Vertices so that Normals will be accurate.
   
   * SMD Importer: Added support for models missing a body/model param (for example, having a $bodygroup instead of a model).
   
   * SMD Importer: Added basic support for files written by Crowbar.
   
   * QC Importer: Changed default WWMT setting to Explicit Normals so that normals are retained when re-exporting.
   
   * Entities: Updated entity parser to add new function for entities that have a Skin parameter. When true, the entity Skin value will check to see if this node is a proxy of a WWMT helper... and if so, update the material on the model to the corresponding material from the WWMT Helper's skin material.
   

wallworm

Version 2.04 released on 4-27-2014

   * VMF Exporter: Fixed bug with the VMF exporter and objects tagged as Concave Brush.
   
   * VMF Exporter: Fixed bug in VMF Exporter that would cause the scene to stop updating after exporting concave brushes.
   
   * WWMT: Added a spinner to LODs to get/set the LOD metric. (Note, CSGO does not support LODs).

wallworm

###################################

Version 2.042 released on 4-27-2014

   * WWMT: Fixed bug where Export Model function was not  collecting all bones because of a recent WWMT change.
   
   * WWMT: Fixed bug where models with bodygroups were not being given the correct coordinate system at export-time.

###################################

Version 2.041 released on 4-27-2014

   * WWMT: Fixed bug where Export Model function was not running the compiler.
   
   * WWMT: Updated WWMT to use face normals on hulls.
   

wallworm

Version 2.042 released on 4-27-2014

   * WWMT: Fixed bug where Export Model function was not  collecting all bones because of a recent WWMT change.
   
   * WWMT: Fixed bug where models with bodygroups were not being given the correct coordinate system at export-time.

###################################

Version 2.043 released on 4-28-2014

   * WWMT: Added $alwayscollapse setting into WWMT. When checked and $staticprop is not checked, will add a $alwayscollapse line in the QC for each mesh node.
   
   * WWMT: Updated export code to work a little faster on skinned models.
   
   * WWMT: Updated Quick Hull and Hull Helper to work on rotated nodes.
   
   * Anvil: Updated Brush Mode to exclude WWMT proxies properly.
   
   * VMF Exporter: Updated exporter to temporarily turn off Brush Mode (if on) during export to speed up export.
   
   * SMD Exporter: Fixed error that occurred when exporting a model with a skin modifier and the skin modifier was not already the selected modifier in the modifier stack.

wallworm

Version 2.05 released on 5-3-2014

**NOTE ABOUT WW 2.05** This update has a lot of updates in the core WWMT functions. Many changes add support for XRef Scenes and XRef Objects. Any existing scene that you want to include as an XRef Scene must have it's WWMT Helpers updated to 2.05+ before including as an XRef Scene or the scene will not work as expected when referenced. See WW forums for discussion.



   * WWMT: Updated WWMT to store LODs in the WWMT Custom Attribute as a parameter named "lods". This parameter is a node array of the point helpers for each LOD. The data for the LOD is stored in a custom attribute applied to that helper.
   
   * WWMT: LOD helpers no longer use scripted parameter wiring so that errors won't pop up in XRef scenes. Now simply instances PRS Controller of the WWMT root mesh pivot.
   
   * Utilities: Hide LODs macroscript now hides the LOD spheres and works on objects in XRef Scenes.
   
   * WWMT: Export WWMT From Selection now exports all WWMT models in scene including XRef Scene objects if no objects are selected in scene at export. (Exporting WWMT Helpers with Attachments, Particles, Bodygroups and Hitboxes not yet supported with this method in XRef scenes. If those kinds of models are in the XRef scene, you will need to export them from the scene they reside in. This limitation is expected to change in the future.)

   * WWMT: Export Select WWMT Materials now exports all models materials in scene including XRef Scene objects when no objects are currently selected.
   
   * VMF Exporter: Now includes all XRef scene objects.
   
   * VMF Exporter: Now stores settings in a Custom Attribute in the scene's root node.
   
   * VMF Exporter: Fixed problem where the file name path for the VMF file was lost if user cancelled the VMF File Exporter open file dialog.
   
   * VMF Exporter: Removed redundant message about the VMF not being saved when user cancelled the VMF File Exporter open file dialog.
   
   * VMF Exporter: Fixed bug where VMF Export presets would never get deleted permanently.
   
   * SMD Importer: Now imports LOD replace materials.
   
   * SMD Importer: Now imports the correct LOD threshold.
   
   * WWMT: Updated the LOD List menus to activate more intuitively.
   
   * WWMT: Updated the fast mode pick filter setting to be remembered after WWMT is closed/re-opened.
   
   * WWMT: Function to create proxy now clears all Userprop Data that may have been copied in from the mesh making the proxy. Also now clears tag to export as world geometry that can happen if Brush Mode is on.
   
   * WWMT: Now supports XRef Objects for meshes and bones (but not WWMT Helpers).
   
   * Assets: Updated RES/PAK asset collection functions to use all objects in all XRef scenes.
   
   * Proxies: Added new combobox listing all the WWMT Helpers in the scene (including XRef Scene WWMT Helpers). Includes a button to Make a Proxy from the selected WWMT Helper (even if the WWMT Helper resides in a XRef Scene).
   
   * Entities:  Updated the entity floaters to list entities with a Combobox so you can type in the name of an entity and jump to it. Also now remembers last used entity.
   
   * Menus: Added two new items under the Wall Worm Model Tools Sub-Menu: Select All WWMT and Make WWMT Helpers 3D. Select All WWMT will select all the WWMT Helpers in the scene if no objects are selected, or will filter the current selection down to just WWMT Helpers. Make WWMT Helpers 3D will make selected WWMT Helpers have an Extrude Modifier to be easier to see in the scene. Note that the WWMT Helper attributes are at the bottom of the modifier stack selection, so to edit the WWMT Helper in the Modify Panel after an extrude modifier is applied, you'll need to select the base object in the modifier stack.

wallworm

Version 2.052 released on 5-3-2014
   
   * WWMT: Fixed bug when trying to add a Collision Hull through the WWMT UI.
   
###################################

Version 2.051 released on 5-3-2014
   
   * VMF Exporter: Added "origin" parameter to brush entities. This fixes offsets on brush entities that are part of hierarchies.
   
   * VMF Exporter: Fixed incorrect rotation of props in VMF when the prop was not exported with the Rotated option in WWMT.
   
   * Anvil: Updated the shapes to paths functions for so that the last track train entity is set to not change direction.

wallworm

Version 2.053 released on 5-3-2014
   
   * VMF Exporter: Fixed bug when changing sky name in. This bug was introduced in recent update that moved VMF Export settings in a file to a custom attribute to the scene root node.

SMF spam blocked by CleanTalk