projects
/
blender.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
blender.git
2016-01-25
Campbell Barton
Docs: avoid plank comma in API reference
commit
|
commitdiff
|
tree
2016-01-25
Brecht Van...
Fix T47218: OpenGL render with missing alpha, due to...
commit
|
commitdiff
|
tree
2016-01-25
Germano Cavalcante
Transform: optimize vertex snap w/ nearest-to-ray
commit
|
commitdiff
|
tree
2016-01-25
Germano Cavalcante
BLI_kdopbvh: Add BLI_bvhtree_find_nearest_to_ray
commit
|
commitdiff
|
tree
2016-01-25
Germano Cavalcante
Math Lib: Add dist_squared_ray_to_aabb_v3 utility
commit
|
commitdiff
|
tree
2016-01-25
Campbell Barton
Fix regression in sequencer overlay draw option
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Correct fix for T47047
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix lock release deadlock when acquiring pass with...
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix missing render result release when alt-wheeling...
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix T47210: Compostiting, Bad AA using distort + undist...
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix T47217: Crash when tracking specific scene
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix yet another case broken after glLineWidth() changes
commit
|
commitdiff
|
tree
2016-01-24
Thomas Dinges
Cycles: Tweak Cycles samples again.
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Cycles: Fix typo in flags check
commit
|
commitdiff
|
tree
2016-01-24
Thomas Dinges
Cleanup: Remove outdated comment in volume code.
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Add missing line width in the 2d view grid drawing
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
More missing calls to glLineWidth
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Depsgraph: Add missing relations between driver and...
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Fix glLineWidth state use w/ grid floor and brush
commit
|
commitdiff
|
tree
2016-01-24
Sergey Sharybin
Fix tile highlight corners are too fat since recent...
commit
|
commitdiff
|
tree
2016-01-24
Alexander Gavrilov
Fix Smooth Weight expand logic
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Docs: minor edits to code comments
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Prevent accidental fall-through in switch
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Cleanup: style
commit
|
commitdiff
|
tree
2016-01-24
Campbell Barton
Correct error in recent vector transform commit
commit
|
commitdiff
|
tree
2016-01-23
Sergey Sharybin
Cycles: Make Clang 3.6 happy with const debug flags...
commit
|
commitdiff
|
tree
2016-01-23
Sergey Sharybin
Fix T47132: Cycles Rendering Tiles Indicator Limited...
commit
|
commitdiff
|
tree
2016-01-23
Alexander Romanov
Vector Transform node support for GLSL mode and the...
commit
|
commitdiff
|
tree
2016-01-23
Kévin Dietrich
Implementation of OpenVDB as a possible cache format...
commit
|
commitdiff
|
tree
2016-01-23
Mike Erwin
OpenGL: combine multiple GL_LINES into fewer draw calls
commit
|
commitdiff
|
tree
2016-01-23
Mike Erwin
OpenGL: tiny state-change fix
commit
|
commitdiff
|
tree
2016-01-23
Mike Erwin
OpenGL: call glLineWidth less often
commit
|
commitdiff
|
tree
2016-01-23
Campbell Barton
Math Lib: optimize segment-plane clipping
commit
|
commitdiff
|
tree
2016-01-22
Thomas Dinges
Cycles: Change several default values (first batch).
commit
|
commitdiff
|
tree
2016-01-22
Bastien Montagne
Fix part of T47025: Shadow pass error: Black shadow.
commit
|
commitdiff
|
tree
2016-01-22
Joshua Leung
Fix T45523: "View All" in Graph Editor does not respect...
commit
|
commitdiff
|
tree
2016-01-22
Joshua Leung
Dopesheet: Make frame range for new editor instances...
commit
|
commitdiff
|
tree
2016-01-22
Bastien Montagne
Fix T46657: VSE: Strip length jumps to a negative number.
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: cleanup
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: remove unneeded state changes
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: draw box outlines with lines, not rectangles
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: remove glGet with unused result
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: remove extra vertex in arrowhead
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: pull glBegin/End out of loops
commit
|
commitdiff
|
tree
2016-01-22
Joshua Leung
GPencil: Select Grouped (Shift G)
commit
|
commitdiff
|
tree
2016-01-22
Mike Erwin
OpenGL: fewer state changes for wireframe PBVH
commit
|
commitdiff
|
tree
2016-01-22
Joshua Leung
Hacky compile fix for mingw compile issue reported...
commit
|
commitdiff
|
tree
2016-01-22
Joshua Leung
Fix: Breakdowner value would jump when starting the...
commit
|
commitdiff
|
tree
2016-01-21
Sergey Sharybin
Sequencer: Speedup gaussian blur effect
commit
|
commitdiff
|
tree
2016-01-21
Martijn Berger
MS Visual Studio 2015 does not find std::inserter
commit
|
commitdiff
|
tree
2016-01-21
Campbell Barton
Sculpt: pinch/inflate support for snake-hook
commit
|
commitdiff
|
tree
2016-01-21
Campbell Barton
Sculpt: Add rake option to snake-hook
commit
|
commitdiff
|
tree
2016-01-21
Thomas Dinges
Cycles: Improve UI feedback for light samples.
commit
|
commitdiff
|
tree
2016-01-21
Campbell Barton
Add missing weight paint selection mirror
commit
|
commitdiff
|
tree
2016-01-21
Campbell Barton
Correct comments & some explanation from last commit
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Remove errors for unsupported math operations
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Cleanup: line length, indentation
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Weight Paint: Make multi-paint & mirror work as if...
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Remove old multipaint related argument from wpaint_blend.
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Weight Paint: Multi-paint support for blur tool
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Delete unused code, separate for better diff appearance.
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Weight Paint: multi-paint uses collective weights
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Weight Paint: 'Sample' now supports multi-paint
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Weight Paint: reduce alert color brightness
commit
|
commitdiff
|
tree
2016-01-20
Bastien Montagne
Cleanup: remove remainings of OMP in sculptpaint area.
commit
|
commitdiff
|
tree
2016-01-20
Bastien Montagne
Particle_system.c: OMP -> BLI_task.
commit
|
commitdiff
|
tree
2016-01-20
Bastien Montagne
paint_mask.c: OMP -> BLI_stack.
commit
|
commitdiff
|
tree
2016-01-20
Bastien Montagne
Fix error in rBa6eae7339190.
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Fix T43896: Knife Project fails when zoomed out
commit
|
commitdiff
|
tree
2016-01-20
Sergey Sharybin
Fix T46243: New Depsgraph: changing action misses relat...
commit
|
commitdiff
|
tree
2016-01-20
Bastien Montagne
Fix T47198: Broken UV/VCol in BI and Cycles with some...
commit
|
commitdiff
|
tree
2016-01-20
Sergey Sharybin
Fix (partial) T47198: Cycles have broken UVs in some...
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Fix for tangent regression w/ looptri changes
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Cleanup: style, use const
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
error in last commit
commit
|
commitdiff
|
tree
2016-01-20
Campbell Barton
Cleanup: naming convention
commit
|
commitdiff
|
tree
2016-01-20
Alexander Gavrilov
Support multi-paint & show zero-weights as black
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Carve: Remove empty implementation files
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Cycles: Fix OpenCL kernel compilation after the bake...
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Cycles: Pass missing shader filter argument to CUDA...
commit
|
commitdiff
|
tree
2016-01-19
Bastien Montagne
Usual i18n/UI messages tweaks.
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Cycles: Add a debug flag to disable QBVH
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Sequencer: Implement Tone Map strip modifier
commit
|
commitdiff
|
tree
2016-01-19
Bastien Montagne
Fix T47203: Render Crash due to missing zbuf_float...
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Fix T47201: Cycles+OSL keeps image files open until...
commit
|
commitdiff
|
tree
2016-01-19
Campbell Barton
GTests: were using C++11 feature
commit
|
commitdiff
|
tree
2016-01-19
Sergey Sharybin
Libmv: Solve some strict warnings in tests
commit
|
commitdiff
|
tree
2016-01-19
Campbell Barton
GTests: split array_utils tests
commit
|
commitdiff
|
tree
2016-01-19
Campbell Barton
CMake: check for LLVM static library by default
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
Weight Paint: Add lock-aware normalize
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
GTests: array_utils
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
BLI_array_utils: add binary and/or functions
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
Ignore const qualifier when comparing types
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
Cleanup: style
commit
|
commitdiff
|
tree
2016-01-18
Sybren A. Stüvel
rather then → rather than
commit
|
commitdiff
|
tree
2016-01-18
Mike Erwin
OpenGL: remove ARB_fragment_program comment
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
Transform: no need to store distance to snap point
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
Fix T29153: Rotate & scale ignore snapping points
commit
|
commitdiff
|
tree
2016-01-18
Campbell Barton
UI: use a callback for the progress tooltip
commit
|
commitdiff
|
tree
2016-01-18
Kévin Dietrich
UI: redesign of the progress bar.
commit
|
commitdiff
|
tree
next