Skip to content
Snippets Groups Projects
  • lijenstina's avatar
    d775974c
    Layer Management: Update panel Rename, Cleanup · d775974c
    lijenstina authored
    Bumped version to 1.5.3
    As a part of the task T50726:
    Update the Panel rename code to more generic one
    
    PEP8 cleanup:
    Tuple imports and use them for class types
    Consistent Scene props definitions
    
    Flake8 reports two variables being unused:
    line 345 - scene
    line 347 - select_obj
    Haven't removed them yet as that needs some clarification
    about their purpose
    d775974c
    History
    Layer Management: Update panel Rename, Cleanup
    lijenstina authored
    Bumped version to 1.5.3
    As a part of the task T50726:
    Update the Panel rename code to more generic one
    
    PEP8 cleanup:
    Tuple imports and use them for class types
    Consistent Scene props definitions
    
    Flake8 reports two variables being unused:
    line 345 - scene
    line 347 - select_obj
    Haven't removed them yet as that needs some clarification
    about their purpose