Time Nick Message 12:55 mtvisitor37 !up 185.11.138.152:30001 12:55 MinetestBot 185.11.138.152:30001 is up (29ms) 12:56 mtvisitor37 !up 132.226.251.210:30000 12:56 MinetestBot 132.226.251.210:30000 is up (185ms) 20:42 [MatrxMT] !up 20:42 [MatrxMT] hm 20:42 [MatrxMT] what does up do 20:42 [MatrxMT] !up 192.168.1.1 20:43 MTDiscord looks like a ping request. 20:43 [MatrxMT] !up 1.1.1.1 20:43 [MatrxMT] maybe i cant use it? 20:43 MTDiscord maybe check if a mtserver is online? 20:43 [MatrxMT] !up 132.226.251.210:30000 20:44 MTDiscord Command sent from Discord by C: 20:44 MTDiscord !up 132.226.251.210:30000 20:44 MinetestBot 132.226.251.210:30000 is up (187ms) 20:44 MTDiscord huh, you need the port. 20:45 [MatrxMT] i cannot send commands nooo 20:45 MTDiscord Command sent from Discord by C: 20:45 MTDiscord !up 8.8.8.8:1234 20:45 MinetestBot 8.8.8.8:1234 seems to be down 20:45 MTDiscord it's a tester for mt server it looks like. 20:45 MTDiscord or sorry luanti.. 20:46 [MatrxMT] what do i do if i forgot uefi password 20:47 [MatrxMT] and secure boot randomly turned on 20:47 [MatrxMT] weing channel right 20:47 [MatrxMT] wrong 20:48 MTDiscord backup setting if you can and find/remove the cmos battery. 20:49 MTDiscord oh and this will reset anat tpm/security seting/keys stored in the bios. 20:50 MTDiscord so don't if you use secure boot, which you said you didn't 20:50 [MatrxMT] i need to disable secure boot 20:50 [MatrxMT] it turned on because i reseted 20:51 [MatrxMT] i have a broken linux gui 20:51 [MatrxMT] but it works 20:51 [MatrxMT] reseting doesnt reset password 20:52 MTDiscord no, pull the battery and charger and the board should go to factory defaults which under grub will boot just fine under ether uefi or legacy mode last i checked 20:53 MTDiscord if not the board has a built in capacitor for changing the battery, you can try waiting a min or boot the pc to discharge power fully... depends on the board in question. 20:53 [MatrxMT] I did 20:54 [MatrxMT] it factory reseted 20:54 [MatrxMT] but the password stayed 20:54 MTDiscord that means the password is stored in non volitile memory, which boad is it? 20:55 [MatrxMT] boad? 20:55 MTDiscord *board 20:55 [MatrxMT] how do i see 20:56 MTDiscord I should be printed on the motherboard or somewhere in the bios. 20:56 MTDiscord take a pic of the board and post it. 20:57 [MatrxMT] Sadly I got to go, can I ask again tomorrow? 20:57 [MatrxMT] wait i found system board id 20:57 MTDiscord idk, can you :] 20:57 [MatrxMT] 8B2F 20:58 MTDiscord that look like hex are you sure? 20:58 [MatrxMT] it's "System board id" 20:59 MTDiscord an "Hp Notebook Intel I5-7200u"? 20:59 [MatrxMT] no HP 255 G10 21:00 MTDiscord ok, you say you have to go... i'll look and tell you later. 21:01 [MatrxMT] ok bye 21:01 MTDiscord 👋 22:32 ireallyhateirc @luatic, I'm preparing a test for animated textures with your gltf morph targets 22:38 MTDiscord good good 23:02 ireallyhateirc tbh I'm not sure if other game engines even implement this feature of gltf morph targets 23:03 ireallyhateirc I can't find any tutorials for this and my initial setup does not work in Godot 23:35 ireallyhateirc AI told me the Blender workflow is impossible but also gave me links to documents that say it is indeed possible lol 23:35 ireallyhateirc it blindly trusted that one delusional guy on stack overflow 23:36 ireallyhateirc https://docs.blender.org/manual/en/2.81/addons/import_export/io_scene_gltf2.html#uv-mapping 23:39 ireallyhateirc Godot won't budge but I think I have the mapping node set up correctly so I'm just going to make an entity and use the PR 23:51 MTDiscord "Settings from the Mapping node are exported using a glTF extension named KHR_texture_transform" this does not sound like morph anims.. have you checked the gltf json? 23:56 ireallyhateirc hmmmm so how is that supposed to look like? 23:57 ireallyhateirc I hope that blender has a way to export that, otherwise it'd be a huge waste of time :D 23:57 MTDiscord skim the https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#morph-targets section, as you can see the primitive should have a "targets": ... field 23:58 MTDiscord well blender isn't the only editor and i'd hope some of them support it but frankly i would actually strongly consider generating morph anims via code