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-27style cleanupCampbell Barton
2012-10-27Transform: didn't set "event handled" to zero on undhandled events.Ton Roosendaal
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-27fix for filled rip copying loop customdata (fix in BM_edge_other_loop broke it)Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Fix Sound Bake op always using 'use_' prefix for all its bool RNA props. Also...Bastien Montagne
2012-10-26Bugfix: because of fixed event checking, the 'area zone' didn't work anymore.Ton Roosendaal
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26Descriptions should never have dots on the end of sentenceSergey Sharybin
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-26Patch [#32030] Tooltips for Bake Sound to F-CurvesJoerg Mueller
2012-10-26Show warning message when multires baking happens for preview level of 0Sergey Sharybin
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
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