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-04-05Merge branch 'master' into blender2.8Sybren A. Stüvel
2018-04-05Load metadata from video files and expose via RNASybren A. Stüvel
2018-04-05Write the scene render frame range to image/video filesSybren A. Stüvel
2018-04-05Write StampData metadata to video filesSybren A. Stüvel
2018-04-05IMB_metadata improvementsSybren A. Stüvel
2018-04-05BLI_string: macros that de-duplicate sizeof argCampbell Barton
2018-04-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05UI: Node Editor: Make nodelink arrow size and link width dpi dependant.Clément Foucault
2018-04-05UI: Node Editor: Batch nodelinks together.Clément Foucault
2018-04-05UI: Node Editor: Port nodelink drawing to shader based drawing.Clément Foucault
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-05GPUShader: Add 2D Nodelink shader.Clément Foucault
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-05Undo System: return undo step from undo push initCampbell Barton
2018-04-05ED_undo: use loggingCampbell Barton
2018-04-05Fix crash w/ empty text undo operationsCampbell Barton
2018-04-04Fix Cycles motion blur and engine.frame_set() not working.Brecht Van Lommel
2018-04-04Depsgraph: Fix/workaround crash with animation and drivers and CoWSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Fix modifier freeing code re. ID refcounting.Bastien Montagne
2018-04-04Fix Cycles particle info node not working.Brecht Van Lommel
2018-04-04Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Make sure textures used by modifiers are in the graphSergey Sharybin
2018-04-04Fix Eevee crash with generated coordinates on non-objects.Brecht Van Lommel
2018-04-04Cleanup: simplify fix for T53497, this part is not strictly needed.Brecht Van Lommel
2018-04-04Merge branch 'master' into blender2.8Bastien Montagne
2018-04-04Tweak ID->tag reset on file load (no visible change expected!).Bastien Montagne
2018-04-04Depsgraph: Get pchan index from correct poseSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Ensure root pchan is always foundSergey Sharybin
2018-04-04Depsgraph: Pass CoW version of object to armature update doneSergey Sharybin
2018-04-04Fix part of T53497: Eevee stuttering on macOS for the first few seconds of us...Brecht Van Lommel
2018-04-04Fix missing hair in fishycat and everything else after particle recalc changesMai Lavelle
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Assert that pchan index is always validSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Add missing expansion od custom bone shapesSergey Sharybin
2018-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-04Depsgraph: Only bind ID-data and indices to depsgraph callbacksSergey Sharybin
2018-04-03Missed in last mergeCampbell Barton
2018-04-03Missed in last mergeCampbell Barton
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Undo: make id-map use binary search to keep sortedCampbell Barton
2018-04-03Fix own error w/ undo ID lookupCampbell Barton
2018-04-03Draw Manager: Improve description of `draw_frustum_boundbox_calc` variablesGermano
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-04-03Undo: use with_prev verisons of id-map lookupsCampbell Barton
2018-04-03Undo: use general id-map for image undo lookups.Campbell Barton