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
2018-01-10Subsurf: Loop array should not be called mvSergey Sharybin
2018-01-10Subsurf: Remove increment of unused variableSergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Alternate fix for brush user countCampbell Barton
2018-01-10Fix brush user countCampbell Barton
2018-01-10fix t53701 minimal changes to get it working rightbjornmose
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2018-01-09Fix T53691: Motion Tracking Object Solver Constraint doesn't work as Bone Con...Sergey Sharybin
2018-01-09Depsgraph: Move special handling of tracking constraints to a dedicated functionSergey Sharybin
2018-01-09Depsgraph: Perform early check on constraint info NULLSergey Sharybin
2018-01-08Fix T53713: User remap failed w/ texface imagesCampbell Barton
2018-01-08(Nodes) Display image name if any in the Image and Texture Image node titleInes Almeida
2018-01-04Fix T52953: Crash removing materialCampbell Barton
2018-01-04Fix T53637: Keymap from app-template ignoredCampbell Barton
2017-12-29Fix T53639: text sequence strips no stamped into render.Philipp Oeser
2017-12-23Fix scalability issue in threaded code of Mesh normals computation.Bastien Montagne
2017-12-22Subsurf: Avoid possible use of partially initialized edge hashSergey Sharybin
2017-12-22Subsurf: Avoid global lock for loops and orig index layersSergey Sharybin
2017-12-21Depsgraph: Make it more clear that we dump relations into graphvizSergey Sharybin
2017-12-21Depsgraph: Remove eval priority from debuggerSergey Sharybin
2017-12-19Font objects: Support proper auto-spaceSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path prefix for given trackSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path for given trackSergey Sharybin
2017-12-19Tracking: Add plane tracks equivalents to previous commitSergey Sharybin
2017-12-19Tracking: Add utility function to get tracks list for given trackSergey Sharybin
2017-12-19Tracking: Add utility function to find tracking object from a given trackSergey Sharybin
2017-12-19Fix T53559: Auto texture space for text and font is wrong in CyclesSergey Sharybin
2017-12-18Fix T53577: Rake sculpt/paint wrong on first stepCampbell Barton
2017-12-15Tracking: Cleanup, fix typo in variable nameSebastian Koenig
2017-12-15Tracking: Pass all markers to autotrack at onceSergey Sharybin
2017-12-15Tracking: Cleanup, make autotrack context creation code more granularSergey Sharybin
2017-12-15Tracking: Cleanup, use more const qualifiers when appropriateSergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-14Fix missing update for particles w/ fluidsCampbell Barton
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-13UI: color-band eyedropper now combines samplesCampbell Barton
2017-12-12Cleanup: minor edits to last commitCampbell Barton
2017-12-12UI: rewrite color-ramp re-samplingCampbell Barton
2017-12-12Add eyedropper to color-ramp widgetRay Molenkamp
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-12-05Types are to have explicit forward declarationSergey Sharybin
2017-12-05Version patching fixes for F-Curves (as required for fixes for T48988 and T52...Joshua Leung
2017-12-05Added BKE_fcurves_main_cb(), a wrapper around BKE_animdata_main_cb to make it...Joshua Leung
2017-12-05Cleanup/Style Tweaks to fit rest of codeJoshua Leung