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
2013-09-18fix relating to bug [#36758],Campbell Barton
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-09-10Change window checks to desktop size instead of screen size.Nathan Letwory
2013-09-10Usual UI messages fixes...Bastien Montagne
2013-09-09Fix #36593: crash duplicating window on OS X in some situations. User dataBrecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-09-04style cleanupCampbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-08-29don't show screen-space-line start/end points in operator redo panel.Campbell Barton
2013-08-29mesh bisect can now be defined with mouse inputCampbell Barton
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28remove unused function. also typoCampbell Barton
2013-08-27fix [#36409] Continuous Grab problem with arrow keys.Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27fix for error reading from freed memory when deleting a screen, would free th...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-30BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adap...Mitchell Stokes
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-23avoid calling context functions when direct access is possible.Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19code cleanup: replace wm_macro_modal inline search for BLI_findptr.Campbell Barton
2013-07-15fix for bad lengths being passed to string functions.Campbell Barton
2013-07-13fix for 2 bugs in animation playbackCampbell Barton
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-07-08fix [#36043] Missing Tooltip for Excluded Paths field of Auto Run Python Scri...Campbell Barton
2013-07-04correct bad use of bool for cursor arg.Campbell Barton
2013-07-04Fix #35991: show warning message to when trying to edit driven values in numb...Brecht Van Lommel
2013-07-03Fix #35933: setting shortcut keys in object mode menu didn't work correct.Brecht Van Lommel
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-07-02fix for crash in demo-mode, caused by r51702Campbell Barton
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-06-27Fix #35809: dragging a non-active node in the node editor did not work reliably.Brecht Van Lommel
2013-06-27Blender 2.68 Release maintenance:Thomas Dinges