Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-1058

Editor sometimes generates broken .uia with datainput

    XMLWordPrintable

Details

    • 76a06c4929a998eb83e25cfd15d7483d87f68b45

    Description

      While attempting to add some data input stuff to the runtime 2.0 barrel example, the editor (1.1 branch) ended up generating a .uia file like this. This is invalid and cannot be loaded afterwards.

      <?xml version="1.0" encoding="UTF-8"?>
      <application xmlns="http://qt.io/qt3dstudio/uia">
              <assets initial="Barrel">
                      <presentation id="Barrel"       src="Barrel.uip"/>
                              <dataInput name="newDataInputtype="Ranged Numbermin="0max="10"/>
                              <dataInput name="newDataInput_001type="String"/>
                              <dataInput name="newDataInput_002type="Ranged Numbermin="0max="10"/>
              </assets>
      
              <statemachine ref="#logic">
                      <visual-states>
                              <state ref="Initial">
                                      <enter>
                                              <goto-slide element="main:Scene" rel="next"/>
                                      </enter>
                              </state>
                      </visual-states>
              </statemachine>
      </application>
      

      Attachments

        Activity

          People

            tokorpip Tomi Korpipää
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: