Changes between Initial Version and Version 3 of Ticket #283


Ignore:
Timestamp:
03/28/11 10:00:00 (2 years ago)
Author:
ArcRiley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #283

    • Property Priority changed from Medium to Low
    • Property Owner ArcRiley deleted
    • Property Summary changed from make FaceList predictable to make Face ordering predictable
    • Property Milestone changed from beta2 to beta3
  • Ticket #283 – Description

    initial v3  
    1 When materials are changed the order of FaceList as seen from Python changes as well. 
    2  
    3 Kill the FaceList children, use the MaterialList lock only, and map public vs private ordering via _arrayList 
    4  
     1When materials are changed the order of Mesh faces as seen from Python changes as well, because faces used to be internally re-ordered in groups according to which material they use.