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-06-08Depsgraph: Russian electric tape bodge to have multiple proxies workSergey Sharybin
2016-06-08Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-06-08Depsgraph: Small optimization to update flushingSergey Sharybin
2016-06-08Depsgraph: Fix compilation with new depsgraph disabledSergey Sharybin
2016-06-08Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-06-08Add missing includeCampbell Barton
2016-06-08Depsgraph: Accidentally removed one line too muchSergey Sharybin
2016-06-08Depsgraph: Cleanup and code simplificationSergey Sharybin
2016-06-08Depsgraph: Simplify some loops using foreach()Sergey Sharybin
2016-06-08Depsgraph: Solve wrong datamask calculated by depsgraphSergey Sharybin
2016-06-08Fix C++11 build issues on OS X, remove references to outdated libs.Brecht Van Lommel
2016-06-08Fix T48434: Missing meta support in new depsgraphSergey Sharybin
2016-05-12Fix depsgraph tagging during the relations build pass.Lukas Tönne
2016-05-11Fix for node tree ID tagging in new depsgraph.Lukas Tönne
2016-05-10Depsgraph: Use some more threading when tagging and finalizing evaluationSergey Sharybin
2016-05-10Depsgraph: For big graphs update pending parents in threadsSergey Sharybin
2016-05-10Depsgraph: Comment evaluation priority out for nowSergey Sharybin
2016-05-10Depsgraph: Avoid multipel editors update per same IDSergey Sharybin
2016-05-10Depsgraph: Don't leave active thread if there's only one children nodeSergey Sharybin
2016-05-10Task scheduler: Add thread-aware task push routinesSergey Sharybin
2016-05-09Cleanup: header, styleCampbell Barton
2016-05-09Depsgraph: Store node input/output links in a vector rather than in setSergey Sharybin
2016-05-09Depsgraph: Avoid having per-node lock when scheduling childrenSergey Sharybin
2016-04-28Depsgraph optimization: Don't schedule tasks for empty "NOOP" nodes.Lukas Tönne
2016-04-28Fix for O(N^2) runtime tagging in the new depsgraph.Lukas Tönne
2016-04-25Fix for missing pose bone hash in the new dependency graph.Lukas Tönne
2016-03-15Fix T47734: Rest Position is not working with new DepsSergey Sharybin
2016-03-05Cleanup: quiet -Wcomma, cast to void where neededCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-02-02Fix T46411: Experimental deps graph causes particles to jump aroundSergey Sharybin
2016-02-02Depsgraph: Fix particle system component nodes not being displayed in debug g...Sergey Sharybin
2016-01-24Cleanup: styleCampbell Barton
2016-01-14CMake: De-duplicate checks around unordered maps and shared pointerSergey Sharybin
2016-01-07Fix T46723: Issue with linking to rigs running Blender in new depsgraph modeSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-21NewDepsgraph: Fix typo tagging wrong flag.Bastien Montagne
2015-11-24Fix T46839: New dependency graph missed time update on motrack constraintsSergey Sharybin
2015-11-06Fix T46587: Drivers do not work in node groupsSergey Sharybin
2015-10-29New depsgraph: Optimize updates flushSergey Sharybin
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-09-24Fix T46227: ShapeKeys Lattice by the driver, problem updates in new depsgraphSergey Sharybin
2015-09-21Small fix for depsgraph debug graphviz: empty labels for edges require an exp...Lukas Tönne
2015-09-21Some minor tweaks to depsgraph debug graphviz output.Lukas Tönne
2015-08-28Fix remaining parts of T44881, missing update on loading fileSergey Sharybin
2015-08-28Partial fix of T44881: Fix for missing particles update when changing seedSergey Sharybin
2015-08-28Fix T45929: OpenSubdiv was doing extra object recalc tagsSergey Sharybin
2015-08-27Fix T45702: Editing smoke while viewport render and blender bugSergey Sharybin
2015-08-27OpenSubdiv: Fix crash toggling edit mode with new depsgraphSergey Sharybin
2015-08-27OpenSubdiv: Tweaks to detecting whether geometry data is needed on GPU with n...Sergey Sharybin