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
2012-10-09Merging revisions 51077-51234 from trunkDaniel Genrich
2012-09-28fix for header not updating with an error report when a job finishes.Campbell Barton
2012-09-27wm_event_do_handlers was calling sound_sync_scene() twice without error check...Campbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-01style cleanup: >120 line lengthCampbell Barton
2012-08-01fix [#32232] Running script that changes area.type crashes blender.Campbell Barton
2012-07-25add mask keymap to image window.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-06-28option so operators can be executed with undo enabled (and redo).Campbell Barton
2012-06-19Fix part 2 of [#31840] Quick Explode Bugs related to it's fade option.Bastien Montagne
2012-06-17style cleanup: also quiet a warning.Campbell Barton
2012-06-15Comment no longer accurate.Nicholas Rishel
2012-05-27style cleanupCampbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-22A number of new features for the node editor in general and the Frame node in...Lukas Toenne
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29wireframe option to crase edges at the hub, much nicer subsurfCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25temp disable 'use last operator settings' - too unreliable, we keep getting r...Campbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-27style cleanup: wm, mosyly adding space around opsCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22fix for python called operators getting/setting the operator last used state,...Campbell Barton
2012-03-22fix issue with own recent commit - was accessing freed 'wm' on loading files.Campbell Barton
2012-03-21wm/operator code:Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2012-02-04fix [#30060] self.report printed twiceCampbell Barton
2012-02-03Fix #30043: typing ctrl+Z in text field adds a square. For ascii these controlBrecht Van Lommel
2012-01-12fix for error in last commit - don't overwrite options in the new operator wh...Campbell Barton
2012-01-11running operators now uses last used settings, added reset button to set defa...Campbell Barton
2012-01-09fix an error rendering opengl weightpaint data wasn't working when python ini...Campbell Barton
2012-01-06Fix #29568: Blender restores deleted sceneSergey Sharybin