mirror of
https://github.com/RuthAndRoth/Reference.git
synced 2026-08-14 00:47:53 +00:00
Merge branch 'master' of https://github.com/RuthAndRoth/Reference
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
After using this armature, to export from Blender, make sure your armature and all its meshes are oriented to face +Y. Apply all transformations in Object mode. Check it a couple of times - parented objects sometimes follot the Object > Apply and sometimes don't, and I haven't figured out the right workflow.
|
||||
Exporting from Blender to import to OpenSim. This may work for Second Life as well but I haven't tested it.
|
||||
|
||||
While working in Blender, it's better to orient your armature and mesh to face front (+Y), while you are in Front Orthographic view. As Blender symmetry defaults along the X axis. If you don't know how to do that yet, search for and watch tutorials on applying rotations and other tranforms to objects, and the relationship between object and mesh. I won't list links here - Blender changes too fast.
|
||||
|
||||
To export from Blender, however, make sure your armature and all its meshes are oriented to face +X - facing to your right in Front Orthographic view. Apply all transformations in Object mode. Check it a couple of times - parented objects follow the parent while rotating, but the rotation needs to be applied to the child objects as well as the parent armature. If you forget that and rotate a child object before rotating the parent, you may need to fix it.
|
||||
|
||||
Then put the armature into edit mode, select all, clear bone roll.
|
||||
|
||||
Make sure your mesh is clean. Problems here can cause viewer import failures. There may be more that's needed on this list; these are the ones I know about:
|
||||
In the properties editor,
|
||||
Make sure your mesh is clean. Problems here can cause viewer import failures. These failures may be silent, or there may be an error message, which may or may not have anything to do with the actual error.
|
||||
There may be more items needed on these lists; these are the ones I know about:
|
||||
|
||||
Properties Editor:
|
||||
Object properties:
|
||||
Relations: make sure your mesh is parented to the right armature
|
||||
Delete Custom Properties, if any (if your mesh came from other software or used plugins, there might be junk there)
|
||||
|
||||
Modifiers
|
||||
Modifier Properties
|
||||
Make sure there is only one Armature modifier, and that it's pointing to the right armature
|
||||
Other modifiers may or may not work as they're applied on export
|
||||
|
||||
Object Data Properties
|
||||
Delete unused vertex groups
|
||||
@@ -24,12 +31,11 @@ If you made LOD or physics versions, each one must have the same material as the
|
||||
No more than 8 materials per mesh
|
||||
No more than 21844 tris per material
|
||||
|
||||
|
||||
Then Export - Collada, with the following selections in the export options (Gear icon):
|
||||
|
||||
Operator Preset: SL+Open Sim rigged
|
||||
and make sure these checkboxes are ticked:
|
||||
Main tab
|
||||
Main tab:
|
||||
Selection Only
|
||||
Include Armatures
|
||||
Global Orientation Apply
|
||||
@@ -39,19 +45,19 @@ Texture options
|
||||
Copy
|
||||
UV, only selected
|
||||
|
||||
Geom tab
|
||||
Geom tab:
|
||||
Triangulate
|
||||
Apply modifiers Viewport
|
||||
Transform Matrix
|
||||
|
||||
Armature tab
|
||||
Armature tab:
|
||||
Deform Bones Only
|
||||
Export to SL/Open Sim
|
||||
|
||||
Anim tab
|
||||
Anim tab:
|
||||
Include Animations (I don't know what this does)
|
||||
|
||||
Extras
|
||||
Extras:
|
||||
Use Blender Profile
|
||||
Sort by Object Name
|
||||
If you edited the armature, for example for a tiny or non-human, then:
|
||||
@@ -61,5 +67,9 @@ Keep Bind Info
|
||||
Import:
|
||||
Include skin weight
|
||||
|
||||
If your armature is resized (giants and tinies) or non-human: Include joint positions
|
||||
If your armature is resized (giants, tinies, non-humans): Include joint positions
|
||||
If you don't want your mesh to use the Appearance sliders at all: Lock scale if joint position defined
|
||||
|
||||
last updated 2020-11-02 Ad Radius
|
||||
Please contact me if you see something that needs improvemen or has gone out of date! This is a work in progress.
|
||||
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
Please see Export_ImportRiggedMeshBlender.md for notes on using these armatures.
|
||||
|
||||
### Armatures
|
||||
* avatar_skeleton.xml.blend
|
||||
|
||||
Ada Radius' armature built from the data in avatar_skeleton.xml - use for tinies, giants, non-humans.
|
||||
avatar_skeleton.xmo, is the viewer file, Character folder, that defines the inworld armature. It has internal errors itself, and the Blender file armature has some compromises to adjust to them. Left-right asymetries and bone head to connected bone tail inconsistencies.
|
||||
|
||||
* avatar_skeleton_customproperties.blend
|
||||
|
||||
The armature above, with the addition of bone custom properties for the "fitted" or volume bones, values also taken from avatar_skeleton.xml, with python language from Blender dev blog. Use for mesh body or clothing attachments rigged to the "fitted" bones
|
||||
|
||||
* male_2016_08_05Rebuilt.blend
|
||||
|
||||
Armature built from the SLWiki Bento download, repaired with values from avatar_skeleton.xml: can be used for mesh sized to the default male. Though the first two armatures in this list may be more accurate and can be used for male or female.
|
||||
|
||||
### Other Resources
|
||||
SLAvatar.blend
|
||||
|
||||
replica of the inworld default avatar mesh, based on SLWiki downloads
|
||||
|
||||
opensim_armatures.ods
|
||||
|
||||
Ada Radius' spreadshheet analysis of avatar_skeleton.xml, which is found in the viewer Character folder. Cross-referenced to SLWiki information (some of which is wrong), calculations converting the Maya values to Blender, and notes on exporting from Blender.
|
||||
|
||||
last updated 2020-11-02 Ada Radius
|
||||
@@ -7,6 +7,8 @@ Linden Lab and individual creators.
|
||||
Many of these are referenced in the
|
||||
[Second Life Wiki](http://wiki.secondlife.com/wiki/Clothing_Tutorials)
|
||||
|
||||
* Ada Radius - Avatar Armatures
|
||||
|
||||
* Avatar Databank: from CCC Cybernetics http://www.ccccybernetics.com/avatar_databank/
|
||||
|
||||
* CMFF Templates: http://static-secondlife-com.s3.amazonaws.com/templates/CMFF_Template_Set.zip
|
||||
|
||||
Reference in New Issue
Block a user