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-02-18Fix typo and change `.enabled` to `.active`surface-deform-modifierLuca Rood
2017-02-14Use parenthesis for bit shiftsLuca Rood
2017-02-14Remove unused `weight_components`Luca Rood
2017-02-14Use poll callback to disable bind operator instead of PythonLuca Rood
2017-02-06iconLuca Rood
2017-01-25Review: Multithread deform codeLuca Rood
2017-01-25Review: CleanupLuca Rood
2017-01-25Review: Add infinite weight flags enumLuca Rood
2017-01-25Review: Move stuff to helper func and more cleanupLuca Rood
2017-01-25Review: Optimize numpoly calculationLuca Rood
2017-01-25Review: Join allocations and some bpoly refactorLuca Rood
2017-01-25Review: Combine allocations and minor cleanupLuca Rood
2017-01-25Review: Report errors in UI and some more cleanupLuca Rood
2017-01-25Review: Fix depsgraph relationLuca Rood
2017-01-25Review: Fix indentations and use MEM_SAFE_FREELuca Rood
2017-01-25Review: Replace weight_components with individual variablesLuca Rood
2017-01-25Review: More cleanup...Luca Rood
2017-01-25Review: Inline loop indicesLuca Rood
2017-01-15General cleanup (unsigned stuff and loop counter inlining)Luca Rood
2017-01-15Remove warningsLuca Rood
2017-01-15Fix silly mistake in nearestVertLuca Rood
2017-01-14Change angle function calls in sdefLuca Rood
2017-01-14Change angle function call in 3d to 2d mapping functionLuca Rood
2017-01-11Split interp_weights_face_v3 into specific functions for tris and quadsLuca Rood
2017-01-11Remove custom weight interp func in favor of Blender's built-in implementationLuca Rood
2017-01-11Fix VS 2015 issue (change isnanf to isnan)Luca Rood
2017-01-11Fix 2d mapping function's nameLuca Rood
2017-01-11Replace "cent" functions from math_geom with "mid" ones from math_vectorLuca Rood
2017-01-10Constify some stuff (for clarity and correctness)Luca Rood
2017-01-04Silly const mistake (missed in refactor...)Luca Rood
2017-01-04Implement target poly influence interpolationLuca Rood
2017-01-04Add 3d to 2d plane mapping functions to math libLuca Rood
2017-01-04Fix out of bounds memory access in interp_weights_face_v3Luca Rood
2016-11-30Initial Surface Deform Modifier implementationLuca Rood
2016-11-27Add cent_poly_v3 functionLuca Rood
2016-11-25Add is_poly_convex_v3 functionLuca Rood
2016-11-25Fix (unreported) looptri array not being recalculated in ccgDM and emDMLuca Rood
2016-11-24Remove unused vector icons from RNAMartijn Berger
2016-11-23Depsgraph: Fix matrix_world driver sourceSergey Sharybin
2016-11-22Fix T49718: Wrong "Make Duplicates Real" behavior with "Keep Hierarchy"Luca Rood
2016-11-22Fix (unreported) crash when drawing armatures' poses in some cases.Bastien Montagne
2016-11-22GPU: Consider latest Gallium driver an official ATI/AMDSergey Sharybin
2016-11-21Partly revert own rBb97c567c1df1e, clear_proxy is actually safe.Bastien Montagne
2016-11-21Fix two very bad issues in new ID.make_local RNA function.Bastien Montagne
2016-11-21Cleanup: get rid of unused `BKE_constraints_relink()`.Bastien Montagne
2016-11-21Fix T49981: New Depsgraph - When camera is on inactive layer, it does not eva...Sergey Sharybin
2016-11-21Depsgraph: Fix infinite viewport object update in CYcles render modeSergey Sharybin
2016-11-21Depsgraph: use more explicit parenthesisSergey Sharybin
2016-11-20Fix Xcode link error, missing definitions in RNA C++ API that other compilers...Brecht Van Lommel
2016-11-20Cycles: add basic backwards compatibility for device selection, move to Syste...Brecht Van Lommel