- Изменено
複数ディレクトリを参照している場合のアタッチメント名について
いつも本当にお世話になっております。
今回はimagesに複数のディレクトリを参照してる場合のアタッチメント名に関する質問になります。
imagesからboneにテクスチャをドラッグするとスロットとアタッチメントが作成されますが、
imagesが複数のディレクトリを参照してる場合、作成されるアタッチメント名にパスが含まれてしまいます。
(単独ディレクトリを参照してる場合は、アタッチメント名はテクスチャ名になっており、問題はありません)
また、image pathは空の状態なので、アタッチメント名を変更すると、テクスチャがmissingになってしまいます。
アタッチメント名を変更した際に、毎回パスをコピーして貼り付ける作業が発生するので、これを回避したく思います。
このような場合の対応方法は、現段階でありますでしょうか?
お手数ですが、ご返答いただけますと幸いです。
よろしくお願いいたします。
Always I am indebted.
This time it is a question about the attachment name when referring to multiple directories for images.
Dragging a texture from images to bone creates slots and attachments,
If images refers to multiple directories, the attachment name created will contain a path.
(When referring to a single directory, the attachment name is a texture name, so there is no problem)
Also, since the image path is empty, if you change the attachment name, the texture becomes missing.
When changing the name of the attachment, there is work to copy and paste the pass every time, so I would like to avoid this.
Is there a way to respond to such cases at the present stage?
Sorry to trouble you, but I hope you can reply.
Thank you.
Hello BeefButalaw, I will assume you are using skins.
To remove all the path names from the attachment name but leave it in the path so that the image doesn't disappear, you can do the following:
こんにちはBeefButalaw、私はあなたがスキンを使用していると仮定します。
添付ファイル名からすべてのパス名を削除し、パスに残してイメージが消えないようにするには、次の操作を行います。
select the skin you want to clean so that it is visible. We will remove the goblin/ parts in the name of the attachments.
1.クリーニングするスキンを選択して表示します。 添付ファイルの名前で下線部分を削除します。
go to "Find and Replace"
2.「検索と置換」に進みます。
We will unlink the path from the attachment name. To do so we have to temporarily change the path name to something else. I will insert another "e" to the path field only.
We need to use Regular Expression to do this.
3.添付ファイル名とパスのリンクを解除します。 これを行うには、パス名を一時的に別のものに変更する必要があります。 私は別の "e"をパスフィールドにのみ挿入します。
これを行うには、正規表現を使用する必要があります。
It will appear like this:
次のように表示されます:
Now let's remove the correct path from the name of the attachment. Select the "Name" field. It should be unlinked now.
We can write this:
4.添付ファイルの名前から正しいパスを削除しましょう。 「名前」フィールドを選択します。 今はリンクを解除する必要があります。
これを書くことができます:
[imghttps://www.erikari.it/uploads/84-vxQU.png[/img]We can finally place the correct path again.
5.最終的に正しい経路を再配置することができます。
Final result:
最終結果:
(I apologize for my poor Japanese, I hope this will be able to help you.)
(私は貧しい日本人に謝ります。これがあなたを助けることができることを願っています。)