June 12, 2019, 13:52 (GMT) |
Fix T65741: Removing a GPencil Object's Material Slot deletes the strokes assigned to it This was a design decision, but now we have decided to change it using the active material for the strokes using deleted material. If the material slot is empty a new material is created to keep the strokes visible. |
June 12, 2019, 13:51 (GMT) |
Merge branch 'master' into soc-2019-bevel-profiles |
June 12, 2019, 13:46 (GMT) |
Progress and debugging code for orientation regularization traveling |
Revision e09dfe6 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 13:35 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr # Conflicts: # release/datafiles/locale # release/scripts/addons # release/scripts/addons_contrib |
Revision 6034edf by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 13:33 (GMT) |
LANPR: Use root bounding area to allow longer chaining (need workarounds.) |
June 12, 2019, 13:20 (GMT) |
Fix T64930: FFmpeg Output- no color mode by default The issue was that the valid color modes was checked on the old image format, not the new one. So if you switched formats it would not correctly check if the settings were valid. |
June 12, 2019, 13:06 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-cycles-procedural |
Revision bc1b7a7 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 13:05 (GMT) |
LANPR: Chain connection is now working properly |
June 12, 2019, 12:49 (GMT) |
Transform Snap: When snapping to curve's vertices, consider only the original elements. When they are occluded or when the snap is done for the generated meshes vertices, it was inconvenient. An ideal solution needs to be discussed, but for now, for vertices, keep the behavior similar to the pre 2.8 versions. |
June 12, 2019, 12:02 (GMT) |
Fix T65751: Mask Parenting does not work |
June 12, 2019, 11:56 (GMT) |
Initial implementation of White Noise node |
Revision c8ad50a by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 11:33 (GMT) |
LANPR: Chain connection working. |
June 12, 2019, 11:13 (GMT) |
Cloth: split face to triangles test It works for meshes that have convex uv layouts, otherwise goes into an infinite loop |
June 12, 2019, 10:47 (GMT) |
Fix T65750: Masking crash with Add Feather Vertex and Slide |
June 12, 2019, 10:24 (GMT) |
Add some more timing & more useful temp logging |
June 12, 2019, 10:11 (GMT) |
Fix T64710: Rigid body stops simulating when an object is selected Need to preserve last evaluated time through copy-on-write process. |
Revision 668c15d by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 12, 2019, 09:55 (GMT) |
LANPR: Chain image space connection (not working yet) |
Revision 1404edb by Julian Eisel (soc-2019-openxr, temp-ghost_openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 12, 2019, 09:34 (GMT) |
Support DirectX Ghost context creation Adds support for creating a DirectX 11 Ghost context. It's not used yet and more stuff besides creation is needed. Also, other versions than 11 should probably be supported. We need a DirectX context to support the Windows Mixed Reality OpenXR Runtime, a rather important one to support. Idea is to use an extension for OpenGL-DirectX interoperability for drawing the OpenGL offscreen viewport render using DirectX. |
June 12, 2019, 07:53 (GMT) |
WM: re-enable auto-save after loading the users preferences Minor change, only apples when loading factory settings, then reverting to saved. |
June 12, 2019, 07:01 (GMT) |
Cleanup: --help doc string formatting STRINGIFY macro was being split across lines causing problems extracting the strings for the references manual. |
|