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-07-22Need some fun once a while:Ton Roosendaal
2011-07-05Fix #27863: converting curve spline type from python crashes.Brecht Van Lommel
2011-06-17fix [#26621] Memory leaks when creating popup window.Campbell Barton
2011-06-09[#27615] Box select of mesh object disabled or translated due to curve objectCampbell Barton
2011-06-07fix for vertex group copy to selectedCampbell Barton
2011-06-06fix [#27572] Mirror Shapekey and Mirror vertex Group not working for Lattice.Campbell Barton
2011-06-06fix for crash opening the file selector twice with multiple windows open (whe...Campbell Barton
2011-06-05file selector now scales with DPI betterCampbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-23fix [#27462] Linked Object (camera) can be moved by Lock Camera to ViewCampbell Barton
2011-05-23fix view3d_persp_mat4, which gave incorrect translation, rename to ED_view3d_...Campbell Barton
2011-05-21view3d function naming, no functional changes.Campbell Barton
2011-05-20use consistant arguments to ED_view3d_win_* funcs, a single float vector rath...Campbell Barton
2011-05-20function rename to give clearer meaning that they change from window to 3d co...Campbell Barton
2011-05-20simplify window_to_3d_vector() and call it from viewline()Campbell Barton
2011-05-19change window_to_3d to take screen coords as floats.Campbell Barton
2011-05-18window_to_3d() wasn't working at all (only used by grease pencil/path convers...Campbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-15fix for user reported issuesCampbell Barton
2011-05-14option to have the view controls apply to the camera view (and camera object).Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton
2011-05-13rename setcameratoview3d to view3d_to_ob & add to ED_view3d.h so others can use.Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton
2011-05-09minor cleanup, no functional changes.Campbell Barton
2011-05-05fix [#27285] Renderslot missingCampbell Barton
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-05-02UV Edit: move uv vertex buttons code to uvedit module. Brecht Van Lommel
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-28fix [#27193] view/camera/set active object as camera sometimes "disabled" in ...Campbell Barton
2011-04-26- fix for player linkingCampbell Barton
2011-04-25rna apiCampbell Barton
2011-04-24harmless changes to quiet clang static check warnings.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
2011-04-06add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own...Campbell Barton
2011-04-05utility function for getting the vector direction the mouse is pointing in a ...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell Barton
2011-03-24Reshuffled utility function to keyframe drawing API, removing someJoshua Leung
2011-03-24Animation Tool: Propagate PoseJoshua Leung
2011-03-15fix for crash with textbox add poll function, missing NULL check.Campbell Barton
2011-03-14== filebrowser ==Andrea Weikert
2011-03-14Bugfixes:Joshua Leung
2011-03-14patch [#26495] Adjustable outline width for selected objectsCampbell Barton
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-09From the todo:Ton Roosendaal