Revision 3afe60b by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 12:23 (GMT) |
LANPR: Auto update GPencil when in other engines. |
Revision 0df10eb by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 11:45 (GMT) |
GPencil: Use alpha component for converting splines The alpha channel was not used before. Note: This is a previous step before changing svg add-on to support alpha. |
Revision cb17dba by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 11:36 (GMT) |
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr |
Revision 9a0c100 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 11:35 (GMT) |
LANPR: GPU mode batch refresh method changes. |
July 16, 2019, 11:28 (GMT) |
Merge remote-tracking branch 'origin/master' into sybren-usd |
Revision 6a8985d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 11:22 (GMT) |
utility to map multiple sockets |
Revision 575fff2 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 11:11 (GMT) |
GPencil: Cleanup MSVSC warnings |
Revision f0cc032 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 11:04 (GMT) |
construct SmallVector from arbitrary containers |
Revision 39ebd2f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 10:57 (GMT) |
more general function tree dependency discovery |
July 16, 2019, 10:44 (GMT) |
USD: Fixed issue with mesh particle export When mesh particles were exported, the object name was still used for each instance of that object. As such, only one instance was written to USD. This is now fixed by suffixing the object name with the particle's persistent ID, giving each particle XForm a unique name. Particles are still only written when they are alive, which means that they are always visible (there is currently no code that deals with marking them as invisible outside their lifespan). |
Revision 157dc60 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 10:14 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 4334350 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 10:13 (GMT) |
GPencil: Improve curve conversion when end points are very near When the distance between first and last point of the curve was very small, there was a glitch in the join. Now the points are moved slightly to get good result. |
July 16, 2019, 10:13 (GMT) |
USD: Fixed bug getting evaluation mode property |
Revision 8fec347 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 09:37 (GMT) |
more powerful custom emitter |
Revision f058e7b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 09:32 (GMT) |
remove unnecessary check |
Revision 8ba1856 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 09:32 (GMT) |
fix bug in fgraph tuple call |
Revision 4cda368 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 09:31 (GMT) |
GPencil: Improve Close stroke function for very small gaps When the gap is very small, don't need to add new points to the stroke, just cyclic. |
Revision a808ade by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 16, 2019, 09:00 (GMT) |
GPencil: Create one stroke for each spline For curves with several splines, must create a stroke for each of them or the shape would be wrong. |
July 16, 2019, 08:49 (GMT) |
USD: Make USD_PATH configurable via a CMake variable The default is still `USD_PATH=/opt/usd`, and using USD still requires you to manually install USD without Python bindings. |
Revision 38e223e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 16, 2019, 08:00 (GMT) |
initialize attributes by repeating a given array |
|