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
2012-11-22Fix for animation possible offset in sequencer.Sergey Sharybin
2012-11-22Fix #33263: Sequencer Command Line BugsSergey Sharybin
2012-11-22minor speedup for bevel, avoid calling find_bevvert() when we know the edge i...Campbell Barton
2012-11-22minor edit to console line adding, all callers have the console space, may as...Campbell Barton
2012-11-22fix for clear line adjusting console selection.Campbell Barton
2012-11-22avoid string -> unicode conversion when registering classes, also avoid unlik...Campbell Barton
2012-11-22add missing bgl and gpu api docstrings (found using docstring completeness ch...Campbell Barton
2012-11-22fix own error - remove doubles slot name.Campbell Barton
2012-11-22Fix: Normal maps and triangulate modifier will give incorrect result onAntony Riakiotakis
2012-11-21fix [#29633] Mirror-Y also flips Z axisCampbell Barton
2012-11-21bevel: fix bug where constructed where parallel testHoward Trickey
2012-11-21Patch #33242: ffmpeg AAC/AC3 encodingSergey Sharybin
2012-11-21Fix #33222: When rendering DPX it's flipped in the Image EditorSergey Sharybin
2012-11-21enable edge draw by default for new edges,Campbell Barton
2012-11-21revert r52399, fix for [#33217], will look into a different fixCampbell Barton
2012-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-21Fix #33252: VSE preview displays wrong color spaceSergey Sharybin
2012-11-21When the File Output node exits early in convertToOperations (in case not ren...Lukas Toenne
2012-11-21Prevent division by zero in tiles size versioning code when mixingSergey Sharybin
2012-11-21Fix #33253: VSE preview doesn't display compositorSergey Sharybin
2012-11-21Fix for debug assert failure with Reroute nodes in compositor. After redirect...Lukas Toenne
2012-11-21Fix for #33250: animation player shortcut keys not working on OS X.Brecht Van Lommel
2012-11-21Fix #33241: can't exit edit mode when object gets hidden via animation.Brecht Van Lommel
2012-11-21py api cleanup, replace use...Campbell Barton
2012-11-21Change edge loop select and edge ring select to be consistent withNathan Vegdahl
2012-11-21py api: BMesh.from_object() was using the derivedFinal, which isn't always av...Campbell Barton
2012-11-21Debug value in degrees (under parenthesis) for rotation driver variablesDalai Felinto
2012-11-21fix for missing bmesh operator flags when selecting linked (caused by own rec...Campbell Barton
2012-11-20Fix #33227: custom keymap syncing didn't work well always when adding/removingBrecht Van Lommel
2012-11-20code cleanup: comment unused members of bmesh operator slots and some osl sty...Campbell Barton
2012-11-20bmesh operator api:Campbell Barton
2012-11-20Support for type callbacks on IDProperty pointers. Before this the type of th...Lukas Toenne
2012-11-20Text editor: fix for line spacing with word wrap enabledSergey Sharybin
2012-11-20Motion tracking: fixed View Selection operator in cases pixel aspect != 1Sergey Sharybin
2012-11-20Fix for add plane operator broken since recent code cleanupSergey Sharybin
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-11-20Fix #33217, mirror modifier edges missing in wireframe mode.Antony Riakiotakis
2012-11-20Skip CDDM_calc_edges since it's a costly operation. Instead make sureAntony Riakiotakis
2012-11-20py api: add mapping support to bmesh operator return values.Campbell Barton
2012-11-20py api: remove ".out" from the names of dict keys returned from bmesh operators.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-20bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_a...Campbell Barton
2012-11-20bmesh py api: add support for return values from bmesh operators.Campbell Barton
2012-11-20Bugfix [#33154] Toggle/Enable/Disable channel settings operators inJoshua Leung
2012-11-20Readme and Release Log Links:Thomas Dinges
2012-11-20fix for crash in wireframe tool with verts that only have one boundary edge (...Campbell Barton
2012-11-20fix for changes in own recent commit:Campbell Barton
2012-11-20Custom icon for triangulate modifier. Antony Riakiotakis
2012-11-20Fix #33237, crash creeped in due to the fact that bmesh-operator-using modifi...Antony Riakiotakis
2012-11-20Triangulate modifierAntony Riakiotakis