Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2680 / 5574

February 11, 2015, 10:28 (GMT)
Cleanup: Remove unused Cycles cpuid code.
February 11, 2015, 10:16 (GMT)
Fix crasher in own UIList bookmarks commit.

Immediate crash in merged asset-experiments branch, no idea why it did not show in master too?
February 11, 2015, 07:39 (GMT)
cleanup: style/indentation
Revision 387d918 by Joshua Leung
February 11, 2015, 04:54 (GMT)
Fix T43149: Grease Pencil fill areas look divided by multiples ray lines

The problem here was caused by the usage of GL_POLYGON_SMOOTH (thanks Campbell
for the help tracking this down!). Apparently the issue is that this option
ends up doing some nasty accumulation with whatever is in the framebuffer for
each *tesselated* polygon (instead of the whole polygon as intended/expected).

** IMPORTANT USER NOTES **
With the removal of this option, filled areas and volumetric strokes will now
have jagged edges again. To resolve these artifacts, it is necessary to enable
Viewport Multisampling (found in the User Preferences, under the System tab),
and restart Blender to see the effects of this change.
February 10, 2015, 23:39 (GMT)
Minor optimization for mask modifier

- don't resize ghash buckets (reserve maximum size)
- get vert, edge arrays instead of DM getVert, getEdge
- calloc -> malloc
February 10, 2015, 23:09 (GMT)
FileBrowser: Editable Bookmarks.

Bookmarks are now editable (i.e. you can rename them, and reorder them).
They are also listed in regular UILists, so you can filter/sort them as usual too.

Also, FileBrowser 'T' side area is changed to something similar to 3DView one,
in this case because we need op panel to remain at the bottom, and later because
we'll more than likely need tabs here!

Thanks to Campbell and Sergey for reviews.

Differential Revision: https://developer.blender.org/D1093
February 10, 2015, 23:07 (GMT)
UI: add optional tip callback to uiBut, and use it for per-item tooltips in UIList.

When defined, uiBut->tip_func is called when button's tip is generated. This allows
for advanced, dynamic generation of tooltips.

For now, only used by UIList, which can now optionaly use a given string property
of each item for its tooltip.

Thanks to Campbell for the reviews!
Revision d18993d by Gaia Clary
February 10, 2015, 21:14 (GMT)
Fix T43297 The Exporter assumed ANSII encoding but we need to support UTF-8 instead
February 10, 2015, 20:56 (GMT)
Cycles: Control CPU capabilities via environment variables

Purely developers-only feature which allows to disable some of the CPU
capabilities. This way it's easier to test different kernels on the
same machine.
February 10, 2015, 20:34 (GMT)
Remove legacy color transform functions.

Differential Revision: https://developer.blender.org/D1095
February 10, 2015, 20:30 (GMT)
Fix recent vert-slide UV's when cancelled

Added support recently, but wasn't cancelling correctly.
February 10, 2015, 20:28 (GMT)
Fix T43565: BGE removed unneeded if/else in BL_KetsjiEmbedStart
February 10, 2015, 20:25 (GMT)
Typo fix + clarification in mathutils.Vector example
February 10, 2015, 20:11 (GMT)
Cycles: Fallback to bottom-top tile order when rendering from the command line

In the worst case it'll do nothing, in the best case it might give some percent
of speedup because of better cache coherency.

Currently it's all handled as an override on blender_python level, don't really
see reason to penetrate the boolean flag further into sync code. This can always
be done later if needed.
February 10, 2015, 19:23 (GMT)
Cavity mask support for texture painting.

Title says it all, options can be found in the options panel,

A slider controls the amount of cavity masking that is applied while
it's also possible to invert the mask and paint outside or inside
cavities.

Again we might greatly benefit from caching of the cavity result, but
that should only affect startup time for the stroke.
February 10, 2015, 19:20 (GMT)
Cycles: Add print functions for sse3f, sse3i and sse3b
February 10, 2015, 19:11 (GMT)
Cycles: Add utility functions to print ssef, ssei and sseb

Nothing special, just really handy for debugging.
February 10, 2015, 18:41 (GMT)
Cycles: Move mesh attribute creation into separate functions

This makes overall code of create_mesh() much cleaner and easier to follow.
February 10, 2015, 18:20 (GMT)
BLI_linklist: Add a new helper to move an item (identified by its current index) to a new position in the list.
February 10, 2015, 16:40 (GMT)
Slip tool: add enter and space to confirm the operation
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021