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
2010-11-20Bugfix #21028Ton Roosendaal
2010-11-20WITH_OPENJPEG wasn't defined for CMake or SCons, which meant blender couldn't...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16bugfix [#24509] UV/Image Editor: selected elements move not as specifiedCampbell Barton
2010-11-16edits to image save operator, no functional changes.Campbell Barton
2010-11-15bugfix [#24704] UV editor: [x] modified does not update on change of modifiersCampbell Barton
2010-11-08Small bug, reported by Andy in irc:Ton Roosendaal
2010-11-07fix [#24554] Blender does not remember name of last saved pictureAndrea Weikert
2010-11-05dont change the file paths of sequence images, this is weak design because yo...Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-14fix for crash in own recent color picker commit, store the hsv color inCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-13[#24171] Tab key no longer responds from UV / Image EditorCampbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-10-01Fix #24074: shift+MMB didn't pan in image editor like other 2d views.Brecht Van Lommel
2010-09-28Make Cycle Render Slot actually cycle through all slots.Nathan Letwory
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06bugfix [#23663] relative path dind work on linuxCampbell Barton
2010-09-03Changed the error messages "Can't pack/unpack movie or image sequence." to mo...Janne Karhu
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-27Fix [#23451] Render View, one plus button too muchMatt Ebb
2010-08-22fix for changes in recent renamingCampbell Barton
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-17when complaining that an RNA name doesnt exist in the UI, give the struct nam...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11bugfix [#23247] Load Image in Textures does not use a usefull pathCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-06Fix #23208: REGION_DRAW_POST_PIXEL callbacks only work in 3d view andBrecht Van Lommel
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04== Makefiles ==Stefan Gartner
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04bugfix [#23173] Blender crashes on selecting display color corrected image in...Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-26bugfix [#22994] Crash when loading this fileCampbell Barton
2010-07-23Fix wrong default color for new images in some cases.Brecht Van Lommel
2010-07-23Restore image auto refresh for image editor, code was not updated for 2.5 yet.Brecht Van Lommel
2010-07-22== Sculpt/Paint Fixes ==Jason Wilkins
2010-07-21Fix #22870: Can't save modified non-packed images. File exist checkBrecht Van Lommel