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
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Cleanup: Fix warning (unused variable)Dalai Felinto
2020-02-10UI: Graph Editor Show Cursor panelWilliam Reynish
2020-01-21Cleanup: unused vars, clang-formatCampbell Barton
2020-01-21UI: Adopt 2.8-style layout for the Graph Editor sidebarWilliam Reynish
2019-11-22UI: Changes to Graph Editor selection and transformJulian Eisel
2019-09-28Drivers: fix transform channel panel for W rotation and quaternions.Alexander Gavrilov
2019-08-31Drivers: support explicit euler rotation order for transform channels.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-06-16Drivers: shorten the security restriction warning.Alexander Gavrilov
2019-06-16Drivers: fix Variable Copy & Paste in the edit popover.Alexander Gavrilov
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-21Fix T63431: crash adding driver to a keyframed property with Ctrl+DBrecht Van Lommel
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: rename SpaceIpo -> SpaceGraphCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-10Use proper ID to create FModifier RNA pointerSergey Sharybin
2019-01-10Fix T60340: Removing f-curve modifier doesn't update animationSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-10-22Fix memory leak in drivers poverAntonioya
2018-10-20Fix typoJoshua Leung
2018-10-20Fix: Drivers popover not showingJoshua Leung
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-09-20UI: add support for defining any icon as a mono icon.Brecht Van Lommel
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-09-12Fix T56763: Removing driver variable crashes Blender.Bastien Montagne
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Python: Allow untrusted py-drivers to run limited expressionsCampbell Barton
2018-06-12UI: Name N-Key toggle to SidebarCampbell Barton
2018-06-11WIP: Add driver eyedropper operator button beside the "add input" buttonJoshua Leung
2018-06-11Drivers UI: Introduce more whitespace, to make the sections clearerJoshua Leung
2018-06-11Drivers UI: Don't show the Copy/Paste driver dvars buttons in the popoversJoshua Leung
2018-06-11Drivers UI Fix: Use uiLayoutSetContextFromBut() so that operators will work i...Joshua Leung
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-23Fix compiler error: Stupid const vs non constJoshua Leung
2018-05-23Drivers UI (Part of T55145) - WIP work to prepare a panel we can shove into a...Joshua Leung