Jump to content

pixel

Members
  • Posts

    10
  • Joined

Personal Information

  • Country
    Belgium

pixel's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. I found this on another forum, might be useful You have to be in an editable poly, select the vertex you want to "Z-Relax", then launch the script (open listener, copy paste the code, select the code and drag & drop on a toolbar to create a button) ( /* Zlax Relaxes verts only along the Z axis 2008 [email]shannont@pbworld.com[/email] adjusted to only work on selected verts by Dave Buchhofer [email]dbuchhofer@gmail.com[/email] 01-2009 */ --local theQuery = queryBox "This will convert your object into an editable poly.\nALL modifiers will be lost!\nDo you still want to do this?" --if theQuery != false do ( --functions fn geomFilt o = (superClassOf o == GeometryClass) local theSourceObject = selection[1] if (ClassOf theSourceObject == Editable_Poly) and (subobjectLevel == 1) and (theSourceObject.selectedVerts.count != 0) then ( --Copy our object to a new one local theCopy = copy theSourceObject verts = theCopy.selectedVerts as bitarray --set the relax settings theCopy.relaxAmount = .25 theCopy.relaxIterations = 4 theCopy.relaxHoldOuterPoints = false theCopy.relaxHoldBoundaryPoints = false theCopy.EditablePoly.Relax selLevel:#Object --Change the Z values for all the original verts based on the z value of the relaxed object for v in verts do ( theOriginalVertPos = polyOp.getVert theSourceObject v theNewVertPos = polyOp.getVert theCopy v theZrealxedPos = [theOriginalVertPos.x,theOriginalVertPos.y,theNewVertPos.z] polyOp.setVert theSourceObject v theZrealxedPos ) delete theCopy select theSourceObject subobjectLevel = 1 )else messagebox "Z relax currently only works on Collapsed Editable Poly objects\nand requires a selection at the vertex level." ) )
  2. That's great, very very good overall quality. The onlly thing I don't understand is the really bad resampling of the images. Was it so complicated to do it better? I'm impressed by the animation. Those are from big CG companies but anyway, excellent quality !
  3. very flat renderings IMO, far from the quality archviz can achieve nowadays...
  4. Hi, I've submitted 2 images. I was wondering two things : - Do the images have to stay confidential since the publishing of the results ? - When the results will be published ? Thanks
  5. Studio/Institution: pixelab Client: Vincent Callebaut Genre: Commercial Exterior Software: 3dsmax / vray / photoshop Website: http://www.pixelab.be Description: Rendering for the Seoul Performing Arts Center competition - Project
  6. Studio/Institution: pixelab Client: Vincent Callebaut Genre: Commercial Exterior Software: 3dsmax / vray / photoshop Website: http://www.pixelab.be Description: Rendering for the Seoul Performing Arts Center competition - Project
  7. Studio/Institution: pixelab Client: Jacques Fradin - Jean Michel Weck Genre: Institution Software: 3dsmax, Vray, Photoshop Website: http://www.pixelab.be Description: Image of a public building for a local competition
  8. Studio/Institution: pixelab Client: MDW & Vincent Callebaut Genre: Residential Exterior Software: 3dsmax, Vray, Photoshop Website: http://www.pixelab.be Description: Night view - View made for an architecture contest
  9. Studio/Institution: pixelab Client: MDW & Vincent Callebaut Genre: Residential Exterior Software: 3dsmax, Vray, Photoshop Website: http://www.pixelab.be Description: Day view - View made for an architecture contest
  10. Studio/Institution: pixelab Client: MDW Architecture Genre: Residential Exterior Software: 3dsMax Vray Photoshop Website: http://www.pixelab.be Description: Project by the belgian architecture studio MDW architecture. Approx. 30h of work
×
×
  • Create New...