This file is indexed.

/usr/share/doc/python-openctm/examples/readme.txt is in python-openctm 1.0.3+dfsg1-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
40
41
42
43
44
45
46
47
48
OpenCTM Blender import/export scripts


INSTRUCTIONS
============

The OpenCTM Blender import/export scripts makes it possible to import and
export OpenCTM format files in Blender (a free 3D modeling software -
http://www.blender.org).

To use these scripts, they need to be properly installed along with the
OpenCTM shared library.

Below follow instructions for the three major platforms under which these
scripts have been tested.


Windows:
--------

1) Copy the file "openctm.dll" to the Blender program folder (e.g.
   C:\Program Files\Blender Foundation\Blender).
2) Copy the files openctm_export.py and openctm_import.py to the Blender
   scripts folder (e.g. %APPDATA%\Blender Foundation\Blender\.blender\scripts).
3) Restart Blender (you may need to run Scripts	> Update Menus in a Scripts
   window in order for the File > Import / Export menus to be updated).


Mac OS X:
---------

1) Copy the file "libopenctm.dylib" to /usr/local/lib (e.g. using
   "sudo cp libopenctm.dylib /usr/local/lib/").
2) Copy the files openctm_export.py and openctm_import.py to the Blender
   scripts folder (e.g. /Applications/blender.app/Contents/MacOS/.blender/scripts/).
3) Restart Blender (you may need to run Scripts	> Update Menus in a Scripts
   window in order for the File > Import / Export menus to be updated).


Linux:
------

1) Copy the file "libopenctm.so" to /usr/lib (e.g. using
   "sudo cp libopenctm.so /usr/lib/").
2) Copy the files openctm_export.py and openctm_import.py to the Blender
   scripts folder (e.g. /usr/share/blender/scripts/blender/).
3) Restart Blender (you may need to run Scripts	> Update Menus in a Scripts
   window in order for the File > Import / Export menus to be updated).