Yea, I tend to think 'folders' instead of 'groups' because of the folder icon that's used, but same thing. There is actually already a suggestion for it more or less, and it's one of the top 3 most request features:…
Considering the scale of the object its also very low poly, I should very rarely be able to see jagged edges on first glance. They stick out like a saw thumb. When making round objects always use the polygons where needed. It looks like it has 4 edges along the bottom for a quarter so adding up its like 300-400 triangles?…
reset doesnt work for me, i have six frames like that and i want to scale them at the same time. But custom pivot doesnt work like that, every frame scaled through manipulator when i tried it. i checked overlapping polygons and i checked if my frame was not flat. But i played with object pivot a lot while placing object to…
technically overdraw means drawing the same vertex again and again and again, like looking through transparent planes (vfx or vtrees, for example) ;) It would drastically reduce part/object count, since everything can be merged into one object. Load times would be higher though and level starts, having to load up all the…
Yeah sorry guys I wasn't very clear, I'm needed to do this on a ton of objects so while things like selecting vertex pairs and connecting works it just took to much time. Converting to patch triangulates the whole object, what might be unclear was that I wanted only the selected faces to be triangulated. Sage: Ok, I will…
You can write a function like this:fn curClass =( case (classOf (modPanel.getCurrentObject())) of ( Editable_Poly: return #editableMode Edit_Poly: return #editMode Editable_Mesh: return #editableMeshMode Edit_Mesh: return #editMeshMode Unwrap_UVW: return #uvMode SplineShape: return #splineMode Edit_Spline: return…
Thanks for the response. Yes, I have a portfolio. Do you think it would make sense to format the resume with the headers; Objective, Highlights of Qualifications, and Additional Information? Something like this: OBJECTIVE - something along the lines of seeking first concept artist job HIGHLIGHTS OF QUALIFICATIONS (should I…
Haha, yes, this just kills me - if you want to be sure that all the options are set correctly, you pretty much have to have a script which goes through all the objects in the scene and sets their per-object attributes correctly, and also sets the global attributes. I did that and now whenever I feel like backface culling…
Hey guys thanks for the response, the painting actually works well but still pretty tedious but way better than one by one. Ive come up with other solutions, one is the select all the outer polygons by hand, or painting, and then simply Ctrl + I to invert and delete. Or Delete half (if object is symmetrical) and delete the…
I like what you have going here, some great modeling that I'd like to see more of. As for the background I think you've hit the two extremes. A black background robs most objects of their silhouette and often requires a really strong back light to help frame the object and separate it from the background. A white…