Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2674 / 5574

February 16, 2015, 21:54 (GMT)
FileSpace selection didn't call op.check sometimes

(de)select all & globbing didnt run operators check callback.

D867 by @igel with edits
February 16, 2015, 21:11 (GMT)
Cleanup: Update comments and make it more clear what volume interpolation is for.
February 16, 2015, 20:19 (GMT)
Fix bake action visual-keying option

Disabling did nothing
February 16, 2015, 19:38 (GMT)
UI messages fixes and cleanup.
February 16, 2015, 14:58 (GMT)
Fix T43684: File Browser is unusable on Windows Machines (do not BLI_is_dir() in draw loop!)

Did not had any issue on linux, but looks like on some windows can slow things as Hell.
Or maybe just the presence of some network FS?

Anyway, not a good idea, so now fsmenu entries' valid status is stored and only evaluated
on startup (reading of bookmarks & co) and when opening file browser (refresh, like
for system bookmarks).
February 16, 2015, 14:23 (GMT)
Cleanup: Remove unused code from hair BSDF.
February 16, 2015, 13:42 (GMT)
Fix T43689, viewport compositing does not respect alpha settings for
background.

For SSAO supporting this is no problem, for DOF we would ideally do
blurred alpha, but alpha channel in blurred buffers is occupied by coc
field, so use original color alpha instead. It's not entirely correct
but it's better than nothing.
February 16, 2015, 12:16 (GMT)
Tracking: Expose Filter Tracks operators to the Cleanup panel

Not totally happy with this, but it's better than nothing for until
we've got real outlier detection. Also made it more cleat how exactly
filtering happens, so users don't expect something the operator is not
intended to do.
February 16, 2015, 11:32 (GMT)
Cycles: Use some more bools in microfacet code.
Revision e7d2e5f by Lukas Toenne
February 16, 2015, 11:26 (GMT)
Extended RNA support for mesh customdata property layers.

Support for user-defined customdata layers (named int, float, string
layers) was limited to polygon customdata. This is not accessible in
cycles because only tessfaces are used there. Furthermore the polygon
attributes were simply described as MeshFloatProperty, MeshIntProperty,
MeshStringProperty, omitting the distinction by element type.

The patch only adds vertex attributes so far. However, the code now
explicitly defines polygon and vertex attributes, so adding edges, loops
and tessfaces is much easier should the need arise.

Problem is that the RNA definition, which is already much more
complicated than the basic DNA/BKE definition of custom properties, now
becomes extremely bloated and cumbersome. A simpler solution would be
preferable but may not be possible within the constraints of RNA.
February 16, 2015, 10:38 (GMT)
Cycles: Correction for C++11 compilation error after recent vector changes
February 16, 2015, 08:27 (GMT)
Ensure CMake finds SDL 2.0

CMake 2.8 doesn't search /usr/include/SDL2, which is the include directory
for SDL 2.x on Ubuntu Linux (and possibly others). This results in SDL 1.2
headers being found when WITH_SDL_DYNLOAD=OFF, and our shipped SDL 2.0
headers when WITH_SDL_DYNLOAD=ON. This patch ensures that in both
cases the correct SDL headers are used.

Reviewers: sergey, campbellbarton

Projects: #bf_blender

Differential Revision: https://developer.blender.org/D1112
February 16, 2015, 07:49 (GMT)
Vert/Edge Slide: better UV interpolation

Ignore faces which the sliding vert is outside of.
February 16, 2015, 07:47 (GMT)
Math Lib: add dist_signed_squared_to_corner_v3v3v3

Can be used to check if a point is inside the 2-planes defined by a face-corner.
February 16, 2015, 02:41 (GMT)
Correct crash /w vertex slide with no faces

Error in recent commit
February 16, 2015, 02:19 (GMT)
cleanup: split VSE view-size into own function
February 16, 2015, 02:05 (GMT)
Fix T43681: VSE draw glitch with no-display

Missed clearning the backdrop
February 15, 2015, 22:44 (GMT)
BMesh: Connect path, use select order

Could connect a pair of verts previously,
now connect all vertices along the path, running a second time closes the loop.

Can also be used for without faces to connect edges between selected points.
February 15, 2015, 18:12 (GMT)
Compilation error fix for strict compiler flags
February 15, 2015, 18:11 (GMT)
Cycles: Hopefully compilation error fix for OSX
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021