2011-05-24 |
Campbell Barton | remove some warnings and possible use of un-initialized... |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | use PyDoc_STRVAR macro, so its possible to build withou... |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | loading data with bpy.data.libraries.load(), now swaps... |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | BLO_library_append_named_part now returns the newly... |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | lookup table for axis conversion was wrong in some... |
commit | commitdiff | tree |
2011-05-24 |
Nathan Letwory | clamp delta to prevent cases where strength is a huge... |
commit | commitdiff | tree |
2011-05-24 |
Brecht Van... | Fix for mingw 64bit fix. |
commit | commitdiff | tree |
2011-05-24 |
Brecht Van... | Attempt to fix mingw 64 bit compile error. |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | bpy_extras.io_utils.axis_conversion() was returning... |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | fix for option WITH_CXX_GUARDEDALLOC with msvc |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | fix for using uninitialized vars in own recent commit. |
commit | commitdiff | tree |
2011-05-24 |
Campbell Barton | fix for cmake/msvc when the path name contains spaces... |
commit | commitdiff | tree |
2011-05-23 |
Brecht Van... | Fix #26728: crash with load/save on Mac, on files that... |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | fix [#27462] Linked Object (camera) can be moved by... |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | remove unused code, comment some that may be useful... |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | CMake changes |
commit | commitdiff | tree |
2011-05-23 |
Brecht Van... | Fix print_rctf not printing y max correct. |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | fix [#26618] StringProperty with sub_type of FILE_PATH... |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | fix own mistake [#27451] Flip to Top / Flip to Bottom... |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | own recent commit broke zoom to mouseloc |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | fix [#27459] Flymode moves parent |
commit | commitdiff | tree |
2011-05-23 |
Campbell Barton | fix view3d_persp_mat4, which gave incorrect translation... |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | fix [#27443] "Make single user Material+Tex" doesn... |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | remove / comment unused code, patch by nico_ga on IRC... |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | - view dolly now quits on pressing escape (if activated... |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | file had non utf8 characters. |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | quiet compiler warnings for -Wundef |
commit | commitdiff | tree |
2011-05-22 |
Campbell Barton | fix [#27458] Links for Logic Bricks no longer work |
commit | commitdiff | tree |
2011-05-21 |
Daniel Salazar | correct a tooltip misspell |
commit | commitdiff | tree |
2011-05-21 |
Campbell Barton | view3d function naming, no functional changes. |
commit | commitdiff | tree |
2011-05-21 |
Campbell Barton | fix [#27437] Appending armatures with custom bone shape... |
commit | commitdiff | tree |
2011-05-21 |
Campbell Barton | no functional changes, make give_base_to_objects()... |
commit | commitdiff | tree |
2011-05-21 |
Joshua Leung | Bugfix [#27452] Wrong linking of character groups |
commit | commitdiff | tree |
2011-05-21 |
Campbell Barton | patch [#27449] bpy_script_paths() return path reversed... |
commit | commitdiff | tree |
2011-05-20 |
Thomas Dinges | Fix for [#27333] Translation constraint is broken. |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | change transform to round at 0.5 for fcurves. |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | was using the wrong rna type for GRAPH_OT_select_leftright |
commit | commitdiff | tree |
2011-05-20 |
Thomas Dinges | 2.5 Particle UI: |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | error in recent commit. |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | edit gp_stroke_convertcoords not to modify the mval... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | use consistant arguments to ED_view3d_win_* funcs,... |
commit | commitdiff | tree |
2011-05-20 |
Sergey Sharybin | typo in previous commit |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | function rename to give clearer meaning that they chang... |
commit | commitdiff | tree |
2011-05-20 |
Sergey Sharybin | buildbot: |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | replace checks with rv3d->persp with rv3d->is_persp... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | simplify window_to_3d_vector() and call it from viewline() |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | rename mul_project_m4_v4 to mul_project_m4_v3. |
commit | commitdiff | tree |
2011-05-20 |
Nathan Letwory | Remedy compile error on windows/msvc introduced in... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | use event->mval rather then subtracting ar->winrct... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | renaming bones didnt update update the view3d lock... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | use BKE_area_find_region_type in place of inline loops... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | make api functions for converting rv3d->camzoom, so... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | int values were not drawing curve handles, yet the... |
commit | commitdiff | tree |
2011-05-20 |
Campbell Barton | [#27439] Console window doesn't hide on startup when... |
commit | commitdiff | tree |
2011-05-19 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | - mousewheel zoom now zooms camera area when the camera... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | move rna property area.active_space --> area.spaces... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | formatting changes only. |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | modify fcurve evaluation for bool/enum/int values.... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | Fix some compile warnings. |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | UI tweak: properties editor header now has same size... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | Fix for preview render, lamp and world now also get... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | Code refactor: split code for render updates and openin... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | Fix crash when accessing mesh from python while a mesh... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | Add localize_lamp and localize_world functions as alrea... |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | UI: fix direction properties not showing the right... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | screenshot operator can now be executed directly. |
commit | commitdiff | tree |
2011-05-19 |
Brecht Van... | UI: fix menus getting closed too quick when moving... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | py/ui edit: change InputKeyMapPanel to be a mix-in... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | change window_to_3d to take screen coords as floats. |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | converting grease pencil now works in the camera view. |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | fix [#27432] [2.57/scripts/modules/bpy/path.py:169... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | fix [#27437] Appending armatures with custom bone shape... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | add python access to mathutils.intersect_line_plane... |
commit | commitdiff | tree |
2011-05-19 |
Campbell Barton | added math function isect_line_plane_v3(), use for... |
commit | commitdiff | tree |
2011-05-18 |
Andrea Weikert | fix [#27158] Appending crash with preview. |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | use window_to_3d for armature_click_extrude operator. |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | window_to_3d() wasn't working at all (only used by... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | there wasn't a good way to know if a RegionView3D was... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | fix for python module region_2d_to_vector_3d and region... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | python mathutils.Matrix.is_orthogonal readonly attribute. |
commit | commitdiff | tree |
2011-05-18 |
Brecht Van... | UI: fix access of freed memory in buttons handling... |
commit | commitdiff | tree |
2011-05-18 |
Brecht Van... | RNA: some compile fixes for C/C++ api. |
commit | commitdiff | tree |
2011-05-18 |
Brecht Van... | RNA: make mechanism used by operators to keep python... |
commit | commitdiff | tree |
2011-05-18 |
Brecht Van... | RNA: pass Main rather than Context to register/unregist... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | fix remaining crash from [#27035] 3 problems: crash... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | fix a crash when getting the value of an enum. |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | fix for one of the issues in [#27035] 3 problems: crash... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | use ED_operator_screenactive rather then ED_operator_sc... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | 2 minor glitches |
commit | commitdiff | tree |
2011-05-18 |
M.G. Kishalmi | additional bake modes |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | - check paths are not empty strings before making blend... |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | cleanup only |
commit | commitdiff | tree |
2011-05-18 |
Campbell Barton | fix [#27405] Append objects with linked materials they... |
commit | commitdiff | tree |
2011-05-17 |
Peter Schlaile | This fixes: |
commit | commitdiff | tree |
2011-05-17 |
Nathan Letwory | fix for r36723 - putting extern Material inside code... |
commit | commitdiff | tree |
2011-05-17 |
Campbell Barton | added other addon category. |
commit | commitdiff | tree |
2011-05-17 |
Campbell Barton | fix for warning |
commit | commitdiff | tree |
2011-05-17 |
Campbell Barton | fix [#27414] no-material renders differently in View3D... |
commit | commitdiff | tree |
2011-05-16 |
Janne Karhu | RNA glitch: particle path step values had soft & hard... |
commit | commitdiff | tree |
next |