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
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2019-01-31Depsgraph: Use more clear name for enumeratorSergey Sharybin
2018-12-10Fix T57633: Particle texture update problemSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-05Depsgrapgh: Use more distinctive opcode for texture and image evaluationSergey Sharybin
2018-12-04Fix T58118: Make duplicates real does nothingSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-10-29Depsgraph: use full operation key to preserve update tags on rebuild.Alexander Gavrilov
2018-09-24Depsgraph: Provide more information about componentSergey Sharybin
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-09-19Depsgraph: Connect duplicating geometry to duplicatorSergey Sharybin
2018-06-14Depsgraph: Use dedicated ocmponent for object's base flags flushSergey Sharybin
2018-05-30Fix unnecessary Cycles render updates when selecting objects.Brecht Van Lommel
2018-04-12Depsgraph: Introduce ID recalc flag for COW componentSergey Sharybin
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-19Depsgraph: Preliminary work to make components to ID recalc flagsSergey Sharybin
2017-12-18Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-18Depsgraph: Add facilities to store what ID recalc flag component corresponds toSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Cleanup, indentationSergey Sharybin
2017-11-24Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-24Depsgraph: Allow finding operations after construction is doneSergey Sharybin
2017-11-24Depsgraph: Make has_ prefixed function to return booleanSergey Sharybin
2017-11-24Depsgraph: Introduce explicit method which finds operation or returns NULLSergey Sharybin
2017-11-24Depsgraph: Make more clear what find_operation() is doing for componentSergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, deduplicate code around component registrationSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-08-29Depsgraph: Fix missing updates when tweaking node tree parametersSergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-13Depsgraph: Pass function bindings by const referenceSergey Sharybin
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Remove operation types enumSergey Sharybin
2017-06-01Depsgraph: use explicit marking of component entry/exit operationsSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin