Request for a super simple plugin

RedCoolerRedCooler Posts: 16
edited August 14 in Product Suggestions

Hello, can some of you guys write a super simple plugin for me? I tried using GPT-5 and Gemini 2.5 for this a while back and it was a total failure.

I'm really bad at scripting, but from what I can tell from the docs this plugin is super easy to implement. I can pay a little for it if needed.

All it needs is to show a dialog box with a button to select a folder and a "Process" button, which when clicked analyzes the contents of the specified folder for pose files (there can't be any other files for sure) and applies them to a manually selected Genesis in the scene, while after each applied pose shifting the standard Timeline by 1 frame forward.

Post edited by Richard Haseltine on

Comments

  • Richard HaseltineRichard Haseltine Posts: 107,987

    Moved to Product Suggestions as the scripting forum if for people wanting help in writign scripts, not for requests. Note that a script is not a plug-in (platform-specific, written in C++ using the  SDK).

    The first part would be trivial - just DzFileDialog - but for the second yopu would either need to check the metadata or parse the file and check the type it was saved as (either of which could fail in various ways).

  • WendyLuvsCatzWendyLuvsCatz Posts: 40,063
    edited August 14

    if you are expecting Dfoce to work with such a thing, think again

    I have tried pose series with A or T poses every other keyframe to render a series of poses with 30 frame spaces between those settling poses and it explodes after the second pose

    animated poses need to be painfully gradual and random pose serious are jerky at best even with an intermediate settling pose

    Post edited by WendyLuvsCatz on
  • RedCoolerRedCooler Posts: 16
    edited August 14

    I don't need Dforce and I don't need "animation". I just need to put all poses in the Timeline as 1 pose = 1 frame and export it as FBX. I do it by hand, but it's very long.

    Post edited by RedCooler on
Sign In or Register to comment.