secondlife / jira-archive

2 stars 0 forks source link

[BUG-2814] Disabling "Animation Textures" in UI no longer stops texture animations from displaying inworld. #11846

Open sl-service-account opened 11 years ago

sl-service-account commented 11 years ago

h4.Steps To Reproduce

  1. Rez a default cube and add the "anim SMOOTH" script from Inventory Library, or paste in the following script:

    default
    {
       // state_entry() is an event handler, it executes
       // whenever a state is entered.
       state_entry()
       {   
           // llSetTextureAnim() is a function that animates a texture on a face.
           llSetTextureAnim(ANIM_ON | SMOOTH | LOOP, ALL_SIDES,1,1,1.0, 1,0.25);
                               // animate the script to scroll across all the faces.
       }
    
    }
  2. Observe the cubes texture then animates smoothly across all faces.
  3. Enable Develop menu in top bar with CTRL+ALT+Q
  4. Go to Develop -> Rendering -> Animation Textures -> Untick this

    Observed Behaviour

    Cubes texture is still animated. All other animated textures still animate

    Expected Behaviour

    All texture animations should stop clientside.

    Other Information

Reproduces On:

Does not reproduce on:

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-2814 | | Summary | Disabling "Animation Textures" in UI no longer stops texture animations from displaying inworld. | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Whirly Fizzle (whirly.fizzle) | | Created at | 2013-06-08T05:52:16Z | | Updated at | 2014-03-10T21:18:00Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2013-08-01T18:04:07.323-0500', 'System': 'SL Viewer', 'Target Viewer Version': 'viewer-development', 'What just happened?': '.', 'What were you doing when it happened?': '.', 'What were you expecting to happen instead?': '.', } ```
sl-service-account commented 11 years ago

Ansariel Hiller commented at 2013-08-01T23:04:07Z

Fixed in Firestorm rev. 37260: http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/2e04b5721890

sl-service-account commented 11 years ago

Ansariel Hiller commented at 2013-08-21T22:52:58Z

Fix based on viewer-release 3.6.3 can be found at https://bitbucket.org/Ansariel/maint-2773/commits/f5741c947c392f7a2e74f34daaa811122db8d0ee