rioforce

Results 27 comments of rioforce

Hi and welcome! If you would like to contribute to our LDR Importer, all you need to do it Fork the repo, put your changes on the fork, and create...

Here's a little tutorial that may help you. :) https://guides.github.com/activities/forking/ If you want, you can just paste your updated script in a code box by wrapping it with the ``...

Looks good so far! Can't wait to see the code! :)

I just looked at your code, and it has some good stuff in it that I might be able to add into the importer as extra options (like the bevel)....

I understand now. I have actually made node setups for the different materials (like gold or rubber for example) and some of them are already in the script, but for...

I think it is on line 180-191 where the material gets applied to the mesh (maybe) and on 413-690 is a list of materials. Here's a link https://github.com/le717/LDR-Importer/blob/master/import_ldraw.py#L413-L690

So do you mean that I need more bevel on the bricks or less? Try out the latest code and tell me what you think. I made the bevel be...

I tested your code and at first it didn't work. I fixed it to where it would work (there were just some formatting errors like inconsistent use of tabs and...

I'll test your code with a few large models tomorrow and see how it works. :)

Not bad, there are a few features in there like linking mesh and setting the origin that will help a lot. The only problem is, they are always default, which...