Blender Git Commits

Blender Git "master" branch commits.

Page: 2783 / 5574

September 19, 2014, 20:11 (GMT)
Fix T41875: Update issue in Timeline space

This space did not refresh on NC_OBJECT, ND_BONE_SELECT notifier...
September 19, 2014, 16:04 (GMT)
Fix T35993, issue with viewport when using instances.

Not really sure what the issue here was initially (might have been a
driver problem) but looks like the issue is solved if we skip generating
a display list for clipped objects; Driver does not like a generated
list that is not drawn.

Now we try to clip the object always, not only when using display lists.
This means that display lists will only get generated if object is
actually visible.
Also used glPush/glPop for instance matrices since glLoad can cause
recalculation of inverses in the driver.
September 19, 2014, 13:36 (GMT)
Fix T40751 preview image not generated after baking.

A DAG_id_tag_update here is enough to fix the problem.
September 19, 2014, 13:14 (GMT)
Install_deps: add an '--info' path option to store BUILD_NOTES.txt...

Still defaults to current dir!
September 19, 2014, 13:00 (GMT)
OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway.
September 19, 2014, 11:34 (GMT)
Fix T41865: Fluid bake not possible in windows using a python script from the command line

Stupid missing variables initialization.
September 19, 2014, 11:21 (GMT)
Cycles: Remove unused Mix Shaders from the ShaderGraph, instead of only relinking.

Differential revision: https://developer.blender.org/D796
September 19, 2014, 10:57 (GMT)
Cleanup: Indentation and Whitespace.
September 19, 2014, 07:44 (GMT)
Add texture coordinate export.
September 19, 2014, 05:11 (GMT)
Freestyle: Fix for irrelevant docstring showing up in Python API docs.
September 19, 2014, 04:41 (GMT)
Freestyle: Python API documentation updates.

Fixed dead references of API identifiers (e.g., freestyle.types.Interface0D)
due to relocations of the identifiers into submodules. Also made various minor
revisions of mark-ups and typos.
September 18, 2014, 14:02 (GMT)
Fix crashes with timers.

Incorrectly accessing the menu pointer, set it to NULL before doing the
tests.

We don't restore the menu pointer because it is invalid by the time the operator ends.
September 18, 2014, 11:03 (GMT)
One last tweak to palette deletion code. It would correct active color
only when deleting the last color.
September 18, 2014, 10:51 (GMT)
Fix T41708, active palette indicator not refreshing when clicking

Issue, after a lot of blood sweat and tears, was found in
ui_but_update_from_old_block, where we restore a button to its old
values when possible. The problem here is that a1 and a2 are not really
meant to store temporary variables, because they tend to get overriden
and palette selection is one of those temporary states.

Instead, we now store the position of each button in the palette in a2
and pointer to the palette in the customdata pointer of each button and
use that to test if it's active. The positions won't change when
clicking so we are guaranteed that the old button won't override the new
one with garbage.

It's still hacky but it is better than testing button types when copying
old values.
September 18, 2014, 10:20 (GMT)
Palette active color:

Use indicator color derived from color luminance for better contrast.
September 18, 2014, 10:07 (GMT)
Palettes

* Remove some duplication in deletion code
* Fix crash when restoring file from last saved state.
September 18, 2014, 09:16 (GMT)
Palettes:

Avoid having an invalid active index if user deletes a color.

Also attempt to set active color on clicking (Not working yet but fix
coming soon)
September 18, 2014, 07:45 (GMT)
Cleanup: use static sets where possible
September 18, 2014, 06:48 (GMT)
Fix for a run-time error in sphinx_doc_gen.py on Windows.
September 18, 2014, 06:48 (GMT)
Fix for missing Freestyle sections in the Blender Python API documentation.

Freestyle sections of the API docs were empty due to Freestyle module reorganization
in commit rB6498b96ce7081db039354228213d72e8c70bd3aa.

Module __all__ property was added to submodules so as to properly exclude irrelevant
documentation elements such as mathutils.Vector.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021