korman icon indicating copy to clipboard operation
korman copied to clipboard

Add Takable Clothing Clickable Mod

Open DoobesURU opened this issue 2 years ago • 4 comments

  • Adds properties and UI for a potential clothing clickable mod that uses xTakableClothing.py

Note that this does not add the actual clothing item for the avatar to GlobalClothing, but will set up a clickable in an Age to utilize an existing one (or new one if it's been added otherwise).

DoobesURU avatar Oct 17 '22 22:10 DoobesURU

Thoughts on a note in the mod mentioning the need to add any new clothing items to the GlobalClothing PRPs? Also, instead of the integers for colors, would a color picker be doable?

DoobesURU avatar Oct 17 '22 22:10 DoobesURU

Also, instead of the integers for colors, would a color picker be doable?

It should be! Who ever knows with the Blender API, but template_color_picker looks promising.

Deledrius avatar Oct 18 '22 15:10 Deledrius

Also, instead of the integers for colors, would a color picker be doable?

It should be! Who ever knows with the Blender API, but template_color_picker looks promising.

I actually did try it. I had the UI looking good, but setting the RGB values separately into integers for the script kinda failed.

DoobesURU avatar Oct 18 '22 16:10 DoobesURU

Switched the RGB integer values to color pickers to clean up the mod a bit. I think I got the equation right to convert the numbers from Blender to what URU uses, but probably needs to be double-checked.

DoobesURU avatar Nov 03 '22 18:11 DoobesURU