Subscribe to PixelSham.com RSS for free

3Dprinting (179) A.I. (897) animation (353) blender (217) colour (240) commercials (53) composition (154) cool (368) design (655) Featured (91) hardware (316) IOS (109) jokes (140) lighting (298) modeling (156) music (189) photogrammetry (197) photography (757) production (1308) python (101) quotes (498) reference (317) software (1379) trailers (308) ves (571) VR (221)

POPULAR SEARCHES unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

  • Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

BREAKING NEWS

LATEST POSTS

  • Apple KeyNote – Create 3D models with Object Capture

    pIXELsHAM.com
    Jun 9, 2021
    hardware, modeling, photogrammetry, production, software

    https://developer.apple.com/videos/play/wwdc2021/10076/

     

    https://developer.apple.com/documentation/realitykit/capturing_photographs_for_realitykit_object_capture

     

    https://sketchfab.com/alban/collections/object-capture

     

    Views : 2,884
  • 7 Easy Portrait Lighting Setups

    pIXELsHAM.com
    Jun 9, 2021
    lighting, photography

    Butterfly

    Loop

    Rembrandt

    Split

    Rim

    Broad

    Short

    Views : 646
  • Schofield’s Laws of Computing

    pIXELsHAM.com
    Jun 5, 2021
    quotes, software

    https://www.freecodecamp.org/news/schofields-laws-of-computing/

     

    “Never put data into a program unless you can see exactly how to get it out.” ― Jack Schofield (2003)

     

    “Data doesn’t really exist unless you have at least two copies of it.” ― Jack Schofield (2008)

     

    “The easier it is for you to access your data, the easier it is for someone else to access your data.” ― Jack Schofield (2008)

    Views : 645
  • Advanced Computer Vision with Python OpenCV and Mediapipe

    pIXELsHAM.com
    Jun 4, 2021
    Featured, production, python, software

    https://www.freecodecamp.org/news/advanced-computer-vision-with-python

    (more…)
    Views : 1,179
  • How to Build a Hackintosh

    pIXELsHAM.com
    Jun 4, 2021
    hardware, production

    https://www.freecodecamp.org/news/build-a-hackintosh/

    A Hackintosh is a non-Mac computer system, made with PC parts, that runs the macOS operating system.

    Views : 759
  • Neural Actor: Neural Free-view Synthesis of Human Actors with Pose Control

    pIXELsHAM.com
    Jun 4, 2021
    software

    gvv.mpi-inf.mpg.de/projects/NeuralActor/


    Views : 707
  • Basic GafferHQ python introduction

    pIXELsHAM.com
    Jun 2, 2021
    python, software

    Working with the Python Scripting API
    http://www.gafferhq.org/documentation/1.0.2.0/WorkingWithThePythonScriptingAPI/index.html

     

    Node Graph editing in Python
    https://www.gafferhq.org/documentation/1.0.0.0/WorkingWithThePythonScriptingAPI/TutorialNodeGraphEditingInPython/index.html

     

    Common operations
    https://www.gafferhq.org/documentation/1.0.0.0/Reference/ScriptingReference/CommonOperations/index.html

     

    Scripting box nodes
    https://blog.gafferhq.org/?p=278

     

    Dev and pipe tips
    https://blog.gafferhq.org/?cat=35

     

     

    import GafferScene
    import Gaffer
    
    # return a list of selections
    # (nodes HAVE TO BE selected for the following)
    sel = root.selection() # gaffer standard set
    
    list(sel)
    sel[0].typeName()
    dir( sel[0] )
    sel[0].getName()
    sel.clear()
    root.removeChild( sel[0] )
    
    # store the selected nodes in a variable
    >>> sel = root.selection()
    >>> myGroup = sel[0]
    >>> light = sel[1]
    
    # set location name
    myGroup['name'].setValue('groupLocation')
    light['name'].setValue('photometricLightLocation')
    # connect a node to a group
    >>> myGroup['in'][0].setInput( light['out'] )
    
    # return the node/port attached to a group port
    >>> myGroup['in'][0].childNames('/')
    photometricLightLocation
    
    >>> myGroup['in'][0].getInput().fullName()
    >>> myGroup['in'][0].source().fullName()
    gui.scripts.ScriptNode.lighting_in1.PhotometricLightNode.out
    
    # return the full name of one of the objects
    # attached to the out port
    >>> light['out'].outputs()[0].fullName()
    gui.scripts.ScriptNode.lighting_in1.GroupNode.in.in0
    
    >>> light
    GafferArnold.ArnoldLight( "PhotometricLightNode" )
    
    >>> light['out'].childNames('')
    photometricLightLocation
    
    >>> light['out'].outputs()[0].node()
    GafferScene.Group( "Group" )
    
    
    Views : 286
  • Steven Meizler – Cinematographer on The Queen’s Gambit

    pIXELsHAM.com
    Jun 1, 2021
    lighting

    ascmag.com/videos/clubhouse-conversations-the-queens-gambit

    Views : 907
  • Natron – Open Source Compositing Software For VFX and Motion Graphics

    pIXELsHAM.com
    Jun 1, 2021
    production, software

    natrongithub.github.io/

    Views : 1,036
  • LuxCore – Open Source, Physically Based Renderer for Blender

    pIXELsHAM.com
    Jun 1, 2021
    blender, production, software

    luxcorerender.org/

     

    https://en.wikipedia.org/wiki/LuxCoreRender#:~:text=Although%20the%20original%20LuxRender%20is,rendering%20caustics%20in%20some%20circumstances.

    Note: Although the original LuxRender is a full spectral renderer, the new LuxCoreRender drops full spectral rendering in favor of simulating spectral dispersion when required.[14][15] However, this leads to some inaccuracies when rendering caustics in some circumstances.[16]

     

    Views : 1,079
  • appleseed – an Open Source, physically-based global illumination, Blender friendly rendering engine

    pIXELsHAM.com
    Jun 1, 2021
    blender, production, software

    appleseedhq.net/

    Views : 881
  • Trelby – a free, open source, multiplatform, feature-rich screenwriting program

    pIXELsHAM.com
    May 31, 2021
    production, software

    www.trelby.org/

    Views : 838
  • Krita – free and open source painting program

    pIXELsHAM.com
    May 31, 2021
    production, software

    krita.org/en/

    Views : 835
  • FreePlane – Open Source mind mapping and concept software

    pIXELsHAM.com
    May 31, 2021
    software

    www.freeplane.org/wiki/index.php/Home

    Views : 693
  • LiveNETIC by LiNKNETiC: "TECHNOLOGY VS ARTISTRY" with Daniele Tosti & Raffaele Cirillo

    pIXELsHAM.com
    May 31, 2021
    ves

    Views : 881
Previous Page
1 … 168 169 170 171 172 … 433
Next Page

FEATURED POSTS

  • Diffusion as Shader – 3D-aware Video Diffusion for Versatile Video Generation Control

    pIXELsHAM.com
    Jan 9, 2025
    A.I.

    https://igl-hkust.github.io/das

    Views : 24
  • DJI Phantom GoPro Aerial Rig

    pIXELsHAM.com
    Apr 23, 2013
    photography

    http://dslrpros.com/Products/tabid/94/ProductID/68/language/en-US/Default.aspx

    http://dslrpros.com/Products/tabid/94/ProductID/68/language/en-US/Default.aspx

    Views : 984
  • Nuke – Color matching/stabilization, with/without Curve Tool

    pIXELsHAM.com
    Sep 11, 2023
    colour, production, software

    Views : 239
  • Designing unique bookcases

    pIXELsHAM.com
    Oct 13, 2021
    design

    www.boredpanda.com/creative-bookshelves/?utm_source=google&utm_medium=organic&utm_campaign=organic

    Views : 733
  • THE GRAY MAN | Directors Anthony & Joe Russo & Executive Producer Geoff Haley | ShotDeck: Shot Talk

    pIXELsHAM.com
    Jul 25, 2022
    composition, lighting, photography, production

    Views : 609
Views : 10,149

RSS feed page

Search


Categories


Archive


Disclaimer


Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.