<div dir="ltr">Hi Yury,<div>Thanks for kicking this mailing list back to life! I saw you asked about the OpenGL migration in #blendercoders, hopefully we&#39;ll be on there at the same time soon and can chat about it. Is this something you could help out with code-wise? Design-wise?</div><div><br></div><div>My rambling response is a mix of &quot;what do we want&quot; and &quot;how do we do that?&quot;, but I hope you find it mostly on-topic.</div><div><br></div><div>Here&#39;s what I&#39;m working on now and near future:</div><div><br></div><div>OpenSubdiv -- Getting it working on more platforms, investigating bugs, filling in holes. For B 2.8 hopefully this will be rock solid and we can have OSD as the one true subd system -- it will NOT be optional. It&#39;s progressing nicely but the big GL upgrade needs to happen before it will run on MacOS.</div><div><br></div><div>I&#39;d like to start basic GL cleanup in master ASAP. By this I mean set GL 2.1 as a baseline and convert all code that uses obsolete extensions to the functions/enums provided by GL itself. Much of this is simply deleting ARB or EXT, and removing checks for GL features that are guaranteed in 2.1. No new features, no major rewriting, just get the code up to spec and ready to branch for the bigger GL 3.2 upgrade. This can be done NOW and doesn&#39;t involve any design really -- just a plan of what to remove/convert. Is anyone opposed to this? Anyone eager to help?</div><div><br></div><div>Medium future / 2.8:<br></div><div><br></div><div>Interop with external game engines. Authoring of assets for games (including real-time materials) is a big goal. Make them in Blender, migrate them to native UE4 materials for example. I&#39;ll be working on this a lot in the coming months.</div><div><br></div><div>Setting GL 3.2 as our new baseline is such a relief! Guaranteed geometry shader support and a nicer GLSL overall. Anything that uses GL &gt; 3.2 will be optional or require a compatible fallback. But really 3.2 gives us a big enough playground to get the vast majority of cool things done.</div><div><br></div><div>Staged migration of OpenGL:</div><div>now --&gt; GL 2.1 (all platforms) --&gt; 3.2 compatibility profile (Windows &amp; Linux) --&gt; 3.2 core profile (all platforms)<br></div><div>That final transition will be the most work.</div><div><br></div><div>Toss display modes (box/wireframe/solid/texture/material) and think about the different ways we want look at our 3D work-in-progress. Sometimes we want to see the surface with full materials, well lit, like reality on screen. Other times just the shape or form of an object, like when sculpting. Or the way an object is constructed out of polygons. Use the old terminology to describe what we want in 2.8 but don&#39;t get stuck in existing modes. Had some good conversations about this at BConf.</div><div><br></div><div>Your #3 (light &amp; shadow preview) seems to fit into this bigger topic --^</div><div><br></div><div>Some real-time shaders can be considered functionality or UI, part of your workflow, built into Blender. Other shaders can be considered content / assets / work / play. This is true for today&#39;s Blender (matcaps are UI, materials are assets) but things are going to get much more interesting in the next year!</div><div class="gmail_extra"><br clear="all"><div><div>Mike Erwin<br>musician, naturalist, pixel pusher, hacker extraordinaire</div></div>
<br><div class="gmail_quote">On Fri, Nov 20, 2015 at 9:49 AM, Yury Baranov <span dir="ltr">&lt;<a href="mailto:cucumberer@gmail.com" target="_blank">cucumberer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hi everyone. I suggest you to describe what features (and possibilities) new Blender GL should have (a.k.a. Technical Requirements) and what in your opinion should be optional, and what not. And let&#39;s imagine that we not limited with current Blender code - let&#39;s just try to design the target state, and then we will find the ways to solve this horde of problems. <div><br></div><div>Please point me if it was described somewhere else.<br></div><div><br></div><div>Let me start:<br>1. Viewport must be fast enough for sculpting. Every modern pipeline (games/movies/etc) includes 3d-sculpt, so this is &quot;must-have&quot;.<br>2. Possibility for addons to do something in viewport via python. RetopoFlow addon and Mesh-Controls for armature (like in Pixar&#39;s Presto[1]) are pretty good examples.<br>3. Possibility for lighting and shading preview (it will be nice if simplified lights and shadows preview will be available for any render engine, not only BI)</div><div><br></div><div>[1] <a href="https://vimeo.com/90687696" target="_blank">https://vimeo.com/90687696</a></div></div>
<br>_______________________________________________<br>
Bf-viewport mailing list<br>
<a href="mailto:Bf-viewport@blender.org" target="_blank">Bf-viewport@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-viewport" rel="noreferrer" target="_blank">http://lists.blender.org/mailman/listinfo/bf-viewport</a><br>
<br></blockquote></div><br></div></div>