| Anonymous | Login | Signup for a new account | 2013-06-19 20:43 UTC | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0006100 | opensim | [REGION] Script Functions | public | 2012-07-18 22:21 | 2012-07-27 21:06 | ||||
| Reporter | argus Portal | ||||||||
| Assigned To | justincc | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0006100: Texture is rotated by every call of llSetColor() | ||||||||
| Description | Texture is rotated by every call of llSetColor(). | ||||||||
| Steps To Reproduce | 1. rezz a prim. 2. texture it (best is a texture with evenly structures for better recognizing) 3. rotate the texture via edit-dialog at 180 or 270 degree run the follow script: (At every mouseclick the texture rotates a bit) // At every mouseclick the texture rotates, if you have rotated // the texture before in the texture-edit-dialog. Set it to // 180 degree or to 270 degree. default { state_entry() { } touch_start(integer nr) { llSetColor(<1,1,1>,ALL_SIDES); } } | ||||||||
| Tags | No tags attached. | ||||||||
| Git Revision or version number | 1926de5a0599051c27c065fb06da3dc536e6784a | ||||||||
| Run Mode | Grid (Multiple Regions per Sim) | ||||||||
| Physics Engine | BasicPhysics | ||||||||
| Environment | .NET / Windows32 | ||||||||
| Mono Version | None | ||||||||
| Viewer | all Viewers | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0021918) justincc (administrator) 2012-07-27 21:06 |
I was able to reproduce the problem. Please try git master cd44c3b which fixes it for me. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-07-18 22:21 | argus Portal | New Issue | |
| 2012-07-27 21:06 | justincc | Note Added: 0021918 | |
| 2012-07-27 21:06 | justincc | Status | new => resolved |
| 2012-07-27 21:06 | justincc | Resolution | open => fixed |
| 2012-07-27 21:06 | justincc | Assigned To | => justincc |
| Copyright © 2000 - 2012 MantisBT Group |