Skip to content
Snippets Groups Projects
  • Bastien Montagne's avatar
    73c752ef
    Povray: Fix bunch of issues after recent refactor. · 73c752ef
    Bastien Montagne authored
    Those were breaking automated tests, since (un)registering was not
    working properly. Mainly:
    
    * Use `hasattr` instead of try/except when batch-assigning to a variable
      that does not always exist.
    * Fix some incorrect call to sub-`register()` from parent `unregister()`
      functions.
    * Remove double definition (in two different files) of World's pov
      textures.
    73c752ef
    History
    Povray: Fix bunch of issues after recent refactor.
    Bastien Montagne authored
    Those were breaking automated tests, since (un)registering was not
    working properly. Mainly:
    
    * Use `hasattr` instead of try/except when batch-assigning to a variable
      that does not always exist.
    * Fix some incorrect call to sub-`register()` from parent `unregister()`
      functions.
    * Remove double definition (in two different files) of World's pov
      textures.