Class MovieClip


  • public class MovieClip
    extends CFacade
    Generated facet for DNA struct type 'MovieClip'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct MovieClip.

        It is required when allocating a new block to store data for MovieClip.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__id

        public static final long[] __DNA__FIELD__id
        Field descriptor (offset) for struct member 'id'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__id);
         CPointer<ID> p_id = p.cast(new Class[]{ID.class});
         

        Metadata

        • Field: 'id'
        • Signature: 'ID'
        • Actual Size (32bit/64bit): 128/160
      • __DNA__FIELD__adt

        public static final long[] __DNA__FIELD__adt
        Field descriptor (offset) for struct member 'adt'.

        Field Documentation

        Blender Source Code

        Animation data (must be immediately after id for utilities to use it).

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__adt);
         CPointer<CPointer<AnimData>> p_adt = p.cast(new Class[]{CPointer.class, AnimData.class});
         

        Metadata

        • Field: 'adt'
        • Signature: 'AnimData*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__name

        public static final long[] __DNA__FIELD__name
        Field descriptor (offset) for struct member 'name'.

        Field Documentation

        Blender Source Code

        File path, 1024 = FILE_MAX.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__name);
         CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'name'
        • Signature: 'char[1024]'
        • Actual Size (32bit/64bit): 1024/1024
      • __DNA__FIELD__source

        public static final long[] __DNA__FIELD__source
        Field descriptor (offset) for struct member 'source'.

        Field Documentation

        Blender Python API

        (read-only) Where the clip comes from

        Blender Source Code

        Sequence or movie.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__source);
         CPointer<Integer> p_source = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'source'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__lastframe

        public static final long[] __DNA__FIELD__lastframe
        Field descriptor (offset) for struct member 'lastframe'.

        Field Documentation

        Blender Source Code

        Last accessed frame number.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__lastframe);
         CPointer<Integer> p_lastframe = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'lastframe'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__lastsize

        public static final long[] __DNA__FIELD__lastsize
        Field descriptor (offset) for struct member 'lastsize'.

        Field Documentation

        Blender Source Code

        Size of last accessed frame.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__lastsize);
         CPointer<CArrayFacade<Integer>> p_lastsize = p.cast(new Class[]{CArrayFacade.class, Integer.class});
         

        Metadata

        • Field: 'lastsize'
        • Signature: 'int[2]'
        • Actual Size (32bit/64bit): 8/8
      • __DNA__FIELD__aspx

        public static final long[] __DNA__FIELD__aspx
        Field descriptor (offset) for struct member 'aspx'.

        Field Documentation

        Blender Source Code

        Display aspect.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__aspx);
         CPointer<Float> p_aspx = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'aspx'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__aspy

        public static final long[] __DNA__FIELD__aspy
        Field descriptor (offset) for struct member 'aspy'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__aspy);
         CPointer<Float> p_aspy = p.cast(new Class[]{Float.class});
         

        Metadata

        • Field: 'aspy'
        • Signature: 'float'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__anim

        public static final long[] __DNA__FIELD__anim
        Field descriptor (offset) for struct member 'anim'.

        Field Documentation

        Blender Source Code

        Movie source data.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__anim);
         CPointer<CPointer<Object>> p_anim = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'anim'
        • Signature: 'anim*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__cache

        public static final long[] __DNA__FIELD__cache
        Field descriptor (offset) for struct member 'cache'.

        Field Documentation

        Blender Source Code

        Cache for different stuff, not in file.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__cache);
         CPointer<CPointer<Object>> p_cache = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'cache'
        • Signature: 'MovieClipCache*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__gpd

        public static final long[] __DNA__FIELD__gpd
        Field descriptor (offset) for struct member 'gpd'.

        Field Documentation

        Blender Source Code

        Grease pencil data.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__gpd);
         CPointer<CPointer<bGPdata>> p_gpd = p.cast(new Class[]{CPointer.class, bGPdata.class});
         

        Metadata

        • Field: 'gpd'
        • Signature: 'bGPdata*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__tracking

        public static final long[] __DNA__FIELD__tracking
        Field descriptor (offset) for struct member 'tracking'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Data for SfM tracking.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__tracking);
         CPointer<MovieTracking> p_tracking = p.cast(new Class[]{MovieTracking.class});
         

        Metadata

        • Field: 'tracking'
        • Signature: 'MovieTracking'
        • Actual Size (32bit/64bit): 288/352
      • __DNA__FIELD__tracking_context

        public static final long[] __DNA__FIELD__tracking_context
        Field descriptor (offset) for struct member 'tracking_context'.

        Field Documentation

        Blender Source Code

        Context of tracking job used to synchronize data like frame-number in SpaceClip clip user.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__tracking_context);
         CPointer<CPointer<Object>> p_tracking_context = p.cast(new Class[]{CPointer.class, Object.class});
         

        Metadata

        • Field: 'tracking_context'
        • Signature: 'void*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__proxy

        public static final long[] __DNA__FIELD__proxy
        Field descriptor (offset) for struct member 'proxy'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Proxy to clip data.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__proxy);
         CPointer<MovieClipProxy> p_proxy = p.cast(new Class[]{MovieClipProxy.class});
         

        Metadata

        • Field: 'proxy'
        • Signature: 'MovieClipProxy'
        • Actual Size (32bit/64bit): 776/776
      • __DNA__FIELD__flag

        public static final long[] __DNA__FIELD__flag
        Field descriptor (offset) for struct member 'flag'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__flag);
         CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'flag'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__len

        public static final long[] __DNA__FIELD__len
        Field descriptor (offset) for struct member 'len'.

        Field Documentation

        Blender Source Code

        Length of movie.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__len);
         CPointer<Integer> p_len = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'len'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__start_frame

        public static final long[] __DNA__FIELD__start_frame
        Field descriptor (offset) for struct member 'start_frame'.

        Field Documentation

        Blender Source Code

        Scene frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__start_frame);
         CPointer<Integer> p_start_frame = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'start_frame'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__frame_offset

        public static final long[] __DNA__FIELD__frame_offset
        Field descriptor (offset) for struct member 'frame_offset'.

        Field Documentation

        Blender Python API

        Offset of footage first frame relative to it's file name (affects only how footage is loading, does not change data associated with a clip)

        Blender Source Code

        Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__frame_offset);
         CPointer<Integer> p_frame_offset = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'frame_offset'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__colorspace_settings

        public static final long[] __DNA__FIELD__colorspace_settings
        Field descriptor (offset) for struct member 'colorspace_settings'.

        Field Documentation

        Blender Python API

        (read-only) Input color space settings

        Blender Source Code

        color management

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__colorspace_settings);
         CPointer<ColorManagedColorspaceSettings> p_colorspace_settings = p.cast(new Class[]{ColorManagedColorspaceSettings.class});
         

        Metadata

        • Field: 'colorspace_settings'
        • Signature: 'ColorManagedColorspaceSettings'
        • Actual Size (32bit/64bit): 64/64
      • __DNA__FIELD__runtime

        public static final long[] __DNA__FIELD__runtime
        Field descriptor (offset) for struct member 'runtime'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         MovieClip movieclip = ...;
         CPointer<Object> p = movieclip.__dna__addressof(MovieClip.__DNA__FIELD__runtime);
         CPointer<MovieClip_Runtime> p_runtime = p.cast(new Class[]{MovieClip_Runtime.class});
         

        Metadata

        • Field: 'runtime'
        • Signature: 'MovieClip_Runtime'
        • Actual Size (32bit/64bit): 8/16
    • Constructor Detail

      • MovieClip

        public MovieClip​(long __address,
                         Block __block,
                         BlockTable __blockTable)
      • MovieClip

        protected MovieClip​(MovieClip that)
    • Method Detail

      • getId

        public ID getId()
                 throws java.io.IOException
        Get method for struct member 'id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__id
      • setId

        public void setId​(ID id)
                   throws java.io.IOException
        Set method for struct member 'id'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__id
      • getAdt

        public CPointer<AnimData> getAdt()
                                  throws java.io.IOException
        Get method for struct member 'adt'.

        Field Documentation

        Blender Source Code

        Animation data (must be immediately after id for utilities to use it).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__adt
      • setAdt

        public void setAdt​(CPointer<AnimData> adt)
                    throws java.io.IOException
        Set method for struct member 'adt'.

        Field Documentation

        Blender Source Code

        Animation data (must be immediately after id for utilities to use it).

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__adt
      • getName

        public CArrayFacade<java.lang.Byte> getName()
                                             throws java.io.IOException
        Get method for struct member 'name'.

        Field Documentation

        Blender Source Code

        File path, 1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__name
      • setName

        public void setName​(CArrayFacade<java.lang.Byte> name)
                     throws java.io.IOException
        Set method for struct member 'name'.

        Field Documentation

        Blender Source Code

        File path, 1024 = FILE_MAX.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__name
      • getSource

        public int getSource()
                      throws java.io.IOException
        Get method for struct member 'source'.

        Field Documentation

        Blender Python API

        (read-only) Where the clip comes from

        Blender Source Code

        Sequence or movie.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • setSource

        public void setSource​(int source)
                       throws java.io.IOException
        Set method for struct member 'source'.

        Field Documentation

        Blender Python API

        (read-only) Where the clip comes from

        Blender Source Code

        Sequence or movie.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__source
      • getLastframe

        public int getLastframe()
                         throws java.io.IOException
        Get method for struct member 'lastframe'.

        Field Documentation

        Blender Source Code

        Last accessed frame number.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastframe
      • setLastframe

        public void setLastframe​(int lastframe)
                          throws java.io.IOException
        Set method for struct member 'lastframe'.

        Field Documentation

        Blender Source Code

        Last accessed frame number.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastframe
      • getLastsize

        public CArrayFacade<java.lang.Integer> getLastsize()
                                                    throws java.io.IOException
        Get method for struct member 'lastsize'.

        Field Documentation

        Blender Source Code

        Size of last accessed frame.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastsize
      • setLastsize

        public void setLastsize​(CArrayFacade<java.lang.Integer> lastsize)
                         throws java.io.IOException
        Set method for struct member 'lastsize'.

        Field Documentation

        Blender Source Code

        Size of last accessed frame.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__lastsize
      • getAspx

        public float getAspx()
                      throws java.io.IOException
        Get method for struct member 'aspx'.

        Field Documentation

        Blender Source Code

        Display aspect.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__aspx
      • setAspx

        public void setAspx​(float aspx)
                     throws java.io.IOException
        Set method for struct member 'aspx'.

        Field Documentation

        Blender Source Code

        Display aspect.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__aspx
      • getAspy

        public float getAspy()
                      throws java.io.IOException
        Get method for struct member 'aspy'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__aspy
      • setAspy

        public void setAspy​(float aspy)
                     throws java.io.IOException
        Set method for struct member 'aspy'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__aspy
      • getAnim

        public CPointer<java.lang.Object> getAnim()
                                           throws java.io.IOException
        Get method for struct member 'anim'.

        Field Documentation

        Blender Source Code

        Movie source data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim
      • setAnim

        public void setAnim​(CPointer<java.lang.Object> anim)
                     throws java.io.IOException
        Set method for struct member 'anim'.

        Field Documentation

        Blender Source Code

        Movie source data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__anim
      • getCache

        public CPointer<java.lang.Object> getCache()
                                            throws java.io.IOException
        Get method for struct member 'cache'.

        Field Documentation

        Blender Source Code

        Cache for different stuff, not in file.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cache
      • setCache

        public void setCache​(CPointer<java.lang.Object> cache)
                      throws java.io.IOException
        Set method for struct member 'cache'.

        Field Documentation

        Blender Source Code

        Cache for different stuff, not in file.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__cache
      • getGpd

        public CPointer<bGPdata> getGpd()
                                 throws java.io.IOException
        Get method for struct member 'gpd'.

        Field Documentation

        Blender Source Code

        Grease pencil data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpd
      • setGpd

        public void setGpd​(CPointer<bGPdata> gpd)
                    throws java.io.IOException
        Set method for struct member 'gpd'.

        Field Documentation

        Blender Source Code

        Grease pencil data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__gpd
      • getTracking

        public MovieTracking getTracking()
                                  throws java.io.IOException
        Get method for struct member 'tracking'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Data for SfM tracking.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tracking
      • setTracking

        public void setTracking​(MovieTracking tracking)
                         throws java.io.IOException
        Set method for struct member 'tracking'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Data for SfM tracking.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tracking
      • getTracking_context

        public CPointer<java.lang.Object> getTracking_context()
                                                       throws java.io.IOException
        Get method for struct member 'tracking_context'.

        Field Documentation

        Blender Source Code

        Context of tracking job used to synchronize data like frame-number in SpaceClip clip user.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tracking_context
      • setTracking_context

        public void setTracking_context​(CPointer<java.lang.Object> tracking_context)
                                 throws java.io.IOException
        Set method for struct member 'tracking_context'.

        Field Documentation

        Blender Source Code

        Context of tracking job used to synchronize data like frame-number in SpaceClip clip user.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__tracking_context
      • getProxy

        public MovieClipProxy getProxy()
                                throws java.io.IOException
        Get method for struct member 'proxy'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Proxy to clip data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proxy
      • setProxy

        public void setProxy​(MovieClipProxy proxy)
                      throws java.io.IOException
        Set method for struct member 'proxy'.

        Field Documentation

        Blender Python API

        (read-only)

        Blender Source Code

        Proxy to clip data.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proxy
      • getFlag

        public int getFlag()
                    throws java.io.IOException
        Get method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • setFlag

        public void setFlag​(int flag)
                     throws java.io.IOException
        Set method for struct member 'flag'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__flag
      • getLen

        public int getLen()
                   throws java.io.IOException
        Get method for struct member 'len'.

        Field Documentation

        Blender Source Code

        Length of movie.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__len
      • setLen

        public void setLen​(int len)
                    throws java.io.IOException
        Set method for struct member 'len'.

        Field Documentation

        Blender Source Code

        Length of movie.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__len
      • getStart_frame

        public int getStart_frame()
                           throws java.io.IOException
        Get method for struct member 'start_frame'.

        Field Documentation

        Blender Source Code

        Scene frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__start_frame
      • setStart_frame

        public void setStart_frame​(int start_frame)
                            throws java.io.IOException
        Set method for struct member 'start_frame'.

        Field Documentation

        Blender Source Code

        Scene frame number footage starts playing at affects all data which is associated with a clip such as motion tracking, camera Reconstruction and so.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__start_frame
      • getFrame_offset

        public int getFrame_offset()
                            throws java.io.IOException
        Get method for struct member 'frame_offset'.

        Field Documentation

        Blender Python API

        Offset of footage first frame relative to it's file name (affects only how footage is loading, does not change data associated with a clip)

        Blender Source Code

        Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frame_offset
      • setFrame_offset

        public void setFrame_offset​(int frame_offset)
                             throws java.io.IOException
        Set method for struct member 'frame_offset'.

        Field Documentation

        Blender Python API

        Offset of footage first frame relative to it's file name (affects only how footage is loading, does not change data associated with a clip)

        Blender Source Code

        Offset which is adding to a file number when reading frame from a file. affects only a way how scene frame is mapping to a file name and not touches other data associated with a clip.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__frame_offset
      • getColorspace_settings

        public ColorManagedColorspaceSettings getColorspace_settings()
                                                              throws java.io.IOException
        Get method for struct member 'colorspace_settings'.

        Field Documentation

        Blender Python API

        (read-only) Input color space settings

        Blender Source Code

        color management

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__colorspace_settings
      • setColorspace_settings

        public void setColorspace_settings​(ColorManagedColorspaceSettings colorspace_settings)
                                    throws java.io.IOException
        Set method for struct member 'colorspace_settings'.

        Field Documentation

        Blender Python API

        (read-only) Input color space settings

        Blender Source Code

        color management

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__colorspace_settings
      • setRuntime

        public void setRuntime​(MovieClip_Runtime runtime)
                        throws java.io.IOException
        Set method for struct member 'runtime'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__runtime
      • __io__addressof

        public CPointer<MovieClip> __io__addressof()
        Instantiates a pointer on this instance.