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-15Cleanup: Make access to widget triangle defines explicitJulian Eisel
2018-04-15Fix button triangle for "hold action" not workingJulian Eisel
2018-04-15Pydoc: Fix multiple bpy.type modulesAaron Carlisle
2018-04-15Missed from last mergeCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: remove redundant args from ebone pickingCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: remove bad castsCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: remove undoing access, minor formattingCampbell Barton
2018-04-15Fix T54593: Py text edits crash (undo regression)Campbell Barton
2018-04-15Fix compiler error in WindowsAntonio Vazquez
2018-04-15Fix T54527: Misleading Tooltip on Snap Target MenuAaron Carlisle
2018-04-15Pydocs: Expand bge.contraint docsAaron Carlisle
2018-04-14Cleanup: styleCampbell Barton
2018-04-14Fix compiler error in WindowsAntonio Vazquez
2018-04-14Merge branch 'master' into blender2.8Campbell Barton
2018-04-14Cleanup: use const for BKE_object argsCampbell Barton
2018-04-14Merge branch 'master' into blender2.8Campbell Barton
2018-04-14Logging: replace 'fwrite' w/ 'write'Campbell Barton
2018-04-14Cleanup: rename WriteData struct members.Campbell Barton
2018-04-14Undo: refactor memfile writingCampbell Barton
2018-04-14Fix T54568: Undo memory de-duplication failedCampbell Barton
2018-04-14BGL: Expose OpenGL API for FrameBuffers and RenderBuffers.Germano
2018-04-13PyAPI: Gawain: Checks the member `data` instead `vbo_id`.Germano
2018-04-13RNA: Fix crash with select_mode_update.Germano
2018-04-13DRW: Deferred Shader Compilation: Optimize shaders compilation.Germano
2018-04-13CLAY: Fix prepass shader on certain compiler.Germano
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-13Python API: remove object.dupli_list_create and dupli_list_clear.Brecht Van Lommel
2018-04-13Fix incorrect object in editmode tests in depsgraph eval.Brecht Van Lommel
2018-04-13Fix incomplete evaluation context in depsgraph iter.Brecht Van Lommel
2018-04-13Merge branch 'master' into blender2.8Bastien Montagne
2018-04-13Remove editor type selector from File Browser when in 'Operator' mode.Bastien Montagne
2018-04-13Point cache: stop using general object dupli system.Brecht Van Lommel
2018-04-13Cleanup: add utility function to find a single point cache ID.Brecht Van Lommel
2018-04-13Cleanup: don't use Blender structs in iTaSC module.Brecht Van Lommel
2018-04-13UI: Activate (unused) tab button-type on press instead of releaseJulian Eisel
2018-04-12UI: Activate workspace after appending it using the '+' menuJulian Eisel
2018-04-12GPUSelect: Remove glFinish() that was causing bad perf issue.Clément Foucault
2018-04-12Fix: Follow up to 16b795cb95cJoshua Leung
2018-04-12Depsgraph: Move CoW tag to ID datablock tagSergey Sharybin
2018-04-12Depsgraph: Avoid relations build time scene datablock expansionSergey Sharybin
2018-04-12Depsgraph: Introduce ID recalc flag for COW componentSergey Sharybin
2018-04-12Depsgraph: Bind base by it's indexSergey Sharybin
2018-04-12Depsgraph: Bind view layer by indexSergey Sharybin