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
path: root/source
AgeCommit message (Expand)Author
2017-12-19Tracking: Fix possible numerical overflowSergey Sharybin
2017-12-19Fix T53523: Keyframes for Marker weight stay, even if the track itself is del...Sergey Sharybin
2017-12-19Tracking: Use new RNA path utility functionsSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path for given trackSergey Sharybin
2017-12-19Tracking: Remove duplicated functionsSergey 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-19Cleanup: Don't use camel case for variable namesSergey Sharybin
2017-12-19Fix T53559: Auto texture space for text and font is wrong in CyclesSergey Sharybin
2017-12-19UI: split out button checks from tooltip creationCampbell Barton
2017-12-19Fix T53547 for real nowSergey Sharybin
2017-12-193D View: use shortest angle between quaternionsCampbell Barton
2017-12-19Math Lib: signed versions of quaternion angleCampbell Barton
2017-12-18Fix T53474, bevel glitchy with big objects.Howard Trickey
2017-12-18Depsgraph: Add facilities to store what ID recalc flag component corresponds toSergey Sharybin
2017-12-18Add dedicated named constant for no ID recalc flagSergey Sharybin
2017-12-18Depsgraph: Synchronize flushing with 2.8 branchSergey Sharybin
2017-12-18Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-18Depsgraph: Replace iteration over ghash with iteration over flat arraySergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-18Fix T53398: Surface deform modifier says that convex polygons are concave for...Sergey Sharybin
2017-12-18Fix T53577: Rake sculpt/paint wrong on first stepCampbell Barton
2017-12-15Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Depsgraph: Use array instead of set for node factorySergey Sharybin
2017-12-15Depsgraph: Add named constant with number of node typesSergey Sharybin
2017-12-15Depsgraph: Don't use negative enum valueSergey Sharybin
2017-12-15math utils: Add utilities to scan bit and clear itSergey Sharybin
2017-12-15Math utils: Go away form naive code for highest_order_bit_uintSergey Sharybin
2017-12-15Math utils: Add bit scan operationsSergey Sharybin
2017-12-15Math utils: Make it more clear what the functions are returningSergey Sharybin
2017-12-15Math utils: Cleanup, use _uint suffix for function which operates on uintSergey Sharybin
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-14DNA: Add dedicated recalc flag to IDSergey Sharybin
2017-12-14Fix missing update for particles w/ fluidsCampbell Barton
2017-12-14Fix T53322: Collada export crash w/ shape keysCampbell Barton
2017-12-13Fix T53550: E hotkey not working after the color-band picker commitRay Molenkamp
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-13Fix T53404 - Python API documentation: UI Layout Emboss description wordingJoão Seixas
2017-12-13Fix T53547: Metaballs as dupli objects are not updated with the new DepsgraphSergey Sharybin
2017-12-13Fix T53552: Unneeded particle cache reset on frame changeSergey Sharybin
2017-12-13Fix T53529: Rip crashes w/ wire edgeCampbell Barton
2017-12-13UI: color-band eyedropper now combines samplesCampbell Barton
2017-12-12Fix bplayer (c).Bastien Montagne
2017-12-12Revert "Node selection: Stop operator when mouse selection selected a node"Sergey Sharybin