Anatomy Of An Object
Breaking down the General tab, Contents folder, and permissions system

When you right-click a 3D prim or mesh object in Second Life and select Edit, you open the Build/Edit tool. This window allows you to inspect, modify, and manage everything about that physical asset.
The General Tab
The General Tab acts as the profile and administrative control center for an object. It provides meta-information about who made the object, who owns it, and how it interacts socially or financially in the virtual world.
Here is what you will find on it:
Name: The customizable text title of the object.
Description: A secondary text field often used by creators to include web links, version numbers, instructions, or search keywords.
Creator: The immutable name of the avatar who originally modeled the prim or uploaded the 3D mesh. This can never be changed, giving absolute credit to the original author.
Previous Owner: The name of the creator or, if someone other than the creator, the previous owner who transferred or sold the object to the current owner.
Owner: The name of the avatar (or Group) who currently holds the object in their possession or has rezzed it on the land.
Group: Allows the object to be assigned to a specific Second Life group. This is vital for land management, as assigning an object to a group can allow it to bypass land restrictions or auto-return timers.
Click Action: A dropdown menu that determines what happens when an avatar simply left-clicks the object in the world. Options include Touch (default), Sit on object, Buy object, Pay object, or Open inventory.
For Sale: A checkbox that lets you set the object up as a vendor. You can specify a price in Linden Dollars (L$) and choose whether the buyer receives a copy of the object, the original object itself, or the contents inside it.
Permissions Checklist: A visual display showing the exact rights (Modify, Copy, Transfer) that the current owner possesses, as well as the rules that will apply to the Next Owner.
The Contents Folder (Object Contents)
Every prim or mesh object in Second Life contains its own "internal inventory" container, accessed via the Content tab. If you have Modify permissions on the object, you can drag assets directly from your viewer's main inventory and drop them into this folder.

An object's Contents folder can hold virtually any item type, turning a basic 3D model into an interactive utility:
Scripts: The "brain" of the object. A script placed here automatically activates, allowing the object to move, change textures, play audio, or communicate.
Animations: Often used in furniture (like chairs or beds) or vehicles. Scripts inside the object pull from this folder to animate an avatar when they sit down.
Notecards: Often used to store help manuals for the user, or configuration files (landmark lists, radio stream URLs) that the internal scripts read.
Sounds & Textures: Sound clips (for steps, engines, or background noise) and visual textures (for dynamic slideshow frames or customizable clothing vendors).
Other Objects: You can pack objects inside other objects. This is how "shopping boxes" or "unpackers" work—you rez a box, a script inside detects your click, and it unloads the secondary objects directly into your main inventory.
How the Permissions System Works

Permissions in Second Life dictate who can alter, duplicate, or sell virtual property. They are split into three basic rights: Copy, Modify, and Transfer.
The "Next Owner" Rule
When viewing an item you created or bought, you will see two sets of permissions. One is for you, and the other is for the Next Owner (the person you give or sell the item to). You can check or uncheck the Next Owner boxes to restrict their usage.
Modify (M): If granted, the next owner can resize the object, change its textures, link it to other prims, or rename it. If unchecked ("No Mod"), the object is structurally locked.
Copy (C): If granted, the next owner can create infinite clones of the object. If unchecked ("No Copy"), it behaves like a unique physical object—if they rez it on the ground or give it to a friend, it vanishes from their inventory.
Transfer (T): If granted, the next owner can give the item to a friend or resell it on the marketplace. If unchecked ("No Transfer"), the item is permanently bound to their account.
The Golden Rule of Selling: An item can almost never be both Copy AND Transfer for the next owner.
Copy / No Transfer: Great for mesh bodies, hair, and makeup. The buyer can back it up or rez multiples, but can never give it away.
No Copy / Transfer: Great for gachas, breedable pets, or limited-edition art. The item is unique and can be traded or resold, but the owner cannot clone it.
Hierarchical Restrictiveness
An object's global permission is always dictated by the most restrictive item inside its Contents folder.
If you build a beautifully crafted house that is fully Copy/Modify/Transfer, but you drop a script inside the front door that is No Transfer, the entire house automatically becomes No Transfer to the next person who buys it.
To fix this, you must open the Content tab, right-click the specific offending item inside, and adjust its permissions independently.
Full Permissions (Fullperm) Items
In Second Life, a fullperm (short for full permissions) object or item is an asset that has all three primary permission settings enabled for the next owner: Copy, Modify, and Transfer.
When you possess a fullperm item, you have absolute operational freedom over it.
What You Can Do with a Fullperm Item
Because there are no restrictions encoded into the asset, a fullperm item behaves exactly as if you created it yourself:
You can modify it: You can resize it, change its textures, edit its description, or completely dismantle its components.
You can copy it: You can make infinite duplicates in your inventory or rez as many copies as you want into the virtual world without losing the original.
You can transfer it: You can give it to friends, trade it, or sell it to other residents.
You can read/edit the code: If it is a fullperm script or notecard, you can open it up to view, rewrite, or repurpose the actual text and code inside.
Who Uses Fullperm Items and Why?
Fullperm items are the backbone of the Second Life economy, acting as building blocks for creators and entrepreneurs. They are primarily utilized in three ways:
1. Mesh Kits and Templates for Creators
3D modelers often sell untextured mesh shapes (like generic t-shirts, shoes, couches, or avatar bodies) as "Fullperm Templates."
The Workflow: A creator buys the fullperm template, applies their own custom-painted textures, and adds their own scripts.
The Rule: They can then sell the finished product on the Marketplace for a profit, provided they change the permissions before selling it so the final customer doesn't get it fullperm.
2. Script Libraries and Kits
Scripters sell or distribute open-source LSL (Linden Scripting Language) code fullperm so other builders can drop those scripts into their own creations (e.g., a fullperm door-opening script or texture-changing menu).
3. Collaborative Building
If you are working on a project with a partner or a group, using fullperm items allows you to pass parts back and forth freely. You can edit a piece, copy it for your records, and hand it back to your partner without encountering permission blocks.
The Golden Rule of Reselling Fullperms
If you purchase or acquire a fullperm item with the intent to resell it or include it in your own commercial builds, you must adhere to the creator's End User License Agreement (EULA) and the Next Owner Rule.
Crucial Best Practice: Before you put your finished creation up for sale, you MUST change the permissions for the "Next Owner" on the General Tab. You must uncheck either Copy or Transfer.
If you accidentally sell a product with full permissions enabled, your customers will be able to clone your product and legally give it away or resell it themselves, completely undermining your business and violating the template creator's terms.
Last updated