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-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-14bugfix [#24238] "M" (move) selects wrong action when with armatureCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-11Fix for [#20064] Cloth simulation doesn't stop when marker is set back to fra...Janne Karhu
2010-10-08bugfix [#24179] Button "Loop Cut and Slide" on Mesh Tools not workCampbell Barton
2010-10-08bugfix [#21610] alt-r for bone (reset rotation) doesnt work in weight paintin...Campbell Barton
2010-10-03py/rna access to setting the header text - can be used in modal operators.Campbell Barton
2010-10-02Fix #23629: Layers doesn't sign there are objects on them, only if the object...Sergey Sharybin
2010-09-30[#24066] Menu_Items_GreyedCampbell Barton
2010-09-28Fix [#23977] toggle back to object mode not working (outliner issue)Nathan Letwory
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-09-27bugfix [#23995] Do loop cuts from the space bar search while in the propertie...Campbell Barton
2010-09-20Partly apply patch [#23746] Clarify azone->edge values.Nathan Letwory
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18Apply patch [#23745] fix #23078 operator panel disappears.Nathan Letwory
2010-09-18Apply patch [#23846] Fix for [#23698] in File Browser system. Properly remove...Nathan Letwory
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-07bugfix [#23702] Parent to hidden object crashesCampbell Barton
2010-09-06Fix for [#22960] UV/Image editor - Back to Previous buttonJanne Karhu
2010-08-30Fix indentation errorsNathan Letwory
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08remove unused includesCampbell Barton
2010-08-06Fix #23208: REGION_DRAW_POST_PIXEL callbacks only work in 3d view andBrecht Van Lommel
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-28Fix #22996: switching scenes did not exit editmode, meaning changesBrecht Van Lommel
2010-07-25Remove WM_FAST_DRAW ifdef which I added while Ton was on holiday.Campbell Barton
2010-07-23Fix #21077: multiple python headers in an area header not working correct,Brecht Van Lommel
2010-07-20Bugfix #22917: Translating numerically doesn't allow animationJoshua Leung
2010-07-19Bugger... msvc didn't bail out on these...Joshua Leung
2010-07-19Bugfix #22906: Animation Player buttons broke on r30467Joshua Leung
2010-07-18Small feature for the Durian guys:Andrea Weikert
2010-07-18Merging revision 30461 from my GSoC branch, log: Fix for msvc which not has t...Joerg Mueller
2010-07-13Merging revision 30264:30270 from my GSoC branch to trunk, logs:Joerg Mueller
2010-07-06selected_sequences wasnt working right, added 'sequences' property to the con...Campbell Barton
2010-07-05#22736: request - adjust windows' corner handlesJoshua Leung
2010-07-04'Copy To Selected' (right click menu item) now works for sequence strips, use...Campbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-25bugfix where animated image texture's lagged one frame when used with modifiers.Campbell Barton
2010-06-23Fix #21470: changing brush settings redraws the 3d view unecessarily,Brecht Van Lommel
2010-06-22Timeline addition: Display cached framesMatt Ebb
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton