Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush Python API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    TextureTag and Restriction to Selections

    SDK Help
    0
    2
    406
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

      On 10/01/2003 at 12:35, xxxxxxxx wrote:

      User Information:
      Cinema 4D Version:   8.012 
      Platform:   Windows  ;   
      Language(s) :     C++  ;

      ---------
      i'm currently working on an exporter saver plugin and was not able to find out how to get the texturing information that is provided in the TexData structure for a Texture-Tag, even after studying the documentation for hours.
      instead i found something what i am looking for in the coffee documentation ..

      TEXTURETAG_OX
      

      |

       _[float]_ 
      
      Offset X
      TEXTURETAG_OY
      

      |

       _[float]_ 
      

      | Offset Y

      TEXTURETAG_LENX
      

      |

       _[float]_ 
      

      | Length X

      TEXTURETAG_LENY
      

      |

       _[float]_ 
      

      | Length Y

      TEXTURETAG_TILE
      

      |

       _[bool]_ 
      

      | Tile

      TEXTURETAG_SEAMLESS
      

      |

       _[bool]_ 
      

      | Seamless

      TEXTURETAG_MIX
      

      |

       _[bool]_ 
      

      | Mix

      TEXTURETAG_PROJECTION
      

      |

       _[int]_ 
      

      | Projection (see the dialog)

      TEXTURETAG_SIDE
      

      |

       _[int]_ 
      

      | Side (see the dialog)

      TEXTURETAG_RESTRICTION
      

      |

       _[string]_ 
      

      | Restrict to selection

      what are the IDs in the c++ sdk for these container values?
      i also did not find them in the header files.

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

        On 11/01/2003 at 06:46, xxxxxxxx wrote:

        In R8 many container constants are implicitly documented by the description files. In this case, have a look at resource/res/description/Ttexture.res.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post