On Mon, Dec 03, 2012 at 04:20:17PM -0000, dsmurl wrote:
> I have clip.py in several places:
>
> locate clip.py
> /usr/lib/blender/scripts/startup/bl_operators/clip.py
> /usr/lib/blender/scripts/startup/bl_ui/space_clip.py
> /usr/lib/pymodules/python2.7/openshot/classes/clip.py
> /usr/lib/pymodules/python2.7/openshot/classes/clip.pyc
> /usr/share/pyshared/openshot/classes/clip.py
>
>
> Can't figure out which one to change.
This one:
/usr/share/pyshared/openshot/classes/clip.py
The first two ones are from blender, not openshot.
The third one is a symlink.
The fourth one is a byte-compiled version of the third one.
On Mon, Dec 03, 2012 at 04:20:17PM -0000, dsmurl wrote: blender/ scripts/ startup/ bl_operators/ clip.py blender/ scripts/ startup/ bl_ui/space_ clip.py pymodules/ python2. 7/openshot/ classes/ clip.py pymodules/ python2. 7/openshot/ classes/ clip.pyc pyshared/ openshot/ classes/ clip.py
> I have clip.py in several places:
>
> locate clip.py
> /usr/lib/
> /usr/lib/
> /usr/lib/
> /usr/lib/
> /usr/share/
>
>
> Can't figure out which one to change.
This one: pyshared/ openshot/ classes/ clip.py
/usr/share/
The first two ones are from blender, not openshot.
The third one is a symlink.
The fourth one is a byte-compiled version of the third one.
-- marcin. owsiany. pl/
Marcin Owsiany <email address hidden> http://
GnuPG: 2048R/02F946FC 35E9 1344 9F77 5F43 13DD 6423 DBF4 80C6 02F9 46FC
"Every program in development at MIT expands until it can read mail."
- - Unknown