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
2018-02-14Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-14Cycles: change Index output of Hair and Particle Info to Random, in 0..1 range.Brecht Van Lommel
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-14GPU: don't use multisample for entire window, only for offscreen 3D viewport.Brecht Van Lommel
2018-02-14Fix incorrect RNA path to view_render settings.Brecht Van Lommel
2018-02-14Code cleanup: simplify subwindow code.Brecht Van Lommel
2018-02-14Particles: Avoid multiple function declarations in multiple placesSergey Sharybin
2018-02-14Particles: Cleanup, remove trailign whitespaceSergey Sharybin
2018-02-14Hair child: Use clamp function to clamp curve evaluationSergey Sharybin
2018-02-14Math utils: Add clamping functionsSergey Sharybin
2018-02-14Object Mode: remove Scene.obeditCampbell Barton
2018-02-13GPU: add offscreen buffer drawing utility functions.Brecht Van Lommel
2018-02-13Code cleanup: stop using rectangle textures in window draw, simplify code.Brecht Van Lommel
2018-02-13Code cleanup: fix incorrect reading of GL scissor coordinates.Brecht Van Lommel
2018-02-13Code cleanup: remove unneeded gla* 2D drawing functions.Brecht Van Lommel
2018-02-13Fix blenderplayer build.Brecht Van Lommel
2018-02-13Merge branch 'master' into blender2.8Campbell Barton
2018-02-13Add ED_object_editmode_exit_exCampbell Barton
2018-02-13Cycles: Implement index output for hair nodeSergey Sharybin
2018-02-13Object Mode: remove Scene.obedit for RNACampbell Barton
2018-02-13Object Mode: Loop over objects for ED_editors_exitCampbell Barton
2018-02-13Object Mode: remove Scene.obeditCampbell Barton
2018-02-13Object Mode: remove Scene.obedit for 3D ViewCampbell Barton
2018-02-13Object Mode: pass edit-object to outliner drawingCampbell Barton
2018-02-13Object Mode: pass edit-object to UV APICampbell Barton
2018-02-13Object Mode: remove Scene.obedit in draw managerCampbell Barton
2018-02-13(Nodes) Display image name if any in the Cycles Image and Environment Texture...Ines Almeida
2018-02-12Fix part of T53080: don't use current scene world for icon previews.Brecht Van Lommel
2018-02-12Fix T54032: Adding torus test failsCampbell Barton
2018-02-12Merge branch 'master' into blender2.8Campbell Barton
2018-02-12Error in last commit, disable cycles when not enabledCampbell Barton
2018-02-12Merge branch 'master' into blender2.8Campbell Barton
2018-02-12Disable cycles when WITH_CYCLES=OFFCampbell Barton
2018-02-12BKE_addon: new/free/ensure functionsCampbell Barton
2018-02-09Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-09Eevee: Film filter default to 1.5 instead of 1.0Dalai Felinto
2018-02-09Cycles: add random walk subsurface scattering to Principled BSDF.Brecht Van Lommel
2018-02-09Cycles: random walk subsurface scattering.Brecht Van Lommel
2018-02-09Merge branch 'master' into blender2.8Bastien Montagne
2018-02-09Fix (unreported) error on freeing timers which customdata pointer shall not b...Bastien Montagne
2018-02-09Merge branch 'master' into blender2.8Bastien Montagne
2018-02-09Fix (unreported) crash when duplicating a FileBrowser window in preview draw ...Bastien Montagne
2018-02-09Merge branch 'master' into blender2.8Bastien Montagne
2018-02-09Doc: attempt to document RNA's FunctionFlag.Bastien Montagne
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-09Fix collection syncing when creating new collections from the outlinerDalai Felinto
2018-02-09Missed opencollada edit in recent changesCampbell Barton
2018-02-09Fix crash with font on curveSergey Sharybin
2018-02-09Cleanup: pass eval_ctx to sculpt_init_sessionCampbell Barton
2018-02-09Merge branch 'master' into blender2.8Campbell Barton