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-10-08glutil: use ints for drawing functionsCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-06Cleanup: remove old preview codeCampbell Barton
2014-10-02Fix T42033 UVs shown while rendering in texture paint mode.Antony Riakiotakis
2014-09-24gooseberry request:Antony Riakiotakis
2014-09-18Fix T41708, active palette indicator not refreshing when clickingAntony Riakiotakis
2014-09-02Fixes localview and view-local layersCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-30Use UI_BUT_ prefix as other flags doCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25SplitNormals UI tweaks: add own color for normals drawing, and own 'face corn...Bastien Montagne
2014-08-25View3D: Add ED_view3d_dist_range_getCampbell Barton
2014-08-22Cleanup: BMesh arg nameCampbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-10UI: show ttips even if disabled, when holding alt key.Bastien Montagne
2014-08-05Add missing forward declaration and missing 'struct' keywordNicholas Bishop
2014-08-04Tweaks to macrosCampbell Barton
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-29Fix T41228: Selection of bones bug.Bastien Montagne
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-30Experiment with the compositor border in editorSergey Sharybin
2014-06-30Fix T40885: "Reset Curve" is backwards on Custom Falloff Curves (Lights).Bastien Montagne
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-30Fix T40867: Autokeyframe in camera viewCampbell Barton
2014-06-24Code Cleanup - Using the enum types in more API signatures instead of relying...Joshua Leung
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-06-19Code cleanup: use const passing rectsCampbell Barton
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-14UI: Add support for popups to refresh their layput (D578)Campbell Barton
2014-06-13Sequencer: add support for grease pencil rendering in previewsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-06-04Fix for dupli's ignoring color in set-scenesCampbell Barton
2014-05-29Add notifiers and reuse update calls for flood fill operatorsAntony Riakiotakis
2014-05-22For increased type safety, ANIM_animdata_filter() now specifies the enums its...Joshua Leung
2014-05-22Code cleanup - Reshuffling some definesJoshua Leung
2014-05-18Fix T40201: Keyframe edits fail to update the viewportCampbell Barton
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-09Code cleanup: Define a dedicated "channel_role" field for animchannel typesJoshua Leung
2014-05-07Fix issue discovered while investigating T39950:Antony Riakiotakis
2014-05-05Make bpy.types.EditBone.matrix writeable.Bastien Montagne
2014-05-05NLA Editor Drawing: Set up AnimChannelType callbacks for drawing NLA EditorJoshua Leung
2014-05-04Code cleanup: Use enum instead of int in function signatures for bAnimChannel...Joshua Leung
2014-05-04NLA Editor: Added dedicated icons for "pushdown" operator and for indicating ...Joshua Leung
2014-05-03Make blenderplayer compilable again after recent commit b7f085d9c128f31d576c7...Thomas Beck
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama