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-07DRW: Fix memory leak with dupli objects.Clément Foucault
2018-02-07DRW: Opti: Use less bytes in DRWUniform.Clément Foucault
2018-02-07Clay: Small refactoring of matcap_colors and put ubos into sldata.Clément Foucault
2018-02-07Depsgraph: More fixes for shape keysSergey Sharybin
2018-02-07Depsgraph: Fix crash with shape keys and latticesSergey Sharybin
2018-02-07Depsgraph: Fix crash when visible update is called after tagging for updatesSergey Sharybin
2018-02-07Depsgraph: Fix node sockets as driver variablesSergey Sharybin
2018-02-07Fix error with Main.eval_ctx.object_mode being unsetCampbell Barton
2018-02-07Depsgraph: Add missing relationship between object transform and point cache ...Mai Lavelle
2018-02-07Move eval_ctx after object mode changesCampbell Barton
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Correct header guard in last commitCampbell Barton
2018-02-07Eevee: Fix SSR & AO on Vega + Mesa.Clément Foucault
2018-02-07GPU: Remove Mesa + Vega hack.Clément Foucault
2018-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Outliner: Add object(s) to new collectionDalai Felinto
2018-02-06Fix poll for OUTLINER_OT_object_remove_from_collectionDalai Felinto
2018-02-06Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collectionDalai Felinto
2018-02-06Outliner: Operator to delete outliner selected elements from collectionDalai Felinto
2018-02-06Fix crash when no active objectDalai Felinto
2018-02-06Depsgraph: Correction to previous particle fixSergey Sharybin
2018-02-06Fix T54005: Broken IDProp copying from RNA code.Bastien Montagne
2018-02-06Merge branch 'master' into blender2.8Campbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Merge branch 'master' into blender2.8Campbell Barton
2018-02-06DNA: move eObjectMode into own headerCampbell Barton
2018-02-06Fix Collada building after changes in API.Bastien Montagne
2018-02-06Fix bplayer (c)Bastien Montagne
2018-02-06Object Mode: use eval_ctx for modifiers_isCorrectableDeformedCampbell Barton
2018-02-06Partially revert changes from 2a184f3d2b6Campbell Barton
2018-02-06Object Mode: use eval_ctx for get_active_constraintsCampbell Barton
2018-02-06Object Mode: pass eval_ctx to ED_object_iter_otherCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2018-02-06Object Mode: ED_mesh_mirrtopo_* check edit-mode dataCampbell Barton
2018-02-06Object Mode: pass as arg to stats_stringCampbell Barton
2018-02-06Object Mode: use eval_ctx for context/screen codeCampbell Barton
2018-02-06Object Mode: pass eval_ctx in outliner functionsCampbell 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-02-06Object Mode: use eval_ctx mode in transform codeCampbell Barton
2018-02-06Object Mode: pass object mode to CTX_data_mode_enum_exCampbell Barton
2018-02-06Object Mode: Add to EvaluationContext & DRWContextStateCampbell Barton
2018-02-06Object Mode: use obdata when loading from editmodeCampbell Barton
2018-02-06Object Mode: don't check posemode in the BGECampbell Barton
2018-02-06Freestyle: Unnecessary repeats of Cycles property copying.Tamito Kajiyama
2018-02-06Freestyle: Additional debug info for the render engine used for stroke render...Tamito Kajiyama
2018-02-06Fix duplicator visibility logicDalai Felinto
2018-02-05Fix bevel profile=1 problems, see T39132, T38458, T40278, T51010,Howard Trickey