January 5, 2018, 19:32 (GMT) |
Cleanup: DNA comment regarding ID for collections in outliner |
Revision 3c705f4 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) January 5, 2018, 16:28 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5606eee 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) January 5, 2018, 16:24 (GMT) |
Apply falloff to Scale |
Revision 67a0392 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) January 5, 2018, 16:18 (GMT) |
Apply falloff to rotation |
January 5, 2018, 15:58 (GMT) |
Fix drag and drop in outliner for scene collections This technically reverts 176698b2eb7f. Drag and drop for scene collections requires id for its poll function. However we were passing the collection as id pointer for outliner_add_element (which is ok since the function doesn't require a real ID). I couldn't reproduce the original issue tackled by the forementioned commit so I'm going ahead and bringing drag and drop back for scene collections. Note: We already pass the ID for view layer collections as well since we brought collections into groups. |
Revision f2c2f6e 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) January 5, 2018, 15:35 (GMT) |
Apply falloff to transform |
January 5, 2018, 13:42 (GMT) |
Outliner: Fix for restriction columns This is a partial revert of 1f5106de610b115b87. First and firemost, for groups I was checking the wrong flag (soops->flag & SO_GROUPS) instead of (soops->outlinevis == SO_GROUPS). Second, the columns were entirely broken for things like Orphan Data. Third, I tried to have different columns for different `outlinevis`, but we have bones with only visible and select, modifiers with visible and render, render passes with enable and another value ... I would rather stay away from this mess at the moment, and stick to the more obvious bug fix. Finally, there is a bug (not addressed here) where the whole line is selected, regardless of the restriction column area. It should be fixed separately. |
Revision 7ce68ff 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) January 5, 2018, 09:48 (GMT) |
WIP: Save falloff factor for transformations This data must be used by transformation to determine the effect of the change. Also enabled the falloff option for edit mode. |
January 5, 2018, 09:25 (GMT) |
Eevee: Make Ogl render sampling more correct Result is less noisy ogl renders. What this patch does: - the draw loops gets accumulated into the output buffer. - disable TXAA persmat jittering in ogl render since ogl render already does that. - make noise texture update correct accross all draw loops. Previously it was reset between each FSAA samples. |
January 5, 2018, 09:25 (GMT) |
DRW: Add viewport argument to DRW_draw_render_loop_offscreen This way we can have persistent data accross different calls. |
January 5, 2018, 09:13 (GMT) |
Fix T53696: Compositor HSV limits changed |
January 5, 2018, 03:53 (GMT) |
Fix manipulator crash when modal operator doesn't run |
Revision 8ca11b7 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:46 (GMT) |
Math Lib: add divide_floor_i Integer division that floors on negative output (like Python's). |
Revision 02b2067 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:46 (GMT) |
BMesh: move bridge tools stepping logic into macro Also use floor division since regular division was giving a bias on negative error values. |
Revision 868bde5 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:46 (GMT) |
BLI_utildefines_iter: Use for iteration helpers |
Revision 4f247ed by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:46 (GMT) |
Revision 8c484d0 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:20 (GMT) |
Revision 3815c3a by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:20 (GMT) |
Revert "BLI_utildefines: Support SWAP macro with two args" This reverts commit d749320e3b10161430bc4cb7dd92edb63712bf8c. It's possible the container struct is larger, we could do sizeof checks that falls back to memmove but rather avoid complicating things. |
Revision 36971ea by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:20 (GMT) |
Use custom SWAP macro for swapping userdef data Avoids complicating the common case |
Revision 38fdfe7 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 4, 2018, 23:20 (GMT) |
Fix T53274: Saving template prefs overwrites default prefs |
|
|
|


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