This file contains hidden or 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
# coding: utf-8 | |
import datetime | |
import time | |
import pprint | |
import json | |
from bs4 import BeautifulSoup | |
from selenium import webdriver | |
import logging | |
import requests |
This file contains hidden or 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
# coding: utf-8 | |
# author DD | |
# © mihoyo anime | |
import logging | |
import sys | |
import maya.OpenMayaUI as mui | |
import maya.cmds as cmds | |
import maya.mel as mel | |
import pymel.core as pm | |
import math |