• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Recent content by Chokaphi

  1. C

    Plugins + Scripts Decal Maker

    The name change is not something that may not be easily fixed, I will see what I can do (maintaining compatibility with old Triggers). The problem is the way VAM can load plugins, and how they are referenced in the saves Simple plugins may just be a single *.cs file, everything is in that one...
  2. C

    Plugins + Scripts Decal Maker

    Turn off Genital clip (Near the save and load preset buttons). It looks like it is not disabling the clip texture
  3. C

    Plugins + Scripts Decal Maker

    Chokaphi updated Decal Maker with a new update entry: Fixes, fixings and more fixings Read the rest of this update entry...
  4. C

    Plugins + Scripts Decal Maker - Fixes, fixings and more fixings

    Add: Close button added to MaskTexture slot. Resets texture and blend mode. Add: Texture Wrap mode settings added to Edit. Fix: Textures default wrap mode is now Clamp, this can be changed in Edit mode. This means textures do not tile by default. Fix: Edit and Export buttons are not enabled if...
  5. C

    Plugins + Scripts Decal Maker

    when loading presets, the color/tint is not restored This has been fixed, I serialize the ALPHA - slider value and the RGB seperatly in teh data. The color was being deserialized as RGBA and it wasnt until the UI syncs that the internal method creates the proper RBBSliderValue
  6. C

    Plugins + Scripts Decal Maker

    No special requirements, the plugin should check vars for any presets located along DecalMakers preset save path and show then when browsing.
  7. C

    Plugins + Scripts Decal Maker

    Thanks for the very good feedback on things I need to work on. The UI is still a WIP so some of it is just me not finalizing the size and placement just yet. I do need to leave room for future features. I rarely use DecalMaker that much so it helps to get feedback from users who make sull use...
  8. C

    Plugins + Scripts Decal Maker

    This should be fixed,
  9. C

    Plugins + Scripts Decal Maker

    Chokaphi updated Decal Maker with a new update entry: What!! I say speak up son I cant hear you. Read the rest of this update entry...
  10. C

    Plugins + Scripts Decal Maker - Oh so you want o save everyting, you some kinda Superman?

    The save system was not using the proper dictionary to serialize all elements. Specular, gloss and eyes were not being saved.
  11. C

    Plugins + Scripts Decal Maker

    Chokaphi updated Decal Maker with a new update entry: What!! I say speak up son I cant hear you. Read the rest of this update entry...
  12. C

    Plugins + Scripts Decal Maker - What!! I say speak up son I cant hear you.

    In certain situations usless legacy code in the deserializer used when loading presets and saves would recreate the DMList data without any subscribers. So the renderer and other parts of the addon could no longer hear when frames were removed or added by the user. this should make presets load...
  13. C

    Plugins + Scripts Decal Maker

    I think I found the root of your bug and perhaps a few more regarding render glitches. I had some old code in the JSON deserializer from an earlier UI that would recreate a new data list ( DMList ) if no element had been modified in the the current list. However I later changed the DMList into...
  14. C

    Plugins + Scripts Decal Maker

    Yep, the close X should allow you to close all the frames. There has been an error and the data has 1 frame "stuck".
  15. C

    Plugins + Scripts Decal Maker

    Bug, Sound like the restore from json isnt syncing the renderes. Can you save it as a preset and send it to me.
Back
Top Bottom