Blender Git Commit Log

All Blender Git commits.

Page: 3551 / 8462

December 19, 2017, 19:56 (GMT)
Fix crash in RNA when accessing empty property_tags list

E.g. running `bpy.context.active_object.cycles.bl_rna.property` in the
console would crash.

Thanks @lijenstina for reporting!
December 19, 2017, 18:41 (GMT)
Fix segment fault when rotate in empty frame

The problem was with the new created frame that was not assigned to loop variable.
December 19, 2017, 18:15 (GMT)
Provisional hack for fixing MSVC2017 error

This fix will be replaced by final Sergey solution.
December 19, 2017, 16:54 (GMT)
Fix desgraph code missing in merge
December 19, 2017, 16:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/datafiles/blender_icons.svg
release/datafiles/locale
source/blender/depsgraph/intern/depsgraph_tag.cc
source/tools
December 19, 2017, 16:33 (GMT)
Fix T53442: Outliner refresh issues when adding new collection

Notifier is getting through, yet tree wasn't rebuilding until
we force redraw by resizing the outliner.

Thanks to Danrae Pray (@spockTheGray) for looking at this issue.
December 19, 2017, 16:06 (GMT)
Reorganize versioning code

After last 2.80.3 version bump, the code can be reorganized and it can be removed any custom hack for Hero files.
December 19, 2017, 15:47 (GMT)
Fix segment fault when play with onion

For some reason, when press play there is a delay in the animation flag check and this produces errors. To be sure, we set cache as dirty because the frame is changing.
December 19, 2017, 15:04 (GMT)
bpy_extras: add missing colorband keymap to keyconfig_utils.py

fixes failing ctest script_load_keymap
December 19, 2017, 14:55 (GMT)
Font objects: Support proper auto-space

Annoyingly, need to convert vfont to nurbs, do minmax and toss nurbs away.
This is likely to be fine, since this function is not intended to be used
a lot, and this is the only way to get more meaningful result.

However, it's not very clear what to do with font on curve.

This fixes rendering of font object with auto texture space in Cycles
introduced in c34f3c7.

It is probably possible to introduce new mode to vfont_to_curve which
will do boundbox without extra allocations, but that's more like an
optimization.

Reviewers: campbellbarton, mano-wii

Reviewed By: campbellbarton

Subscribers: zeauro

Differential Revision: https://developer.blender.org/D2971
December 19, 2017, 14:51 (GMT)
Cycles: Fix crash opening user preferences after adding extra GPU

We can not store pointers to elements of collection property in the
case we modify that collection. This is like storing pointers to
elements of array before calling realloc().
December 19, 2017, 14:35 (GMT)
Edit mode data functions for creating, applying a freeing groom edit data.
December 19, 2017, 12:55 (GMT)
BKE_object_is_in_editmode case for groom object type.
December 19, 2017, 12:46 (GMT)
Fix T53583: Crash when instancing a group with an armature

There is still a crash that you get because the draw manager needs to
handle duplis differently.

But the initial assert caused by this particular file is now fixed.
December 19, 2017, 12:42 (GMT)
Merge branch 'master' into blender2.8
December 19, 2017, 12:39 (GMT)
Tracking: Add missing animation path fix after renaming tracks
December 19, 2017, 12:09 (GMT)
Tracking: Add utility function to get RNA path prefix for given track

Some code could be de-duplicated with the full path case, but that's
for another rainy day i guess.
December 19, 2017, 12:01 (GMT)
Proper freeing of groom data.
Revision 9fa021c by Sergey Sharybin (master)
December 19, 2017, 11:59 (GMT)
Tracking: Disable animation of auto-keyframe option
Revision 61c218f by Sergey Sharybin (master)
December 19, 2017, 11:58 (GMT)
Tracking: Add missing animation fix when deleting plane track
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021