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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-02Cleanup: styleCampbell Barton
2016-06-27Code Cleanup: Use bools not shortsJoshua Leung
2016-06-27Ctrl-Shift-C: Made it easier to add constraints between bones in different ar...Joshua Leung
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-03-09Fix T43872: Adding a constraint to a bone of a proxy armature resets all bone...Bastien Montagne
2015-02-11Outliner: ContextMenus for constraints/modifiersCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-11-05Fix T42255: "Copy Constraints" operator has to tag the affected objectLukas Tönne
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-25Add message for constraint pollCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-26Fix for constraint poll function succeeding when no constraint existsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-20Fix T38291: depgraph tagging was wrong forLukas Tönne
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-11-05Bugfix [#37168] Outliner refresh error after removing constraintsJoshua Leung
2013-05-26BLI_math rename functions:Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-03-31style cleanupCampbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne