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
2018-11-08Fix depsgraph console warning after recent changes.Brecht Van Lommel
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-11-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-11-07Depsgraph: add proper handling of actions contained in NLA strips.Alexander Gavrilov
2018-11-07Depsgraph: Ensure dependency cycle does not clear runtime memorySergey Sharybin
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-02Fix T57316: material preview icons not updating.Brecht Van Lommel
2018-10-29Depsgraph: use full operation key to preserve update tags on rebuild.Alexander Gavrilov
2018-10-29Fix T57488: crash in Shrinkwrap constraint due to unsafe multi-threading.Alexander Gavrilov
2018-10-29Fix T57384: Depsgraph assert after loading file with Mask NodePhilipp Oeser
2018-10-25Depsgraph: don't lose the update tag on rebuild for op nodes with a name.Alexander Gavrilov
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-10-24Depsgraph: minor renaming and refactor of API for adding evaluation flags.Alexander Gavrilov
2018-10-17Shrinkwrap: implement the use of smooth normals in constraint & modifier.Alexander Gavrilov
2018-10-14Depsgraph: Add proper API functions for CustomDataMask dependencies.Alexander Gavrilov
2018-10-09Edit Mesh: replace DerivedMesh w/ MeshCampbell Barton
2018-09-28Make struct initialization happy for CLangSergey Sharybin
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-09-26Depsgraph: Add missing relation for spline IKSergey Sharybin
2018-09-25depsgraph: re-Fix 32 bit shift bug in get_visible_components_mask.Ray Molenkamp
2018-09-25depsgraph: Fix 32 bit shift bug in get_visible_components_mask.Ray Molenkamp
2018-09-25despgraph: Use regular iterators for erase, fixes build error on centOSRay Molenkamp
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-24Depsgraph: Always respect visibility flag when building objectSergey Sharybin
2018-09-24Depsgraph: Tweak to visibility flushSergey Sharybin
2018-09-24Depsgraph: Provide more information about componentSergey Sharybin
2018-09-24Depsgraph: Cleanup, spelling in commentSergey Sharybin
2018-09-24Cleanup: SpellingSergey Sharybin
2018-09-21Depsgraph: update frame in scene on frame change.Brecht Van Lommel
2018-09-21Fix minor typo in comment.Bastien Montagne
2018-09-20Cleanup: styleCampbell Barton
2018-09-19Depsgraph: Another followup to the previous commitSergey Sharybin
2018-09-19Depsgraph: Correction for the previous commitSergey Sharybin
2018-09-19Depsgraph: Ensure shading update orderSergey Sharybin
2018-09-19Depsgraph: Always assume scene camera is visibleSergey Sharybin
2018-09-19Depsgraph: Make visible update to operate on per-component levelSergey Sharybin
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-09-19Depsgraph: Connect duplicating geometry to duplicatorSergey Sharybin
2018-09-19Depsgraph: Make geoemtry to tag function more reusableSergey Sharybin
2018-09-19Depsgraph: Correct early output in collectionsSergey Sharybin
2018-09-19Depsgraph: Handle text datablock in ID builderSergey Sharybin
2018-09-17Depsgraph: Cleanup, indentationSergey Sharybin
2018-09-17Depsgraph: Gnuplot, put heaviest objects at the topSergey Sharybin
2018-09-14Depsgraph: Use default visibility of falseSergey Sharybin
2018-09-14Depsgraph: Respect parent object visibility in more placesSergey Sharybin