Blender Git Commits

Blender Git "master" branch commits.

Page: 2127 / 5574

Revision b1b8ce0 by Bastien Montagne
April 29, 2017, 17:31 (GMT)
Getting rid of setlinestyle: GPencil eraser.

Note the ugly hack on number of segments for outline dashed circle, to
get an OK-ish rendering of dashes...
April 29, 2017, 17:31 (GMT)
Getting rid of setlinestyle: add imm_draw_circle_wire_dashed() util.

Needed a bit of twisting in generic private func behind the imm_draw_circle
helpers, but think it's fine.

Note that this demonstrate yet another downside of new dashed shader
compared to olde line style: not only does it needs more complex setup,
and can only work with PRIM_LINES type of primitives, but it also
behaves totally wrong with chained short segments!

We really need to find a better way to do this effect at some point. :(
April 29, 2017, 17:11 (GMT)
Cleanup: comment blocks
April 29, 2017, 17:06 (GMT)
Merge branch 'master' into blender2.8
April 29, 2017, 16:57 (GMT)
Cleanup: comment blocks
April 29, 2017, 16:41 (GMT)
View3D: support both orbit select & depth

When using both preferences, use cursor depth when nothings selected.
April 29, 2017, 14:01 (GMT)
Curve Fitting: minor change to re-fitting method

Avoid calculating a new split-index when re-fitting.

While checking if a knot can be removed, the index with the highest error
can be used as a candidate to replace the knot
(in the case it can't be removed).
April 29, 2017, 11:19 (GMT)
Getting rid of setlinestyle: NLA (part I).

Also restore drawing of local action markers in NLA strips...

Note: there is another usage of setlinestyle in this file, not sure how
to hanlde it for now, so will leave it for later...
April 29, 2017, 10:57 (GMT)
Getting rid of setlinestyle: Color ramp markers.
April 29, 2017, 10:43 (GMT)
Getting rid of setlinestyle: Text space margin line.
April 29, 2017, 06:50 (GMT)
Cleanup: rename struct for private engine data

Also remove from pass list (there were some duplicate unused entries).
April 29, 2017, 06:32 (GMT)
Merge branch 'master' into blender2.8
April 29, 2017, 06:27 (GMT)
Cleanup: unused includes
April 29, 2017, 06:20 (GMT)
Cleanup: menu example

remove some redundant checks, imports
April 29, 2017, 00:07 (GMT)
blenderplayer: fix warnings in stubs
Revision 8f66d68 by Mai Lavelle
April 28, 2017, 22:54 (GMT)
Cycles: Fix crashes after recent image changes

Not sure if this is a proper fix, but was getting frequent crashes, so
committing this real quick just to make master sable again. Can be
reverted later if there's a better fix. The changes to images really
need a closer look...
April 28, 2017, 22:54 (GMT)
Draw manager: Style cleanups
Revision d696363 by Thomas Beck
April 28, 2017, 21:44 (GMT)
Implementation of custom python entries in all right click menus

Hi Guys,

as one of my clients needs the possibility to have custom menu entries in the general right click menu (all over Blender: in the node editor, properties, toolbars,..) I talked with Campbell about expanding our hard coded menu a bit. This is the outcome. As I only need those two, I support currently a button_prop and a button_pointer.

{F540397}

I tested the changes with a custom script where I added a custom entry and executed an operator on click - it seems to work exactly how it's intended to. The script: {F540435}

As I'm not too experienced in rna stuff I would really appreciate any review.
Thanks very much Campbell for his open ears & help on this issue!

Reviewers: campbellbarton, mont29

Reviewed By: campbellbarton, mont29

Subscribers: sybren, mont29

Tags: #addons

Differential Revision: https://developer.blender.org/D2612
April 28, 2017, 18:26 (GMT)
Disable custom armature colors
April 28, 2017, 17:39 (GMT)
Merge branch 'master' into blender2.8
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021