TetoTheSquirrelFox

Results 65 comments of TetoTheSquirrelFox

Quick update : ![image](https://user-images.githubusercontent.com/59537161/72682631-6e379880-3acf-11ea-9501-5ed4eac81fb3.png) Now the UI is done. I think that if the thing is finished, I will have to change things here and there, but for now I...

Great great news today ! ^^ I copied the great co_to_js.py int the class that is executed when user clicks on button "Store actual body vertices". I had to change...

It's working ! So what I did today : having a full comparison between 2 lists of vertices, with index, in order to be saved. I took one character, stored...

Now I'm almost there. ![image](https://user-images.githubusercontent.com/59537161/73614981-85fd3980-4604-11ea-81c7-fa5b4f1ffff6.png) As you can see, the UI changed a lot, and many parts of the name or the morphs can't be changed because they are dependent...

So V0.95 is done, is working (I hope) and was sent to Animate1978 for approval. **So what is it now** ? It's a tool that allows the user to make...

OK, So I had an idea this morning and was able to make it this evening. ![image](https://user-images.githubusercontent.com/59537161/73886460-f658c480-4869-11ea-9cee-6f4cc426cbdc.png) So you can see 3 tools under "finalize the morph" : 1. The...

OK, I did a copy/paste and forgot to erase simple_path. So the line becomes : ```python logger.info("Looking for the retarget data in the folder %s...", data_dir) ``` And I remember...

OK. I've watched your video and it reminded me something. So I may be wrong, but I don't think that weight painting is the source of the problem. Groups of...

I've just figured out that one method in morphcreator is really dirty. So, in method get_all_files (line 254) instead of : ```python dir = data_path + "\\" + data_type_path list_dir...