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
2019-01-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-15Cleanup: removed disabled 'slow but safer' piece of code in make_local process.Bastien Montagne
2019-01-15Cleanup: Remove deprecated BKE_libblock_free(_ex) functions, document BKE_id_...Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free_ex by BKE_id_free_ex.Bastien Montagne
2019-01-15Cleanup: replace usages of deprecated BKE_libblock_free by BKE_id_free.Bastien Montagne
2019-01-15Cleanup BKE_id_free_ex().Bastien Montagne
2019-01-15Cleanup: styleCampbell Barton
2019-01-14NLA: implement a new blending mode that intelligently combines actions.Alexander Gavrilov
2019-01-14Keyframing: refactor insertion code to allow property-global NLA tweaks.Alexander Gavrilov
2019-01-14Add font selection to VSE text stripsRichard Antalik
2019-01-14Fix crash on scene unlinkRichard Antalik
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-12NLA: ignore time range when evaluating a raw action.Alexander Gavrilov
2019-01-12Viewport: Stereoscopy drawing is backDalai Felinto
2019-01-12BKE_camera_multiview_model_matrix: Add _scaled versionDalai Felinto
2019-01-12Fix T60401: Shape key's from pointer being set to evaluated CoW ID.Bastien Montagne
2019-01-11Fix T60402: Increased data.users value, when running: C.active_object.to_mesh...Bastien Montagne
2019-01-11Revert "Fix T57371: Generative modifiers in editmode display vertex group wei...Clément Foucault
2019-01-11Merge branch 'blender2.7'Bastien Montagne
2019-01-11Fix T55668: Volume Keyframe on Cut-ted Metastrip (re-doing the fix in better ...Bastien Montagne
2019-01-11Revert "Fix T55668: Volume Keyframe on Cut-ted Metastrip."Bastien Montagne
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2019-01-11Fix T57371: Generative modifiers in editmode display vertex group weights ...Clément Foucault
2019-01-11Texture Paint: Add filtering option for texture paint overlayClément Foucault
2019-01-11Fix background color use in 3D viewCampbell Barton
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2019-01-10Subdiv: Fix memory leakSergey Sharybin
2019-01-10Fix T60393: Subdiv gives wrong vertex colorsSergey Sharybin
2019-01-10Fix T59631: Crash in Surface Deform modifier Bind when Dynamic Paint is inclu...Bastien Montagne
2019-01-10Fix T60285: allow negative offsets in shrinkwrap (worked in 2.79).Alexander Gavrilov
2019-01-10Cleanup: ensure header guards come firstCampbell Barton
2019-01-10Fix T55336: Crash w/ dyntopo sculptCampbell Barton
2019-01-10Undo System: apply accumulation stepsCampbell Barton
2019-01-09Revert/Redo ugly rBd12b3767f81d commit (i.e. add locked sorting option to UIL...Bastien Montagne
2019-01-09Fix T60338: Allow user to input units of another systemJacques Lucke
2019-01-09Fix T55336: Crash w/ dyntopo sculptCampbell Barton
2019-01-09Undo System: apply accumulation stepsCampbell Barton
2019-01-09Assert: add check to last commitCampbell Barton
2019-01-09Object Mode: only toggle active object mode onceCampbell Barton
2019-01-08Fix T60327: Value input with adaptive imperial units not working properlyJacques Lucke
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-08Typo fixesJoshua Leung
2019-01-08Fix T59984: Drivers don't update values in UI or show proper errorsJoshua Leung
2019-01-08Cleanup: comments causing bad clang-format outputCampbell Barton
2019-01-07Subdiv: Use defined order of corner/edge verticesSergey Sharybin
2019-01-07Subdiv: Move single threaded code to a single functionSergey Sharybin
2019-01-07Subdiv: Cleanup, de-duplicate codeSergey Sharybin
2019-01-07Cleanup: add trailing commas to structsCampbell Barton