Blender Git Commit Log

All Blender Git commits.

Page: 2556 / 8462

April 27, 2019, 17:27 (GMT)
Fix T63937: unconfirmed grease pencil strokes not visible in ortho suface

The value of the z-depth was too high. Now the value is valid for perspective and orthographic view.
April 27, 2019, 15:04 (GMT)
make it optional to run value destructors when tuple is destructed
April 27, 2019, 10:55 (GMT)
multipool tried to deallocate the wrong pointer
April 27, 2019, 10:48 (GMT)
initial non recursive evaluation of new data flow graph
April 27, 2019, 10:21 (GMT)
utility set functions
April 27, 2019, 10:02 (GMT)
GPencil: Cleanup derived frame code

This is a previous step to move away the derived frame logic to be used in edit modes.
April 27, 2019, 08:24 (GMT)
extract ensure tuple calls function
April 27, 2019, 08:01 (GMT)
dot export for new data flow graph
April 27, 2019, 06:47 (GMT)
Merge branch 'master' into greasepencil-object
April 27, 2019, 02:07 (GMT)
Cleanup: comments (long lines) in blenkernel
April 27, 2019, 00:00 (GMT)
Cleanup: unused vars
April 26, 2019, 22:13 (GMT)
Fix T63899: Can't get sound.factory on Windows
April 26, 2019, 19:39 (GMT)
Cycles: Improved equiangular sampling.

For area lights that emit light only in one direction, equiangular
sampling will now not sample any positions on the back side
of the light.
April 26, 2019, 17:21 (GMT)
Split up the data flow graph data structure

The main goal is to be able to traverse the graph very efficiently
once it is build. This is hard when the structure has to be dynamic
(i.e. it can be changed). The solution is to use a builder that
can dynamically construct the graph. Once everything is set up,
the graph is converted into the compact form for further use.
April 26, 2019, 16:37 (GMT)
Eevee: Noise Texture: try to fix floating point accuracy issue

Cycles check for infinity and return 0.0 otherwise.
April 26, 2019, 15:53 (GMT)
Fix T63853: BLI_current_working_dir did not return utf8 encoding on windows.

When running blender in paths with special characters this caused issues.
April 26, 2019, 15:21 (GMT)
Minor cleanup in data transfer code.
April 26, 2019, 15:21 (GMT)
Fix T63660: Data Transfer of normals No Longer Working.

Logic about computing of poly normals in final stage of modifier stack
evaluation was broken, giving also wrong loop normals.
April 26, 2019, 15:09 (GMT)
Merge branch 'master' into functions
April 26, 2019, 15:03 (GMT)
Fix T63886 Crash in UV Editing after faces display turn off / on

This patch also improve cache locality of the IBO filling. I did not benchmark if it made
any difference.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021