2024-04-01から1ヶ月間の記事一覧

螺旋 20240424 python blenderzionad

元Webデザイナー兼コーダーの備忘録 shiroyuki2020.hatenablog.com Processing:極座標とデカルト座標 - 元Webデザイナー兼コーダーの備忘録 https://shiroyuki2020.hatenablog.com/entry/polar_and_cartesian_coordinates 螺旋を 作った 作成過程 https://ch…

441個 情報交換 正方形枠 python

正方形枠 441個 https://chat.openai.com/share/a31143df-69af-4ae7-a04c-ae2d0ebe9965 「20240422動画で_点から正方形_放射_005.blend」を共有https://drive.google.com/file/d/1bktEr1ZAE9X9pKLjvwskWzfUpG4Ysyzi/view?usp=sharinguuuuu uuuuuuuuuuu

12球体の配置 python 20240422

https://chat.openai.com/share/4d79a777-8d4e-4e70-8edf-db4afc792b56

カラーパレット 3D Viewport 背景色 20色選択 20240417

https://chat.openai.com/share/dbe56d17-1f6e-4dd8-a0e3-669432fcda64 ChatGPT3.5 から python スクリプト code copy 数値を変えて Text Editorで 実行 背景色の カラーコードを カラーピックする方法などは こちらに million2024.hatenablog.com www.youtu…

collection に 追加フォルダを加える 20240416

https://chat.openai.com/share/fc8d6a79-d02e-427e-ab6e-2979bdee04e5 これを million2024.hatenablog.com に Text Editor 表示に部に 加えて 実行するだけ 実行前に 項目数の少ない フォルダを選択しよく 一応 なんか変なことが 起きた場合に どこのフォル…

collection(name) 作成 20240412

collection(name) 作成 20240413 https://chat.openai.com/share/ab350ddc-0d7f-420e-bdc9-78ecc035034e Collection dummy 002 二重登録ゴミ箱.py - Google ドライブ Collection 作成 python スクリプト 実行済み blender ファイル zionadchat 初期画面_2024…

黒画面の設定 3D VIewport 背景色ダウロードして設定 blender 20240409

aaaaaaa

秒表示の移動アニメ 途中 20240408 blender

途中まで # メイン関数def main(): global text_object, plane_object # 以前のオブジェクトを削除 delete_objects() https://chat.openai.com/share/7de81e3f-8735-4dd8-a23f-5d47308d1f99 修正 色付け は まだの状態 https://chat.openai.com/share/8332b8…

60秒 部分だけの 表示更新 設定 20240408 blender

https://chat.openai.com/share/4a91e3b8-5c3c-48be-b70c-f38303ee6cf4

Text Editor の 表示ボタンが 消えた問題 記録  20240408 blender

左下の操作画面 その操作ボタンが 表示されていない 時刻表示を 毎秒 取得する際の問題発生らしい Blenderのテキストエディターに表示ボタンが消える問題は、bpy.types.TEXT_HT_header.draw を上書きしてしまうことが原因です。UIを追加する際に、既存のUIを…

時刻を取得して表示する python 20240408 blender

時刻を取得して表示する python 20240408 blender https://chat.openai.com/share/bf833387-3497-41db-9918-6f2c4269915f ChatGPT3.5 で コードをコピーできる https://chat.openai.com/share/98b876ac-71a5-45d7-ac1b-4d59d28e2bc6 1秒毎に 時刻表示が 自…

初期設定に 戻す 20240407 blender

モニター画面 左上 Fileを選択 Defaults 選択 Load Factory Settings 選択 初期設定に戻った 3D Viewport 背景色1つの 設定 20240407 blender - million2024のブログ 特殊相対性理論が トンデモだったの お話 togetter.com 2022zionad.hatenablog.com https…

3D Viewport  背景色1つの 設定 20240407 blender

明るさや 赤さ Green さ 青さ 変更できる 背景色は 1から7の番号で選択 2色目の背景色を 手動で設定すると こうなる 手動で 色設定 3D Viewport 背景色 2つ目の 設定 Edit の 画面内 位置確認 次に Preferences の 位置確認 Edit Preferences Themes で …

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

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')