Blender Git Commits

Blender Git "master" branch commits.

Page: 2941 / 5574

February 25, 2014, 09:52 (GMT)
Fix T38824: curve which is constrained on a hidden layer causes cycles crash

Issue was caused by cycles setting scene frame which will update scene for
all the layers (not just visible ones) which confuses depsgraph making
objects which are needed as dependency are not really evaluated.

Made it so setting frame via scene.frame_set() which check whether update
need to be flushed to an invisible objects and do this if so.

Not ideal solution but seems to be safest at this point.
Revision 3ae641e by Lukas Toenne
February 25, 2014, 09:15 (GMT)
Fix T38773: Inconsistent conversion of colors and float values in
Blender Internal shader nodes.

All nodes now use the `nodestack_get_vec` function to convert whatever
input values are connected to the desired type, instead of using the
stack values directly regardless of what they contain.

Note that this might break old node setups that have been adapted to the
faulty behavior, but as discussed in the bug report the 2.70 version is
the right time to fix this.
February 25, 2014, 07:50 (GMT)
Fix T38806: Proxy file changes don't update until Blender's restart
February 25, 2014, 07:35 (GMT)
Object disable negative object dimensions

these would become positive on update
February 25, 2014, 07:27 (GMT)
Fix T38745: Curve parent crash when rendering animation

Issue was caused by curve orco calculation for rendering being freed
curve path and not calculating it back.

This left depsgraph in a state that it believed all the object data
is up to date but in fact some parts of data was freed by convert
blender.

Now made it so path is not being freed by render thread. This is
rather a workaround actually because ideally render thread need
to use copy-on-write here or at least use local cache here. But
current logic should be closer to what was happening in previous
release.
February 25, 2014, 06:01 (GMT)
Fix T38778: Properties from bpy.props could be edited as custom props
February 25, 2014, 05:49 (GMT)
Use string escaping when renaming custom properties
February 25, 2014, 05:19 (GMT)
Fix for custom property editor when property id's contained quotes

Adds bpy.utils.escape_identifier()
February 25, 2014, 03:18 (GMT)
Fix text select offset /w zoomed UI & popups (colorpicker)
February 25, 2014, 03:06 (GMT)
Revert "Fix T38819: Mark Seam misbehaves when accessed through spacebar search"

This reverts commit d47d030275f14b1c1b7a35452f9b3c841ebeb178.

This isn't a bug.
February 25, 2014, 01:48 (GMT)
Fix T38819: Mark Seam misbehaves when accessed through spacebar search
February 25, 2014, 01:42 (GMT)
UI: remove number specific button offset when selecting text
February 25, 2014, 00:09 (GMT)
Fix T38808: image opened with 'relative path', gets absolute path
February 24, 2014, 23:31 (GMT)
Fix T38809: regression, text cursor offset in number buttons

Use the same offset for all edit-buttons now.
February 24, 2014, 23:01 (GMT)
Cycles Standalone: Tweak for d59f53f7b7da, use "closure color" as type name, to 100% match the OSL data type.
February 24, 2014, 22:56 (GMT)
CMake: add _WIN32_WINNT MSVC define to match scons
February 24, 2014, 22:14 (GMT)
On MSVC 2013 64 bit set the default to build a vista API targetted binary.
February 24, 2014, 20:47 (GMT)
Cycles: Make CUDA aware of COMPUTE_50 (sm_50, Maxwell).

If you have a Maxwell GPU and want to test, you have to use the CUDA Toolkit 6.0(RC) and enable sm_50 in scons/cmake.
February 24, 2014, 20:13 (GMT)
Paint UI: Don't hide the custom icon path, just grey out.

This is what we do with boolean and sub-settings. We usually hide it when the options depend on a menu-enum.
February 24, 2014, 20:03 (GMT)
Fix T38804: unnecessary empty space in the modifier UI.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021