Display:
Master Commits
Branch Commits
All Commits
Blender
Git commits from all branches.
Page: 1586 / 2888
February 19, 2018, 09:49 (GMT)
Blender 2.79a: Prepare for release Enter release state and make spacing to "a" more sane. There is still at least one fix we want to get in, before declaring we are ready for release.
February 18, 2018, 17:19 (GMT)
Calc UV factor along the stroke This data will be used in texture strokes
February 18, 2018, 16:11 (GMT)
New point fields for UV data These fields will be used to save information about texture coordinates of the point.
February 18, 2018, 15:52 (GMT)
Fix compiler warnings (extra parameter) This was missing in previous commits
February 18, 2018, 15:50 (GMT)
Rename include after merge
February 18, 2018, 15:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 18, 2018, 11:23 (GMT)
Fix tone mapping error in vfx The tone mapping parameter for shader was missing.
February 18, 2018, 11:16 (GMT)
Remove old tonemapping code This code was slower than current fragment code.
February 18, 2018, 11:04 (GMT)
Change tonemapping to shader This makes faster the tonemapping and fix texture issues. Still pending clear old colorspace code.
February 18, 2018, 10:20 (GMT)
crash fix for deleting connected objects before its connectors
February 18, 2018, 01:31 (GMT)
crash fix for FM objects being copied after connect
February 17, 2018, 23:51 (GMT)
rigidbody sort fix for external constraints
February 17, 2018, 14:56 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 17, 2018, 12:42 (GMT)
crash fix for external constraints ensure refresh of "parent" FM object on every refresh of connected objects, also ensure evaluation order in rigidbody.c / bullet (parent always after children)
February 16, 2018, 18:06 (GMT)
Fix UV scale for stroke endcaps
February 16, 2018, 17:42 (GMT)
Fix UV coordinates for strokes
February 16, 2018, 16:08 (GMT)
Use DRW function to check opengl render Instead of check global value, use draw manager function to verify if it's running an opengl render.
February 16, 2018, 15:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 16, 2018, 09:35 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 16, 2018, 09:32 (GMT)
Add warning message to enable passes This message would be added to the main operator, or maybe if grease pencil is present, enable these passes by default.