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-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Array Modifier: option to offset UV'sCampbell Barton
2017-12-06Proposed fix for T53263 -- Blender crashes when rendering with Stabilizer 2D ...Daniel Silva
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-12-06Depsgraph: Cleanup, use less geenric data typeSergey Sharybin
2017-12-06Depsgraph: Forgot this in previous commitSergey Sharybin
2017-12-06Depsgraph: Ignore text datablocks from nodesSergey Sharybin
2017-12-06Depsgraph: Add missing bone properties to proxy rigsSergey Sharybin
2017-12-06Depsgraph: Add missing NULL pointer checkSergey Sharybin
2017-12-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in node treeSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in lampSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in cameraSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated geometry componentSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated modifiersSergey Sharybin
2017-12-06Depsgraph: Leave armature animation relation to build_animation()Sergey Sharybin
2017-12-06Depsgraph: Use default argument value for relations builderSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Use build_animation() to build relations to animated propertiesSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Move implementation part of relations header to own fileSergey Sharybin
2017-12-06Fix T53408: Updating Cycles Nodes via Drivers in Material ViewSergey Sharybin
2017-12-06Depsgraph: Cleanup, split build_animationSergey Sharybin
2017-12-06Depsgraph: Correct fallback for the parameters calculationSergey Sharybin
2017-12-06Depsgraph: Cleanup, split driver builder functionSergey Sharybin
2017-12-06Depsgraph: Cleanup, deduplicate as much as possible in build_driverSergey Sharybin
2017-12-06Depsgraph: Remove old comments which are likely outdatedSergey Sharybin
2017-12-06Depsgraph: Replace last obvious part of driver builder with generic RNA codeSergey Sharybin
2017-12-06Depsgraph: Add criteria for RNA_KeySergey Sharybin
2017-12-06Depsgraph: Remove confusing ID node criteriaSergey Sharybin
2017-12-06Depsgraph: Use generic function for shape key driver targetSergey Sharybin
2017-12-06Depsgraph: Fix wrong relations built for driversSergey Sharybin
2017-12-06Depsgraph: Use generic function for shape key driver targetSergey Sharybin
2017-12-06Depsgraph: Use generic function for modifiers driver targetSergey Sharybin
2017-12-06Depsgraph: Use existing utility function to get driver target nodeSergey Sharybin
2017-12-06Depsgraph: Cleanup, split build_driver function upSergey Sharybin
2017-12-06Depsgraph: Don't see reason to have special case for bone's RNA pathSergey Sharybin
2017-12-06Depsgraph: SImplify chjecks in directly address boneSergey Sharybin
2017-12-06Depsgraph: begin use of RNAPathKey instead of re-implemented checks in driver...Sergey Sharybin
2017-12-06Depsgraph: Cleanup, don't use static qualifier inside of anonymous namespaceSergey Sharybin
2017-12-06Add utility function to compare PointerRNA with NULLSergey Sharybin
2017-12-06Depsgraph: Correct RNA pointer criteria to deal with bone custom propertiesSergey Sharybin
2017-12-06Fix T53441: Inset doesn't start at zeroCampbell Barton
2017-12-06Cleanup: line lengthCampbell Barton
2017-12-06Fix T53476: File Browser: Selection Issue with 'fill' option.Bastien Montagne
2017-12-05Fix T53430: Cut at the strip end fails w/ endstillCampbell Barton
2017-12-05Types are to have explicit forward declarationSergey Sharybin
2017-12-05Fix T53469: Make sure that edges are drawn in the backbuff whenever you are l...Germano
2017-12-05Fix for typo in previous commitJoshua Leung