Functions
Last updated
Last updated
The Wrap It operator needs an active object selected to work and can also operate on multiple objects selected.
Clicking on the operator will show you the popup menu shown in Figure 1. Once you have the settings you want you can press the OK button to confirm the operation. You can then press F9
anywhere in the viewport to further edit the settings. Learn more about the F9
hotkey and the redo panel in this .
Here are the operator properties and what they do:
This offsets or inflates the wrap mesh. This has the effect of stretching the wrap surface between objects.
The offset of the shrinkwrap modifier added to the wrap mesh. This comes after the offset effect using the Mesh Offset property.
Wrap method for the shrinkwrap modifier. It originally has four but I only included the Nearest Surface Point, Nearest Vertex and Target Normal Project because it is the most optimal for the add-on.
Wrap mode for the shrinkwrap modifier. This determines if the points or vertices from the wrap mesh will stick above or below the surface of the selected objects.
Determines how to increase the resolution of the wrap mesh creating more points for the shrinkwrap modifier to work on. Using Subdivision will add a subdivision modifier to the wrap mesh and Remesh will add the remesh modifier instead.
This only shows up when you use Resolution: Subsidivision and determines the amount of subdivision to use.
This only shows up when you use Resolution: Remesh and determines the voxel size for the remesh modifier. Higher values means lower resolution and lower values will generate increased resolution.
The strengh of the smoothing applied to the wrap mesh.
How many times the smoothing will be applied to the wrap mesh.
This limit dissolves the generated shrinkwrap target object generated by the add-on to make the shrinkwrap modifier faster post operation. Use zero to disable this effect.
Adds a simple see through shader to the wrap mesh. This will create a material called " plastic_wrap" which if it already exists will be reused and assigned to the new wrap mesh you will make.
You can modify this material so future wrap meshes will have a common material to use.
The material search is done by name so if you want to make a particular wrap mesh material unique then just duplicate and rename it as shown in Figure 13. This can be done in the shader editor window.
Adds a remesh after the subdivision or remesh modifier and the shrinkwrap modifier. This makes the topology even which also helps when creating the web or net effect using the Wireframe toggle.
This also softens the mesh when using subdivision for resolution, helping clean out the sharp edges while preserving the crumpled plastic effect.
determines the voxel size for the remesh modifier. Higher values means lower resolution and lower values will generate increased resolution.
This is the second smoothing property and only appears if you use Post Remesh. This helps smooth out the remeshed mesh.
How many times the smoothing will be applied to the wrap mesh.
Adds a wireframe modifier to create a net or web effect/look. This modifier is added last in the stack.
This determines the thickness of the wireframe. You can use this to create a net/effect or even cloth if using increased resolution using Post Remesh.
The add-on can work on single or multiple objects selected. It works best for geometry that is not smooth and have extruded details, using multiple objects can provide these is pointy details even if they're comprised of simple primitives.
The result is partly non-destructive since you can still control the wrapping effects using the unapplied modifiers after the operation.
The script creates a single mesh from the selected object and uses this as the target object for the shrinkwrap modifier. It is then removed from the scene but saved in the blend file via a fake user.
You can move the selected objects around without affecting the wrap mesh. However, the wrap mesh will stay in its place because its shrinkwrap target mesh is invisible and cannot be moved.
To move the wrap mesh around, you need to finalize the shrinkwrap effects and then convert it to mesh using the W specials menu using the W
hotkey in object mode in the 3D viewport.
These are the inner workings of the add-on, now all you have to do is play around with some basic meshes to familiarize yourself with all the properties or settings when using the add-on.