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
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-02-25Fix (unreported) missing update when adding constraint from RNA.Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-06-14Usual UI/i18n message fixes.Bastien Montagne
2016-05-18Theme Color Sets - Dynamically generated iconsJoshua Leung
2016-05-17Bendy Bones: Advanced B-Bones for Easier + Simple RiggingJoshua Leung
2016-04-12Cleanup: use boolCampbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-09-21Armature drawing: custom shape scale optionsCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-15Disable color editing for bone group color sets unless custom colors isLukas Tönne
2014-07-09Add bone_groups.new() and bone_groups.remove() methods to RNA.Bastien Montagne
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-02-09UI: use proportional option while dragging buttonsCampbell Barton
2014-01-30UI: move toggle icons out of layout checks into rnaCampbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton
2013-09-13Moved and renamed ED_pose_channel_in_IK_chain() ->Joshua Leung
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2012-12-29fix bug #33275: iTaSC ignores location of disconnected bones when they are ch...Benoit Bolsee
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-11Fix some RNA subtypes for collections' active/active_index props (some PROP_P...Bastien Montagne
2012-11-24IK Solver:Brecht Van Lommel
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-09-25code cleanup: add missing includes to RNA (this one is safe!)Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-16Bugfix [#32501] Protected layer bones transform buttons are greyed out/inactiveJoshua Leung
2012-08-28Picky spell-checking...Bastien Montagne
2012-07-03Bugfix [#31976] Bone Group Custom color set is not respected when creating anJoshua Leung
2012-06-27style cleanupCampbell Barton
2012-06-11Cosmetic fixesJoshua Leung
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-05-24Restoring Group Colours for Animation Channels - Part 1Joshua Leung
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton