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-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-24Oops... should rebuild before committingJoshua Leung
2018-05-24Multi Pose: Selecting a bone in one armature doesn't deselect bones in the ot...Joshua Leung
2018-05-24Fix: Several pose select operators were not in fact working with COWJoshua Leung
2018-05-22Cleanup: replace MEM_SAFE_FREE -> MEM_freeNCampbell Barton
2018-05-14Fix: POSE_OT_select_constraint_target now works with copy on writeJoshua Leung
2018-05-09Cleanup: quiet shadow warningCampbell Barton
2018-05-09Multi-Object Pose: POSE_OT_select_parent by HarshaDalai Felinto
2018-05-07Fix: Select all didnt' work with COW pose bonesJoshua Leung
2018-05-07Fix: Tag armature for copy on write when selecting bones, so active bone gets...Ines Almeida
2018-05-03Fix: Tag armature for copy on write when selecting bones, so active bone gets...Joshua Leung
2018-04-25Multi-Pose: Port POSE_OT_select_mirrorJoshua Leung
2018-04-23Cleanup: Remove old cruft (from 2.4)Joshua Leung
2018-04-17Pose: fix wpaint + pose mode pick & linked selectCampbell Barton
2018-04-16Multi-Object EditingCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-13Object Mode: remove Scene.obedit for 3D ViewCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: use eval_ctx for keyframe & weight calculationCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: typosCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-03-03Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Cleanup: redundant header, use const, short -> boolCampbell Barton
2017-03-02Remove tons of OBACTDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-05-23Cleanup: typosCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-19Armature select-hierarchy now uses connected bonesCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-24gooseberry request:Antony Riakiotakis
2014-07-31Style cleanupCampbell Barton
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-06Fix for typo in commentJoshua Leung
2014-07-03Select Grouped -> KeyingSet for bones also shows error messages now when the ...Joshua Leung
2014-07-03Code Cleanup - Replaced magic numbers with definesJoshua Leung