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