Jump to content

Nalates Urriah

Advisor
  • Posts

    8,841
  • Joined

  • Last visited

Everything posted by Nalates Urriah

  1. Take a look at: Second Life Advanced Modeling Blender 2.6 Tutorial 2012. It covers several tools used to make surfaces fit to other surface.
  2. The current test clothes are here: Hippo Hollow. You may be able get the dae files from Oz.
  3. There are people using SLI NVidia settings. I don't know how to set the nVidia control panel to push SL to use all the GPU's. But, I have personally talked with people that are running SLI. It does give a speed kick, but not as much as one would expect. The second card is basically just used to decompress textures. There are newer OpenGL features being used by the Linden Lab viewer. A new video memory compression algorithm was implemented a few weeks ago. I have no idea if it can use the second video card to help or extend video memory. Ask around in some of the viewer support groups. When I wrote an article on SL video settings that is how I found the people using SLI. You may need to ask a few times. Try different times of day. Expect lots of people to tell you it can't be done. You can learn more about how the viewer works and how various hardware affects frame rates by reading: How To get a Faster Second Life and Graphics Tweaking for Second Life. These are getting a bit old. But, there are no new massive changes since they were written.
  4. Rendering the avatar is a special case. It is a more complex process than rendering in the rest of Second Life. The idea with avatars is to save CPU cycles on users' computers and the SL servers. The idea requires your viewer to download all the textures that make up your avatar and its clothes; a shape, skin, top, pants, hair, and shoes textures. The viewer ‘bakes’ those into a single composite texture. You see your avatar render nice and sharp when that bake completes. Then your viewer uploads that composite texture for all to see. That saves others downloading all the individual textures and baking them. Your avatar goes blurry as it downloads and decompresses the composite texture you just uploaded and it becomes sharp when that process finishes. You are the only one that sees the double blurry for your avatar. If that process hangs or fails there is a problem. Where it fails affects what you or others see. You can try the old standby quick fixes for avatar rez problems: Change your active group or group tag. Press rebake (Ctrl-Alt-R) once a minute for 3 minutes. Change your bald. Change your shape. Move to another region and try 1 to 4 again. When those fail, check your connection as it is the most likely problem: Troubleshoot Your #SL Connection There is a longer explanation of the problem here: #SL Clouds, Grey, and Blurry Avatars. More in depth fixes are here: Avatar Render Problems: Ghost Cloud Smoke Ball Ruth.
  5. It sounds like you are hitting Bake Fail. Rendering the avatar is a special case. It is a more complex process than rendering in the rest of Second Life. The idea with avatars is to save CPU cycles on users' computers and the SL servers. The idea requires your viewer to download all the textures that make up your avatar and its clothes; a shape, skin, top, pants, hair, and shoes textures. The viewer ‘bakes’ those into a single composite texture. You see your avatar render nice and sharp when that bake completes. Then your viewer uploads that composite texture for all to see. That saves others downloading all the individual textures and baking them. Your avatar goes blurry as it downloads and decompresses the composite texture you just uploaded and it becomes sharp when that process finishes. You are the only one that sees the double blurry for your avatar. If that process hangs or fails there is a problem. Where it fails affects what you or others see. You can try the old standby quick fixes for avatar rez problems: Change your active group or group tag. Press rebake (Ctrl-Alt-R) once a minute for 3 minutes. Change your bald. Change your shape. Move to another region and try 1 to 4 again. When those fail, check your connection as it is the most likely problem: Troubleshoot Your #SL Connection There is a longer explanation of the problem here: #SL Clouds, Grey, and Blurry Avatars. More in depth fixes are here: Avatar Render Problems: Ghost Cloud Smoke Ball Ruth.
  6. The data folders are here: Mac OSX: Users/Username/Library/Application Support/SecondLife/Avatarname/chat.txt Mac OSX: ~/Library/Caches/SecondLife The program folder is Applications. Try this site to see if you can run SL. This is not perfect, but it should give you and idea. Can I Run Second Life?
  7. When you ask a tech question include information about your computer and viewer. If the viewer will at least show the login screen, get the info from the viewer's Help-About... and paste that into your post with your question. To add your info to an existing question use OPTIONS->EDIT. It’s in the upper right of your post. The Catalyst drivers for the ATI cards has problem with indexing the textures. It is an old problem. I'm surprised you are running into it now. See: Pink Prims Bug. I suspect the fix the Pink Prims will fix your problem. Without more info on your computer I can only guess.
  8. Try this site to see if you can run SL. This is not perfect, but it should give you and idea. Can I Run Second Life? Check that your computer meets the System Requirements | Second Life. When you ask a tech question include information about your computer and viewer. If the viewer will at least show the login screen, get the info from the viewer's Help-About... and paste that into your post with your question. To add your info to an existing question use OPTIONS->EDIT. It’s in the upper right of your post. Make sure you are using the latest video driver for your card. If you are on a laptop, plug into wall power. Also check that your card is not set for power saving. You want it set to performance.
  9. Hopefully you got rid of it. These types of crashes can be caused by some some mesh objects. Some complexities in mesh are too much for the video card. The Lindens would love to see examples of such items. So, if you can repeat the problem and list the steps to do so, file a JIRA report.
  10. What a bizarre thread… @Ayesha: …the removal, by stages, of the ability of residents to customize their world. What are you talking about? I came in 4 years ago and I’ve only seen additions to SL. What restriction on customizing the world do you think you see? @Up4: You are simply uninformed. When Rod Humble came in there were a number of projects in progress. Most of those have been completed now. Mesh being the most prominent. His decision to fix problems is in full swing now. Ask any of the Lindens in the user groups and they are working on fixes and improvements to the system. The ‘infrastructure’ changes they roll out change how the back side of SL works. So, we often don’t see a change. The recent multi-threaded region crossing code took from February to a week ago to get sorted and roll to the main grid. Phase II of that is in progress. It’s main focus is to remove the lag caused by avatars departing regions. They have been sorting through the avatar bake fail problems. The recent pre-baked inventory avatars are a step in the fix. That problem we describe with a single term is caused by numerous glitches and causes. A real time system with tens of thousands of users gets complex. It took months to chase down the causes. Hopefully they found them all. Now it is taking moths to figure out how to fix them. Chasing down the Time Warp issue and finding the cause buried in the Linux server software took about a year. New software was developed to catch and track the problems in the SL system. Only after exhausting everything else did they turn to developing tools to catch a problem in Linux. Only a few new feature projects are in progress. We know about Pathfinding and Experience Tools. The system is complex and changes in the foundation often affect seemingly unrelated aspects of SL. For instance: changing the max prim size to 64m created an issue with prims encroaching on adjacent property. Returning such prims became surprising complex to handle without creating new exploits for griefers. An entire new system for handling the permissions to allow one to remove an encroaching prim from their property had to be worked out and implemented. Other issues were tracked down to being simply a matter of how physically far apart some servers were from others. I find that amazing for servers in the same building running on a fiber optic network.
  11. Drongle has the best answer. You need to change over to mesh and give up on sculpties. The limits on sculpties are complex. See Domino Marama's site: Primstar Sculpties were intended for organic shapes. We learned how to build hard-edged shapes but it is a tricky and I think tedious process. I can model man-made looking things much easier and faster as mesh. I can also use more if the tools available in Blender. Sculpties have their use. But, I have no use for them.
  12. Avatar 2.0 is a rumor and in some cases a myth. It is very unlikely we will see an Avatar 2.0. It would literally make millions of RL dollars of clothes unsuable. You can get an idea of the current debate reading: The Great #SL Deformer Debate. Click DEFORMER over in the Tags to the right to see the related articles. However, the Lab is looking at some changes related to the avatar. At least they are considering the feasibility of some improvements. We are likely to see the weight painting improved. But, expect such a change to be user drivien and implemented... meaning the Lab will OK the changes and the community will make them. Several people have already offered to make the changes.
  13. Sandboxes are special places where anyone can go to rez things. We often use them for testing things and for building things we don't have room for on our land. The problem with trying to place a shop in a sandbox is that ALL things over a certain number of hours old are returned to the owner. That limit can run from a couple hours to a couple of weeks. This is true whether it is a Premium or Standard sandbox. Shops can be rented cheaply. Rather paying for floor space as we would in RL we pay for prim limits in SL. How many prims do we get for the rental fee. I usually compare shops based on traffic and cost per prim. Traffic is an odd thing. If you are hoping for walk in customers and have ads that will attract them from a distance then lots of traffic is a good thing. If you are going to pull customers from other types of advertsing, then lots of traffic is a bad thing. Your customers will find the region laggy and may not stay to shop. So, you have to think things through before you rent. I now use a Market Place store only. I'm not a well known designer. I've never been able to get a shop to sell enough to pay the rent. So, the Market Place works well for me... well... as well as it can considering its current state. But, it is improving.
  14. There is a bug. Try the upload with 2.59 or 2.63a. Also wipe the .slm files from the .dae source folder. If you are not using Archive Installs for Blender so you can easily have multiple versions in stalled, now might be a good time to start. See Blender Archive Install for information on how to do an Archive install. There is also a 2.64 Beta version for which we are testing the Collada Expoter. See: Blender Testing Needed. I was using that yesterday to test a skirt I'm working on. It seemed to be working well. I wasn't trying to upload textures. So, I can't say for that specifically. I have been uploading textures using 2.63a.
  15. When you ask a tech question include information about your computer and viewer. Get the info from the viewer's Help-About... and paste that into your post with your question. To add your info to an existing question use OPTIONS->EDIT. It’s in the upper right of your post. I use a number of different viewers including Firestorm and Phoenix and I don't have the problem. Look at your attachments. Some sculpty attachments cause funny camera behavior.
  16. Noodly....nice word. :matte-motes-smile: Descriptive... Since you have watched Gaia's tutorial... I would guess the problem is in how you have modeled the mesh more then in the weighting. But, I'm only guessing. Look at the model in this tutorial: . Notice how the mesh forms rings at the joints. This allows an accordion like effect when the joint bends. Another good example is: . Think of making joints out of clothes drier flex venting.
  17. When working with sculpties you have a very limits number of vertices to work with. Plus they all have to fit into 64x64 image matrix. Look on Domino Marama's site to make sure you understand the limits when working with sculpties. http://www.dominodesigns.info/manuals/primstar/understanding_sculpt_maps
  18. It is hard to see the faces of the blouse. But, it appears that is the problem. The edge loops run across the breasts and continue out onto the sleeve under arm. The edge loops under the arm should make fan... like an Asian fan. The hinge point should be on the shoulder. You need to create an accordion under the arm so the sleeve can fold up. I suggest you look through modeling tutorials on YouTube to see how they make sleeves and model shoulders. It is going to be tricky to get the weighting right. You are going to have to work out a balance between the torso and the upper arm. I would move the arm down about a quarter of the way and adjust the weighting. Then on to half, three-quarter and 100%. Then move it back to the T-pose and start over. With practice you'll figure out how to make it work.
  19. There are rumors of a materials system in the works. The Lindens won't say any more than that they have thought about it and considered it.
  20. There are a number of things that could be wrong. Without checkng the tutorial you reference and checking the file, its hard to know. You can skim through: Second Life Mesh Clothes Blender 2.6 Setup 2012 Tutorial
  21. Try this site to see if you can run SL. This is not perfect, but it should give you and idea. Can I Run Second Life? To add your info to an existing question use OPTIONS->EDIT. It’s in the upper right of your post. Laptops use a power save mode that often disables the video card. Check that your video settings in your video ctrols are for Performance, which will run the video card rather than attempt to save power. Also, run plugged into wall power. You can try setting your graphics settings in the viewer to LOW before logging in.
  22. I agree it may become way obsolete long before it fails. You will see graphics cards for sale on eBay as people upgrade to newer cards. Cards do fail. The most common cause I have seen is a cooling fan freezing up. The fans are often custom fans and difficult to find. Places like www.mcmaster.com/ may have them... they have about everything on the planet for making stuff. In other cases heat sinks are allowed to fill with dust. Both scenarios lead to over heating and eventual failure of the chips. Running silicon chips at and above 75C shortens the time to failure. But, they may last for 3 or 4 years running at hgh temps. Overclockers have been known to accidently kill video cards. They often run the cards at high temperatures. They also tend to update cards and other hardware often.
  23. This is unusual. If the two of you travel to another region, can you see him there? Is her/his avatar the only one that is ever invisible? Is he/her always invisible? When you ask a tech question include information about your computer and viewer. Get the info from the viewer's Help-About... and paste that into your post with your question. To add your info to an existing question use OPTIONS->EDIT. It’s in the upper right of your post. Several viewer have a Derender feature for photography. Select something and 'Derender' it and it goes invisible. Since you don't say which viewer you are using I can't know if that is the like problem. Relogging usually resets the 'Derender' status.
  24. Meeting with Lindens in-world is easy. Most any of the user group meetings will have one or more Lindens present. But, they stick to the meeting topics and seldom talk about things outside the meeting scope. To a large extend that is because they stick to their area of expertise. In general the Lindens know very little about what developement teams other than their own are doing and then it is only in very general terms. Finding the Linden you need for this problem IS probably impossible. All the Lindens having anything to do with the Market Place and web sites are pretty much in hidding. While you can add information to the JIRA or create a new entry all JIRA entries are prioritized. Since Direct Deleiver has problems and is behind schedule, anything else is likely to get a low priority and it will take some for them to get to it.
  25. I'm guessing the "...you will summize that he wants to to propogate and bear children to be a slave race!" is the reason. This is and old problem with the market place. You can't know what things make an adult listing because you might change the wording to sneek an adult listing into the Mature Section... The ideas the Lab has on how to rate things Adult are pretty much rediculious. But, the community has not been able to change their thinking.
×
×
  • Create New...