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
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-04-22Fix T48223: 3D View not refresh after changing Blending mode in NLA.Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-06Cleanup: return PROP_EDITABLE rna flagCampbell Barton
2015-09-24Fix T45865: NLA: Auto Blend is not recalculated when adjusting repeat.Bastien Montagne
2015-08-21Fix T45865: Auto Blend is not recalculated when adjusting start/end/scale etc...Bastien Montagne
2015-07-23Added NlaStrip.fcurves.find(data_path, array_index=0)Sybren A. Stüvel
2014-03-07Fix T39015: NLA Clip Auto Blend In/Out Check Box Not WorkingJoshua Leung
2014-02-21Bugfix: Toggling "auto-blends" option on NLA Strips doesn't update them immed...Joshua Leung
2014-01-26Fix typo in nla blend modes.Sv. Lockal
2013-09-20fix for nla-strip-path function not returning an allocated pointer and new ma...Campbell Barton
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-04-26Bugfix [#34645] NlaStrip Tweak Mode - No automatic action length sync on exitJoshua Leung
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-20patch [#32152] Make NlaTrack.is_solo settableCampbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05Bugfixes for various ID-block references (Constraints, NLA)Joshua Leung
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-07Sound clip NLA Strips for NexyonJoshua Leung
2011-07-07NLA Strips cannot have their actions changed while the "tweakmode" isJoshua Leung
2011-07-07Outliner RMB Menu - AnimData mangementJoshua Leung
2011-05-31tag unused rna args.Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-20misc warnings/fixesCampbell Barton
2011-01-19Added missing updates for NLA RNA settingsJoshua Leung
2011-01-12Patch [#24763] NLA Track & Strip methodsJoshua Leung
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-04-02rna naming, *_frame --> frame_*Campbell Barton