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
2017-08-18Audaspace: Moving audaspace 1.3 into extern.Jörg Müller
2017-08-18Cleanup: use lowercase prefix for local API'sCampbell Barton
2017-08-18PyAPI: Iniital gawain API for PythonCampbell Barton
2017-08-18RNA: don't register manipulator properties by nameCampbell Barton
2017-08-17Fix blenderplayerDalai Felinto
2017-08-17Merge branch 'master' into blender2.8mano-wii
2017-08-17Remove unnecessary #include "ED_transform.h"mano-wii
2017-08-17Transform: remove unused functionmano-wii
2017-08-17DwM: use batch select for vertex paint modeCampbell Barton
2017-08-16DwM: Use Batch's for drawing selectionCampbell Barton
2017-08-16Transform: Move enum `SnapSelect` to `ED_transform_snap_object_context`mano-wii
2017-08-16Fix zombie manipulators when deleting collection from outlinerDalai Felinto
2017-08-16Cleanup: rename GPU gawain functionsCampbell Barton
2017-08-16Fix T52415: Copy/Pasting a mesh immediately crashes blenderDalai Felinto
2017-08-16Update code comments from DAG_id_tag_update to DEG_id_tag_updateDalai Felinto
2017-08-16Gawain: remove GWN_batch_discard_allCampbell Barton
2017-08-16Fix T52414: Blender 2.79 crash on object duplication via menu.Bastien Montagne
2017-08-16Depsgraph/Layers: Keep original visibility when doing full scene copyDalai Felinto
2017-08-16DwM: use gawain ownership flags for mesh drawingCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-08-15Attempt to fix GLSL errors on Blender startup.Brecht Van Lommel
2017-08-15Merge branch 'master' into blender2.8Brecht Van Lommel
2017-08-15macOS build: simplify python install for new 10.9 libraries.Brecht Van Lommel
2017-08-15Fix missing clear of Object->drawdata listbase in new copying code.Bastien Montagne
2017-08-15Fix remaining issues with new Scene copying.Bastien Montagne
2017-08-15Bring new IDP_MergeGroup() on par with other copying logic.Bastien Montagne
2017-08-15Fix scene_collection_copy always afecting IDs usercount.Bastien Montagne
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-08-15Correct last commitCampbell Barton
2017-08-15Cleanup: rename vars with proper _src/_dst postfixes in new Scene ID data cop...Bastien Montagne
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-15Fix new Scene ID copying code.Bastien Montagne
2017-08-15Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-15Manipulator: border editable only w/ selected cameraCampbell Barton
2017-08-15Alembic import: report object name in face color index out of bounds errorSybren A. Stüvel
2017-08-15Alembic import: fix crash when face color index is out of bounds.Sybren A. Stüvel
2017-08-15Fix blenderplayerDalai Felinto
2017-08-15Error in last commitCampbell Barton
2017-08-15Manipulator: Add b-bone spline editingCampbell Barton
2017-08-15Manipulator: grab3d use own vars to store offsetCampbell Barton
2017-08-15Manipulator: store initial-final matrix for reuseCampbell Barton
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-14Merge branch 'master' into blender2.8Bastien Montagne
2017-08-14Fix T52331: Motion blur shutter length not keyableSergey Sharybin
2017-08-14Fix T52391: Crash on duplicating material.Bastien Montagne
2017-08-14Cleanup: confusing naming in BKE_node_tree_copy_data().Bastien Montagne
2017-08-14New ID Copying code: fix node_tree_copy_data still potentially increasing use...Bastien Montagne
2017-08-14Fix T51850: Motion tracking - poor performance with keyframe matching on larg...Sergey Sharybin
2017-08-14Tracking: Make frame accessor cache safe for threadingSergey Sharybin
2017-08-14Tracking: Cleanup, newlines and commentsSergey Sharybin