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
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-11-29Comment: explain viewport & render pixel-sizeCampbell Barton
2016-11-28Remove sensor-size to int conversionCampbell Barton
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Cleanup: warningsCampbell Barton
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for both make_local() and copy() functi...Bastien Montagne
2016-07-10Refactor/enhance BKE_lamp_make_local() and BKE_camera_make_local().Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-18Cycles: Pole merging for spherical stereoSergey Sharybin
2016-05-06Fix T48262: Crash when trying to render a scene without camera.Bastien Montagne
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-09-06Fix viewport camera dof object distanceCampbell Barton
2015-09-04Math Lib: Use plane intersect from graphics-gemsCampbell Barton
2015-08-28Fix T45933: Can't select scaled camera in camera viewCampbell Barton
2015-08-19Multi-View: fix Multi-View camera suffix testDalai Felinto
2015-06-29Fix T45234: Stereo Parallel vs. Off-AxisDalai Felinto
2015-04-19Cleanup: warningsCampbell Barton
2015-04-13Fix for crash with non-camera as a cameraCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-21Cleanup: constify view3d/cameraCampbell Barton
2015-03-21View3D: fix view-selected zoom logicCampbell Barton
2015-03-21View3D: use defines for default zoom-levelsCampbell Barton
2015-03-02cleanup: float/double promotion, redundant castsCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-03Refactor 'fit in camera view' code, and expose it to RNA.Bastien Montagne
2014-12-19Fix reversed args in function call (float, bool vs. bool, float).Bastien Montagne
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-13Math Lib: name signed versions of dist_to_plane_v3 explicitlyCampbell Barton
2014-08-11Fix T41395: Set Object As Camera - Monkey Render bug?Sergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-01Fix for using non camera objects as a camera having zero area view-frameCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-29Fix missing check if isect_plane_plane_v3 fails to find an intersection.Campbell Barton
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-26Math library: minor additions sqrtf_signed and copy_v2_fl2Campbell Barton
2013-08-23simplify dist_to_plane_v3 and add dist_squared_to_plane_v3Campbell Barton
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-07-26fix [#36277] Right click no longer selects the cameraCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton