blender 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #------------------------------------------------------------------------------
  2. # blender: file(1) magic for Blender 3D related files
  3. #
  4. # Native format rule v1.2. For questions use the developers list
  5. # http://lists.blender.org/mailman/listinfo/bf-committers
  6. # GLOB chunk was moved near start and provides subversion info since 2.42
  7. 0 string =BLENDER Blender3D,
  8. >7 string =_ saved as 32-bits
  9. >>8 string =v little endian
  10. >>>9 byte x with version %c.
  11. >>>10 byte x \b%c
  12. >>>11 byte x \b%c
  13. >>>0x40 string =GLOB \b.
  14. >>>>0x58 leshort x \b%.4d
  15. >>8 string =V big endian
  16. >>>9 byte x with version %c.
  17. >>>10 byte x \b%c
  18. >>>11 byte x \b%c
  19. >>>0x40 string =GLOB \b.
  20. >>>>0x58 beshort x \b%.4d
  21. >7 string =- saved as 64-bits
  22. >>8 string =v little endian
  23. >>9 byte x with version %c.
  24. >>10 byte x \b%c
  25. >>11 byte x \b%c
  26. >>0x44 string =GLOB \b.
  27. >>>0x60 leshort x \b%.4d
  28. >>8 string =V big endian
  29. >>>9 byte x with version %c.
  30. >>>10 byte x \b%c
  31. >>>11 byte x \b%c
  32. >>>0x44 string =GLOB \b.
  33. >>>>0x60 beshort x \b%.4d
  34. # Scripts that run in the embeded Python interpreter
  35. 0 string #!BPY Blender3D BPython script