Release Notes for Build 118: Difference between revisions

From C4 Engine Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ '''Release date:''' March 28, 2006 * Added a validation function to the <code>PropertyRegistration</code> class so that property subclasses could identify which types of nodes they are supposed to be used with. This works in the same way that the validation function works for controllers. The validation function is only used to determine which available properties to list for a particular node in the Get Info dialog. * Fixed a problem in the Collada Importer...")
 
(No difference)

Latest revision as of 09:32, 15 July 2023

Release date: March 28, 2006

  • Added a validation function to the PropertyRegistration class so that property subclasses could identify which types of nodes they are supposed to be used with. This works in the same way that the validation function works for controllers. The validation function is only used to determine which available properties to list for a particular node in the Get Info dialog.
  • Fixed a problem in the Collada Importer tool that would cause polygons having more than four vertices to import incorrectly.
  • Fixed a problem in the Texture Importer tool that was causing manually created cube maps to import incorrectly.