blender/release/scripts/startup/bl_ui
Nicholas Bishop 289c8b5758 Add remesh modifier (dual contouring).
This patch adds a new remeshing modifier. The algorithm is based on
the paper "Dual Contouring of Hermite Data", and the implementation
was contributed to Blender by Dr. Tao Ju.

The contributed code is in intern/dualcon, and was modified to compile
under gcc and work on 64-bit systems. Files not needed for Blender
were removed and a small C wrapper was added in order to interface it
with Blender. The rest of the patch is just standard modifier stuff.

Reviewed by Sergey, code review link:
http://codereview.appspot.com/5491053/

The remesh icon was contributed by Zafio:
http://blenderartists.org/forum/showthread.php?240751-Request-for-modifier-icon/page2.
Thanks to everyone in that thread for the icon proposals and
discussion.

Documentation and examples on the Blender wiki:
http://wiki.blender.org/index.php/User:Nicholasbishop/RemeshModifier

In case the history is needed for anything, check the remesh-modifier
branch of this git repository:
https://gitorious.org/~nicholasbishop/blenderprojects/nicholasbishop-blender
2011-12-30 21:11:40 +00:00
..
__init__.py addons in contrib now have their own 'Testing' category which is off by default. 2011-11-17 20:11:20 +00:00
properties_animviz.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
properties_data_armature.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_data_bone.py correct spelling errors in comments 2011-10-17 06:58:07 +00:00
properties_data_camera.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_data_curve.py radius interpolation was incorrectly greyed out for 2D curves. 2011-10-13 06:07:11 +00:00
properties_data_empty.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_lamp.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
properties_data_lattice.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
properties_data_mesh.py * Fix some wrong icon names in MESH_MT_vertex_group_specials, they caused errors. 2011-11-26 14:04:33 +00:00
properties_data_metaball.py remove use of gettext: _("...") style translation now its handled by rna. 2011-09-21 15:18:38 +00:00
properties_data_modifier.py Add remesh modifier (dual contouring). 2011-12-30 21:11:40 +00:00
properties_data_speaker.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_game.py more mist settings should be accesible to BGE 2011-12-29 01:38:11 +00:00
properties_material.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_object_constraint.py Camera tracking: add camera to follow track and object solver constraint 2011-12-15 20:38:23 +00:00
properties_object.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_particle.py Cleaning up some issues that found their way into the python ui files with the first Cucumber merge. 2011-12-20 07:39:30 +00:00
properties_physics_cloth.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_physics_common.py Merge with trunk r41197 2011-10-22 16:43:23 +00:00
properties_physics_dynamicpaint.py Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface, 2011-11-23 17:25:25 +00:00
properties_physics_field.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_physics_fluid.py 2.6 Physics UI Files: 2011-11-10 19:10:23 +00:00
properties_physics_smoke.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_physics_softbody.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
properties_render.py Color management: add "Color Unpremultiply" option for images and render settings. 2011-12-30 14:17:11 +00:00
properties_scene.py Cleaning up some issues that found their way into the python ui files with the first Cucumber merge. 2011-12-20 07:39:30 +00:00
properties_texture.py Bicubic bump map filtering. 2011-12-15 13:58:09 +00:00
properties_world.py Related to #29092: make the working of the Mist Intensity option more clear in 2011-11-02 12:18:51 +00:00
space_clip.py Camera tracking: improvements of track preview widget 2011-12-30 10:20:29 +00:00
space_console.py 2.6 Python UI files: 2011-09-22 19:50:41 +00:00
space_dopesheet.py patch [#27917] MARKER MENUS: Unification and adding "Duplicate Marker to Scene..." 2011-11-03 12:47:39 +00:00
space_filebrowser.py RNA: 2011-11-07 16:26:53 +00:00
space_graph.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
space_image.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
space_info.py Blender 2.61 Release links and readme: 2011-11-29 20:13:20 +00:00
space_logic.py Cucumber, first batch of merge - UI changes and custom exit key 2011-12-20 03:11:56 +00:00
space_nla.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
space_node.py Removed buttons in node headers for hiding unused sockets and for hiding the (non-socket) option buttons. These are rarely used buttons that only complicate the UI. Alternatively these operators can still be accessed in the Node menu of the node editor window, "Toggle Hidden Node Sockets" and "Toggle Node Options" respectively. 2011-12-18 17:59:04 +00:00
space_outliner.py Fixing issues with i18n stuff: 2011-09-15 13:20:18 +00:00
space_sequencer.py hide overly picky warnings from 'pylint' for pep8 script, indentation edits. 2011-11-19 16:17:35 +00:00
space_text.py Fix #29655: keyboard shortcuts missing from text editor text menu, and removed 2011-12-19 14:23:19 +00:00
space_time.py pep/style edits & quiet some warnings 2011-11-11 03:28:46 +00:00
space_userpref_keymap.py cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
space_userpref.py Fix #29432: Marquee Select Bug 2011-12-07 09:55:37 +00:00
space_view3d_toolbar.py Fix #29516: Twist brush giving crazy results 2011-12-10 14:45:30 +00:00
space_view3d.py patch [#29673] Visualize Indices (developer aid) 2011-12-22 05:39:23 +00:00