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()
@waracanaАй бұрын
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!
@kayotic321Ай бұрын
@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.
@waracanaАй бұрын
@@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!
@waracanaАй бұрын
@@kayotic321 I just tested this..and it worked: >>> def set_material_metallic_to_zero(): ... for material in bpy.data.materials: ... if material.use_nodes: ... for node in material.node_tree.nodes: ... if node.type == 'BSDF_PRINCIPLED': ... node.inputs['Metallic'].default_value = 0.0 ... >>> set_material_metallic_to_zero()
@jensenarchitect11 ай бұрын
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!
@tulipliptu39610 ай бұрын
it's worked thank you so much!!!!!
@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.
@violamassone8024 Жыл бұрын
Finally, thanks!!!
@ZiadSourany Жыл бұрын
hi, if you made changes in Revit can you refresh the updates or the entire Revit file will be downloaded again in Blender?
@archanto5777 Жыл бұрын
Hi, unfortunately you have to upload the file again
@ZiadSourany Жыл бұрын
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
@alfredtoader39954 ай бұрын
kzbin.info/www/bejne/moHKooWVbaenkJY this is the best option
@NadiraDiandra-su9sf4 ай бұрын
thank you so much, it works!!!!!!
@rochelle39567 ай бұрын
it works thanks so much!
@pascalarchange83637 ай бұрын
Thé best way thx... Also revit export fbx ...its the best way to export géométrie but without texture...