Subscribe to PixelSham.com RSS for free

3Dprinting (179) A.I. (900) animation (353) blender (217) colour (241) commercials (53) composition (154) cool (368) design (657) Featured (91) hardware (317) IOS (109) jokes (140) lighting (300) modeling (156) music (189) photogrammetry (197) photography (757) production (1308) python (101) quotes (498) reference (317) software (1379) trailers (308) ves (573) 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

  • Shooting Macro with the Laowa lens

    pIXELsHAM.com
    Aug 12, 2018
    photography

    Views : 1,106
  • Make your Own Augmented Reality – with PowerPoint and Aurasma

    pIXELsHAM.com
    Aug 12, 2018
    production, software, VR

    Views : 1,203
  • Positive and Negative Space in Photography Composition

    pIXELsHAM.com
    Aug 12, 2018
    composition, photography

    Views : 1,323
  • Creating the Dinosaurs of Jurassic World

    pIXELsHAM.com
    Aug 11, 2018
    production

    Views : 1,142
  • Substance Painter Adds Subsurface Scattering for More Realistic Characters and Materials

    pIXELsHAM.com
    Aug 11, 2018
    software

    Views : 1,202
  • Lua In one hour

    pIXELsHAM.com
    Aug 10, 2018
    software

    https://www.lua.org/pil/contents.html

    http://luatut.com/crash_course.html

    Views : 1,097
  • You Don’t See in 4K

    pIXELsHAM.com
    Aug 9, 2018
    production

    Views : 1,037
  • Ziva VFX 1.4 Puts Real-World Physics into Character Creation

    pIXELsHAM.com
    Aug 8, 2018
    animation, software

    www.animationmagazine.net/tech-reviews/ziva-vfx-1-4-puts-real-world-physics-into-character-creation/

    https://vimeo.com/239275691

    Views : 1,188
  • Control a path’s vertices in After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    Create a ‘stroke only’ shape layer with four points using the pen tool – with RotoBezier mode on (or rmb on the path attribute and convert to rotobezier).

    Window menu > Create Nulls from paths.jsx

    Select the path in the shape layer – note: the path itself, not the path group.

    Click the ‘Points follow Nulls’ button in the above dialog.

    This will give you four nulls you can now animate. The path points will follow those nulls.

    The Rotobezier mode will give you a more natural ‘automatic’ curvature to the path.

     

    You can then use expressions on each null to move the curve points around.

     

    https://community.adobe.com/t5/after-effects/connect-dots-in-a-curved-way/td-p/10115221?page=1

    Views : 664
  • Sample an image and output the information into text through After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    blogs.adobe.com/creativecloud/color-sampler-using-sampleimag/?segment=dva

     

    “Get a readout of color values for one or more points that would update as you tweaked color correction settings.

     

    This through an expression using the sampleImage method.

     

    The idea is simple: Have a text layer with its Source Text property tied to the output from sampleImage, with the input to sampleImage being a point control that you can drag someplace and then just leave it while you fiddle with your colors.

     

    On the layer that you want to measure, add a Point Control effect (one of the Expression Control effects). You can place the Point Control effect’s crosshair (effect control point) wherever you want.

     

    Create a new text layer above the layer that you want to measure, and add this expression to the Source Text property:

     

    targetLayer = thisComp.layer(thisLayer.index+1);
    samplePoint = targetLayer.effect(“Point Control”)(“Point”);
    sampleRadius = [1,1];
    sampledColor_8bpc = 255 * targetLayer.sampleImage(samplePoint, sampleRadius);
    R = Math.round(sampledColor_8bpc[0]);
    G = Math.round(sampledColor_8bpc[1]);
    B = Math.round(sampledColor_8bpc[2]);
    A = Math.round(sampledColor_8bpc[3]);
    outputString = ” R: ” +R+ “r G: ” +G+ “r B: ” +B+ “r A: ” +A

     

    This will create a text layer that reports 8-bpc RGBA values for the point under the crosshair for the Point Control effect.

     

    If you’re using an adjustment layer for your color correction, the adjustment layer is the layer that you’ll want to measure.

     

    You can obviously get a lot fancier with this, but this should be enough to get you started.”

    Views : 612
  • BIG 3D Printed T-Rex Skeleton

    pIXELsHAM.com
    Aug 4, 2018
    3Dprinting

    Views : 1,140
  • Nickelodeon Announces Development of Virtual & Augmented Reality Series for TV – Meet the Voxels

    pIXELsHAM.com
    Aug 3, 2018
    VR

    www.awn.com/news/nickelodeon-announces-development-virtual-augmented-reality-series-tv

    Views : 1,103
  • Create a Forest in UE4 in 1 Hour

    pIXELsHAM.com
    Aug 3, 2018
    software

    Views : 1,078
  • Preview of the Peopoly Moai SLA Resin 3D Printer at Matterhackers

    pIXELsHAM.com
    Aug 3, 2018
    3Dprinting

    Views : 1,214
  • Steel In Love – with the original King Kong metal skeleton

    pIXELsHAM.com
    Aug 2, 2018
    animation

    Views : 1,025
Previous Page
1 … 248 249 250 251 252 … 434
Next Page

FEATURED POSTS

  • Kalshi – AI generated AD

    pIXELsHAM.com
    Jun 16, 2025
    A.I., commercials, trailers

    • Script: Gemini
    • Shot list: Gemini
    • Video: Veo 3
    • Editing: CapCut

    Views : 13
  • The Best Cheat Sheets for Filmmakers and FREE Film Production Paperwork – pipeline

    pIXELsHAM.com
    May 18, 2018
    photography, production

    https://www.filmsourcing.com/film-industry-cheat-sheet

    Views : 1,302
  • ConceptArt.org

    pIXELsHAM.com
    May 11, 2011
    design, reference

    http://www.conceptart.org/

    Views : 1,406
  • flim.ai – movie reference database

    pIXELsHAM.com
    Feb 24, 2021
    lighting, reference

    flim.ai/

    Views : 869
Views : 12,904

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.