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
2016-11-07Merge branch 'master' into blender2.8Bastien Montagne
2016-11-07Depsgraph: Disable timing profileSergey Sharybin
2016-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin
2016-11-07Proxy: Construct pchan hash when syncing armature proxySergey Sharybin
2016-11-07Despgraph: Optimize cycles detection algorithmSergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-11-07Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2016-11-07Depsgraph: Move class implementation from header to implementation filesSergey Sharybin
2016-11-07Depsgraph: Fully switch from string to const char*Sergey Sharybin
2016-11-07Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2016-11-07Depsgraph: Cleanup, operation has name, not descriptionSergey Sharybin
2016-11-07Depsgraph: Remove unused functionSergey Sharybin
2016-11-07Depsgraph: Use const char for component APISergey Sharybin
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-11-07Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2016-11-07Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2016-11-07Depsgraph: Remove prototype of unused and non-implemented methodSergey Sharybin
2016-11-07Expose Bullet rotational spring settings in the UI.Alexander Gavrilov
2016-11-07Cycles: Refactor Device selection to allow individual GPU compute device sele...Lukas Stockner
2016-11-05MSVC Runtime copy : Remove erroneously left in diagnostic message from CMakeL...lazydodo
2016-11-05Gawain: manage batch API's current shader program + uniform funcsMike Erwin
2016-11-05[msvc2015] Add support for copying the vc runtime.lazydodo
2016-11-05OpenGL: edge overlay shadersMike Erwin
2016-11-05OpenGL: further wireframe shadersMike Erwin
2016-11-04Fix T49905: Segfault when copying object data of linked object.Bastien Montagne
2016-11-04Fix (unreported) asserts in `make_object_duplilist_real()`.Bastien Montagne
2016-11-04Fix T49918: Make duplicates real crash on clicking operator toggles.Bastien Montagne
2016-11-03Fix T49903: Blender crashes -> Append Group incl. Object using boolean modifierBastien Montagne
2016-11-03Depsgraph: Add code for timing despgraph builderSergey Sharybin
2016-11-03Fix T49826: NEW-DEPSGRAPH - Texture is not updated after changing its space c...Sergey Sharybin
2016-11-03Depsgraph: Fix wrong comparison of ID type vs. node typeSergey Sharybin
2016-11-03Fix T49857: Blender crashes after adding texture node to compositing treeSergey Sharybin
2016-11-02Depsgraph: Fix race condition writing drivers to array propertySergey Sharybin
2016-11-02Solve threading conflict when calculating smooth normalsSergey Sharybin
2016-11-02COLLADA: Removed obsolete Export select option 'Both' which created invalid d...Gaia Clary
2016-11-02Depsgraph: Fix some errors printed to the consoleSergey Sharybin
2016-11-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-02Change frame for animations should not bein the UNDO stackDalai Felinto
2016-11-01Add 'copy array' for rna buttonsBastien Montagne
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-31OpenGL: draw NLA strip curves with new imm modeThomas Beck
2016-10-31Added 'delete unlocked vertex groups' option.Sybren A. Stüvel
2016-10-31BMesh: radial loop (internal API symmetry)Campbell Barton
2016-10-31BMesh: simplify vert & edge removalCampbell Barton
2016-10-31BMesh: remove redundant walker member & assignmentCampbell Barton
2016-10-31UI: Don't show empty panel right-click menuJulian Eisel
2016-10-30Viewport smoke: add support to render the volume using a color ramp.Kévin Dietrich
2016-10-30Fix compile errors for when WITH_ALEMBIC is OFF.Kévin Dietrich
2016-10-30Cycles: Add smoothing option to the Brick TextureLukas Stockner