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
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-28fix for freed memory access clearing tracks in the clip editor.Campbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27remove unused code & some redundant NULL checks.Campbell Barton
2013-07-27cleanup ED_view3d_from_m4() ambiguity with NULL checks, now assert if dist is...Campbell Barton
2013-07-27correct sloppy NULL checks, in interface code:Campbell Barton
2013-07-27Code cleanup: Remove unused and unneeded codeJoshua Leung
2013-07-27Style Cleanup for r.58659Joshua Leung
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2013-07-27fix for possible use of uninitialized variable in pastebuf_match_path_property()Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-27internal api: args passed to ui_but_equals_old() were wrong order.Campbell Barton
2013-07-27code cleanup: typosCampbell Barton
2013-07-27fix for joining face selection after recent api change, also bmo_join_triangl...Campbell Barton
2013-07-27fix for bridge tool selection flushing (after recent api change), also expose...Campbell Barton
2013-07-26fix [#36286] UV face display not working for concave ngonsCampbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-26fix [#36283] Crash by activating "Clear Active" in Movie Clip EditorCampbell Barton
2013-07-25add twist option to bridge tool (for circular loops)Campbell Barton
2013-07-25mesh tool to fill in holes, added in mesh clean menu,Campbell Barton
2013-07-25skip creating the draw-string for number buttons while editing the text (valu...Campbell Barton
2013-07-25ui: internal change. replace strcat with BLI string functions for key-event d...Campbell Barton
2013-07-25add missing break to space-buttons listener, also rewind own recent change (u...Campbell Barton
2013-07-25adjust createSpaceNormalTangent so it can take values from a matrix without h...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-25optimization: manipulator was looping over all objects on redraw when the act...Campbell Barton
2013-07-25triangulate and beauty fill also needed changes to selection handling after r...Campbell Barton
2013-07-25correct problem with limited-dissolve not leaving the selection correctly (ca...Campbell Barton
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-07-25fix/workaround [#36269] Crash upon right click on menu and left click on itemCampbell Barton
2013-07-25internal change for ui_mouse_motion_towards_*** use,Campbell Barton
2013-07-24internal bmesh api change: BM_elem_attrs_copy() no longer copies the selectio...Campbell Barton
2013-07-24code cleanup: use iterator macros, and replace BM_LOOPS_OF_FACE with direct l...Campbell Barton
2013-07-24curve only supported radius smoothing, add smooth for tilt and weight.Campbell Barton
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-24pasting strips in the sequencer didn't check if they overlap existing strips.Campbell Barton
2013-07-23fix [#36256] Checker Deselect, failed with de-selected active face.Campbell Barton
2013-07-23avoid calling context functions when direct access is possible.Campbell Barton
2013-07-23Fix [#36259] Select linked flat faces with Shift+Ctrl+Alt+F does not work in ...Bastien Montagne
2013-07-23let the enter key active text buttons and the unlink buttonCampbell Barton
2013-07-23code cleanup: remove deprecated bevel code (unused since 2.64)Campbell Barton
2013-07-23fix for crash in track_markers_freejob (use freed memory)Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-23Minor UI typo fix... ;)Bastien Montagne
2013-07-23fix own regression, OpenGL render with 'New Window' display-mode was brokenCampbell Barton
2013-07-23use BLI_bitmap for crazyspace vertex tagging.Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton