pScatterStrokes v1.0


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Perceval Schopp
This is a tool that creates brushstrokes following 3D informations (camera, pworld and nworld) to orient properly. It is still very unstable and experimental. (I'm not that confident with coding in blinkscript and I think I hit the limitations of it there...). Works on my computer GPU is : nvidia GTX 1070 ADVICE : disable blink cache in the preferences (hardware tab)
Requirements:
13.1, 13.0 or later
06 Nov 2022
105

Thanks to what Matt Lavoy (https://www.youtube.com/watch?v=5v_1nG5Hnc8) shared recently, the quite similar tool I've been developping these previous years has step up, and I finally feel confident sharing it.

The goal of my blink here (and big network around) is to scatter brush strokes over 3D scene and have tons of settings for rotation, variations in scale, offset to the surface. Having the possibility to use several brush strokes or just one.
One of the main issue here is to have a consistent grid of points that follows the 3D.

One of the main difference with the work of Matt is the way the effect merges the brushstrokes one onto the others.
His way is clearly faster and better optimized.
The path I chose was to accurately merge the strokes according to their depth, and have the possibility to have their true orientation in space using nworld.

For each pixel, I sample the pixels around in a defined area (the bigger, the slower), if I spot a point of the grid that is supposed to create a brushstroke. I compute the intersection between the plane and the pixel at the center (like if I was 'tracing rays'). Then I get the info of Z, color and corresponding alpha on the brushstroke, and add them to big lists (that's where blinkscript doesn't like it).
Then I sort the lists (in clumsy way because coding isn't my life) by Z. Finally from bottom to top, I merge all colors.

I'd love to cooperate with a good blinkscript coder to push that tool to the next level so it is more stable.

Works on my computer with GPU :  nvidia GTX 1070
Haven't tested on many but it crashes way more on some less powerful !
ADVICE : disable blink cache in the preferences (hardware tab)

Copyright (c) 2010 till present All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Nukepedia nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOO/ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Please login in order to download these files.

You have no rights to post comments

We have 2198 guests and 70 members online