source: GTP/trunk/App/Demos/Geom/Shark3D/Shark3D_runtime/src/gui/cfg/ilk_bonemotion.cfg @ 2236

Revision 2236, 1.3 KB checked in by gumbau, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14ilk_ident "gui_stdilk.ilk_snk"
15ilk_param
16{
17    desc "Bone motion file"
18    cond_array
19    name_field_path ""
20    prop_ident "gui_stdprop.prop_multi"
21    prop_param
22    {
23        child_array
24        {
25            ident "gui_stdprop.prop_res"
26            param
27            {
28                help "help:html/doc/src/prog_ref/"
29                    & "tool_boneanim.html"
30                    & "#prog_ref.tool_boneanim.cfg_bonemotion"
31                label "Animation file: "
32                field_path "entry_array[0].anim_ident"
33                bindir 1
34                req 1
35                val_prefix "boneanim:"
36                type_array
37                {
38                    desc "Bone animation file"
39                    pat "*.s3d_boneanim_run"
40                }
41            }
42        }
43    }
44}
Note: See TracBrowser for help on using the repository browser.