ImportLDraw
                                
                                 ImportLDraw copied to clipboard
                                
                                    ImportLDraw copied to clipboard
                            
                            
                            
                        A Blender plug-in for importing LDraw file format Lego models and parts.
Error when importing - sequences of dimension 0 should contain 3 items, not 4 the line the error is occurring on is 1802  material.diffuse_color = getDiffuseColor(col["colour"]) Blender version...
I downloaded importldraw1.1.11_for_blender_281.zip and make blender have the functionality of importing .dat files. But I also found that some models were not imported correctly. For example, what the model 12.dat...
Is possible to export from blender to a new piece of LDraw or modify anyone in the future?
This fixes an error where importing a light brick would cause a crash because 2.8 doesn't have bpy.data.lamps. This fix uses bpy.data.lights for 2.8 and keeps bpy.data.lamps for everything else.
The textured material for slopes was applied incorrectly when importing .dat files. This is now fixed.  
e.g.: 6582.dat
[Hello.] First of all thanks for your great job and very useful addon. I have an issue with freestyle lines, when i trying to make lego instructions look render. There...
When working with large files ([58k bricks](https://gist.github.com/ossman11/5a891a4015a885272260a41c3ec06e72)) it takes a long time (~1h) to duplicate all the bricks. Additionally once the model is loaded into the scene it is almost...
Add ImportLDrawPreferences.ini to gitignore
Reloading scripts now reloads the entire plugin, making development easier. Prior to this, you would have to restart Blender 2.80 for changes to take effect.