Dev:Source/Development/Projects/Blender File Format/XML/Proposal

提供: wiki
移動先: 案内検索

XMLProposal

  1. DocumentStructure

DocumentStructure

  1. RequiredElements

RequiredElements

  • The document root will be <blenderdoc /></blenderdoc />
  • Child elements of the document root will be from the following list:
    • <screen />
    • <scene />
    • <objects />
  1. AdditionalElements

AdditionalElements

These elements are optional elements. They are only used when they are

present in the scene.

  • <curves />
  • <mballs />
  • <images />
  • <cameras />
  • <lamps /&gt:
  • <lattices />
  • <ikas />
  • <fonts />
  • <ipos />
  • <keys />
  • <worlds />
  • <texts />
  • <sounds />
  • <groups />
  • <armatures />
  • <actions />
  • <objects />
  • <materials />
  • <textures />
  • <meshs />
  • <libraries />

Putting it all together

A simple box scene

todo add a sample document here.

-- DeveloperWikiJeremyWall - 21 Sep 2004