Blender Git Commits

Blender Git commits from all branches.

Page: 2215 / 2888

July 8, 2015, 23:13 (GMT)
Initial refactor of interface widget architecture

Initial refactor of interface widget architecture towards the following goals:
* Widget Draw Styles (see T45025 - heavily overlaps with this)
* Isolating widget code to make it more future proof
* Adding callback based widgets handling module (currently handled in interface_handler.c)

Adds the following folders/files:
interface/widgets/
interface/widgets/widgets.c
interface/widgets/widgets.h
interface/widgets/widgets_draw/
interface/widgets/widgets_draw/drawstyle_classic.c
interface/widgets/widgets_draw/widgets_draw.c
interface/widgets/widgets_draw/widgets_draw_intern.h

Not sure if editors/interface/ is the right place for this, but depends on some further decisions.
July 7, 2015, 14:56 (GMT)
Tweak 'a' placement in splash
July 7, 2015, 14:36 (GMT)
BGE: Fix T45267 Lib load without material caching.
July 7, 2015, 13:16 (GMT)
Blender 2.75 release: We're now at 'a' release
July 7, 2015, 13:00 (GMT)
Cycles: Add an option to force disable all OpenCL devices

This way it's possible to disable OpenCL devices for AMD devices
which are considered whitelisted.
July 7, 2015, 12:59 (GMT)
Fix: Keyframe indicators for NLA Strip properties fails if the AnimData has an active action
July 7, 2015, 12:59 (GMT)
Fix T45331, a bevel regression for 2.75.

Got bad results when two beveled edges form straight line
and there are two or more unbeveled edges attached to either
side of the connecting vertex.
July 7, 2015, 12:59 (GMT)
Fix T45237: Dither does not work
July 7, 2015, 12:59 (GMT)
Fix T45290: Selecting passes in image editor does no longer work

This issue was introduced with the wrong fix I committed for dither (rB56ca7f34)
Which also means T45237 has to be re-open
July 7, 2015, 12:59 (GMT)
Correct vert-slide helper-line scale

Was invalid in perspective view
July 7, 2015, 12:59 (GMT)
Fix T45281: IOR Value Slider with "Ctrl" modifier does not increment as intended.

Looks like a typo in rB1b8069bd?
July 7, 2015, 12:59 (GMT)
Multi-View UI: convergence is only useless for the parallel camera (toe-in still uses it)
July 7, 2015, 12:59 (GMT)
Fix vertex slide regression w/ rotated objects

This could only be done with certain rotations.
July 7, 2015, 12:59 (GMT)
Fix T45269: Blender 2.75 crashes when I run my the game

Velocity clamping on static objects caused a crash.
July 7, 2015, 12:59 (GMT)
Correct --help message
July 7, 2015, 10:49 (GMT)
GPencil Sculpt: Redraw the view on mousemove even if none of the strokes was affected

The active viewport needs to get redrawn, or else the brush circle will not move
when "selection mask" is enabled and the user is trying to paint over non-selected
areas.
July 7, 2015, 10:45 (GMT)
GPencil Sculpt: MMB can now be used for viewport manipulations while the sculpt operator is active
July 7, 2015, 09:40 (GMT)
CMake support
July 7, 2015, 09:40 (GMT)
GPencil Sculpt: Code Cleanup

* Removed inlined math in favour of mathlib functions
* Simplified arguments to some functions/callbacks by reusing passsed-in coords
(as vectors/arrays instead of as separate values)
July 7, 2015, 06:57 (GMT)
Gooseberry: Hopefully fix compilation of BGE stubs
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021