This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: Unlike what i have recieved and the blind trust people in quilt believe, I will be posting any evidence i can find for the information i provide here to allow for people to actually see the events. | |
Here is a history of every major event which has happened to me | |
1. Legacy Fabric was gonna move to Legacy Quilt. This ended up failing due to the fact we waited a year and at the time all we had were rebranded fabric tools which any sensible person would be a bit dissapointed in. | |
2. We made an announcement stating FACTS THAT WERE ACCURATE AT THE TIME. this part is very important as people manipulate the shit out of it. (Source: Legacy Fabric Discord https://discord.com/channels/679635419045822474/692978559731630101/834694070311714837) | |
3. Based Loader is started between Me and another person who aimed to improve on all mod loaders. The channel where this was discussed previously has been posted by me countless times but this is important as Based Loader or at the time Mald Loader will get used as a reason f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: Unlike what i have recieved and the blind trust people in quilt believe, I will be posting any evidence i can find for the information i provide here to allow for people to actually see the events. | |
Here is a history of every major event which has happened to me | |
1. Legacy Fabric was gonna move to Legacy Quilt. This ended up failing due to the fact we waited a year and at the time all we had were rebranded fabric tools which any sensible person would be a bit dissapointed in. | |
2. We made an announcement stating FACTS THAT WERE ACCURATE AT THE TIME. this part is very important as people manipulate the shit out of it. (Source: Legacy Fabric Discord https://discord.com/channels/679635419045822474/692978559731630101/834694070311714837) | |
3. Based Loader is started between Me and another person who aimed to improve on all mod loaders. The channel where this was discussed previously has been posted by me countless times but this is important as Based Loader or at the time Mald Loader will get used as a reason for |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bpy | |
selection = bpy.context.selected_objects | |
for o in selection: | |
try: | |
bpy.context.view_layer.objects.active = o | |
bpy.ops.mesh.customdata_custom_splitnormals_clear() | |
except: | |
print("Object has no custom split normals: " + o.name + ", skipping") |