ブログみるアプリ
日本中の好きなブログをすばやく見られます
無料ダウンロード
ブログ村とはIDが異なります
メインカテゴリーを選択しなおす
フォロー
Spatial Birds
Full Feature List - 1. Start Scene (Bounded Mode) Tap the Play button to start interacting with the birds. If the Tutorial Mode butto...
2025/03/04 04:26
Spatial Birds privacy policy
Our app does not collect, store, or share any personal information from users. Data Not Collected: Contact Information (name, email address,...
2025/03/04 04:24
snake
2025/01/31 17:52
Pteranodon Document
Demo Scene Usage: In the demo scene, you can control the Pteranodon's third-person character by playing the scene in the Play In Editor m...
2024/12/05 12:22
Brachiosaurus
2024/12/01 13:48
Allosaurus
2024/11/26 14:08
Brachiosaurus, Allosaurus, Stegosaurus, Pteranodon
2024/10/22 20:42
stegosaurus,
2024/10/12 14:23
Pteranodon,
2024/10/09 17:18
Brachiosaurus,
2024/10/06 13:41
2024/10/03 16:48
Brachiosaurus,Pteranodon,
The main content is the process of creating the game engine assets currently being created.
2024/09/24 09:01
Spatial Pose Recorder
Spatial Pose Recorder: Capture and Visualize Motion in Space support mail:junichistamesi@gmail.com Overview: Spatial Pose Recorder is an a...
2024/09/18 23:20
Spatial Pose Recorder privacy policy
Our app does not collect, store, or share any personal information from users. Data Not Collected Contact Information (name, email address...
2024/09/18 23:19
Spatial Coordinate
Spatial Coordinates:Measure Your Space in 3D https://apps.apple.com/us/app/spatial-coordinates/id6661024444 support mail:junichistamesi@gmai...
2024/08/30 00:47
Spatial Coordinate privacy policy
2024/08/30 00:36
Spatialer
Spatialer: Redefine Your Space with Interactive Triggers support mail:junichistamesi@gmail.com Overview Spatialer is the spatial equivalent ...
2024/08/22 17:35
Spatialer privacy policy
2024/08/22 16:21
Apple Vision Pro Apps
Spatial Aquarium https://apps.apple.com/app/spatial-aquarium/id6587571590 Spatial Mini Games https://apps.apple.com/us/app/spatial-mini-ga...
2024/08/11 11:55
2024/08/11 09:39
Spatial Aquarium Privacy Policy
Our app does not collect, store, or share any personal information from users. Data Not Collected Contact Information (name, email addre...
2024/08/07 22:40
Spatial Aquarium
support mail:junichistamesi@gmail.com Take advantage of our limited-time offer and get the app for free! Only the first 300 downloads will b...
2024/08/07 22:38
Pteranodon, Brachiosaurus
2024/07/23 17:38
Spatial Mini Games Privacy Policy
Our app does not collect, store, or share any personal information from users. Data Not Collected Contact Information (name, email addr...
2024/07/22 20:57
Spatial Mini Games
Support mail:junichistamesi@gmail.com Privacy Policy Overview: Spatial Mini Games is a collection of engaging and interactive spatial expe...
2024/07/22 20:27
Notice of Temporary Closure
Thank you for your continued support. We would like to inform you that our office will be temporarily closed from Thursday, June 27, 2024,...
2024/06/26 05:55
ルートボーンのポーズアニメーションをアーマチュア全体の動きに変更するBlender Pythonスクリプト
# RootPoseToArmature import bpy from mathutils import Matrix, Vector # Note: This script will automatically set the armature's rotation mode...
2024/05/28 00:15
UnityでつけたポーズをBlenderに取り込む方法(もっと簡単な方法あるかも)
Unityのエディタでシーンビュー内でつけたポーズをBlenderにもっていく方法 1. Unity側のスクリプト をポーズを付けたFBXにアタッチしてレストポーズにしたFBXを referenceModelとして設定する。 ポーズを付けたFBXのrootBoneと出力先のパス...
2024/04/30 03:02
Efficient Use of Blender Assets
-How to bake actions in Blender http://eizouasobi.blogspot.com/2024/04/how-to-bake-actions-in-blender.html -How to split actions in Blender ...
2024/04/22 13:22
Formatting Animation Name Files for Use with ActionMaking.py
If the animation number files attached to your assets are not in the correct format for use with the ActionMaking.py script, please use the...
2024/04/22 13:15
How to split actions in Blender
WalkForward:10-40 WalkRight:50-80 WalkLeft:90-120 WalkBack:130-160 A Python script that reads a text file in the format shown above and crea...
2024/04/20 17:20
How to bake actions in Blender
1.Select all bones in Pose Mode. 2.Go to the menu in the 3D Viewport and select Pose -> Animation -> Bake Action. 3.Ensure these five option...
2024/04/20 17:19
Avian Adventure MRリリース
https://www.meta.com/ja-jp/experiences/7470795092972146/
2024/04/04 12:40
Avian Adventure MR
Avian Adventure MR is an MR action game consisting of four stages. You can control a bird flying around a real room to collect fruits and c...
2024/04/01 14:26
Avian Adventure MR privacy policy
1. Data Collection Explanation: Our app does not collect any personal data from users. We respect your privacy and ensure that no personal ...
2024/04/01 14:24
Room Reflect Shooter MRリリース
https://www.meta.com/ja-jp/experiences/7082792821834790/
2024/02/01 12:10
Room Reflect Shooter MR privacy policy
1. Data Collection Explanation: Our app does not collect any personal data from users. We respect your privacy and ensure that no personal i...
2024/01/24 14:02
Room Reflect Shooter MR
Overview: This is an MR shooting game consisting of three stages. In the entrance scene, you select a stage and click the start button to b...
2024/01/24 13:57
UnityでGeminiを使用する
↓ChatGPTさんにドキュメント読んでもらって書いてもらったものそのまま using UnityEngine; using UnityEngine.Networking; using System.Collections; public class GoogleGeminiAP...
2023/12/14 13:15
奥の物体を描画しなくなるシェーダー(VR,MR向け)
Shader "Custom/OcclusionShader" { Properties{ _Color("Main Color", Color) = (1,1,1,1) } SubShader{ Tags...
2023/11/20 11:01
GPT-4Vを使ってカメラ画像とテキストを用いて対話する
using UnityEngine; using System.Collections; using UnityEngine.Networking; using System; using TMPro; using Newtonsoft.Json; using System.C...
2023/11/17 18:08
The Meshes of ModularAnimalRobotBiped
Tails Power parts Pelvises Necks Legs Heads Bodies Arms
2023/10/19 19:11
Animation patterns of ModularAnimalRobotBiped
2023/10/19 19:01
How To Use ModularAnimalRobotBiped.
https://www.youtube.com/watch?v=nUGIblZhw9Q Modular Animal Robot Biped is an asset that allows you to create characters with various patter...
2023/10/19 18:14
画像サイズの一括変更
WindowsでImageMagick https://imagemagick.org/index.php でフォルダとサブフォルダ内のpng画像ファイルのサイズを1024x1024に変える方法 コマンドプロンプトでフォルダに移動し forfiles /S /M *.png /...
2023/10/19 09:43
選択した複数のメッシュについてアーマチュアも含めて個別にFBXとしてエクスポートするBlender Pythonスクリプト
import bpy # 選択されたメッシュオブジェクトを取得 selected_meshes = [obj for obj in bpy.context.selected_objects if obj.type == 'MESH'] for mesh in selected_...
2023/09/27 15:40
BlenderでFBXの一括Export
import bpy import json # テキストファイルからエクスポートリストを読み込む with open("your_filepath/export_list.txt", "r") as file: export_list = json.load(file...
2023/09/26 15:40
Change the texture group of the selected textures.
import unreal # エディタ内で選択されたアセットを取得 selected_assets = unreal.EditorUtilityLibrary.get_selected_assets() for asset in selected_assets: if...
2023/08/24 10:50
異なるアーマチュアからボーンの名前をコピーする
import bpy import math def find_nearest_bone(target_bone, reference_armature): min_distance = float('inf') nearest_bone_name = None ...
2023/07/24 14:30
ModularAnimalRobot(Allosaurus)
2023/06/12 10:50
メジロ
2023/05/26 19:40
Copies keyframes of specific frame number of selected bones in pose mode to specified frame numbers.
import bpy # キーフレームの番号リスト keyframe_numbers = [1, 2] # このリストにコピー先のキーフレーム番号を追加してください。 # アクティブなオブジェクトがアーマチュアであることを確認 if bpy.context.object.ty...
2023/04/12 13:33
How to resize my blender market assets.
import bpy, mathutils armature_object = bpy.data.objects["VultureArmature"] multiplier=3 # Set the scale to multiplier armature_object.scale...
2023/02/13 18:53
異なるメッシュをShapeKey
import bpy # Select the two meshes mesh_a = bpy.data.objects["Cube"] mesh_b = bpy.data.objects["Cube.001"] # Assign the shape keys of Mesh...
2023/02/02 15:59
時計
時計を描くBlender Pythonスクリプトを書け。 以下は、BlenderのPythonスクリプトを使用して時計を作成する例です。これを修正または変更して、独自の画像を作成することができます。 import bpy import math from datetime i...
2023/01/31 12:14
ModularAnimalRobot
2022/12/25 15:14
Allosaurus,Pteranodon,stegosaurus,
2022/11/30 10:25
Magnapinna(Bigfin squid), Scotoplanes(Sea pig), Oarfish
2022/11/29 10:20
Dragon
2022/10/06 15:08
2022/10/04 04:37
Gallimimus
2022/09/28 22:20
blender market update
https://blendermarket.com/products/complete-animals https://blendermarket.com/products/invertebrates-pack https://blendermarket.com/products...
2022/09/13 13:08
Tyrannosaurus
2022/08/02 12:19
2022/07/17 11:10
Macaw
2022/07/16 02:17
2022/07/04 01:00
2022/06/12 05:42
ModularAnimalRobot(tail, arm)
2022/06/12 01:42
2022/06/09 21:53
RobotLeg1
RobotLeg1 is a leg of a robot that walks with a generative animation by controlling it with a control rig. The main assets are the Skelet...
2022/05/28 08:31
Cyborg
2022/04/29 22:36
Stegosaurus, Tyrannosaurus
2022/04/20 12:14
Stegosaurus, Tyrannosaurus,
2022/04/18 16:37
2022/04/18 08:14
Trilobite(Walliserops)
2022/02/26 10:43
Peregrine falcon,
2022/02/22 21:09
Gorilla,Wildebeest,Ostrich
2022/02/14 11:52
rabbit
2022/01/17 13:39
Parasaurolophus,Velociraptor, Ankylosaurus
2021/12/04 09:58
Velociraptor, Ankylosaurus, Pachycephalosaurus, Parasaurolophus
2021/10/16 12:00
Description of the rainforest animals pack for Unreal Engine.
Rainforest Animals:キャラクター - UE マーケットプレイス (unrealengine.com) -Overview: This is a package that picks up the 3D model and animation assets of ...
2021/04/12 14:31
Purchase Guide of Junnichi Suko's Animal Assets for Unreal Engine
All animal assets for Unreal Engine produced by Junnichi Suko are included in the following packages: Complete Birds Pack Fishes Invertebrat...
2021/04/12 14:06
Vulture
2021/03/22 11:56
2021/03/22 11:55
Shoebill
2021/03/07 21:25
Budgerigar
2021/03/05 17:51
2021/03/02 02:31
2021/02/26 18:31
Budgerigar, Vulture, Shoebill, Falcon
2021/02/18 09:46
CompleteAnimalsForUnrealEngine
2020/06/01 10:21
Toucan, Velociraptor
2020/05/31 09:05
Dog, Spinosaurus
2020/05/30 09:34
Budgerigar, Otter
2020/05/29 07:32
Shoebill, Spinosaurus
2020/05/28 06:30
Dog, snake
2020/05/27 08:42
Pachycephalosaurus, Parasaurolophus
2020/05/26 08:03
Toucan, Blue whale
2020/05/25 09:49
Bat, Kangaroo
2020/05/24 11:34
Dog, Flamingo, snake,
2020/03/31 12:08
Spinosaurus, Manta, Kangaroo
2020/03/19 14:26
1件〜100件
「ブログリーダー」を活用して、JSさんをフォローしませんか?