Denude Release Notes

2.5

  • Linked objects that are named "ignore" will be entirely ignored by Denude. Useful for adding demo signs etc.

2.4

  • Minor changes (memory optimisations etc.)

  • Dirty Talk in the menu has been re-labeled as "Talk", since not all implementations are dirty.

2.3

  • CE version only: The denude-multilink-prepare.lsl script is now in the "Denude Xtras - Additional Scripts 2.3" box.

  • CE version only: Added a dirtytalk script for men's wear (directed at women).

  • Fixed a dirtytalk issue with unicode characters in display name of a wearer. The dirtytalk scripts and the example custom script have been updated.

2.2

  • Bugfix: Script didn't play sound or use dirty talk when used with strip stage names.

  • The web link to the Denude instructions page is only displayed when the script is not linked to actual apparel. Hence, your products will not show any reference to my web page anymore.

  • Script must now placed in root prim. Until 2.0 you had the choice of either putting it in the root prim (link 1) or the last prim (highest link number). This distinction did cost quite an amount of memory. From 2.2 on, it may only run in the root prim.

  • CE version only: Denude can now also perform undressing of apparel that consists of multiple linked objects (link sets). In order to do that, the prims have to be given specific names that provide information about their grouping in the undress process. To ease that naming, a one-time script is provided that does the renaming. [READ MORE]

2.0

  • Script has been split into 3 parts: The main script, a script that plays the sounds, and a script for the dirty talk. The reason is to allow creators to use custom sounds and dirtytalk by creating their own scripts. Documented and easy to change full permission examples are in the additional scripts box shipped with the Creator's Version. Read more

  • Added undressing mode change detection upon touch. If you change the mode between alternative, incremental and complete undressing, the script now resets automatically when receiving a touched event.

  • Named strip stages menu is now also available for people on the whitelist, not just the owner.

1.15

  • New undress mode "complete" which vanishes *all* linked objects at once.

  • More examples to use the API including a relay that sends networked messages to other objects.

1.14

  • Feature to name the different strip stages.

  • Authorization verification, see Authorization notecard for more information.

1.12

  • Revised talk to owner. Script now explicitly states PRIVATE MESSAGE (it was always private btw). Instant messages now all assume the owner's name.

1.11

  • Shortened script name

1.10

  • Auto dress upon teleport and relog (turned on by default, can be turned off in menu)

1.9

  • Toucher receives a menu with an option to dress up the wearer.

  • My copyright notice only appears when not linked with clothes.

1.8

  • Bufix in the Stepford Wife implant interface.

1.7

  • Bugfix in handling whitelist and blacklist.

1.6

  • Introducing a linked message API. See the example script denude-play-animation.lsl for details.

  • Bugfix in channel assignment.

1.4

  • Bugfix: The automatic centering of the Touch Ball relies on all of the position values to be non-zero. Apparently when manually moving or resizing the Touch Ball in a link set, some values look like zero (0.000) but aren't - probably a rounding issue of LSL. However, now the threshold is not 0, but 0.00001.

1.3

  • Script can now be dropped into your root prim (still NOT into rigged mesh) or last child prim.

  • Menu guidance improved.

1.2

  • Introducing access modes. The access mode determines whether or not the wearer will be asked to allow undressing. The modes are: Ask (the one it had before), Group (people in the same group), Public for men (every male avatar), Public for women (every female avatar), or just Public (everyone). The black and white lists are still working independently from the selected mode.

  • Smooth transparency blending.

  • Plays random laughing sounds on each undress level (can be turned off).

  • Improved menu guidance and feedback.

1.1

  • Minor bugfixes

  • The Touch Ball now centers itself to <0,0,0> when it find all 3 location parameters to be not zero.