10 2015 档案
摘要:os.path.basename(path) #取文件名os.path.getsize(path) #取文件大小os.path.exists(path) #文件是否存在os.path.dirname(path) #取目录名shutil.copyfile(source,dst) #拷贝文件到目标目录(...
阅读全文
摘要:我最初想直接修改.anim文件但通过后来得到的信息,其实根运动状态储存在FBX.meta文件里,转出的.anim文件虽然也有根运动的信息但是算是塌陷过的,无法进行开关操作。这是我针对有根运动.anim文件和无根运动的.anim对比图:后来根据论坛查到的信息,具体参数在meta下的这条属性中:huma...
阅读全文
摘要:--IndexOf-- python: c#: --LastIndexOf-- python c# --Remove-- python c# --反向Remove-- python c# --SubString取中间段-- python 前后均为索引 c# --TrimStart, TrimEnd-
阅读全文