November 7, 2017, 12:55 (GMT) |
Cycles: Cleanup, style |
Revision 2a86495 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 12:46 (GMT) |
Improve thickness fix when no locked axis There was some problems with the thickness when the axis was not locked that were not fixed in previous commit. |
November 7, 2017, 12:05 (GMT) |
Depsgraph Iterator: Refactor skip logic This was leading to crashes on Cycles as well as misleading len(bpy.context.depsgraph.objects) I can even move the iter->skip as part of DEGObjectsIteratorData instead of BLI_Iterator, but if I do it will be a separate commit. Thanks Sergey Sharibyn for the well done sample file and patch suggestion. |
Revision 82eaf7a by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 11:30 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 53822bd by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 10:58 (GMT) |
Fix error when axis not locked The size of the stroke was not correct when the axis was not locked. It needs a vector to the view to calculate the real size of the stroke. |
November 7, 2017, 10:37 (GMT) |
Depsgraph: Remove forced dependencies update/evaluation from file open This was originally done as a fix for T37713, but now this workaround becomes tricky since we don't know which layers to update scene for. Even more, render engine is supposed to have own dependency graphs amd those ones do not exist yet at the file open time. Keep an eye on T37713, since that's where the original workaround is coming from. |
November 7, 2017, 10:37 (GMT) |
Depsgraph: Fix/workaround command line rendering of sequencer Really hacky, but allows to run regression tests and see if the new design is working as expected. |
November 7, 2017, 10:37 (GMT) |
Depsgraph: Fix/workaround crash when rendering from command line Need to ensure Render has proper dependency graph. While this is a subject of re-design (render pipeline should manage all dependency graphs it needs, and not demand external users to provide depsgraph), this is good to have something working, so we can run regression tests and such. |
Revision 9fc8ec1 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 10:30 (GMT) |
Redo Fix in previous commit and add missing lines |
Revision 30cfbec by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 10:08 (GMT) |
UI: Remove deprecated property The OBJECT mode was removed as property. |
November 7, 2017, 09:59 (GMT) |
Merge branch 'id_override_static' into id_o2.8 Conflicts: source/blender/blenloader/intern/readfile.c source/blender/blenloader/intern/writefile.c source/blender/depsgraph/intern/builder/deg_builder_nodes.cc source/blender/editors/interface/interface_ops.c source/blender/makesdna/DNA_ID.h source/blender/makesrna/intern/rna_ID.c |
Revision e19e686 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 09:44 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision a051c2e by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 09:43 (GMT) |
New parameter to adjust stabilization Parameter to control the stabilization amount of the brush. This stabilization works as a dynamic smooth using the previous points to calculate the estimated position and average the position to get smoother strokes. This is not a replace of smooth factor that works after finish stroke. This new parameter is applyed while drawing before ending the stroke. |
Revision e176d66 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 07:51 (GMT) |
Fix: Depsgraph was complaining in debug mode about the "geometry_eval" opnode for GPencil not having any function attached In future, maybe we should move the derived_gpf calculations (and by extension, the modifier-evaluation loops) into the BKE_gpencil_eval_geometry() callback added in this commit. |
Revision 806aa23 by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 06:41 (GMT) |
WIP |
Revision 03235ea by Joshua Leung (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) November 7, 2017, 06:41 (GMT) |
GP drawing: Try to init the eval_ctx from draw_ctx, if C isn't provided |
November 7, 2017, 02:08 (GMT) |
Merge branch 'master' into blender2.8 |
November 7, 2017, 02:05 (GMT) |
Fix T53129: Cycles missing update when changing image auto refresh. Previously auto refresh worked, but only if it was already enabled before starting the viewport render. |
November 7, 2017, 01:06 (GMT) |
Outliner: Support moving objects from/to group internal collections |
November 7, 2017, 00:29 (GMT) |
Outliner: support Add Selected to group internal collections |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021