Must the password of a second life be entered into TATARA?
The serial box which you purchased tells you the password for which TATARA asks.
It is not a password of a second life.
I entered my name and password. But its still saying I'm not registered.
The user name and password are case sensitive. And first name and last name are separated by one space. Please check it. I recommend to use copy & paste of a keyboard shortcut for a registration of your name and password. If your avatar name is single word, your serial box says that your second name is "Resident". For example, if your user name is "Yuzuru", your serial box says your name is "Yuzuru Resident".
There seems to be a lack of place to get the serial box of TATARA in Second Life.
TATARA Serial Box is in http://maps.secondlife.com/secondlife/Phasic%20Foo/45/28/24 . I think that your having said will be that a picture is not displayed by SLURL. This is a problem of googleMap and SLURL shows the right position.
I bought TATARA serial box. But, I can't see my serial number.
Please Rez and touch a serial box. Then, a serial box displays Password only on you.
I registered TATARA. But I cannot save the texture of a sculpted prim.
Level of detail is not Near. Please set View - Level of detail to Near and check the global image of a sculpted Prim saved.
I have ROKURO Pro 3.0. But I can't buy upgrade serial box from KIOSK.
Registration of the customer's Information takes a few weeks. So, please IM to me.
I have ROKURO Pro 2.0. But I can't buy upgrade serial box from KIOSK.
Only ROKURO Pro 3.0 users can upgrade.
What is the difference between TATARA and ROKURO Pro?
ROKURO Pro is simple operation by automation but it has limited function. TARARA has many functions but it is complicated operation. Please use a tool properly by the thing which you want to make. I am both continuing develop
Does TATARA operate on 64-bit OS?
Though TATARA is 32-bit application, I checked that TATARA can run on Vista 64-bit.
I made a sculpted Prim. It looks fine in TATARA, but it looks terrible in inworld.
Did you uploaded it by Lossless? If you have not done so, I recommend to set TGA size as 64x64 in a setup dialog, and upload by Lossless. And Please set Outline Adjustment of Setup to Off. Though it was the right viewing, it is wrong now. I deleted this function.

Thank you for your information and texture, Bach Fride.
Can I buy TATARA serial box as gift for another avatar?
Sorry, I can't sell a serial box as a gift.
How do I save the files with tatara? XML file, TGA file, OBJ file (mesh of quadrangles) or OBJ file (mesh of triangles)?
If you upload it to secondlife, please save it by TGA file. Only the TGA file can upload to second life. If you want to keep all the edit information, please save it by XML file. If you want to edit it with other 3D tools, please save it by OBJ file. The quadrangles are easier to edit than the triangles. The triangles show more correctly than the quadrangles.
When I save sculpties by TATARA 5.0, I see some sculpties. Why?
TATARA 5.0 can make multiple prims as one object. If you select 4x256, 8x128, 16x64, 32x32, 64x16, 128x8, 256x4, it is single prim. If you select other size, it is multiple prim. You can see green lines on the object of preview pane. If you check "Output text for TSUBO", you can get a text file to assemble multiple prims by TSUBO. If you want how to use TSUBO, please check my tutorial blog, TSUBO -preparation- and TSUBO -assemble multiple prims-
I can't use LOD of the View menu and Edit Level.
The function of LOD was divided into the edit and the display. If you change LOD, Edit Level will be changed automatically. If you want to check LOD, please choose LOD on the View menu and change it. If you want to rearrange control points corresponding to LOD, please change Edit Level in the bottom of the edit pane. And you can choose the method of Relocation to LOD of Edit Level on the setup dialog. Please choose except "none".
I bought TATARA before December 15, '08. I cannot register with my name and the got password. Why?
TATARA was update to 7.0. An updation charge is 1200L$. Please buy the updated serial box. If you want to use old version, please IM to Yuzuru Jewell from the registered avatar.
I bought TATARA before November 30, '09. I cannot register with my name and the got password. Why?
TATARA was update to 7.0. An updation charge is 900L$. Please buy the updated serial box. If you want to use old version, please visit TATARA4 web page
I bought TATARA before May 31, '11. I cannot register with my name and the got password. Why?
TATARA was update to 7.0. An updation charge is 600L$. Please buy the updated serial box. If you want to use old version, please visit TATARA5 web page
I bought TATARA before May 18, '13. I cannot register with my name and the got password. Why?
TATARA was update to 7.0. An updation charge is 300L$. Please buy the updated serial box. If you want to use old version, please visit TATARA6 web page
How to buy updated serial box of TATARA?
KIOSK for Windows is http://maps.secondlife.com/secondlife/Phasic%20Foo/52/40/24. And KIOSK for Mac OS X is http://maps.secondlife.com/secondlife/Phasic%20Foo/60/33/24. Please touch to buy from it. If you touch a KIOSK, it will change to yellow. Then please right-click and select 'Pay ... ' of Pie menu (select 'Pay' of Popup menu of Viewer 2.0) in 10 seconds.
How do I make multiple prims?
Please select New on File menu, and set "single prim and multiple prims" to "You can select" option, and set the size to over single prim. Then you can make multiple prims.
TATARA can't load my sculpt map file correctly.
Please use NUIME. NUIME converts your sculpt map file so that it can be read correctly.
I tried to move the dense selected control points. But they do not move. Only one square only moves.
You moved the square of the center for rotating the selected control points. Please move them using the arrow key of the keyboard.
I made the sculpted prim of Torus. I uploaded it and applied it to the object. But it didn't become the expected form.
Please set Stitching Type to Torus. Or pelase ou can set it by LSL to insert the following script in an object.
default
{
    state_entry()
    {
        list src = llGetPrimitiveParams([PRIM_TYPE]);
        list dst = llListReplaceList(src, [PRIM_SCULPT_TYPE_TORUS],2,2);
        llSetPrimitiveParams([PRIM_TYPE] + dst);
        llSay(0, "PRIM_TYPE_SCULPT is changed to PRIM_TYPE_TORUS");
        llRemoveInventory(llGetScriptName());
    }
}
Once it puts in, a form will change. This script is automatically deleted.
After you delete a script, a form doesn't change if it is copied.
I made the sculpted prim of Plane. I uploaded it and applied it to the object. But it didn't become the expected form.
Please set Stitching Type to Plane. Or pelase ou can set it by LSL to insert the following script in an object.
default
{
    state_entry()
    {
        list src = llGetPrimitiveParams([PRIM_TYPE]);
        list dst = llListReplaceList(src, [PRIM_SCULPT_TYPE_PLANE],2,2);
        llSetPrimitiveParams([PRIM_TYPE] + dst);
        llSay(0, "PRIM_TYPE_SCULPT is changed to PRIM_TYPE_PLANE");
        llRemoveInventory(llGetScriptName());
    }
}
Once it puts in, a form will change. This script is automatically deleted.
After you delete a script, a form doesn't change if it is copied.
I made the sculpted prim of Cylinder. I uploaded it and applied it to the object. But it didn't become the expected form.
Please set Stitching Type to Cylinder. Or pelase ou can set it by LSL to insert the following script in an object.
default
{
    state_entry()
    {
        list src = llGetPrimitiveParams([PRIM_TYPE]);
        list dst = llListReplaceList(src, [PRIM_SCULPT_TYPE_CYLINDER],2,2);
        llSetPrimitiveParams([PRIM_TYPE] + dst);
        llSay(0, "PRIM_TYPE_SCULPT is changed to PRIM_TYPE_CYLINDER");
        llRemoveInventory(llGetScriptName());
    }
}
Once it puts in, a form will change. This script is automatically deleted.
After you delete a script, a form doesn't change if it is copied.
How to make a sculpted prim from the OBJ file?
A sculpted prim is difficult to transform from an OBJ file automatically, because structure is limited.
There are the two methods of making a sculpted prim from the object edited with 3D software.
1) Read into 3D tool the OBJ file made for the sculpted prim. And edit it to change neither a vertex nor structure. And output it to a sculpted prim.
You can do it by TATARA. You can output an OBJ file by TATARA, can edit it with 3D tool, can read it into TATARA again, and can make it a sculpted prim. ROKURO Pro can do it only sphere of 32x32.
2) Make a sculpted prim fit the OBJ file edited with 3D tool. You can do it by SHIBORI. Please see the following tutorial. TUTORIAL B01 Make Shoes
You can also do it by the combination of UTSUSHI and NOMI. UTSUSHI can make an OBJ file the image which shows height with the brightness of a pixel. As NOMI makes relief using the image, it can make a sculpted prim. Please see the following tutorial. TUTORIAL N03 Make a Bust
Can I transfer Serial box to other avatar?
No, you can't.
I have a serial box of Cam Plug-in for ROKURO Pro 3.0/2.0. And I have a serial box of ROKURO Pro 3.0. Can I use Cam Plug-in for TATARA 6.0?
Yes, you can. Please download Cam Plug-in for TATARA 6.0. When you register it, please Select Plug-in on Tools menu, and click "use ROKURO Pro pass" button, and please enter your passwords of ROKURO Pro 3.0 and Plug-in for ROKURO Pro 3.0.
I have a serial box of Coil Plug-in for ROKURO Pro 3.0/2.0. And I have a serial box of ROKURO Pro 3.0. Can I use Coil Plug-in for TATARA 6.0?
Yes, you can. Please download Coil Plug-in for TATARA 6.0. When you register it, please Select Plug-in on Tools menu, and click "use ROKURO Pro pass" button, and please enter your passwords of ROKURO Pro 3.0 and Plug-in for ROKURO Pro 3.0.
I have a serial box of Gear Plug-in for ROKURO Pro 3.0/2.0. And I have a serial box of ROKURO Pro 3.0. Can I use Gear Plug-in for TATARA 6.0?
Yes, you can. Please download Gear Plug-in for TATARA 6.0. When you register it, please Select Plug-in on Tools menu, and click "use ROKURO Pro pass" button, and please enter your passwords of ROKURO Pro 3.0 and Plug-in for ROKURO Pro 3.0.
I use Powerbook Pro Retina Model. I can't see the edit pane correctly.
TATARA is a 32bit app. So please check "Open in 32-bit mode " and "Open in Low Resolution" under General Tab of Application info.