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
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-05-02Use enum menu for angle source in sculpt mode -- rake toggling wasn'tSergey Sharybin
2011-05-02fix transform code using a node space as an image space, accessing unallocate...Campbell Barton
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-05-01- remove UV_OT_select_inverse, instead use invert option for UV_OT_select_all.Campbell Barton
2011-05-01- Description of texture angle sources and stroke methodsSergey Sharybin
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
2011-05-01replace inline string searches with BLI_findstring(), strcmp(..., ""), with c...Campbell Barton
2011-04-30Fix #27224: Extrude Repeat Mesh doesn't have optionsSergey Sharybin
2011-04-30fix crash using freed memory with SCREEN_OT_screen_set while the current scre...Campbell Barton
2011-04-30normalize quaternions when setting the view axis - some old files had non-nor...Campbell Barton
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton
2011-04-30fix for minor glitch when setting the camera in local view (camera could try ...Campbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-29fix [#27057] In cam perspective, world-axis-locked xform of an obj at cam loc...Campbell Barton
2011-04-29spelling corrections.Campbell Barton
2011-04-29fix [#27198] Missing Live LSCM Update after Aligning of pinned vertices (W)Campbell Barton
2011-04-28Added tooltip note that parent curve 'Follow' needs to be enabled for track a...Campbell Barton
2011-04-28fix [#27201] icosphere normals problemCampbell Barton
2011-04-28Bugfix [#27194] Difficulty selecting bones with boneshapes enabled andJoshua Leung
2011-04-28fix [#27193] view/camera/set active object as camera sometimes "disabled" in ...Campbell Barton
2011-04-28smooth view now takes the v3d and region as arguments. (no functional change)Campbell Barton
2011-04-28Mwahahahaha! I think I've found the cause of that awful purple/pinkJoshua Leung
2011-04-27Fix #27176: Creating a new UV layer in edit mode fails to copy previous oneSergey Sharybin
2011-04-27Fix for bug #26590, `Texture preview fails when path to custom brushNicholas Bishop
2011-04-26- fix for player linkingCampbell Barton
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-252.5 Interface:Thomas Dinges
2011-04-25fix [#27139] Value Slider, some colours are two colouredCampbell Barton
2011-04-25fix [#27121] Normals always recalculated when adding a mesh in Edit modeCampbell Barton
2011-04-25fix for a crash with the following steps.Campbell Barton
2011-04-25rna apiCampbell Barton
2011-04-24fix crash [#27158] Appending crash with preview.Campbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-23Bugfix [#27126] Ctrl 0/1/2/3/4 not working in edit modeJoshua Leung
2011-04-23Small type-tweaks (int being returned as float)Joshua Leung
2011-04-23Fix #26959: change selection of shapekeys in edit mode causes mesh deformity ...Sergey Sharybin
2011-04-23Sculpting on shapekeysSergey Sharybin
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-23fix for possible crash using an un-initialized pointer when getting a vertex ...Campbell Barton
2011-04-23skip pose slide if the RNA value isn't found.Campbell Barton
2011-04-22cancelling bake wasn't freeing the bake mask.Campbell Barton
2011-04-22View Dolly Operator: Ctrl+Shift+MMB.Campbell Barton
2011-04-22zoom operator.Campbell Barton
2011-04-21bugfix [#27091] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude...Campbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton