Revision b513f29 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 19, 2019, 12:49 (GMT) |
GPencil: Change Text for Gradient parameter |
Revision 530d81c by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 19, 2019, 12:44 (GMT) |
GPencil: More changes in gradient calculation for points |
March 19, 2019, 12:29 (GMT) |
EEVEE/LookDev: Fix Cache In Quad View When using LookDev in Quad view the cache was only updated for the first Q-view. The evaluation data of the last cache was not stored with the lightprobe textures. As the evaluation data was reused between the Q-views only the lightprobe textures of the first view was updated. With this patch the evaluated data is stored amongside the actual lightprobe textures. Fix T59046 Reviewed By: fclem Maniphest Tasks: T59046 |
March 19, 2019, 12:15 (GMT) |
Fix view selected ignoring all non-grease pencil objects When the grease pencil was active no other objects were taken into account. There is no need for a special case here since objects bounding boxes are used. |
March 19, 2019, 12:14 (GMT) |
UI: Make UV Editor contextual menu more consistent with 3D View -Use same ordering of Add, Modify, Remove -Add back Remove Doubles here |
March 19, 2019, 12:13 (GMT) |
UI: Make EV Editor UV menu more consistent with 3D VIew -Transform, Mirror, Snap at the top -Remove redundant Proportional Editing entry from this menu - we already have it in the header |
March 19, 2019, 11:31 (GMT) |
Fix T62713: Paste Normal Vectors - needed better selection handling. Existing code was not really handling well cases were only edges or faces were selected (with match select modes). In those cases, we can assume user want to only affect loop normals of selected faces/edges, not all lnors of all (indirectly) selected verts. Also refactored the code a bit to move whole 'loop to edit' selection process into its own single function. |
March 19, 2019, 11:31 (GMT) |
Minor cleanup/refactor of EditMesh custom normals copy code. Do not compute temp helper data when we do not need it (even though in that case it was totally cheap to compute). |
Revision 2ba4164 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) March 19, 2019, 11:27 (GMT) |
GPencil: More changes to gradient factors |
Revision 4c499e6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 19, 2019, 11:05 (GMT) |
Merge branch 'master' into functions |
Revision fae338b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 19, 2019, 11:03 (GMT) |
initial variadic list declaration |
March 19, 2019, 10:59 (GMT) |
readfile: add off64_t typedef for __APPLE__ |
Revision 37bb26a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 19, 2019, 10:06 (GMT) |
cleanup list function generation |
March 19, 2019, 10:03 (GMT) |
GPencil: Rename annotation functions The annotation drawing functions were using gpencil prefix and it's better to keep all annotation code separated to avoid confusion. |
March 19, 2019, 10:03 (GMT) |
GPencil: Cleanup unused code |
March 19, 2019, 10:03 (GMT) |
GPencil: Rename functions to annotation prefix This code was used only in annotations. |
March 19, 2019, 10:03 (GMT) |
Fix T62734: Crash when annotations are rendered from the VSE .view menu. The render was using the old grease pencil code and not the new annotation code for render. |
Revision 882ce68 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 19, 2019, 09:51 (GMT) |
cleanup graph generation for combine lists and get list element |
Revision f7a9d8f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 19, 2019, 09:40 (GMT) |
cleanup Graph generation for Append to List node |
March 19, 2019, 09:29 (GMT) |
Windows: use int64_t instead of off_t Avoids 2gb file size limit. |
|
|
|


Master Commits
MiikaHweb | 2003-2021