Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-23Silence strict compiler warningsSergey Sharybin
2017-01-23Cycles: Fix typo in the panel nameSergey Sharybin
2017-01-23Cycles: Update current Cycles versionSergey Sharybin
2017-01-22Fix T50491: Cycles UI breaks when pushing F8.Bastien Montagne
2017-01-21Fix T49527: Blender stalls when changing armature ghosting range with stepsiz...Joshua Leung
2017-01-20Fix own mistake in rB051526da6279, confusing off_t with ptrdiff_t.Bastien Montagne
2017-01-20Fix minor glitches in GP code.Bastien Montagne
2017-01-20Fix/cleanup stupid check on array of char being non-NULL pointer...Bastien Montagne
2017-01-20Fix float buffer of tracking image accessed outside of check that it has been...Bastien Montagne
2017-01-20Cycles: Use more const qualifiers to avoid possible issuesSergey Sharybin
2017-01-20Cycles: Cleanup, split one gigantic function into two smaller onesSergey Sharybin
2017-01-20Fix compilation error with strict flagsSergey Sharybin
2017-01-20Cleanup/fix some BLI_string_utf8 not using size_t/off_t as expected.Bastien Montagne
2017-01-20Cleanup/fix last remnant usages of int instead of size_t for string length in...Bastien Montagne
2017-01-20D1873: Customize style for animation motion pathsAntonio Vazquez
2017-01-20Cycles: Store time in BVH nodesSergey Sharybin
2017-01-20Cycles: Add option to split triangle motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add option to split curve motion primitives by time stepsSergey Sharybin
2017-01-20Cycles: Add utility function to calculate curve boundbox from given 4 keysSergey Sharybin
2017-01-20Cycles: Cleanup, trailing whitespaceSergey Sharybin
2017-01-20Cycles: Split motion triangle file once again, avoids annoying forward declar...Sergey Sharybin
2017-01-20Cycles: Move motion triangle intersection functions to own fileSergey Sharybin
2017-01-20Cycles: Cleanup, better variable nameSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion keys while on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, commentsSergey Sharybin
2017-01-20Cycles: Add utility function to fetch motion triangle when on CPU sideSergey Sharybin
2017-01-20Cycles: Cleanup, delete trailing whitespaceSergey Sharybin
2017-01-20Cycles: Fix compilation error on with older GCCSergey Sharybin
2017-01-20Fix T50460. Greying out issue with Cycles culling options.Thomas Dinges
2017-01-20Fix compile error (-Werror=float-conversion).Thomas Dinges
2017-01-20DopeSheet: Show group colours behind keyframes tooJoshua Leung
2017-01-20API: Do not show "Created using Sphinx" in the footerAaron
2017-01-20Build dir should be set after the sanity checksAaron
2017-01-19BMesh: remove BM_face_create_ngon_vcloudCampbell Barton
2017-01-19Correct asserts, un-hiding when selected is okCampbell Barton
2017-01-19Cycles: Expose diffuse and glossy depth to Light Path nodeSergey Sharybin
2017-01-19Cycles: Don't use fast math for the host codeSergey Sharybin
2017-01-19Cycles: Add fast-math safe isnan and isfiniteSergey Sharybin
2017-01-19Cycles: Remove using namespace hellSergey Sharybin
2017-01-19GPencil: Add option to create blank frame in active layer onlyAntonio Vazquez
2017-01-19Cleanup: naming, comments assert for hide+selectedCampbell Barton
2017-01-19BMesh: improve hide-flush internal logicCampbell Barton
2017-01-19UI: Fix capitalization inconsistencyAaron Carlisle
2017-01-19Cycles: Fix amount of rendered samples not being shown while rendering the la...Lukas Stockner
2017-01-19Fix T49807: Inset faces edge rail bugCampbell Barton
2017-01-19Fix face-creation with existing hidden geometryCampbell Barton
2017-01-18BMesh: Use angle_signed_on_axis_v3v3v3_v3Campbell Barton
2017-01-18Fix strict compiler warning messageSergey Sharybin
2017-01-18GPencil: Avoid variable shadowingSergey Sharybin
2017-01-18Reproject Strokes - To Surface/GeometryJoshua Leung