这是indexloc提供的服务,不要输入任何密码
Skip to content

Naming scheme #16

@heinezen

Description

@heinezen

We should encourage contributors to use a naming scheme for their files. That way, we can ensure that scripts which make use of the assets work the way they're supposed to and allows us to generate sprites in batches. The naming scheme could also be used for objects in blender.

For example, we could require a human readable scheme for elite skirmisher assets in this way:

  • Filename: elite_skirmisher.blend
  • Cameras: Camera000, Camera045, Camera090, ... , Camera315 (with Camera000 showing the front of the unit and then going around clockwise)

Doing this ensures that scripts will always find the right camera and sprites can be saved in a similar predictable format such as <blender-filename>_<camera-angle>.png (e.g. elite_skirmisher_090.png) which can be easily parsed by other scripts.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions