I hereby claim:
- I am mfmfuyu on github.
- I am mfmfuyu (https://keybase.io/mfmfuyu) on keybase.
- I have a public key ASBWUWmcyKaYeYsL6iidvGO2H6pEdGtiv532E6lzVwF-Gwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# 全シェイプキーの頭に「vrc.」を追加する奴、シェイプキーがあるメッシュ選択してからスクリプト実行する | |
shape_keys = bpy.context.active_object.data.shape_keys.key_blocks | |
for i in range(1, len(shape_keys)): | |
shape_keys[i].name = 'vrc.' + shape_keys[i].name |
https://api.twitter.com/1.1/users/recommendations.json |
using System.IO; | |
using UniGLTF; | |
using UnityEditor; | |
using UnityEngine; | |
using VRM; | |
/** | |
* Assets/Editor/CreatePSBlendshapes.cs | |
* Use at your own risk | |
* |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.Playables; | |
public class NewBehaviourScript : MonoBehaviour | |
{ | |
[SerializeField] | |
float speed = 1.0f; |
.css-1dbjc4n.r-1ta3fxp.r-18u37iz.r-1wtj0ep.r-1s2bzr4.r-1mdbhws > .css-1dbjc4n.r-18u37iz.r-1h0z5md:has(a[href$="/analytics"]), | |
.css-1dbjc4n.r-2sztyj.r-1efd50x.r-5kkj8d.r-13awgt0.r-18u37iz.r-tzz3ar.r-s1qlax.r-1yzf0co .css-1dbjc4n.r-1mf7evn:has(a[href$="/analytics"]) { | |
display: none; | |
} | |
.r-sdzlij, | |
.r-1867qdf, | |
.r-1q9bdsx, | |
.r-1xfd6ze { | |
border-radius: 4px; |
/* ==UserStyle== | |
@name www.nicovideo.jp/watch | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description A new userstyle | |
@author Me | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://www.nicovideo.jp/watch") { | |
[aria-label="nicovideo-content"] > section { | |
grid-template-areas: "player player" "meta sidebar" "bottom sidebar" ". sidebar"; |