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
2017-08-30Fix T52588: Shape key value driver variables of duplicated object sets refer ...Bastien Montagne
2017-08-30Refactor 'split faces' mesh code.Bastien Montagne
2017-08-29Alembic: Fix T52579: crash when replacing slightly different alembic filesSybren A. Stüvel
2017-08-29Fix T48079: Maintain Volume constraint overcompensates.Alexander Gavrilov
2017-08-29Support Copy To Selected and Alt-Click for F-Curves in the curve editor.Alexander Gavrilov
2017-08-29View2D: function to get view to region matrixCampbell Barton
2017-08-29Transform: scale center override by aspectCampbell Barton
2017-08-28Depsgraph: Don't cast ID_Type to shortSergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-28Transform: center overrideCampbell Barton
2017-08-28EditMesh: set edge-rin subdiv minimum to 1Campbell Barton
2017-08-28Docs: BMesh.from_mesh behavior w/ multiple callsCampbell Barton
2017-08-28Fix T51400: Pasting hex code failsCampbell Barton
2017-08-27Fix T52498: Deleting force field doesn't remove "Surface" from modifier stack.Bastien Montagne
2017-08-27BLI_rect: Function to calculate a matrix from 2 rctf'sCampbell Barton
2017-08-26Missed last commitCampbell Barton
2017-08-26Fix T52515: Crash on BMesh.to_mesh()Campbell Barton
2017-08-26WM: move theme check out of ED_view3d_draw_select_loopCampbell Barton
2017-08-26Fix minor Mesh -> BMesh conversion issuesCampbell Barton
2017-08-26Fix T52478: Error report "Shrinkwrap: out of memory" on invisible target.Bastien Montagne
2017-08-26Fix T52538: Outliner crash when displaying groups and using Show Active on ed...Bastien Montagne
2017-08-25Fix T52481: After making all local, local proxies of linked data get broken a...Bastien Montagne
2017-08-25WM: ensure 3D view theme is used in select-loopCampbell Barton
2017-08-25WM: initialize WM and deps before handling eventsCampbell Barton
2017-08-24Correct error in recent use of PyC_Long_*Campbell Barton
2017-08-24Fix error using wrong theme settings w/ depth drawCampbell Barton
2017-08-24Fix T51907: New Depsgraph - Camera constraint is not evaluated properlySergey Sharybin
2017-08-24Cycles Bake: Fix overflow when using hundreds of imagesDalai Felinto
2017-08-23Docs: rename var and comment how it's usedCampbell Barton
2017-08-23Correction to last fixCampbell Barton
2017-08-23Fix T52490: NDOF orbit doesn't lock in ortho viewCampbell Barton
2017-08-23Fix T52396: Crash loading template w/o config dirCampbell Barton
2017-08-23Cleanup: mark VA_NARGS_COUNT as publicCampbell Barton
2017-08-23Cleanup: move variadic defines to their own headerCampbell Barton
2017-08-23Fix T52218: Missing update when reconnecting nodeSergey Sharybin
2017-08-23RNA: use string-join to simplify operator registerCampbell Barton
2017-08-23BLI_string_utils: string joining utility functionsCampbell Barton
2017-08-23PyAPI: avoid instantiating args twice in macroCampbell Barton
2017-08-23RNA: report error on struct naming collisionCampbell Barton
2017-08-23RNA: keep structs_map valid w/ ID duplicate & freeCampbell Barton
2017-08-23GHash: BLI_ghash_reinsert_key utility functionCampbell Barton
2017-08-22Fix T52466: Silence search for button_context menu type.Thomas Beck
2017-08-22Fix error in PointerProperty argument listCampbell Barton
2017-08-22Fix T52483: Fill is incorrect for interpolated strokesAntonio Vazquez
2017-08-22Fix T52209: New Depsgraph - animated follow curve constraint sometimes freaks...Sergey Sharybin
2017-08-22Depsgraph: Cleanup, make code friendlier to be edited in columnsSergey Sharybin
2017-08-22Depsgraph: Remove placeholder for path evaluationSergey Sharybin
2017-08-22Fix threading conflict when doing Cycles background renderSergey Sharybin
2017-08-22Fix T52454: Crash in DEG_graph_on_visible_update when activating scene layerSergey Sharybin
2017-08-22PyAPI: replace PyC_FromArray with typed functionsCampbell Barton