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()
@NadiraDiandra-su9sf2 ай бұрын
thank you so much, it works!!!!!!
@casaleverde27954 ай бұрын
Great job!!!!
@rochelle39564 ай бұрын
it works thanks so much!
@pascalarchange83635 ай бұрын
Thé best way thx... Also revit export fbx ...its the best way to export géométrie but without texture...
@casaleverde27956 ай бұрын
Very interesting!!!!!!!
@HeinrichBoldt7 ай бұрын
did you ever try to use Speckle? it is a better way to keep thing with namings
@tulipliptu3968 ай бұрын
it's worked thank you so much!!!!!
@jensenarchitect8 ай бұрын
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!
@dancorona75929 ай бұрын
I CANT SEE THE OVERRIDES IN THE PROPERTIES
@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
@alfredtoader39952 ай бұрын
kzbin.info/www/bejne/moHKooWVbaenkJY this is the best option
@violamassone8024 Жыл бұрын
Finally, thanks!!!
@dsprime Жыл бұрын
hello dears! we used revit for interior projects. if you interesting process created album draws in revit, you can see my playlist - videocourse Interior in revit 2019
@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.