Do figure/prop files [dsf and duf] contain mesh info?

patience55patience55 Posts: 7,006
edited December 1969 in New Users

Just curious at this point. Because in creating them I start with an .obj and so eventually might need to know does the .obj need to be included in the share.

Thank you.

Comments

  • mjc1016mjc1016 Posts: 15,001
    edited December 1969

    The dsf file written to the data folder is the geometry...

    
    {
     "file_version" : "0.6.0.0",
     "asset_info" : {
      "id" : "/data/mjc/thshirt/tshirtlo/tshirt.dsf",
      "type" : "figure",
      "contributor" : {
       "author" : "mjc",
       "email" : "",
       "website" : ""
      },
      "revision" : "0.0",
      "modified" : "2012-10-29T03:31:09Z"
     },
     "geometry_library" : [
      {
       "id" : "tshirt-1",
       "name" : "tshirt",
       "type" : "subdivision_surface",
       "edge_interpolation_mode" : "edges_only",
       "vertices" : {
        "count" : 254,
        "values" : 

    It also contains the groups, weightmap data, skeleton, materials and so on...

  • patience55patience55 Posts: 7,006
    edited December 1969

    mjc1016 said:
    The dsf file written to the data folder is the geometry...
    
    {
     "file_version" : "0.6.0.0",
     "asset_info" : {
      "id" : "/data/mjc/thshirt/tshirtlo/tshirt.dsf",
      "type" : "figure",
      "contributor" : {
       "author" : "mjc",
       "email" : "",
       "website" : ""
      },
      "revision" : "0.0",
      "modified" : "2012-10-29T03:31:09Z"
     },
     "geometry_library" : [
      {
       "id" : "tshirt-1",
       "name" : "tshirt",
       "type" : "subdivision_surface",
       "edge_interpolation_mode" : "edges_only",
       "vertices" : {
        "count" : 254,
        "values" : 

    It also contains the groups, weightmap data, skeleton, materials and so on...

    Okay, great. Thank you.

  • SickleYieldSickleYield Posts: 7,629
    edited December 1969

    Yeah, it packs the geometry for you. You don't need to include an .obj unless you're especially trying to target the 3DS Max etc. customers (I think Rendo has that category).

  • patience55patience55 Posts: 7,006
    edited December 1969

    Good point.

Sign In or Register to comment.