Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006129opensim[REGION] Script Functionspublic2012-08-06 14:452012-08-15 22:40
ReporterSignpostMarv 
Assigned Tojustincc 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Versionmaster (dev code) 
Target VersionFixed in Version 
Summary0006129: Viewer can edit prim to be smaller than llSetScale() allows
DescriptionWhile editing prims on opensim, being lazy I just enter zero into the scale fields to get it to the smallest size.

Imprudence 1.4.0 beta 1 sets the smallest size to 0.001, but llSetScale() (and PRIM_SIZE) is clamped to 0.01, meaning that one cannot achieve the same degree of precision with scripts that one can achieve by hand.
Steps To Reproduce1) rez new prim
2) edit prim dimensions by entering zero into all fields
3) observe value displayed by viewer, should be smaller than 0.01
4) perform llSetScale(ZERO_VECTOR) in the prim
5) observe value displayed in build floater, values should now read exactly 0.01
Additional Information//script to set prim to smallest size
default
{
    touch_start(integer t)
    {
        llSetScale(ZERO_VECTOR);
    }
}
TagsNo tags attached.
Git Revision or version number374ebab
Run ModeStandalone (1 Region)
Physics EngineBasicPhysics
Environment.NET / Windows32
Mono VersionNone
ViewerImprudence 1.4.0 beta 1 (
Attached Filespatch file icon opensim-configurable-minimum-size.patch [^] (19,197 bytes) 2012-08-06 14:45 [Show Content]

- Relationships

-  Notes
(0021982)
SignpostMarv (reporter)
2012-08-06 14:46

Added a patch to let one configure the minimum size of physical & non-physical prims separately, since one can configure the maximum size separately.
(0022094)
justincc (administrator)
2012-08-15 22:40

Applied as git master ef41222. Thanks SignpostMarv.

- Issue History
Date Modified Username Field Change
2012-08-06 14:45 SignpostMarv New Issue
2012-08-06 14:45 SignpostMarv File Added: opensim-configurable-minimum-size.patch
2012-08-06 14:46 SignpostMarv Note Added: 0021982
2012-08-06 14:46 SignpostMarv Status new => patch included
2012-08-15 22:40 justincc Note Added: 0022094
2012-08-15 22:40 justincc Status patch included => resolved
2012-08-15 22:40 justincc Resolution open => fixed
2012-08-15 22:40 justincc Assigned To => justincc
2012-08-18 11:32 DMX04 Issue cloned: 0006195


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker