Cyberpunk-Blender-add-on
Cyberpunk-Blender-add-on copied to clipboard
Collision Mesh Actors
Seb is enabling the meshes to be exported from the collision cache thing to json, need to implement import and add to the sectors import. Have some initial code to bring in and convert to a mesh.
Drawing the meshes should be a simple addition, should be able to add this over the weekend.
Do we want the ability to write these out as well?
S
Dont think we can import to wkit, so no point in exporting currently. I've got the code for import done already.
Where do we sit with this? I know I never added the draw function for meshes as a collision shape but seem to remember you had done something
theres code in https://github.com/WolvenKit/Cyberpunk-Blender-add-on/blob/main/i_scene_cp77_gltf/importers/collision_mesh_import.py that imports them if called, I just havent hooked it into anything yet
have these being imported by the sector import now. Is in my github, will be in my next big commit.