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
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-08-18NDOF: suppress buttons debug logMike Erwin
2016-08-18Fix compiler warning after fix for T48913.Brecht Van Lommel
2016-08-18Code cleanup to use array.data() rather than &array[0]Brecht Van Lommel
2016-08-18Revert "Code cleanup to use array.data() rather than &array[0]."Mai Lavelle
2016-08-18Code cleanup to use array.data() rather than &array[0].Brecht Van Lommel
2016-08-18Fix T48913: cycles viewport render stuck in loop due to non-unique dupli ID.Brecht Van Lommel
2016-08-18Fix T49104: normal problem in imported Alembic objectsKévin Dietrich
2016-08-17Alembic import: fix scene min/max time computation to take objects withKévin Dietrich
2016-08-17Fix T49081: Alembic sampling times are not taking start frame intoKévin Dietrich
2016-08-17Fix/add some tooltips to 'Object Align' operator options.Aaron Carlisle
2016-08-17Fix Bevel crashes T49088 and T48858.Howard Trickey
2016-08-17Cycles: Fix regression where smoke wouldn't show in rendersMai Lavelle
2016-08-17Fix T49102: Angle option of new GP brush settings is too restricted in valueAntonioya
2016-08-17Fix T49086: UV Along Stroke can be set as vector input for environment textureSergey Sharybin
2016-08-17CMake: Move main platform checks to separate filesSergey Sharybin
2016-08-17More UI messages fixes and cleanup.Bastien Montagne
2016-08-172D stabilizer: Cover rotation tracks label with enabled flagSergey Sharybin
2016-08-172D stabilizer: Use exact getter instead of regular one followed with frame checkSergey Sharybin
2016-08-172D stabilizer: Remove check for markers count in the trackSergey Sharybin
2016-08-172D stabilizer: Remove redundant rows from the interfaceSergey Sharybin
2016-08-172D stabilizer: One more occurrence of len() in the drawing codeSergey Sharybin
2016-08-172D Stabilizer: Use more consistent RNA naming for propertiesSergey Sharybin
2016-08-172D Stabilzier: Don't use len() for checking whether something is enabled or notSergey Sharybin
2016-08-17Fix T49100: Replace old tooltip for GPencil brush iterationsAntonioya
2016-08-17GPencil: Change ruler line thickness to make it thickerAntonioya
2016-08-16First set of UI/i18n messages fixes (mostly new GP code).Bastien Montagne
2016-08-16Fix T49097: GP ruler data reinstances GP_Palette ColorAntonioya
2016-08-16Cleanup unused return value (was making coverity sad).Bastien Montagne
2016-08-16More fixes from coverity report.Bastien Montagne
2016-08-16Fix two memleaks found by coverity.Bastien Montagne
2016-08-16Fix release build after recent fix for debug oneSergey Sharybin
2016-08-16Fix depsgraph to compute more accurate links for collision & force.Alexander Gavrilov
2016-08-16Fix redundant declarations after recent changes in GPU debugSergey Sharybin
2016-08-162D stabilizer: Revert majority of UI changeSergey Sharybin
2016-08-162D stabilizer: Fix compilation error in debug modeSergey Sharybin
2016-08-16Correct previous commit, need to indent verisoning codeSergey Sharybin
2016-08-162D stabilization: Modify interface so dependency goes strictly from top to bo...Sergey Sharybin
2016-08-16Rework 2D stabilizatorIchthyostega
2016-08-15OpenGL: ignore deprecated API warningsMike Erwin
2016-08-15Cycles microdisplacement: Allow kernels to be built without patch evaluationMai Lavelle
2016-08-15Fix Cycles OpenCL textures after recent CUDA fix.Brecht Van Lommel
2016-08-15Fix OpenGL backtrace build errors, without disabling warnings.Brecht Van Lommel
2016-08-15Tentative compile fix after recent gpu debug changesJens Verwiebe
2016-08-15OpenGL: debug context on WindowsMike Erwin
2016-08-15OpenGL: backtrace on errors (--debug-gpu)Mike Erwin
2016-08-15OpenGL: enhance debug outputMike Erwin
2016-08-15Revert "Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well."Thomas Dinges
2016-08-15Fix CUDA compilation after OpenCL changes.Thomas Dinges
2016-08-14Cycles: Use half storage for 16bit files (e.g. 16bit pngs) as well.Thomas Dinges