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-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-26Fix for r51634, without this define, translation won’t happen (all i18n mac...Bastien Montagne
2012-10-25fix scons compilation after 51634Jens Verwiebe
2012-10-25adding logic editor strings to .poDalai Felinto
2012-10-25Fix compilation in paranoid gcc warnings=errors mode...Bastien Montagne
2012-10-25Bugfix #27585Ton Roosendaal
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Bugfix #24343Ton Roosendaal
2012-10-25UI: datablock selector widgets now show as a tooltip the datablock descriptionBrecht Van Lommel
2012-10-25Camera: bring Title Safe display up to date, making it a Safe Areas option thatBrecht Van Lommel
2012-10-25UI: add hide/show menus item in header right click menu (same as +/- button).Brecht Van Lommel
2012-10-25Bugfix #28298Ton Roosendaal
2012-10-25fix for nasty bug with frame dropping playback.Campbell Barton
2012-10-25Usability improvement!Ton Roosendaal
2012-10-25Bugfix #32962Ton Roosendaal
2012-10-25skip updating tessface customdata layers when joining meshes & clear tessface...Campbell Barton
2012-10-25hide text overlays when 'Only Render' option is enabled.Campbell Barton
2012-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Cycles UI: keep node input sockets collapsed by default in the properties edi...Brecht Van Lommel
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24Patch #29142: Reduce hopping when switching between perspective and orthograp...Sergey Sharybin
2012-10-24Patch #31641: Text editor: unindent even if no selectionSergey Sharybin
2012-10-24Bugfix #31527Ton Roosendaal
2012-10-24no need to update normals when running edge-split modifier since the normals ...Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-24Removed the experimental (and commented-out) code for FOR and WHILE loops in ...Lukas Toenne
2012-10-24add CDDM_from_bmesh(), avoids using BMEditMesh in modifiers.Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-24fix [#32855] Obj im and export and the file path and nameCampbell Barton
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-10-23Fix knife sensitivity issue (#30637): better calculation of howHoward Trickey
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23skip hidden datablocks when switching screens.Campbell Barton
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-23add option to planar decimator to collapse all verts that define face boundri...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-22Fix [#32884] select by group not working when active object in more than one ...Bastien Montagne
2012-10-21bmesh-decimator updateCampbell Barton
2012-10-21== filebrowser ==Andrea Weikert
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne