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-26fix [#36277] Right click no longer selects the cameraCampbell Barton
2013-07-26fix [#36283] Crash by activating "Clear Active" in Movie Clip EditorCampbell Barton
2013-07-26BGE Fix [#18804] Shadow type faces cast onto invisible faces (non-GLSL)Daniel Stokes
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-25fix for face normal flipping calculation.Campbell Barton
2013-07-25Fix for own commit, stub functions all use the STUB_ASSERT macro now.Lukas Toenne
2013-07-25Fix for bad level call introduced in r58597.Lukas Toenne
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-25add missing va_end() calls.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-24dyn-topo: maintain materials for new faces.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-24sequencer: replace warning message with assert, was printing when copying mas...Campbell Barton
2013-07-24fix [#36262] Paste strip with video or sound content from another file crashe...Campbell Barton
2013-07-24BGE Fix [#29575] Object not drawn in game engineDaniel Stokes
2013-07-24pasting strips in the sequencer didn't check if they overlap existing strips.Campbell Barton
2013-07-24BGE fix [#21488] Pumpkin in Gamekit Tutorial flips upside downDaniel Stokes
2013-07-23remove use_relative option from simple deform,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-23Cycles / CMJ:Thomas Dinges
2013-07-23* Compile fix for r58542, on Windows "subdir" was unknown. Thomas Dinges
2013-07-23correct own error in recent edits to editderivedmeshCampbell Barton
2013-07-23use binary prefix for file sizes (old todo).Campbell Barton
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-23fix for crash when unlinking a scene from the renderlayers, also no need for ...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-23code cleanup: remove unused material/texture naming functions.Campbell Barton
2013-07-23code cleanup: remove dead code, view3d panel was building a menu string and n...Campbell Barton
2013-07-23Fix #36225, spacing was halved and set to zero for texture paint brushes that...Antony Riakiotakis
2013-07-23bge: de-duplicate cleanup code for empty mesh error caseCampbell Barton
2013-07-23prepare for 'a' bugfix release, splash and version bump.Campbell Barton
2013-07-23replave isfinite with finite for msvcCampbell Barton
2013-07-23Minor UI typo fix... ;)Bastien Montagne