Blender Git Commit Log

All Blender Git commits.

Page: 3391 / 8462

April 4, 2018, 14:37 (GMT)
Cleanup: Move vfx code and solve VFX order

All the code moved to vfx module and now the VFX modifiers are evaluated in the same order defined in the interface. Before, the order was always the same and did not use the interface order.
April 4, 2018, 14:23 (GMT)
Cleanup: Define variable using #define
April 4, 2018, 14:17 (GMT)
Cleanup: Remove redundant object parameter for VFX
April 4, 2018, 14:10 (GMT)
Cleanup: Remove object index parameter for vfx
April 4, 2018, 14:07 (GMT)
Cleanup: More work to structure code
April 4, 2018, 14:00 (GMT)
Cleanup. Create framebuffers in separate function
April 4, 2018, 13:54 (GMT)
Cleanup: Create shaders in a separate function
April 4, 2018, 13:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 4, 2018, 13:03 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenkernel/BKE_object.h
April 4, 2018, 12:58 (GMT)
Fix modifier freeing code re. ID refcounting.

Free code should not handle ID refcounting at all. This has to be done
at higher level, since in some case we want to free (temp) data that
actually did not refcount at all its IDs.

This change seems to be working OK, but as usual in that area, only
lots of testing in real-case situation will say whether there are some
hidden bugs or not.
April 4, 2018, 11:18 (GMT)
Fix Cycles particle info node not working.
April 4, 2018, 11:02 (GMT)
Depsgraph: Cleanup, reduce indentation level
April 4, 2018, 10:57 (GMT)
Merge branch 'master' into blender2.8
April 4, 2018, 10:56 (GMT)
Depsgraph: Make sure textures used by modifiers are in the graph
Revision 49f77b0 by Mai Lavelle (master)
April 4, 2018, 10:36 (GMT)
Proper fix for T54337

Accidentally checked the wrong variable in fa01a1738bd1e3a6750ff.
April 4, 2018, 10:33 (GMT)
Fix undefined workspace in UI script
April 4, 2018, 10:28 (GMT)
Fix Eevee crash with generated coordinates on non-objects.
April 4, 2018, 10:28 (GMT)
Cleanup: simplify fix for T53497, this part is not strictly needed.
April 4, 2018, 10:00 (GMT)
Merge branch 'master' into blender2.8

Conflicts:
source/blender/blenloader/intern/readfile.c
April 4, 2018, 09:59 (GMT)
Tweak ID->tag reset on file load (no visible change expected!).

Issue was, *some* IDs (like infamous nodetrees from materials etc.)
would not go through the 'main' read_libblock() func, so their tags were
never reset.

So now, we ensure direct_link_id() always clear the tags, and move
setting them in read_libblock() after the call to direct_link_id().

Needed for depsgraph, but general healthier fix actually.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021