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-07-10remove reference to wrong python version in comments & pedantic style edit.Campbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-09Fix #35969: blender internal and cycles not updating mesh while in edit mode.Brecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-06-25style cleanupCampbell Barton
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-11Fix #35405: properties editor preview render restarted unnecessarily after F1...Brecht Van Lommel
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-06-03quiet compiler warning building with internationalization enabled.Campbell Barton
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-173D Viewport rendering (Blender Internal)Ton Roosendaal
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-15Fix #35362: using dyntopo gives wrong render resultsSergey Sharybin
2013-05-12Speedup for rendered viewport for blender internalSergey Sharybin
2013-05-12Viewport Render Internal:Ton Roosendaal
2013-05-123D viewport render preview:Ton Roosendaal
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-17Fix for render results acquire/release in viewport render, should only releaseBrecht Van Lommel
2013-04-17style cleanupCampbell Barton
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03Fix/Workaround #34854: render buffer update writes to wrong layerSergey Sharybin
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2012-12-01style cleanupCampbell Barton
2012-11-29Fix render from local view 3d viewport not using lamps in render.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-09-18Fixed missing display buffer invalidation when rendering sequencer animationSergey Sharybin
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin