Thank you! I was trying to used de IFCblender to export my file, but doesn`t working, the only whay to export is your method!
@kayotic32129 күн бұрын
If anyone's using this method - I used trusty AI to write me a Python Script that turns all the Material Alphas to 1.0 - Helps a lot with larger imports. Hope it helps Code as follows: import bpy def set_material_alpha_to_one(): for material in bpy.data.materials: if material.use_nodes: for node in material.node_tree.nodes: if node.type == 'BSDF_PRINCIPLED': node.inputs['Alpha'].default_value = 1.0 set_material_alpha_to_one()
@waracana4 күн бұрын
I believe metalness gets set to 1 on all materials on import, in case you want to add to that Python script, thank you BTW!
@kayotic3214 күн бұрын
@waracana ahh weird wasn't aware, not sure it was doing that on mine but I've only used once but for a large model I needed to transfer in .fbx format.
@waracana4 күн бұрын
@@kayotic321 it could be due to different versions of Blender, maybe just out of interest we could test with Blender 4.2 or 4.3. I imported collada as shown in the video, I don't know if that makes a difference. Thanks anyway!
@violamassone8024 Жыл бұрын
Finally, thanks!!!
@imflaviopires Жыл бұрын
Amazing video!! How can we update the model? Modification in the revit file and bring those modifications to the blender file/updating it?
@archanto5777 Жыл бұрын
Thank you Flavio. Unfortunately with this method you can't update in real time but you can export part of rvt file.
@NadiraDiandra-su9sf3 ай бұрын
thank you so much, it works!!!!!!
@rochelle39565 ай бұрын
it works thanks so much!
@ZiadSourany11 ай бұрын
hi, if you made changes in Revit can you refresh the updates or the entire Revit file will be downloaded again in Blender?
@archanto577711 ай бұрын
Hi, unfortunately you have to upload the file again
@ZiadSourany11 ай бұрын
Uploading the file again will make a copy of all objects in Blender, I am looking for a refresh to download only the modifications@@archanto5777
@alfredtoader39953 ай бұрын
kzbin.info/www/bejne/moHKooWVbaenkJY this is the best option
@pascalarchange83635 ай бұрын
Thé best way thx... Also revit export fbx ...its the best way to export géométrie but without texture...