-
- Downloads
Add Mesh Extra Objects: Update, Fix crash with Wall Factory
Bumped version to 0.3.2 Wall Factory: Fix crash with Wall Factory when openings and slots are enabled (unorderable types: opening() < opening()) with the repeat option on as the sort function compared stored classes instead of the numerical values Fix the module not working properly after (F8) reload Cleanup - consistent prop definitions Remove star imports Small UI reorganization to save vertical space The code will probably need some further refactor as the usage of globals is not so clear add_mesh_triangles: cleanup, remove unused vars add missing GPL notice, some UI tweaks, add tooltip add_mesh_pyramid: indentation cleanup add_mesh_beam_builder: add an option to snap to cursor add_mesh_teapot: use defs instead of assigning lambdas (E731)
Showing
- add_mesh_extra_objects/Blocks.py 191 additions, 88 deletionsadd_mesh_extra_objects/Blocks.py
- add_mesh_extra_objects/Wallfactory.py 552 additions, 474 deletionsadd_mesh_extra_objects/Wallfactory.py
- add_mesh_extra_objects/__init__.py 87 additions, 81 deletionsadd_mesh_extra_objects/__init__.py
- add_mesh_extra_objects/add_mesh_beam_builder.py 128 additions, 102 deletionsadd_mesh_extra_objects/add_mesh_beam_builder.py
- add_mesh_extra_objects/add_mesh_gears.py 127 additions, 111 deletionsadd_mesh_extra_objects/add_mesh_gears.py
- add_mesh_extra_objects/add_mesh_gemstones.py 64 additions, 61 deletionsadd_mesh_extra_objects/add_mesh_gemstones.py
- add_mesh_extra_objects/add_mesh_honeycomb.py 38 additions, 36 deletionsadd_mesh_extra_objects/add_mesh_honeycomb.py
- add_mesh_extra_objects/add_mesh_menger_sponge.py 24 additions, 24 deletionsadd_mesh_extra_objects/add_mesh_menger_sponge.py
- add_mesh_extra_objects/add_mesh_pyramid.py 80 additions, 72 deletionsadd_mesh_extra_objects/add_mesh_pyramid.py
- add_mesh_extra_objects/add_mesh_round_brilliant.py 78 additions, 72 deletionsadd_mesh_extra_objects/add_mesh_round_brilliant.py
- add_mesh_extra_objects/add_mesh_round_cube.py 29 additions, 24 deletionsadd_mesh_extra_objects/add_mesh_round_cube.py
- add_mesh_extra_objects/add_mesh_star.py 4 additions, 1 deletionadd_mesh_extra_objects/add_mesh_star.py
- add_mesh_extra_objects/add_mesh_teapot.py 13 additions, 6 deletionsadd_mesh_extra_objects/add_mesh_teapot.py
- add_mesh_extra_objects/add_mesh_triangles.py 187 additions, 169 deletionsadd_mesh_extra_objects/add_mesh_triangles.py
Loading
Please register or sign in to comment