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-08-24Depsgraph: Fix wrong detection of invisible objectsSergey Sharybin
2018-08-24Depsgraph: Escape underscore in time stats chartSergey Sharybin
2018-08-24Cleanup: indentation, styleCampbell Barton
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
2018-08-23Cleanup: use static functionsCampbell Barton
2018-08-23Fix: Silence compiler warnings about size_t's in printfJoshua Leung
2018-08-23Depsgraph: Added note that the filtering function should NOT be called on a f...Joshua Leung
2018-08-23Code CleanupJoshua Leung
2018-08-23Cleanup: Remove the conditional ID node removal stuff, copied from clear_id_n...Joshua Leung
2018-08-23Cleanup: Disable some of the extra debug prints that were slowing things downJoshua Leung
2018-08-23Depsgraph Filtering: Fix ID node filtering problemsJoshua Leung
2018-08-23Depsgraph Filtering: WIP more debugging printsJoshua Leung
2018-08-23Depsgraph Filtering: Remove opnodes from entry tags tooJoshua Leung
2018-08-23Depsgraph: Fix filtering-related crashesJoshua Leung
2018-08-23Depsgraph: Print simple stats after filtering graph, to quickly verify if any...Joshua Leung
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung
2018-08-23Typo fixesJoshua Leung
2018-08-21Depsgraph: Add query methods to identify all the ID's that a given datablock ...Joshua Leung
2018-08-21Cleanup: Fix variable shadowingJoshua Leung
2018-08-21Cleanup: Fix typosJoshua Leung
2018-08-15Fix viewport selection of markers not updating in all editorsDalai Felinto
2018-08-13Fix dependency graph for constraints depending on B-Bone shape.Alexander Gavrilov
2018-08-13Depsgraph: Build node and relations for movieclip ID for its nodesDalai Felinto
2018-08-13Depsgraph: Remove obscure code which was only needed for old OSD implementationSergey Sharybin
2018-08-08Cleanup: styleCampbell Barton
2018-08-02Depsgraph: fix some DEG queries crashing with new, empty graph.Bastien Montagne
2018-07-31Fix T55718: Blender 2.8 crashes when converting to Curve from Mesh.Bastien Montagne
2018-07-31Fix T56170: Fake dependency cycle in new depsgraph + interleaved armature upd...Sergey Sharybin
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31Respect ID user count when creating pose on object copySergey Sharybin
2018-07-31Depsgraph: Fix crash on undo of new bone addedSergey Sharybin
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-30Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-30Minor cleanup.Bastien Montagne
2018-07-30Build: require C11/C++11 for all operating systems in master.Brecht Van Lommel
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-27Fix crash enabling disabled collection containing curves.Brecht Van Lommel
2018-07-20Depsgraph: Fix missing relation from proxy_form's ID propertiesSergey Sharybin
2018-07-20Fix T55973: [2.8] Crash when 'apply pose as rest pose' when bone scale is 0,0,0.Bastien Montagne
2018-07-19Cleanup: styleCampbell Barton
2018-07-11Fix crash in combing after changing scene propertySergey Sharybin
2018-07-11Merge branch 'master' into blender2.8Sergey Sharybin
2018-07-11Depsgraph: Fix face dependency cycle when bone uses id property from selfSergey Sharybin
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-10Added comment for DEG_TAG_PSYS_xxx and PSYS_RECALC_xxx relationSybren A. Stüvel
2018-07-10Cleanup: styleCampbell Barton
2018-07-09Depsgraph: Fix non-working drivers after recent relations changeSergey Sharybin
2018-07-09Depsgraph: Force modifier stack update when mesh is copiedSergey Sharybin
2018-07-09Depsgraph: Forbid flush from copy-on-write operations down the roadSergey Sharybin