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
2014-09-08Merge branch 'master' into soc-2014-viewport_fxsoc-2014-viewport_fxAntony Riakiotakis
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Followup to previous commit: fix same wrong numinput handling in other modal ...Bastien Montagne
2014-07-30BLI_listbase: consistent name prefixCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-05[OpenGL Policy] BlendFuncSeparate defaults to GL_ALPHA, GL_ONE_MINUS_SRC_ALPH...Jason Wilkins
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16Code cleanup: naming conventionsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-14Fix T37811: Delete key shortcut missing for deleting markersJoshua Leung
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-01code cleanup: spellingCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-21Followup to r60857: code was assuming markers were sorted, which is not guara...Bastien Montagne
2013-10-19Fix [#37146] Dopesheet / Graph editor, select columns between markers doesn't...Bastien Montagne
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-13remove NULL checks on fixed size arrays, also was calling BLI_testextensie_gl...Campbell Barton
2013-05-25fix misalignement of timeliner marker with timelineGaia Clary
2013-03-29fix [#34804] Only timeline_markers[0] is selectable if multiple markers at sa...Campbell Barton
2013-03-29don't save select extend state for marker selection.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell 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-03-07use bool for rna funcs.Campbell Barton
2013-02-08Fix #34165: Disappearing active marker label in timeline windowSergey Sharybin
2013-02-02style cleanupCampbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-10fix for copying markers to other scenes not working with 10 or more scenes. R...Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-11-25Fix #33304: missing 3D view redraw while moving camera markers.Brecht Van Lommel
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-07-14Fix [#32086] Missing bevel "hold shift" for better accuracy.Bastien Montagne