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-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-15homekey in camera view now fits the view scale as well as centering the camera.Campbell Barton
2011-05-15camera composition guides:Campbell Barton
2011-05-15remove some unused view3d members & added RV3D_VIEW_USER define.Campbell Barton
2011-05-15fix for bug with camera locking, view dolly and rotate with 'about selection'...Campbell Barton
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-14fix for view dolly not working with auto-depth & zoom to mouse location when ...Campbell Barton
2011-05-14minor changes to view3d operators, add View3D to 'ViewOpsData'Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton
2011-05-13using the viewmatrix to position the camera could be problematic if the view ...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-12window_to_3d_vector was incorrect but dolly view operator was accounting for ...Campbell Barton
2011-05-11recent camera border drawing glitch fix needs to be applied to the top right ...Campbell Barton
2011-05-11fix for glitch with drawing the 2d camera border over the 3d camera.Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton
2011-05-10camera composition guides: center, thirds, golden rule Campbell Barton
2011-05-09patch [#21740] Image support for Empty ObjectsCampbell Barton
2011-05-09Bug fix own collection:Sergey Sharybin
2011-05-08comment some unused code.Campbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-05fix [#27285] Renderslot missingCampbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-02Potential fix for #27257: menus disappear particle edit mode wireframe draw.Brecht Van Lommel
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
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-30fix for minor glitch when setting the camera in local view (camera could try ...Campbell Barton
2011-04-29spelling corrections.Campbell 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-26- fix for player linkingCampbell Barton
2011-04-25rna apiCampbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.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
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-20Bugfix #27044Ton Roosendaal
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-04-19fix [#27016] Add new vertex at wrong position ( bpy.ops.mesh.dupli_extrude_cu...Campbell Barton
2011-04-07Bugfix #26812Ton Roosendaal