Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2529 / 5574

August 13, 2015, 11:18 (GMT)
Fix T45782: bpy.ops.object.select_by_layer match='SHARED' option is not working.

Looks like some half-done change from enum to bool (or vice-versa), that op was just broken!
August 13, 2015, 10:45 (GMT)
Fix T45775: Bad 'Normal' transform space for edge of non-uniformed scaled object.

Non-uniform scaled obmat will lead to transformation not preserving angles, so
we must ensure our normal is orthogonal to the edge **after** applying obmat.
August 12, 2015, 16:21 (GMT)
Displace Modifier: add an option to displace along (averaged) custom normals, instead of vertex normals.

User suggestion/request from 'boby'.
August 12, 2015, 14:43 (GMT)
Fix T45739: Number slider precision handling inconsistent between unit systems.

When using unit system, step was multiplied by 100, could really not find any good reason to that.
Easy to revert anyway if needed, but in this case please explain why in code. ;)

Investigated and patch by Thomas Radeke (ThomasR), thanks.
August 12, 2015, 14:18 (GMT)
Fix T44049, edge bevel with sometimes breaks UVs.
Fairly large changes to bevel code to do a better job
of keeping UVs from crossing islands, etc.
Updated http://wiki.blender.org/index.php/Dev:2.5/Source/Modeling/Bevel
to explain algorithm used for maintaining UVs.
Updated the bevel_regression.blend tests in lib tests.
August 12, 2015, 09:42 (GMT)
Fix 'hard crash' part of T45768 (when merging all vertices of a mesh, we have no more edges to draw).
August 11, 2015, 20:29 (GMT)
Usual UI message cleanup/fixes.
August 11, 2015, 20:08 (GMT)
install_deps: fix broken force/skip-osd options.

Bash scripts are such a PITA, having to redefine the options in three different places... :(
August 11, 2015, 19:49 (GMT)
BGE: Fix delete constraint for replicated physics controllers.

Replicated controllers didn't free constraints list before.
August 11, 2015, 16:03 (GMT)
Cycles: Enable some extra debug prints for OpenCL kernel loading
August 11, 2015, 11:02 (GMT)
BGE: Fix T38448: Bullet constraint memory leak.
August 11, 2015, 10:11 (GMT)
Add WM_event_add/remove_timer_notifier() helpers.

This basically does the 'timer' part of Jobs system: it sends a given notifier on every timer step.

This is needed for background tasks (not full-fledged jobs, lighter BLI_tasks based) that want to update UI
(like for up-comming new thumbnail handling in filebrowser).
August 11, 2015, 09:30 (GMT)
BGE: Fix T33187 constraints replication for libloaded objects.

Reviewers: Moguri
August 10, 2015, 16:01 (GMT)
UI drag&drop: make code able to free dragpoin if needed.

Only for image and strings for now. Needed for incomming filebrowser work.
August 10, 2015, 15:45 (GMT)
Data previews: add utils to generate/clear previews.

Not much to add, you can now clear previews from current .blend file, or a set of non-opened files.
Likewise, you can generate previews (for mat/tex, objects, groups, scenes, ...).
August 10, 2015, 15:32 (GMT)
BGE: Fix T33564: UI obstacle panel disable for character and no collision objects.
August 10, 2015, 15:24 (GMT)
Cycles: Fix for typo in previous commit
August 10, 2015, 15:08 (GMT)
BGE: Fix T19377 restore dynamics after unparenting object.

Reviewers: scorpion81
August 10, 2015, 13:41 (GMT)
Data previews: add preview to Object, Group and Scene.

This commit does not add anything yet to users, it?s purely internal one.
Useful commit is next. ;)
August 10, 2015, 13:03 (GMT)
BLI_threads: add an helper to wait on a condition using a global mutex.

Also, factorized internal code to get global mutex from its ID.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021