I know this is just an example, but the easiest way is to avoid having to fix things by storing your work in layers / incremental subtools/saves and/or morph map. With the a morph of the original sphere for example, you could use the morph brush to paint back only the area you want to be reverted. Maybe in other situations…
well i was just using that gif as a general example. its not a matter of "hey im looking for a way to make a 45 degree segment on a cylinder" but moreso of i need a way to move, rotate, and scale, a segment or set of vertices without breaking my mesh's silhouette or edgeflow. there's tons of situations when i need…
Hi, you can also take a look at this video : https://youtu.be/YgGkLcaELHM?t=14m45s We also have some information in our documentation : https://support.allegorithmic.com/documentation/display/SD5/Functions I made a small sbs example with the if/else: https://www.dropbox.com/s/28okty9ngykoj7e/if_else_example.sbs?dl=1 In…
Depends on the subject matter. Did you have a specific object in mind? Also depends on the rendering engine. For example, intersecting meshes can cause problems with baking light maps. They can also cause depth sorting or aliasing artifacts. An example and info:…
You lost me at "everyone on equal footing". If one feels that attention to their submissions on the workshop was lagging as a result of poor marketing, then they should be trying to improve in that area, not dragging everyone down to their "equal" level. Certainly most people who take the whole Workshop thing seriously…
@cosmicsugar For Miranas hairdo, I personally prefer the one you did for her front view. The one using a flower rose as her ribbon on top of her head, with only one ponytail since it fits her best in my opinion, it feels so elegant. The extra glove feels a bit weird since she is already wearing another glove bottom.…
That's not a valid argument anymore honestly, for example, both Max and Maya still in 2012 or 2013 don't have a global modifier panel, which allows you to globally change stuff. Example: Modifier Zorb. It's a simple yet free script that anyone who will be stacking modifiers globally will need access to, yet 4 grand…
I kinda get this, and I kinda don't. As shown in the maya example, the first and last three degrees are to be identical and that we do need incremental knot vectors. I learned that these define how each span is connected, but I don't quite understand why the numbering must be uniform.…
What I'm asking for is then maybe just an extra way to call an event, in addition to On Activated and On Tapped? One that only activates when a key is held for a certain amount of time (in microseconds, not seconds). A way to have one hotkey be able to do one thing when tapped and another when held. I've got my x key set…
Well, I've been working with nurbs for about a decade, as industrial designer, and it has been quite shocking to me doing the same stuff with poly modeling. The problem with your example is that you got a spline only. In Rhinocers, you got a command called "Patch" that fills a nurbs curve perimeter with a surface. It can…