Navigation

    • Register
    • Login
        No matches found
    • Search
    1. Home
    2. delizade
    delizade

    delizade

    @delizade

    Freelance UI Designer

    0
    Reputation
    29
    Posts
    55
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website behance.net/delizade

    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    delizade Follow

    Best posts made by delizade

    This user hasn't posted anything yet.

    Latest posts made by delizade

    RE: How to Modify the Axis of a Point Object?

    I wrote a strange script that works for both types. I will share it soon to get your feedbacks I hope

    posted in Cinema 4D SDK •
    RE: How to Modify the Axis of a Point Object?

    as far as I understand those scripts only for polygon meshes. How can I made it for null objects too? and scripts does not reset scales too. it works for only rotations.

    sorry for this I am not a programmer. I just need to reset tons of objects and nulls and trying to understand tose script to achieve that.

    posted in Cinema 4D SDK •
    RE: How to Modify the Axis of a Point Object?

    Hello,
    thank you so much @bentraje and @ferdinand for your time and help.
    also sorry for the title.

    and omg yes there were literally same trouble posts here but I guess I didn't know what to search for (and akso I wrote that weird title)
    I will check your solutions, thank you.

    posted in Cinema 4D SDK •
    How to Modify the Axis of a Point Object?

    Hello,
    Here is the short scenario:
    I have many objects that have different rotation values. some of them have 45 degree H, some of them -90 B etc. If I reset them from object manager Coordinate tab, naturaly object change its rotations visually. I needed to. fix them without changing their appearance. So I found a way like below:

    • 1- Select an object has -90 degree rotation for example
    • 2- turn on Enable Axis mode
    • 3- In the "Coordinate Manager" panel (not object manager. By the way for a single mesh object object manager can be used but this method can't work for Null objects) reset that value by entering 0

    with this method I could fix the object gizmo without changing its current appearance but also I realized that I can't do this operation for more than one object by selecting multiple objects.
    So I have to select them one by one and apply above steps. I need to use script I guess.

    how can I do this by Python? I've done many research but 2. and 3. steps were confusing me, I couldn't achieve those.

    thank you

    edited by @ferdinand
    Replaced title 'How can I do this with Python' with 'How to Modify the Axis of a Point Object?'
    posted in Cinema 4D SDK •
    RE: "Render Marked Takes" Command via Python?

    Hi Manuel,
    Thank you for your help.

    posted in General Talk •
    "Render Marked Takes" Command via Python?

    Hello,
    I need to use a button (of a python script) for "Render Marked Takes to PV" take menu command instead of reaching it via menu>submenu interaction. But I could not find a way to run it via Python. Is it possible?

    (In previous versions of C4D those were buttons actually. They moved them to menu I don't know why)

    thank you

    posted in General Talk •
    How can I make a simple input form for my Python script?

    Hello,
    I'm new about Python and Cinema 4D scripting. I've done many part of my script but I could not achieve to make a simple form that will get

    1. 3 string values
    2. 2 check box values.
    3. a directory path (I need to get a target folder path)

    could anyone help me about making this form please?

    thank you

    posted in Cinema 4D SDK •
    RE: How can I get a Layer's objects with Python?

    Thank you so much for your time and help.

    posted in Cinema 4D SDK •
    How can I get a Layer's objects with Python?

    Hello,
    I have 450 takes. Every take activates only one layer (make editor and render visibility true) of the document. (Other layers are disabled by default)

    I want to modify objects that belongs to that layer which is activated by a take.

    After getting Layer, I need to get list of objects of that Layer by Python.

    Simply I want to make:
    after I activated a take I will execute a script. That script will make some modifications about objects and their materials. After that it will updates take overrides. To make those actions I need to find Active Take > Layer > Objects

    how can I make this? could anyone help me about this please?

    thank you

    posted in Cinema 4D SDK •
    Content Browser modifications via Python?

    Hi,
    I need some information about:

    1. save preview images or assign new preview images via Python
    2. How can I stop "render preview image" process in preset library? In the settings there is a check box "Render scene" but I guess it is not related to this. After I create previews for my materials by "Create Preview" if my texture library is not active and I open this preset library everything seems black. So I have to activate or add texture path in the preferences. But I really need them to browse without make any modification. SO I need to fix their preview images. Is it possible to do that via Python?

    thank you

    posted in General Talk •