Blender Git Commits

Blender Git "master" branch commits.

Page: 2246 / 5574

November 18, 2016, 14:32 (GMT)
Fix (unreported) bad handling of brush's fill threshold value.

'1' threshold value would only allow to access a third of the basic
'color space' (from black to white, from 0.0 to 1.0 component values),
when you expect it to access the whole range.

Unfortunately, this needs a subversion bump to allow already defined
brushes to keep exact same behavior!

Also, did not change default value (0.2) for new brushes, think here
keeping current one makes more sense.

Thanks to @LucaRood for confirming the issue.
November 18, 2016, 14:15 (GMT)
Fix T50052: bpy.utils.unregister_module doesn't unregister classes of submodules in reload scenario.

reload case would clear TypeMap before unregistering addons, which made
all calls to unregister_module() to do absolutely nothing.
Revision 3fb1106 by Julian Eisel
November 18, 2016, 12:38 (GMT)
Fix T50063: Editing driver's expression eliminates "Zero" number

Disables trimming of trailing zeros in case button contains an expression.
November 18, 2016, 11:38 (GMT)
Implement multi-view stereo support for image empties

Empty images were implemented to expand (and eventually replace)
the background images functionalities. If we are ever to drop
background images "image empties" should support stereo/multi-view as well.
November 18, 2016, 11:03 (GMT)
Fix potential NULL dereference in mesh sequence cache modifier.

Reported by coverity.
November 18, 2016, 10:55 (GMT)
Fix copy/paste typo in new depsgraph object geometry builder (found by coverity).
Revision e0bea34 by Mike Erwin
November 18, 2016, 05:40 (GMT)
fix problem from D2360

I was too eager to get patch in after a last-minute change. My bad!
November 18, 2016, 03:49 (GMT)
Moved UI_view2d_grid_draw() to immediate functions

Part of T49043

Reviewers: krash, merwin

Reviewed By: krash, merwin

Differential Revision: https://developer.blender.org/D2360
Revision 2de882e by Mike Erwin
November 18, 2016, 03:05 (GMT)
OpenGL: textview port to immediate mode -> T49043

Updated the GL calls to the new immediate mode.
I left some glcolor calls which I'm not sure wether thats right?
Part of T49043

warm regards,
Sebastian Witt

Reviewers: merwin

Reviewed By: merwin

Tags: #bf_blender_2.8

Maniphest Tasks: T49043

Differential Revision: https://developer.blender.org/D2305
Revision fe73b8c by Mike Erwin
November 17, 2016, 21:10 (GMT)
use new enum types in glutil & imm_util

Revision d915e89 by Mike Erwin
November 17, 2016, 20:03 (GMT)
delete deprecated fdrawXORcirc function

Only one place used it, and that place was dead code already.
Revision feccadd by Mike Erwin
November 17, 2016, 19:44 (GMT)
mark certain glutil functions as deprecated

These will be removed before we ship 2.8
November 17, 2016, 19:00 (GMT)
Cleanup: redundant index loop for monkey-create

Also rename face vars (the faces aren't temp),
and quiet old-style-definition warning.
November 17, 2016, 19:00 (GMT)
BMesh: minor cleanup

Comment & don't use dummy pointer.
November 17, 2016, 19:00 (GMT)
BMesh: avoid using temp array for face-area
November 17, 2016, 15:37 (GMT)
Depsgrpah: Fix missing animation update in movie clips
November 17, 2016, 14:44 (GMT)
Depsgraph: Move scene builder function to own file

This way it's much easier to grasp what the graph actually contains.
November 17, 2016, 14:29 (GMT)
Fix T50060: New depsgraph does not update mask animation
November 17, 2016, 14:11 (GMT)
Depsgraph: Use utility macro to iterate over linked list

This will be compiled into same exact code, just saves us from
doing annoying type casts all over the place.
November 17, 2016, 13:41 (GMT)
Depsgraph: Move rig builder functions to own files

Those routines are rather big and started to be annoying to have
one big file.

Should be no functional changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021