Blender Git Commits

Blender Git "master" branch commits.

Page: 2604 / 5574

May 8, 2015, 18:22 (GMT)
matcaps browser: changing emboss style and grid direction according to T44613
May 8, 2015, 17:25 (GMT)
Add Intel's 3000 driver to exceptions for df/dy calculations. Should fix
another case of SSAO effect reversal.
May 8, 2015, 16:17 (GMT)
BGE: Cleanup function UpdateMesh and SetMesh in CcdPhysicsController.cpp

"if (value == true)" -> "if(value)"
"if (ptr == NULL)" -> "if (!ptr)"
"vector<bool>" -> "std::vector<bool>"
And other blender typo.
May 8, 2015, 15:16 (GMT)
Revert "Motionpaths: Use scene range option, takes start/end frame and
preview"

Looks like this does not work for animators here after all, will use a
different code for this (probably not hardcoded)

This reverts commit 3bbb4020e7f0fae80a5edd31e19b7fa97d2149e4.
May 8, 2015, 10:35 (GMT)
Motionpaths: Use scene range option, takes start/end frame and preview
settings into account.
May 8, 2015, 10:10 (GMT)
Cleanup: Remove unused ray type flags.

They were added for completeness, but it seems we don't need them.
May 8, 2015, 08:44 (GMT)
Cleanup: #define -> enum, and get rid of useless braces in case's.
May 8, 2015, 08:29 (GMT)
Fix T44634: Slide edge not responding to ALT + WHEEL to change reference edge in "even mode".

Modal events (TFM_MODAL_EDGESLIDE_UP/_DOWN) were eaten by NOP generic transform event handling...
May 7, 2015, 22:58 (GMT)
Add missing TEXTEDIT_UPDATE option
May 7, 2015, 21:25 (GMT)
Cleanup: use r_* prefix for return args
May 7, 2015, 20:54 (GMT)
DNA; document how to ignore a struct
May 7, 2015, 16:32 (GMT)
Minor cleanup
May 7, 2015, 16:10 (GMT)
Fix T44604 bad quality of rake with bezier curves.

We can calculate tangents analytically for bezier curves, so just make
them awesome. New code uses forward differencing calculation for
efficiency just like curve calculation.

Picture before/after:

http://www.pasteall.org/pic/87843
May 7, 2015, 13:32 (GMT)
Fix T44631: Custom Normal Data Transfer crash.

Own stupid mistake in rBcdabf7e3...
May 7, 2015, 13:19 (GMT)
Fix T44611: 'make_links_data' modifiers would fail and crash with multires modifier.

Since it was not ensuring dest has valid mdisp data matching new multires modifier subdiv level...

Also, fixed a bug in `multires_subdivide()`, which would crash when trying to
increase from level 0 (aka no subdiv) to > 1 (wrong check, trying to interpolate
when it should not). And added a few sanity checks.
May 7, 2015, 13:04 (GMT)
Rake: store last position from mouse, don't store halfpoint between last
and current position.

patch by Bastien
May 7, 2015, 12:49 (GMT)
Fix T44627, black spots with lock alpha in projection paint:

Painting would revert alpha even on unpainted pixels, where values would
contain garbage.
May 7, 2015, 12:09 (GMT)
Fix crash when rendering opengl from sequencer.
May 7, 2015, 11:31 (GMT)
EdgeSlide: support for un-clamped sliding

Functionality matches vertex slide.
May 7, 2015, 11:31 (GMT)
Cleanup: remove unneeded context arg
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021