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
path: root/source
AgeCommit message (Expand)Author
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Add property update for radial control operator. It will be necessaryAntony Riakiotakis
2013-04-12Fix for user count when adding a new library node tree. This needs to decreas...Lukas Toenne
2013-04-12Fix #34322: cycles crash with (undo) save during threaded render. The mesh saveBrecht Van Lommel
2013-04-12Fix #34961: camera fly mode would reset camera scale.Brecht Van Lommel
2013-04-12Blender is compilable with strict compiler flags againSergey Sharybin
2013-04-12Adding scrollbar default to Python console and Python Info log.Ton Roosendaal
2013-04-12Added 'move' functions to the inputs and outputs node socket collections (sim...Lukas Toenne
2013-04-12minor edit to bake printouts which could get mixed because of \r.Campbell Barton
2013-04-12Removed a lot of now-unnecessary checks from node RNA. The typeinfo pointers ...Lukas Toenne
2013-04-12Image draw method optionSergey Sharybin
2013-04-12Made the update callback in bNodeTree registerable in RNA, this was still mis...Lukas Toenne
2013-04-12Small change to the node space RNA function for opening a node group: pass th...Lukas Toenne
2013-04-12fix for own recent addition of transform indervidual-axis in editmode, not wo...Campbell Barton
2013-04-12bge fix: framing mode "Expanded" not updated when resizing blenderplayerDalai Felinto
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Related to #34558: clarify the description for the "default" parameter in bpy...Brecht Van Lommel
2013-04-11Correct stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-11Add stub for snapObjectsRayExJens Verwiebe
2013-04-11And another compile fix for Windows / scons for r55946.Thomas Dinges
2013-04-11Compile fix for r55970. Thomas Dinges
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-11Fix #34956: rendering animation with audio would crash with an older ffmpegBrecht Van Lommel
2013-04-11Fix issue with bright frames appearing in clip editor when compositor is open.Sergey Sharybin
2013-04-11Fix #34954, due to hardcoded key release it was impossible to change keyAntony Riakiotakis
2013-04-11Fix #34929: windows would show a "No disk in drive" error popup when one of t...Brecht Van Lommel
2013-04-11Fix for material icon rendering with cyclesSergey Sharybin
2013-04-11Fix #34923 Images that have their alpha calculated should not get de-premulti...Antony Riakiotakis
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-11Use SWS_FULL_CHR_H_INT for SWS context for more accurate conversionSergey Sharybin
2013-04-11fix for crash in own recent commit. searchbox's need their own keynav state s...Campbell Barton
2013-04-11fix [#34936] Unable to select items using only the arrow keysCampbell Barton
2013-04-11add 2d length functions for testing pixel coords. len_manhattan_v2_int, len_m...Campbell Barton
2013-04-11fix own mistake in recent inset-interpolation option, some faces were not int...Campbell Barton
2013-04-11fix [#34947] Alt-F Fill not workingCampbell Barton
2013-04-11code cleanup: unused defines, remove unused scanfill success value from BLI_s...Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-11Fluid threads: re-add an erratically forgotten line, fix typo, set default th...Jens Verwiebe
2013-04-11correction to own recent changes to exitmode using axis-matrix, fallback to o...Campbell Barton
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
2013-04-11Fix for a crash in the Bezier Curve geometry modifier.Tamito Kajiyama
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-10alternate solution for r55921 which was calling invoke() from exec(), which s...Campbell Barton
2013-04-10Fix for [#34904] and [#34913]: broken Freestyle edge/face marks with modifiers.Tamito Kajiyama
2013-04-10Fix for the subtype of range_min/max parameters in RNA Freestyle settings.Tamito Kajiyama
2013-04-09Fix #34938: Not freeing dynstr_cstring memory blocks when setting shape keysSergey Sharybin
2013-04-09Fixes for sequencer effectsSergey Sharybin