Skip to content
Snippets Groups Projects
  • lijenstina's avatar
    331f2982
    Add Advanced Objects: Bump to ver. 0.1.3, Cleanup, Fixes · 331f2982
    lijenstina authored
    Bump version to 0.1.3
    Cleanup - some style and UI modifications
    Improved Tooltips, add missing descriptions
    Menu and Panel Listing in the preferences
    Move scene props to init for proper reg - unreg
    Translate comments into English
    
    Fix several bugs with scripts:
    - Drop to ground: add missing poll for Drop all
    - Cubester: fix sound generation, missing checks for data
    move properties to __init__ together with the update functions
    - Make Struts: add a try block allows the global undo to be
    restored, fix division by zero error, add missing poll
    - rope_alpha: fix several crashes with hardcoded names on re-runs
    make the similation work for new scenes
    - Circle array: fix (flawed attempt) check for allowed types
    - Copy2: add check for properties passed, error handling, division by 0
    on non mesh copy objects, add a missing poll
    - Unfold Transition: fix polls for active objects, division by 0
    add a warning about selecting an another armature
    - oscurart_constellation: add a try block, move the prop to init
    - easy_lattice: simplify enumproperty, polling
    - Laplacian Lightning: prints are optional, API change to obj.raycast,
    UI refactor, move winmgr props to scene properties
    - add_light_template - try block, fix crash with constraints
    and no camera in the scene
    331f2982
    History
    Add Advanced Objects: Bump to ver. 0.1.3, Cleanup, Fixes
    lijenstina authored
    Bump version to 0.1.3
    Cleanup - some style and UI modifications
    Improved Tooltips, add missing descriptions
    Menu and Panel Listing in the preferences
    Move scene props to init for proper reg - unreg
    Translate comments into English
    
    Fix several bugs with scripts:
    - Drop to ground: add missing poll for Drop all
    - Cubester: fix sound generation, missing checks for data
    move properties to __init__ together with the update functions
    - Make Struts: add a try block allows the global undo to be
    restored, fix division by zero error, add missing poll
    - rope_alpha: fix several crashes with hardcoded names on re-runs
    make the similation work for new scenes
    - Circle array: fix (flawed attempt) check for allowed types
    - Copy2: add check for properties passed, error handling, division by 0
    on non mesh copy objects, add a missing poll
    - Unfold Transition: fix polls for active objects, division by 0
    add a warning about selecting an another armature
    - oscurart_constellation: add a try block, move the prop to init
    - easy_lattice: simplify enumproperty, polling
    - Laplacian Lightning: prints are optional, API change to obj.raycast,
    UI refactor, move winmgr props to scene properties
    - add_light_template - try block, fix crash with constraints
    and no camera in the scene