2024-04-05から1日間の記事一覧

トーラスと立方体の すれ違い

https://chat.openai.com/share/9a6fbfb8-f34a-4b37-996a-0044e2a58f4c トーラスと立方体の_すれ違い_001.py - Google ドライブ https://drive.google.com/file/d/1-A5DEyRfMGSGV9pcURWLj1OMB8yCbnnh/view?usp=drive_link

半径10の 水色球体

https://chat.openai.com/share/719e9d6c-305a-43a0-8c3f-8fbb98ad88a4

z軸 長さ 20 の基準円柱

https://chat.openai.com/share/37f29fb8-e6f0-492c-b4a8-1016fceac9b5 Z軸の基準円柱_001.py - Google ドライブ https://drive.google.com/file/d/1yYLnYcPpxO5obGweI4AP4YgAZKFfVpWU/view?usp=drive_link

選択オブジェクトの material 色付け

https://chat.openai.com/share/f1214edd-0067-49c4-a6a7-39dba52bf035 選択オブジェクトの色付け 青_001.py - Google ドライブ https://drive.google.com/file/d/1AxM24sHq_LZSgT0gTbY5Hu-06dwQKq-u/view?usp=sharing 選択オブジェクトの色付け 赤_001.py -…

print コンソール出力

import bpy def show_message(self, context): self.layout.label(text="円柱 '土台円板' が作成されました。") bpy.context.window_manager.popup_menu(show_message, title="メッセージ", icon='INFO')